Skip to content

Commit 8fbb801

Browse files
authored
Add Apache-2.0 notice to IcoImagePlugin (#8947)
2 parents b33a315 + 9f0614d commit 8fbb801

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/PIL/IcoImagePlugin.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@
1717
# <casadebender@gmail.com>.
1818
# https://code.google.com/archive/p/casadebender/wikis/Win32IconImagePlugin.wiki
1919
#
20+
# Copyright 2008 Bryan Davis
21+
#
22+
# Licensed under the Apache License, Version 2.0 (the "License"); you may
23+
# not use this file except in compliance with the License. You may obtain
24+
# a copy of the License at
25+
#
26+
# https://www.apache.org/licenses/LICENSE-2.0
27+
#
28+
# Unless required by applicable law or agreed to in writing, software
29+
# distributed under the License is distributed on an "AS IS" BASIS,
30+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31+
# See the License for the specific language governing permissions and
32+
# limitations under the License.
33+
2034
# Icon format references:
2135
# * https://en.wikipedia.org/wiki/ICO_(file_format)
2236
# * https://msdn.microsoft.com/en-us/library/ms997538.aspx

0 commit comments

Comments
 (0)