Skip to content

Commit e270980

Browse files
committed
fix: restrict license to GPL-3+
1 parent a3f6f66 commit e270980

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

base1432.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3.
7+
* the Free Software Foundation; either version 3 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

base1464.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3.
7+
* the Free Software Foundation; either version 3 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

base16384.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ This file is part of
7373
.IR "base16384" .
7474
.LP
7575
Base16384 is free software; you can redistribute it and/or modify it under the
76-
terms of the GNU General Public License Version 3 as published by the Free
77-
Software Foundation.
76+
terms of the GNU General Public License as published by the Free Software
77+
Foundation; either version 3 of the License, or (at your option) any later
78+
version.
7879
.LP
7980
Base16384 is distributed in the hope that it will be useful, but WITHOUT ANY
8081
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR

base16384.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3.
7+
* the Free Software Foundation; either version 3 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

base16384.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation, version 3.
10+
* the Free Software Foundation; either version 3 of the License, or
11+
* (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful, but
1314
* WITHOUT ANY WARRANTY; without even the implied warranty of

file.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation, version 3.
7+
* the Free Software Foundation; either version 3 of the License, or
8+
* (at your option) any later version.
89
*
910
* This program is distributed in the hope that it will be useful, but
1011
* WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)