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 /files | |
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 'files')
-rw-r--r-- | files/api.php | 2 | ||||
-rw-r--r-- | files/get_files.php | 2 | ||||
-rw-r--r-- | files/index.php | 2 | ||||
-rw-r--r-- | files/open_file.php | 2 | ||||
-rwxr-xr-x | files/upload.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/files/api.php b/files/api.php index 7de2c31fc7f..08e1021af09 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 1481bb6f84b..45d2b626e65 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 6bd994e7616..f2f7a48713a 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 ed1a1e47b1a..ad91e3dad5c 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 e84cf8303db..08c89e76024 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/>. * */ |