diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/01_compress_easy.c | 3 | ||||
-rw-r--r-- | doc/examples/02_decompress.c | 3 | ||||
-rw-r--r-- | doc/examples/03_compress_custom.c | 3 | ||||
-rw-r--r-- | doc/examples/04_compress_easy_mt.c | 3 | ||||
-rw-r--r-- | doc/examples/11_file_info.c | 3 | ||||
-rw-r--r-- | doc/examples/Makefile | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/doc/examples/01_compress_easy.c b/doc/examples/01_compress_easy.c index 132a1bdf..d80af757 100644 --- a/doc/examples/01_compress_easy.c +++ b/doc/examples/01_compress_easy.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <stdbool.h> diff --git a/doc/examples/02_decompress.c b/doc/examples/02_decompress.c index 98339bef..e874e952 100644 --- a/doc/examples/02_decompress.c +++ b/doc/examples/02_decompress.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <stdbool.h> diff --git a/doc/examples/03_compress_custom.c b/doc/examples/03_compress_custom.c index 40c85e36..9fd5f0db 100644 --- a/doc/examples/03_compress_custom.c +++ b/doc/examples/03_compress_custom.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <stdbool.h> diff --git a/doc/examples/04_compress_easy_mt.c b/doc/examples/04_compress_easy_mt.c index efe56975..d6cfcb3d 100644 --- a/doc/examples/04_compress_easy_mt.c +++ b/doc/examples/04_compress_easy_mt.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <stdbool.h> diff --git a/doc/examples/11_file_info.c b/doc/examples/11_file_info.c index 1e2c25b1..fd8a81ee 100644 --- a/doc/examples/11_file_info.c +++ b/doc/examples/11_file_info.c @@ -9,9 +9,6 @@ // // Author: Lasse Collin // -// This file has been put into the public domain. -// You can do whatever you want with this file. -// /////////////////////////////////////////////////////////////////////////////// #include <stdbool.h> diff --git a/doc/examples/Makefile b/doc/examples/Makefile index e8839d88..10f9ef8c 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -1,9 +1,6 @@ # # Author: Lasse Collin # -# This file has been put into the public domain. -# You can do whatever you want with this file. -# CC = c99 CFLAGS = -g |