Another year is about to end... So we have to update these damn copyright information :P
[PHP-P10.git] / Tools / Table.class.php
index 3d01798b016d5415f8b5510dc71284e7df18f172..239de460afa3180b09b53d79a9183bd099230d64 100644 (file)
@@ -1,4 +1,26 @@
 <?php
 <?php
+/******************************* PHP-P10 v2 *****************************
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)                       *
+ *                                                                      *
+ * 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, see <http://www.gnu.org/licenses/>. *
+ *                                                                      *
+ ************************************************************************
+ * 
+ * Tools/Table.class.php
+ *
+ *  IRC Table Class
+ */
 
 class Table {
        private $table;
 
 class Table {
        private $table;