Skip to content

Commit

Permalink
Copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jul 11, 2017
1 parent 6439c33 commit 9e0f6ee
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 26 deletions.
5 changes: 4 additions & 1 deletion NEWS.md
Expand Up @@ -9,7 +9,10 @@ Gifsicle NEWS
* Add thread support for resizing. `-j[NTHREADS]` tells gifsicle to use
up to NTHREADS threads to resize an input image. There are several
caveats---multiple threads can be only used on unoptimized images.
Thanks to Github user `wilkesybear`.
Thanks to Github user @wilkesybear.

* Quashed several crashes and undefined behaviors. Thanks to Github users
including @pornel, @strazzere, and @b0b0505.

* Minor bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ run-length-encoded GIFs.
Copyright/License
-----------------

All source code is Copyright (C) 1997-2014 Eddie Kohler.
All source code is Copyright (C) 1997-2017 Eddie Kohler.

IF YOU PLAN TO USE GIFSICLE ONLY TO CREATE OR MODIFY GIF IMAGES, DON'T
WORRY ABOUT THE REST OF THIS SECTION. Anyone can use Gifsicle however
Expand Down
2 changes: 1 addition & 1 deletion include/lcdf/clp.h
Expand Up @@ -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-2014 Eddie Kohler, ekohler@gmail.com
* Copyright (c) 1997-2017 Eddie Kohler, ekohler@gmail.com
*
* CLP is free software. It is distributed under the GNU General Public
* License, Version 2, or, alternatively and at your discretion, under the
Expand Down
2 changes: 1 addition & 1 deletion include/lcdfgif/gif.h
@@ -1,5 +1,5 @@
/* gif.h - Interface to the LCDF GIF library.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The GIF library is free software. It is distributed under the GNU General
Expand Down
2 changes: 1 addition & 1 deletion include/lcdfgif/gifx.h
Expand Up @@ -6,7 +6,7 @@ extern "C" {
#endif

/* gifx.h - Functions to turn GIFs in memory into X Pixmaps.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software*. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/clp.c
Expand Up @@ -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-2014 Eddie Kohler, ekohler@gmail.com
* Copyright (c) 1997-2017 Eddie Kohler, ekohler@gmail.com
*
* CLP is free software. It is distributed under the GNU General Public
* License, Version 2, or, alternatively and at your discretion, under the
Expand Down
4 changes: 2 additions & 2 deletions src/gifdiff.c
@@ -1,5 +1,5 @@
/* gifdiff.c - Gifdiff compares GIF images for identical appearance.
Copyright (C) 1998-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1998-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifdiff, in the gifsicle package.
Gifdiff is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -558,7 +558,7 @@ main(int argc, char *argv[])

case VERSION_OPT:
printf("gifdiff (LCDF Gifsicle) %s\n", VERSION);
printf("Copyright (C) 1998-2014 Eddie Kohler\n\
printf("Copyright (C) 1998-2017 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");
Expand Down
2 changes: 1 addition & 1 deletion src/giffunc.c
@@ -1,5 +1,5 @@
/* giffunc.c - General functions for the GIF library.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/gifread.c
@@ -1,5 +1,5 @@
/* gifread.c - Functions to read GIFs.
Copyright (C) 1997-2015 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
4 changes: 2 additions & 2 deletions src/gifsicle.c
@@ -1,6 +1,6 @@
/* -*- c-basic-offset: 2 -*- */
/* gifsicle.c - gifsicle's main loop.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -2116,7 +2116,7 @@ main(int argc, char *argv[])
#else
printf("LCDF Gifsicle %s\n", VERSION);
#endif
printf("Copyright (C) 1997-2014 Eddie Kohler\n\
printf("Copyright (C) 1997-2017 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");
Expand Down
2 changes: 1 addition & 1 deletion src/gifsicle.h
@@ -1,5 +1,5 @@
/* gifsicle.h - Function declarations for gifsicle.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/gifunopt.c
@@ -1,5 +1,5 @@
/* gifunopt.c - Unoptimization function for the GIF library.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
4 changes: 2 additions & 2 deletions src/gifview.c
@@ -1,5 +1,5 @@
/* gifview.c - gifview's main loop.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifview, in the gifsicle package.
Gifview is free software. It is distributed under the GNU Public License,
Expand Down Expand Up @@ -1356,7 +1356,7 @@ main(int argc, char *argv[])

case VERSION_OPT:
printf("gifview (LCDF Gifsicle) %s\n", VERSION);
printf("Copyright (C) 1997-2014 Eddie Kohler\n\
printf("Copyright (C) 1997-2017 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");
Expand Down
2 changes: 1 addition & 1 deletion src/gifwrite.c
@@ -1,6 +1,6 @@
/* -*- mode: c; c-basic-offset: 2 -*- */
/* gifwrite.c - Functions to write GIFs.
Copyright (C) 1997-2015 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/gifx.c
@@ -1,5 +1,5 @@
/* gifx.c - Functions to turn GIFs in memory into X Pixmaps.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/kcolor.h
@@ -1,5 +1,5 @@
/* kcolor.h - Color-oriented function declarations for gifsicle.
Copyright (C) 2013-2015 Eddie Kohler, ekohler@gmail.com
Copyright (C) 2013-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/merge.c
@@ -1,5 +1,5 @@
/* merge.c - Functions which actually combine and manipulate GIF image data.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/optimize.c
@@ -1,5 +1,5 @@
/* optimize.c - Functions to optimize animated GIFs.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/opttemplate.c
@@ -1,5 +1,5 @@
/* opttemplate.c - Functions to optimize animated GIFs.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/quantize.c
@@ -1,5 +1,5 @@
/* quantize.c - Histograms and quantization for gifsicle.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/support.c
@@ -1,5 +1,5 @@
/* support.c - Support functions for gifsicle.
Copyright (C) 1997-2014 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down
2 changes: 1 addition & 1 deletion src/ungifwrt.c
Expand Up @@ -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-2015 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of the LCDF GIF library.
The LCDF GIF library is free software. It is distributed under the GNU
Expand Down
2 changes: 1 addition & 1 deletion src/xform.c
@@ -1,5 +1,5 @@
/* xform.c - Image transformation functions for gifsicle.
Copyright (C) 1997-2015 Eddie Kohler, ekohler@gmail.com
Copyright (C) 1997-2017 Eddie Kohler, ekohler@gmail.com
This file is part of gifsicle.
Gifsicle is free software. It is distributed under the GNU Public License,
Expand Down

0 comments on commit 9e0f6ee

Please sign in to comment.