From 126dc77919b787e60c1220d51db7fbfeb05f08e7 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 17 Mar 2008 05:49:23 +0000 Subject: forgot the gpl notes... stupid debian --- sql/ampache.sql | 16 ++++++++++++++++ sql/ampache40.sql | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) 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 -- cgit