[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bowncloud=5D_/=3A_Fix_licencing=2C_make_headers_refe?=
From:       Jonathan Riddell <jriddell () ubuntu ! com>
Date:       2011-02-09 14:51:01
Message-ID: 20110209145101.172CDA609B () git ! kde ! org
[Download RAW message or body]

Git commit d294c2f6bd2f0344f11eddaa5aa8b657d095f753 by Jonathan Riddell.
Committed on 09/02/11 at 15:50.
Pushed by jriddell into branch 'master'.

Fix licencing, make headers refer to intended AGPL, include copy of AGPL

M  +1    -1    admin/index.php     
M  +1    -1    files/api.php     
M  +1    -1    files/get_files.php     
M  +1    -1    files/index.php     
M  +1    -1    files/open_file.php     
M  +1    -1    files/upload.php     
M  +1    -1    inc/User/backend.php     
M  +1    -1    inc/User/database.php     
M  +1    -1    inc/lib_base.php     
M  +1    -1    inc/lib_connect.php     
M  +1    -1    inc/lib_fileobserver.php     
M  +1    -1    inc/lib_files.php     
M  +1    -1    inc/lib_filestorage.php     
M  +1    -1    inc/lib_filesystem.php     
M  +1    -1    inc/lib_log.php     
M  +1    -1    inc/lib_ocs.php     
M  +1    -1    inc/lib_plugin.php     
M  +1    -1    inc/lib_remotestorage.php     
M  +1    -1    inc/lib_user.php     
M  +1    -1    index.php     
M  +1    -1    js/ajax.js     
M  +1    -1    js/filebrowser.js     
M  +1    -1    js/lib_ajax.js     
M  +1    -1    js/lib_api.js     
M  +1    -1    js/lib_drag.js     
M  +1    -1    js/lib_files.js     
M  +1    -1    js/lib_xmlloader.js     
M  +1    -1    log/index.php     
M  +1    -1    ocs/providers.php     
M  +1    -1    ocs/v1.php     
M  +1    -1    plugins/ldap/lib_ldap.php     
M  +1    -1    plugins/test/index.php     
M  +1    -1    plugins/test/lib_test.php     
M  +1    -1    settings/index.php     
M  +1    -1    webdav/owncloud.php     

http://commits.kde.org/owncloud/d294c2f6bd2f0344f11eddaa5aa8b657d095f753

diff --git a/admin/index.php b/admin/index.php
index 2331c22..92c465e 100644
--- a/admin/index.php
+++ b/admin/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/files/api.php b/files/api.php
index 7de2c31..08e1021 100644
--- a/files/api.php
+++ b/files/api.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/files/get_files.php b/files/get_files.php
index 1481bb6..45d2b62 100644
--- a/files/get_files.php
+++ b/files/get_files.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/files/index.php b/files/index.php
index 6bd994e..f2f7a48 100644
--- a/files/index.php
+++ b/files/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/files/open_file.php b/files/open_file.php
index ed1a1e4..ad91e3d 100644
--- a/files/open_file.php
+++ b/files/open_file.php
@@ -15,7 +15,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/files/upload.php b/files/upload.php
index e84cf83..08c89e7 100755
--- a/files/upload.php
+++ b/files/upload.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/inc/User/backend.php b/inc/User/backend.php
index 9d10ade..f4c12f6 100755
--- a/inc/User/backend.php
+++ b/inc/User/backend.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/inc/User/database.php b/inc/User/database.php
index bd33ba6..df49e8d 100755
--- a/inc/User/database.php
+++ b/inc/User/database.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/inc/lib_base.php b/inc/lib_base.php
index 6819468..9fafa4d 100644
--- a/inc/lib_base.php
+++ b/inc/lib_base.php
@@ -15,7 +15,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/inc/lib_connect.php b/inc/lib_connect.php
index 9db8677..695ae48 100644
--- a/inc/lib_connect.php
+++ b/inc/lib_connect.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/inc/lib_fileobserver.php b/inc/lib_fileobserver.php
index c9c73fa..08a6752 100644
--- a/inc/lib_fileobserver.php
+++ b/inc/lib_fileobserver.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/inc/lib_files.php b/inc/lib_files.php
index f7d646e..5ec934a 100755
--- a/inc/lib_files.php
+++ b/inc/lib_files.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/inc/lib_filestorage.php b/inc/lib_filestorage.php
index 65387b6..06ce26f 100644
--- a/inc/lib_filestorage.php
+++ b/inc/lib_filestorage.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/inc/lib_filesystem.php b/inc/lib_filesystem.php
index 57e4d7a..26a0066 100644
--- a/inc/lib_filesystem.php
+++ b/inc/lib_filesystem.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/inc/lib_log.php b/inc/lib_log.php
index 989308c..9b6736d 100644
--- a/inc/lib_log.php
+++ b/inc/lib_log.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/inc/lib_ocs.php b/inc/lib_ocs.php
index 8ed4151..08b4b79 100644
--- a/inc/lib_ocs.php
+++ b/inc/lib_ocs.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/inc/lib_plugin.php b/inc/lib_plugin.php
index eb7533c..04c2130 100644
--- a/inc/lib_plugin.php
+++ b/inc/lib_plugin.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/inc/lib_remotestorage.php b/inc/lib_remotestorage.php
index f8835c1..ed90cf1 100644
--- a/inc/lib_remotestorage.php
+++ b/inc/lib_remotestorage.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/inc/lib_user.php b/inc/lib_user.php
index 5b48e0a..f4bc913 100644
--- a/inc/lib_user.php
+++ b/inc/lib_user.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/index.php b/index.php
index 52013d1..67e0b54 100644
--- a/index.php
+++ b/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/js/ajax.js b/js/ajax.js
index 534dd46..c25f16f 100644
--- a/js/ajax.js
+++ b/js/ajax.js
@@ -14,7 +14,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/js/filebrowser.js b/js/filebrowser.js
index f78ae59..1aa0e13 100644
--- a/js/filebrowser.js
+++ b/js/filebrowser.js
@@ -14,7 +14,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/js/lib_ajax.js b/js/lib_ajax.js
index c962f2e..9d282e7 100644
--- a/js/lib_ajax.js
+++ b/js/lib_ajax.js
@@ -14,7 +14,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/js/lib_api.js b/js/lib_api.js
index 51fc843..d177929 100644
--- a/js/lib_api.js
+++ b/js/lib_api.js
@@ -14,7 +14,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/js/lib_drag.js b/js/lib_drag.js
index 5e6ae8c..600b5b3 100644
--- a/js/lib_drag.js
+++ b/js/lib_drag.js
@@ -14,7 +14,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/js/lib_files.js b/js/lib_files.js
index 66a464e..a1cf1b6 100644
--- a/js/lib_files.js
+++ b/js/lib_files.js
@@ -14,7 +14,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/js/lib_xmlloader.js b/js/lib_xmlloader.js
index 12ebfa4..819dfb6 100644
--- a/js/lib_xmlloader.js
+++ b/js/lib_xmlloader.js
@@ -14,7 +14,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/log/index.php b/log/index.php
index 3b10027..da76d2e 100644
--- a/log/index.php
+++ b/log/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/ocs/providers.php b/ocs/providers.php
index 93ab38f..68cece3 100644
--- a/ocs/providers.php
+++ b/ocs/providers.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/ocs/v1.php b/ocs/v1.php
index 2419658..1b8b479 100644
--- a/ocs/v1.php
+++ b/ocs/v1.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/plugins/ldap/lib_ldap.php b/plugins/ldap/lib_ldap.php
index 2bb5579..383e7f7 100755
--- a/plugins/ldap/lib_ldap.php
+++ b/plugins/ldap/lib_ldap.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/plugins/test/index.php b/plugins/test/index.php
index 737b9ff..c277d9b 100644
--- a/plugins/test/index.php
+++ b/plugins/test/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/plugins/test/lib_test.php b/plugins/test/lib_test.php
index bce0d30..f28fd0d 100644
--- a/plugins/test/lib_test.php
+++ b/plugins/test/lib_test.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/settings/index.php b/settings/index.php
index 674e42b..66fc205 100644
--- a/settings/index.php
+++ b/settings/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/webdav/owncloud.php b/webdav/owncloud.php
index 387eae3..fc9efa6 100644
--- a/webdav/owncloud.php
+++ b/webdav/owncloud.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/>.
 * 
 */

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic