[cc-commits] [CC SVN] r11241 - in cchost/trunk/mixter-files/skins: . formats
webmaster at creativecommons.org
webmaster at creativecommons.org
Sat Nov 15 16:54:18 EST 2008
Author: fourstones
Date: 2008-11-15 21:54:18 +0000 (Sat, 15 Nov 2008)
New Revision: 11241
Modified:
cchost/trunk/mixter-files/skins/formats/remix_me.tpl
cchost/trunk/mixter-files/skins/remix_me_download.tpl
cchost/trunk/mixter-files/skins/remix_me_embed.tpl
cchost/trunk/mixter-files/skins/remix_me_upload.tpl
Log:
added gpl header
Modified: cchost/trunk/mixter-files/skins/formats/remix_me.tpl
===================================================================
--- cchost/trunk/mixter-files/skins/formats/remix_me.tpl 2008-11-15 21:50:28 UTC (rev 11240)
+++ cchost/trunk/mixter-files/skins/formats/remix_me.tpl 2008-11-15 21:54:18 UTC (rev 11241)
@@ -14,7 +14,7 @@
* represent and warrant to Creative Commons that your use
* of the ccHost software will comply with the CC-GNU-GPL.
*
-* $id$
+* $Id$
*
*/
if( !defined('IN_CC_HOST') )
Modified: cchost/trunk/mixter-files/skins/remix_me_download.tpl
===================================================================
--- cchost/trunk/mixter-files/skins/remix_me_download.tpl 2008-11-15 21:50:28 UTC (rev 11240)
+++ cchost/trunk/mixter-files/skins/remix_me_download.tpl 2008-11-15 21:54:18 UTC (rev 11241)
@@ -1,4 +1,24 @@
-<?/*
+<?
+/*
+* Creative Commons has made the contents of this file
+* available under a CC-GNU-GPL license:
+*
+* http://creativecommons.org/licenses/GPL/2.0/
+*
+* A copy of the full license can be found as part of this
+* distribution in the file LICENSE.TXT.
+*
+* You may use the ccHost software in accordance with the
+* terms of that license. You agree that you are solely
+* responsible for your use of the ccHost software and you
+* represent and warrant to Creative Commons that your use
+* of the ccHost software will comply with the CC-GNU-GPL.
+*
+* $Id$
+*
+*/
+
+/*
[meta]
type = ajax_component
desc = _('Remix Me Download')
Modified: cchost/trunk/mixter-files/skins/remix_me_embed.tpl
===================================================================
--- cchost/trunk/mixter-files/skins/remix_me_embed.tpl 2008-11-15 21:50:28 UTC (rev 11240)
+++ cchost/trunk/mixter-files/skins/remix_me_embed.tpl 2008-11-15 21:54:18 UTC (rev 11241)
@@ -1,4 +1,25 @@
-<?/*
+<?
+/*
+* Creative Commons has made the contents of this file
+* available under a CC-GNU-GPL license:
+*
+* http://creativecommons.org/licenses/GPL/2.0/
+*
+* A copy of the full license can be found as part of this
+* distribution in the file LICENSE.TXT.
+*
+* You may use the ccHost software in accordance with the
+* terms of that license. You agree that you are solely
+* responsible for your use of the ccHost software and you
+* represent and warrant to Creative Commons that your use
+* of the ccHost software will comply with the CC-GNU-GPL.
+*
+* $Id$
+*
+*/
+if( !defined('IN_CC_HOST') )
+ die('Welcome to ccHost!');
+/*
[meta]
type = template_component
desc = _('Remix Me Embed')
Modified: cchost/trunk/mixter-files/skins/remix_me_upload.tpl
===================================================================
--- cchost/trunk/mixter-files/skins/remix_me_upload.tpl 2008-11-15 21:50:28 UTC (rev 11240)
+++ cchost/trunk/mixter-files/skins/remix_me_upload.tpl 2008-11-15 21:54:18 UTC (rev 11241)
@@ -1,3 +1,25 @@
+<?
+/*
+* Creative Commons has made the contents of this file
+* available under a CC-GNU-GPL license:
+*
+* http://creativecommons.org/licenses/GPL/2.0/
+*
+* A copy of the full license can be found as part of this
+* distribution in the file LICENSE.TXT.
+*
+* You may use the ccHost software in accordance with the
+* terms of that license. You agree that you are solely
+* responsible for your use of the ccHost software and you
+* represent and warrant to Creative Commons that your use
+* of the ccHost software will comply with the CC-GNU-GPL.
+*
+* $id$
+*
+*/
+if( !defined('IN_CC_HOST') )
+ die('Welcome to ccHost!');
+?>
%%
[meta]
type = format
More information about the cc-commits
mailing list