diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/repository.cpp | 2 | ||||
-rw-r--r-- | src/repository.h | 2 | ||||
-rw-r--r-- | src/ruleparser.cpp | 2 | ||||
-rw-r--r-- | src/ruleparser.h | 2 | ||||
-rw-r--r-- | src/svn.cpp | 2 | ||||
-rw-r--r-- | src/svn.h | 2 |
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, @@ -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, |