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

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2016-04-08 16:06:24 +0300
committerFrank Karlitschek <frank@owncloud.org>2016-04-08 16:06:24 +0300
commit7f87e890e45f95bb74e555c5ac5990846da50b38 (patch)
treef47cd33c1d7dc696169e46451a7ac2fc96e0ce90
parent7fb62743ab1dffc051011bcd654910fe5b5ba33b (diff)
fix licensing issues
-rwxr-xr-xREADME.md2
-rwxr-xr-xserver/cronjob.php2
-rwxr-xr-xserver/index.php2
-rwxr-xr-xserver/lib/lib_db.php2
-rwxr-xr-xserver/lib/lib_util.php2
-rwxr-xr-xserver/replication.php2
-rwxr-xr-xserver/status.php2
-rwxr-xr-xserver/verifyemail.php2
8 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8e442d4..88669ca 100755
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ The Lookup-Server is a server component that can be run independently from an ow
Please look into the doc directory for more information
## License
-This code is licenses as AGPL v2
+This code is licenses as AGPL v3
## Contribute
If you want to contribute please open a pull request here on github. Every improvement is welcome.
diff --git a/server/cronjob.php b/server/cronjob.php
index 83d799c..874ab2a 100755
--- a/server/cronjob.php
+++ b/server/cronjob.php
@@ -17,7 +17,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/index.php b/server/index.php
index 3152111..51b8770 100755
--- a/server/index.php
+++ b/server/index.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/lib/lib_db.php b/server/lib/lib_db.php
index a666cb6..fb30774 100755
--- a/server/lib/lib_db.php
+++ b/server/lib/lib_db.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/lib/lib_util.php b/server/lib/lib_util.php
index 896aa92..aea6604 100755
--- a/server/lib/lib_util.php
+++ b/server/lib/lib_util.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/replication.php b/server/replication.php
index e207518..1d81569 100755
--- a/server/replication.php
+++ b/server/replication.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/status.php b/server/status.php
index bbe4972..d3ae6d2 100755
--- a/server/status.php
+++ b/server/status.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/server/verifyemail.php b/server/verifyemail.php
index 8e87ca7..fb33914 100755
--- a/server/verifyemail.php
+++ b/server/verifyemail.php
@@ -16,7 +16,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
-* You should have received a copy of the GNU Lesser General Public
+* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/