Skip to content

Commit 8ed8ee7

Browse files
author
Cristy
committed
Is it 2019 already?
1 parent 5be4bab commit 8ed8ee7

File tree

679 files changed

+694
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

679 files changed

+694
-694
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Terms and Conditions for Use, Reproduction, and Distribution
3838

3939
The legally binding and authoritative terms and conditions for use, reproduction, and distribution of ImageMagick follow:
4040

41-
Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
41+
Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
4242

4343
1. Definitions.
4444

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
1+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
22
# dedicated to making software imaging solutions freely available.
33
#
44
# You may not use this file except in compliance with the License. You may

Makefile.in

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@SET_MAKE@
1616

17-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
17+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
1818
# dedicated to making software imaging solutions freely available.
1919
#
2020
# You may not use this file except in compliance with the License. You may
@@ -33,7 +33,7 @@
3333
# Top-Level Makefile for building ImageMagick.
3434
#
3535

36-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
36+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
3737
# dedicated to making software imaging solutions freely available.
3838
#
3939
# You may not use this file except in compliance with the License. You may
@@ -49,7 +49,7 @@
4949
#
5050
# Makefile for building ImageMagick m4 macros.
5151

52-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
52+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
5353
# dedicated to making software imaging solutions freely available.
5454
#
5555
# You may not use this file except in compliance with the License. You may
@@ -65,7 +65,7 @@
6565
#
6666
# Makefile for Magick ImageMagick configuration files.
6767

68-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
68+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
6969
# dedicated to making software imaging solutions freely available.
7070
#
7171
# You may not use this file except in compliance with the License. You may
@@ -81,7 +81,7 @@
8181
#
8282
# Makefile for building ImageMagick Coder library.
8383

84-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
84+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
8585
# dedicated to making software imaging solutions freely available.
8686
#
8787
# You may not use this file except in compliance with the License. You may
@@ -98,7 +98,7 @@
9898
# Makefile for building the MagickCore API.
9999
#
100100

101-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
101+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
102102
# dedicated to making software imaging solutions freely available.
103103
#
104104
# You may not use this file except in compliance with the License. You may
@@ -114,7 +114,7 @@
114114
#
115115
# Makefile for building ImageMagick filter modules.
116116

117-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
117+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
118118
# dedicated to making software imaging solutions freely available.
119119
#
120120
# You may not use this file except in compliance with the License. You may
@@ -139,7 +139,7 @@
139139

140140
# AM_CPPFLAGS += -I$(top_srcdir)/Magick++/lib
141141

142-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
142+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
143143
# dedicated to making software imaging solutions freely available.
144144
#
145145
# You may not use this file except in compliance with the License. You may
@@ -155,7 +155,7 @@
155155
#
156156
# Makefile for building ImageMagick utilities.
157157

158-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
158+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
159159
# dedicated to making software imaging solutions freely available.
160160
#
161161
# You may not use this file except in compliance with the License. You may
@@ -5529,7 +5529,7 @@ UTILITIES_EXTRA_DIST = \
55295529

55305530
UTILITIES_CLEANFILES =
55315531

5532-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
5532+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
55335533
# dedicated to making software imaging solutions freely available.
55345534
#
55355535
# You may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
1. ImageMagick copyright:
44

5-
Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization dedicated
5+
Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated
66
to making software imaging solutions freely available.
77

88
You may not use this file except in compliance with the License. You may obtain

PerlMagick/Magick.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Image::Magick;
22

3-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
3+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
44
# dedicated to making software imaging solutions freely available.
55
#
66
# You may not use this file except in compliance with the License. You may

PerlMagick/Magick.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
% February 1997 %
2424
% %
2525
% %
26-
% Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization %
26+
% Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization %
2727
% dedicated to making software imaging solutions freely available. %
2828
% %
2929
% You may not use this file except in compliance with the License. You may %

PerlMagick/Makefile.PL.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
1+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
22
# dedicated to making software imaging solutions freely available.
33
#
44
# You may not use this file except in compliance with the License. You may

PerlMagick/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
1+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
22
# dedicated to making software imaging solutions freely available.
33
#
44
# You may not use this file except in compliance with the License. You may

PerlMagick/check.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
2+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
33
# dedicated to making software imaging solutions freely available.
44
#
55
# You may not use this file except in compliance with the License. You may

PerlMagick/default/Magick.pm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Image::Magick;
22

3-
# Copyright 1999-2018 ImageMagick Studio LLC, a non-profit organization
3+
# Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
44
# dedicated to making software imaging solutions freely available.
55
#
66
# You may not use this file except in compliance with the License. You may

0 commit comments

Comments
 (0)