Commit aa082fcd3a69fb529ff4f905fc0e11e0aaa2b275

Authored by michael
1 parent 8e42ec96

added copyright and gpl notice


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2553 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 17 additions and 4 deletions
config/dmsDefaults.php
1 1 <?php
2   -
3 2 /**
4 3 * $Id$
5 4 *
6   - * Stores the defaults for the DMS application
  5 + * Defines KnowledgeTree application defaults.
  6 + *
  7 + * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com
7 8 *
8   - * Licensed under the GNU GPL. For full terms see the file COPYING.
9   - */
  9 + * This program is free software; you can redistribute it and/or modify
  10 + * it under the terms of the GNU General Public License as published by
  11 + * the Free Software Foundation; either version 2 of the License, or
  12 + * (at your option) any later version.
  13 + *
  14 + * This program is distributed in the hope that it will be useful,
  15 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17 + * GNU General Public License for more details.
  18 + *
  19 + * You should have received a copy of the GNU General Public License
  20 + * along with this program; if not, write to the Free Software
  21 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  22 + */
10 23  
11 24 // include the environment settings
12 25 require_once("environment.php");
... ...