diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 05:49:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-17 05:49:23 +0000 |
commit | 126dc77919b787e60c1220d51db7fbfeb05f08e7 (patch) | |
tree | d5fd1eaf019fe16f839a8f3907f47d8ab1d05fd6 | |
parent | 0a401c7ca475c0e65bbdd9212f1b6a439239c94e (diff) | |
download | ampache-126dc77919b787e60c1220d51db7fbfeb05f08e7.tar.gz ampache-126dc77919b787e60c1220d51db7fbfeb05f08e7.tar.bz2 ampache-126dc77919b787e60c1220d51db7fbfeb05f08e7.zip |
forgot the gpl notes... stupid debian
-rw-r--r-- | sql/ampache.sql | 16 | ||||
-rw-r--r-- | sql/ampache40.sql | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sql/ampache.sql b/sql/ampache.sql index d2cea5b3..02de0e2b 100644 --- a/sql/ampache.sql +++ b/sql/ampache.sql @@ -1,3 +1,19 @@ +-- Copyright (c) 2001 - 2008 Ampache.org +-- All rights reserved. +-- +-- This program is free software; you can redistribute it and/or +-- modify it under the terms of the GNU General Public License v2 +-- as published by the Free Software Foundation. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + -- MySQL dump 10.11 -- -- Host: localhost Database: ampache diff --git a/sql/ampache40.sql b/sql/ampache40.sql index 94885e45..a468752d 100644 --- a/sql/ampache40.sql +++ b/sql/ampache40.sql @@ -1,3 +1,19 @@ +-- Copyright (c) 2001 - 2008 Ampache.org +-- All rights reserved. +-- +-- This program is free software; you can redistribute it and/or +-- modify it under the terms of the GNU General Public License v2 +-- as published by the Free Software Foundation. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program; if not, write to the Free Software +-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + -- MySQL dump 10.11 -- -- Host: localhost Database: ampache |