Commit 901fe0d8ae700d60179766866cf21e1ac4b20e99
1 parent
7065a810
delete unneeded file
Showing
1 changed file
with
0 additions
and
53 deletions
webservice/classes/atompub/cmis/KT_cmis_atom_baseDoc.inc.php deleted
| 1 | -<?php | |
| 2 | -/** | |
| 3 | - * Framework for an Atom Publication Protocol Service | |
| 4 | - * | |
| 5 | - * KnowledgeTree Community Edition | |
| 6 | - * Document Management Made Simple | |
| 7 | - * Copyright (C) 2008, 2009 KnowledgeTree Inc. | |
| 8 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 9 | - * | |
| 10 | - * This program is free software; you can redistribute it and/or modify it under | |
| 11 | - * the terms of the GNU General Public License version 3 as published by the | |
| 12 | - * Free Software Foundation. | |
| 13 | - * | |
| 14 | - * This program is distributed in the hope that it will be useful, but WITHOUT | |
| 15 | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS | |
| 16 | - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more | |
| 17 | - * details. | |
| 18 | - * | |
| 19 | - * You should have received a copy of the GNU General Public License | |
| 20 | - * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| 21 | - * | |
| 22 | - * You can contact KnowledgeTree Inc., PO Box 7775 #87847, San Francisco, | |
| 23 | - * California 94120-7775, or email info@knowledgetree.com. | |
| 24 | - * | |
| 25 | - * The interactive user interfaces in modified source and object code versions | |
| 26 | - * of this program must display Appropriate Legal Notices, as required under | |
| 27 | - * Section 5 of the GNU General Public License version 3. | |
| 28 | - * | |
| 29 | - * In accordance with Section 7(b) of the GNU General Public License version 3, | |
| 30 | - * these Appropriate Legal Notices must retain the display of the "Powered by | |
| 31 | - * KnowledgeTree" logo and retain the original copyright notice. If the display of the | |
| 32 | - * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices | |
| 33 | - * must display the words "Powered by KnowledgeTree" and retain the original | |
| 34 | - * copyright notice. | |
| 35 | - * Contributor( s): | |
| 36 | - * Mark Holtzhausen <mark@knowledgetree.com> | |
| 37 | - * Paul Barrett <paul@knowledgetree.com> | |
| 38 | - * | |
| 39 | - */ | |
| 40 | - | |
| 41 | -/** | |
| 42 | - * Includes | |
| 43 | - */ | |
| 44 | - | |
| 45 | -include_once(KT_ATOM_LIB_FOLDER.'KT_atom_baseDoc.inc.php'); //Containing the parent class allowing easy XML manipulation | |
| 46 | - | |
| 47 | -class KT_cmis_atom_baseDoc extends KT_atom_baseDoc { | |
| 48 | - | |
| 49 | - // override and extend as needed | |
| 50 | - | |
| 51 | -} | |
| 52 | - | |
| 53 | -?> | |
| 54 | 0 | \ No newline at end of file |