diff options
author | Jonathan Riddell <jriddell@ubuntu.com> | 2011-02-09 14:50:27 +0000 |
---|---|---|
committer | Jonathan Riddell <jriddell@ubuntu.com> | 2011-02-09 14:50:27 +0000 |
commit | d294c2f6bd2f0344f11eddaa5aa8b657d095f753 (patch) | |
tree | 779b6c1c871ca5616e166414c48258f531d15b12 /js | |
parent | 42cdc9f04fe71909a82faf17babb6e403c5e593e (diff) | |
download | nextcloud-server-d294c2f6bd2f0344f11eddaa5aa8b657d095f753.tar.gz nextcloud-server-d294c2f6bd2f0344f11eddaa5aa8b657d095f753.zip |
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
Diffstat (limited to 'js')
-rw-r--r-- | js/ajax.js | 2 | ||||
-rw-r--r-- | js/filebrowser.js | 2 | ||||
-rw-r--r-- | js/lib_ajax.js | 2 | ||||
-rw-r--r-- | js/lib_api.js | 2 | ||||
-rw-r--r-- | js/lib_drag.js | 2 | ||||
-rw-r--r-- | js/lib_files.js | 2 | ||||
-rw-r--r-- | js/lib_xmlloader.js | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/js/ajax.js b/js/ajax.js index 534dd46a290..c25f16fd385 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 f78ae595e97..1aa0e138970 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 c962f2e5c0e..9d282e741b2 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 51fc843967d..d1779291cab 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 5e6ae8ccadc..600b5b3882b 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 66a464e1945..a1cf1b6c027 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 12ebfa474b6..819dfb6b024 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/>. * */ |