X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fcontent%2FContent.php;h=d830dc7dc25a1771c8367f5ad84b29c88c375032;hb=a1f1af711939946187ba645d15c2ce8e17a5a0da;hp=1745ae22f3a867f26223ed36f967d669d3aff04b;hpb=f93810d1a5e52602012b5358ec0e40db383b59d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/Content.php b/includes/content/Content.php index 1745ae22f3..d830dc7dc2 100644 --- a/includes/content/Content.php +++ b/includes/content/Content.php @@ -3,7 +3,27 @@ * A content object represents page content, e.g. the text to show on a page. * Content objects have no knowledge about how they relate to wiki pages. * + * 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 2 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. + * http://www.gnu.org/copyleft/gpl.html + * * @since 1.21 + * + * @file + * @ingroup Content + * + * @author Daniel Kinzler */ interface Content { @@ -467,4 +487,4 @@ interface Content { # [11:59] Hooks are ugly; make CodeHighlighter interface and a # config to set the class which handles syntax highlighting # [12:00] And default it to a DummyHighlighter -} \ No newline at end of file +}