Stefan Schuermans commited on 2011-10-23 11:41:41
Showing 21 changed files, with 77 additions and 60 deletions.
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <string.h> |
| 6 | 7 |
|
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenColorizer |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenColorizer |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenConstants |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenConstants |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -164,7 +165,7 @@ int main(int argCnt, char **args) |
| 164 | 165 |
"version %d.%d.%d\n" |
| 165 | 166 |
"config " BLINKENLIB_CONFIG "\n" |
| 166 | 167 |
"Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org>\n" |
| 167 |
- "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 168 |
+ "Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 168 | 169 |
"a blinkenarea.org project\n\n", |
| 169 | 170 |
BLINKENLIB_VERSION_MAJOR, BLINKENLIB_VERSION_MINOR, |
| 170 | 171 |
BLINKENLIB_VERSION_REVISION); |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenFrame |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenFrame |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenLib |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenLib |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenMng |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenMng |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_BlinkenMovie |
| 6 | 7 |
#define INC_BlinkenLib_BlinkenMovie |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project OS X support by Manfred Wuits |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project OS X support by Manfred Wuits |
|
| 4 | 5 |
<manfred@werkzeugH.at> */ |
| 5 | 6 |
|
| 6 | 7 |
#include <errno.h> |
| ... | ... |
@@ -441,7 +442,7 @@ int main(int argCnt, char **args) |
| 441 | 442 |
"version %d.%d.%d\n" |
| 442 | 443 |
"config " BLINKENLIB_CONFIG "\n" |
| 443 | 444 |
"Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org>\n" |
| 444 |
- "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 445 |
+ "Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 445 | 446 |
"a blinkenarea.org project\n\n", |
| 446 | 447 |
BLINKENLIB_VERSION_MAJOR, BLINKENLIB_VERSION_MINOR, |
| 447 | 448 |
BLINKENLIB_VERSION_REVISION); |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <fcntl.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -319,7 +320,7 @@ int main(int argCnt, char **args) |
| 319 | 320 |
// print info |
| 320 | 321 |
printf("BlinkenLib - BlinkenOutput\n"
|
| 321 | 322 |
"Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org>\n" |
| 322 |
- "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 323 |
+ "Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 323 | 324 |
"a blinkenarea.org project\n\n"); |
| 324 | 325 |
|
| 325 | 326 |
// print syntax |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -32,7 +33,7 @@ int main(int argCnt, char **args) |
| 32 | 33 |
"version %d.%d.%d\n" |
| 33 | 34 |
"config " BLINKENLIB_CONFIG "\n" |
| 34 | 35 |
"Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org>\n" |
| 35 |
- "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 36 |
+ "Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 36 | 37 |
"a blinkenarea.org project\n\n", |
| 37 | 38 |
BLINKENLIB_VERSION_MAJOR, BLINKENLIB_VERSION_MINOR, |
| 38 | 39 |
BLINKENLIB_VERSION_REVISION); |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdio.h> |
| 6 | 7 |
#include <stdlib.h> |
| ... | ... |
@@ -35,7 +36,7 @@ int main(int argCnt, char **args) |
| 35 | 36 |
"version %d.%d.%d\n" |
| 36 | 37 |
"config " BLINKENLIB_CONFIG "\n" |
| 37 | 38 |
"Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org>\n" |
| 38 |
- "Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 39 |
+ "Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html\n" |
|
| 39 | 40 |
"a blinkenarea.org project\n\n", |
| 40 | 41 |
BLINKENLIB_VERSION_MAJOR, BLINKENLIB_VERSION_MINOR, |
| 41 | 42 |
BLINKENLIB_VERSION_REVISION); |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# BlinkenLib |
| 2 | 2 |
# Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
| 3 |
-# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 3 |
+# Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 | 4 |
# a blinkenarea.org project |
| 5 | 5 |
|
| 6 | 6 |
CC=gcc |
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#include <stdlib.h> |
| 6 | 7 |
|
| ... | ... |
@@ -1,6 +1,7 @@ |
| 1 |
-/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 2 |
- Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html a |
|
| 3 |
- blinkenarea.org project */ |
|
| 1 |
+/* BlinkenLib |
|
| 2 |
+ Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
|
| 3 |
+ Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 |
+ a blinkenarea.org project */ |
|
| 4 | 5 |
|
| 5 | 6 |
#ifndef INC_BlinkenLib_Tools |
| 6 | 7 |
#define INC_BlinkenLib_Tools |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# BlinkenLib |
| 2 | 2 |
# Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
| 3 |
-# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 3 |
+# Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 | 4 |
# a blinkenarea.org project |
| 5 | 5 |
|
| 6 | 6 |
include version.mk |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# BlinkenLib |
| 2 | 2 |
# Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
| 3 |
-# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 3 |
+# Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 | 4 |
# a blinkenarea.org project |
| 5 | 5 |
|
| 6 | 6 |
CC=gcc |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
# BlinkenLib |
| 2 | 2 |
# Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> |
| 3 |
-# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 3 |
+# Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html |
|
| 4 | 4 |
# a blinkenarea.org project |
| 5 | 5 |
|
| 6 | 6 |
INSTALL=install |
| 7 | 7 |