Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2013-02-18 01:01:39 +0400
committerArmada <jules.blok@gmail.com>2013-03-16 00:39:56 +0400
commit6e8cdbbd0243e0fff32f7e2c83c142d43b7fd5d6 (patch)
tree527b6a5986bf912832dd192c112d15a1b68940ed
parent038bc8b81df153b9ef19c6535488bd3ef0c3fbbd (diff)
Change the license to GPL version 2 or any later version.
This change was approved by all contributors.
-rw-r--r--Anchor.h3
-rw-r--r--File.cpp3
-rw-r--r--File.h3
-rw-r--r--List.cpp3
-rw-r--r--List.h3
-rw-r--r--Mediatype.cpp3
-rw-r--r--Mediatype.h3
-rw-r--r--OutputPin.cpp3
-rw-r--r--OutputPin.h3
-rw-r--r--RAR.cpp3
-rw-r--r--RAR.h3
-rw-r--r--RFS.cpp3
-rw-r--r--RFS.h3
-rw-r--r--RFS.nsi3
-rw-r--r--Utils.cpp3
-rw-r--r--Utils.h3
16 files changed, 32 insertions, 16 deletions
diff --git a/Anchor.h b/Anchor.h
index fd305e6..d2c45f5 100644
--- a/Anchor.h
+++ b/Anchor.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/File.cpp b/File.cpp
index 6126ae2..4bc3c83 100644
--- a/File.cpp
+++ b/File.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/File.h b/File.h
index 5125a84..e5e7015 100644
--- a/File.h
+++ b/File.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/List.cpp b/List.cpp
index 0553ae6..9ee9d85 100644
--- a/List.cpp
+++ b/List.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/List.h b/List.h
index 7069803..3794371 100644
--- a/List.h
+++ b/List.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/Mediatype.cpp b/Mediatype.cpp
index 611888b..39cd518 100644
--- a/Mediatype.cpp
+++ b/Mediatype.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/Mediatype.h b/Mediatype.h
index 2a8edad..b0e782f 100644
--- a/Mediatype.h
+++ b/Mediatype.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/OutputPin.cpp b/OutputPin.cpp
index 7c42e18..429e38b 100644
--- a/OutputPin.cpp
+++ b/OutputPin.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/OutputPin.h b/OutputPin.h
index ebc7f03..05e39c7 100644
--- a/OutputPin.h
+++ b/OutputPin.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/RAR.cpp b/RAR.cpp
index ae8fac4..bd7e7de 100644
--- a/RAR.cpp
+++ b/RAR.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/RAR.h b/RAR.h
index e584c76..40f28ca 100644
--- a/RAR.h
+++ b/RAR.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/RFS.cpp b/RFS.cpp
index 41e7967..bdec81d 100644
--- a/RFS.cpp
+++ b/RFS.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/RFS.h b/RFS.h
index 9f168aa..2370270 100644
--- a/RFS.h
+++ b/RFS.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/RFS.nsi b/RFS.nsi
index 0b074cb..2f9f749 100644
--- a/RFS.nsi
+++ b/RFS.nsi
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/Utils.cpp b/Utils.cpp
index 786c3fb..9bdea51 100644
--- a/Utils.cpp
+++ b/Utils.cpp
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/Utils.h b/Utils.h
index 0d713ef..0e19dd8 100644
--- a/Utils.h
+++ b/Utils.h
@@ -3,7 +3,8 @@
*
* 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; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of