Skip to content

Commit 19de535

Browse files
colin-fsabwoodsend
authored andcommitted
Update license template years & fix typos
1 parent 18996ed commit 19de535

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE.APL.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
==========================================================
2-
Licensing Terms for he PyInstaller community runtime hooks
2+
Licensing Terms for PyInstaller community runtime hooks
33
==========================================================
44

55
The PyInstaller community **runtime** hooks are licensed under the terms of the
66
Apache 2.0 Software License as published by the Apache Software Foundation.
77

88
These generally reside in "src/_pyinstaller_hooks_contrib/hooks/rthooks",
9-
though please note that this license only applies to files which state in in the header, like:
9+
though please note that this license only applies to files which state so in the header, like:
1010

1111
# ------------------------------------------------------------------
12-
# Copyright (c) 2020 PyInstaller Development Team.
12+
# Copyright (c) 2021 PyInstaller Development Team.
1313
#
1414
# This file is distributed under the terms of the Apache License 2.0
1515
#
@@ -23,7 +23,7 @@ though please note that this license only applies to files which state in in the
2323
Apache License 2.0
2424
++++++++++++++++++
2525

26-
Copyright 2020 PyInstaller Development Team
26+
Copyright 2020-2021 PyInstaller Development Team
2727

2828
Licensed under the Apache License, Version 2.0 (the "License");
2929
you may not use this file except in compliance with the License.

LICENSE.GPL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ that do not specifically state otherwise.
1212
Please add the following header to files which aren't runtime hooks (LICENSE.APL.txt):
1313

1414
# ------------------------------------------------------------------
15-
# Copyright (c) 2020 PyInstaller Development Team.
15+
# Copyright (c) 2021 PyInstaller Development Team.
1616
#
1717
# This file is distributed under the terms of the GNU General Public
1818
# License (version 2.0 or later).

0 commit comments

Comments
 (0)