aboutsummaryrefslogtreecommitdiff
path: root/arch/casiowin/monochromelib/src/bmp_8_and.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/casiowin/monochromelib/src/bmp_8_and.c')
-rw-r--r--arch/casiowin/monochromelib/src/bmp_8_and.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/arch/casiowin/monochromelib/src/bmp_8_and.c b/arch/casiowin/monochromelib/src/bmp_8_and.c
index f073c25..be52933 100644
--- a/arch/casiowin/monochromelib/src/bmp_8_and.c
+++ b/arch/casiowin/monochromelib/src/bmp_8_and.c
@@ -1,23 +1,24 @@
/* ****************************************************************************
* bmp_8_and.c -- Display a 8x8 BMP, using ANDs.
- * Copyright (C) 2011 Pierre "PierrotLL" Le Gall <legallpierre89@gmail.com>
+ *
+ * Copyright (C) 2011 Pierre Le Gall <legallpierre89@gmail.com>
* Copyright (C) 2016-2017 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
*
- * This file is part of the 'casiowin/monochromelib' module,
- * in libcarrot, an experimental modular libc project.
+ * This file is part of the 'casiowin/monochromelib' module in libcarrot, an
+ * experimental modular libc project.
*
* This file is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
- * This file is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Lesser Public
- * License for more details.
+ * This file is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Lesser Public License
+ * for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this file. If not, see <http://www.gnu.org/licenses/>.
+ * along with this file. If not, see <http://www.gnu.org/licenses/>.
* ************************************************************************* */
#include <monochrome.h>