aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2010-03-03 20:04:41 +0100
committerThiago Macieira <thiago@kde.org>2010-03-03 20:04:41 +0100
commitf26fb767a35cee2ac2a130e406539944295c03e9 (patch)
treedb9c947a73fdf2529ec3a10a5dab762fe3d41efe
parente9d834f04442808a139445a299d153c1f7b9c04e (diff)
downloadsvn2git-f26fb767a35cee2ac2a130e406539944295c03e9.tar
svn2git-f26fb767a35cee2ac2a130e406539944295c03e9.tar.gz
svn2git-f26fb767a35cee2ac2a130e406539944295c03e9.tar.bz2
svn2git-f26fb767a35cee2ac2a130e406539944295c03e9.tar.xz
svn2git-f26fb767a35cee2ac2a130e406539944295c03e9.zip
Change license on files where I am copyright holder to GPLv3.
The GPLv2 is incompatible with the Apache 2.0 License used in the SVN libs. So everyone was using this software under the GPLv3 anyway. Formalise it now.
-rw-r--r--src/main.cpp2
-rw-r--r--src/repository.cpp2
-rw-r--r--src/repository.h2
-rw-r--r--src/ruleparser.cpp2
-rw-r--r--src/ruleparser.h2
-rw-r--r--src/svn.cpp2
-rw-r--r--src/svn.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fdea85f..a655305 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/repository.cpp b/src/repository.cpp
index cdeb44d..48aa65f 100644
--- a/src/repository.cpp
+++ b/src/repository.cpp
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/repository.h b/src/repository.h
index ad23559..c00518a 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/ruleparser.cpp b/src/ruleparser.cpp
index 6e799c4..f80b866 100644
--- a/src/ruleparser.cpp
+++ b/src/ruleparser.cpp
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/ruleparser.h b/src/ruleparser.h
index 2e0904e..54405e8 100644
--- a/src/ruleparser.h
+++ b/src/ruleparser.h
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/svn.cpp b/src/svn.cpp
index 5d05ff2..9cc3081 100644
--- a/src/svn.cpp
+++ b/src/svn.cpp
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/svn.h b/src/svn.h
index fea3fb0..10fd22c 100644
--- a/src/svn.h
+++ b/src/svn.h
@@ -3,7 +3,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,