From e8984bf61b9b57dd320cec82cc188933d218b37f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 27 Feb 2014 05:11:04 -0600 Subject: [PATCH] Update database license header --- database/mysql/remotelab.sql | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/database/mysql/remotelab.sql b/database/mysql/remotelab.sql index 1823d70..7a7a654 100644 --- a/database/mysql/remotelab.sql +++ b/database/mysql/remotelab.sql @@ -1,8 +1,24 @@ /* -SQLyog Community Edition- MySQL GUI v8.2 -MySQL - 5.5.22-0ubuntu1 : Database - remotelab -********************************************************************* -*/ + * Remote Laboratory Database Definition + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * (c) 2014 Timothy Pearson + * Raptor Engineering + * http://www.raptorengineeringinc.com + */ /*!40101 SET NAMES utf8 */;