Skip to content

Commit 64cc573

Browse files
committed
Switch to "GPL 2.0 or later" for various reasons. I wrote most of the code I imported from Dolphin (which is GPL2-but-not-later), so it should be OK.
1 parent 907e2e2 commit 64cc573

File tree

234 files changed

+240
-246
lines changed

Some content is hidden

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

234 files changed

+240
-246
lines changed

Common/ABI.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/Atomic.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/Atomic_GCC.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/Atomic_Win32.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/CPUDetect.cpp

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/CPUDetect.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/ChunkFile.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/ColorUtil.cpp

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/ColorUtil.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

Common/Common.h

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

33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by
5-
// the Free Software Foundation, version 2.0.
5+
// the Free Software Foundation, version 2.0 or later versions.
66

77
// This program is distributed in the hope that it will be useful,
88
// but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)