Skip to content

Commit 3797475

Browse files
committed
Use GPL version 3 in all files
1 parent d20622c commit 3797475

Some content is hidden

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

57 files changed

+57
-57
lines changed

ly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/barcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cli/setvar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/colorize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/cursortools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

ly/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License
7-
# as published by the Free Software Foundation; either version 2
7+
# as published by the Free Software Foundation; either version 3
88
# of the License, or (at your option) any later version.
99
#
1010
# This program is distributed in the hope that it will be useful,

0 commit comments

Comments
 (0)