From: <mol...@us...> - 2009-09-09 08:05:22
|
Revision: 1445 http://openutils.svn.sourceforge.net/openutils/?rev=1445&view=rev Author: molaschi Date: 2009-09-09 08:05:12 +0000 (Wed, 09 Sep 2009) Log Message: ----------- remove license from ftl Modified Paths: -------------- trunk/openutils-mgnlmedia/pom.xml trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl Modified: trunk/openutils-mgnlmedia/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2009-09-09 08:01:47 UTC (rev 1444) +++ trunk/openutils-mgnlmedia/pom.xml 2009-09-09 08:05:12 UTC (rev 1445) @@ -71,6 +71,7 @@ <exclude>target/**</exclude> <exclude>src/site/**</exclude> <exclude>src/main/bundle/**</exclude> + <exclude>src/main/resources/**/*.ftl</exclude> <exclude>src/main/assembly/**</exclude> <exclude>src/main/resources/mgnl-bootstrap/**</exclude> <exclude>src/main/resources/mgnl-nodetypes/**</exclude> Modified: trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl 2009-09-09 08:01:47 UTC (rev 1444) +++ trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl 2009-09-09 08:05:12 UTC (rev 1445) @@ -1,30 +1,3 @@ -<#-- - - - Magnolia SimpleMedia Module (http://lab.openmindonline.it/lab/products/media.html) - Magnolia SimpleMedia Module: a module for Magnolia CMS for easier management of images and videos with - several features. - Copyright (C)2008 - 2009, Openmind S.r.l. http://www.openmindonline.it - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - You may obtain a copy of the License at - - http://www.gnu.org/licenses/lgpl-2.1.html - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - ---> [#if !reqGet(request, "js_media_included")?exists] <script type="text/javascript"> function selectMedia(name, value, mediaType) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |