-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ extern "C" { | |
/* clp.h - Public interface to CLP. | ||
* This file is part of CLP, the command line parser package. | ||
* | ||
* Copyright (c) 1997-2021 Eddie Kohler, [email protected] | ||
* Copyright (c) 1997-2023 Eddie Kohler, [email protected] | ||
* | ||
* CLP is free software. It is distributed under the GNU General Public | ||
* License, Version 2, or, alternatively and at your discretion, under the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ extern "C" { | |
#endif | ||
|
||
/* gifx.h - Functions to turn GIFs in memory into X Pixmaps. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software*. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* clp.c - Complete source code for CLP. | ||
* This file is part of CLP, the command line parser package. | ||
* | ||
* Copyright (c) 1997-2021 Eddie Kohler, [email protected] | ||
* Copyright (c) 1997-2023 Eddie Kohler, [email protected] | ||
* | ||
* CLP is free software. It is distributed under the GNU General Public | ||
* License, Version 2, or, alternatively and at your discretion, under the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* gifdiff.c - Gifdiff compares GIF images for identical appearance. | ||
Copyright (C) 1998-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1998-2023 Eddie Kohler, [email protected] | ||
This file is part of gifdiff, in the gifsicle package. | ||
Gifdiff is free software. It is distributed under the GNU Public License, | ||
|
@@ -560,7 +560,7 @@ main(int argc, char *argv[]) | |
|
||
case VERSION_OPT: | ||
printf("gifdiff (LCDF Gifsicle) %s\n", VERSION); | ||
printf("Copyright (C) 1998-2021 Eddie Kohler\n\ | ||
printf("Copyright (C) 1998-2023 Eddie Kohler\n\ | ||
This is free software; see the source for copying conditions.\n\ | ||
There is NO warranty, not even for merchantability or fitness for a\n\ | ||
particular purpose.\n"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* gifread.c - Functions to read GIFs. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* -*- c-basic-offset: 2 -*- */ | ||
/* gifsicle.c - gifsicle's main loop. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of gifsicle. | ||
Gifsicle is free software. It is distributed under the GNU Public License, | ||
|
@@ -2126,7 +2126,7 @@ main(int argc, char *argv[]) | |
#else | ||
printf("LCDF Gifsicle %s\n", VERSION); | ||
#endif | ||
printf("Copyright (C) 1997-2021 Eddie Kohler\n\ | ||
printf("Copyright (C) 1997-2023 Eddie Kohler\n\ | ||
This is free software; see the source for copying conditions.\n\ | ||
There is NO warranty, not even for merchantability or fitness for a\n\ | ||
particular purpose.\n"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* gifunopt.c - Unoptimization function for the GIF library. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* gifview.c - gifview's main loop. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of gifview, in the gifsicle package. | ||
Gifview is free software. It is distributed under the GNU Public License, | ||
|
@@ -1356,7 +1356,7 @@ main(int argc, char *argv[]) | |
|
||
case VERSION_OPT: | ||
printf("gifview (LCDF Gifsicle) %s\n", VERSION); | ||
printf("Copyright (C) 1997-2021 Eddie Kohler\n\ | ||
printf("Copyright (C) 1997-2023 Eddie Kohler\n\ | ||
This is free software; see the source for copying conditions.\n\ | ||
There is NO warranty, not even for merchantability or fitness for a\n\ | ||
particular purpose.\n"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* -*- mode: c; c-basic-offset: 2 -*- */ | ||
/* gifwrite.c - Functions to write GIFs. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* gifx.c - Functions to turn GIFs in memory into X Pixmaps. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* quantize.c - Histograms and quantization for gifsicle. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of gifsicle. | ||
Gifsicle is free software. It is distributed under the GNU Public License, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* support.c - Support functions for gifsicle. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of gifsicle. | ||
Gifsicle is free software. It is distributed under the GNU Public License, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* ungifwrt.c - Functions to write unGIFs -- GIFs with run-length compression, | ||
not LZW compression. Idea due to Hutchinson Avenue Software Corporation | ||
<http://www.hasc.com>. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of the LCDF GIF library. | ||
The LCDF GIF library is free software. It is distributed under the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* xform.c - Image transformation functions for gifsicle. | ||
Copyright (C) 1997-2021 Eddie Kohler, [email protected] | ||
Copyright (C) 1997-2023 Eddie Kohler, [email protected] | ||
This file is part of gifsicle. | ||
Gifsicle is free software. It is distributed under the GNU Public License, | ||
|