Renamed project in headers

This commit is contained in:
Thomas Touhey 2016-04-22 07:06:40 +02:00
parent fc478c706f
commit bf8698e72c
46 changed files with 46 additions and 46 deletions

View File

@ -1,7 +1,7 @@
#******************************************************************************#
# #
# Makefile #
# | Project : monochromelib #
# | Project : libmonochrome #
# #
# By: thomas <thomas@touhey.fr> #
# Last updated: 2015/12/23 10:02:49 #

View File

@ -2,7 +2,7 @@
#******************************************************************************#
# _____ _ #
# Makefile.cfg |_ _|__ _ _| |__ ___ _ _ #
# | Project : monochromelib | |/ _ \| | | | '_ \ / _ \ | | | #
# | Project : libmonochrome | |/ _ \| | | | '_ \ / _ \ | | | #
# | | (_) | |_| | | | | __/ |_| | #
# By: thomas <thomas@touhey.fr> |_|\___/ \__,_|_| |_|\___|\__, |.fr #
# Last updated: 2016/04/21 22:15:56 |___/ #

View File

@ -1,4 +1,4 @@
# MonochromeLib - Static Library Implementation
# libmonochrome - The MonochromeLib static implementation
The monochrome library was made by PierrotLL.
This project is only a reorganization of the files to make a static library, instead of having to include the source files in the projects each time.

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* monochrome.h */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* monochrome/internals.h */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_and.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_and_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_or.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_or_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_xor.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_16_xor_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_and.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_and_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_or.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_or_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_xor.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_8_xor_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_and.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_and_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_or.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_or_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_xor.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_bmp_xor_cl.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_circle.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_clear_screen.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_clear_vram.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_display_vram.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_ellipse.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_ellipse_in_rect.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_filled_circle.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_filled_ellipse.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_filled_ellipse_in_rect.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_filled_polygon.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_get_contrast.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_horizontal_line.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_horizontal_scroll.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_line.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_pixel.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_pixel_test.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_point.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_polygon.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_rectangle.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_set_contrast.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_vertical_line.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_vertical_scroll.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */

View File

@ -1,7 +1,7 @@
/* ************************************************************************** */
/* */
/* ML_vram_adress.c */
/* | Project : monochromelib */
/* | Project : libmonochrome */
/* */
/* By: Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com> */
/* Last updated: 2011/11/22 */