[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes/chihuahua
From:       Ingo Malchow <imalchow () kde ! org>
Date:       2012-03-24 18:56:08
Message-ID: 20120324185608.802C8AC899 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1286955 by imalchow:

add license headers for chihuahua

 M  +8 -0      css.php  
 M  +11 -1     template-bottom1.inc  
 M  +11 -1     template-bottom2.inc  
 M  +11 -1     template-header.inc  
 M  +11 -1     template-top1.inc  
 M  +9 -0      template-top2.inc  
 M  +11 -1     toolbox.inc  


--- trunk/www/media/includes/chihuahua/css.php #1286954:1286955
@@ -1,5 +1,13 @@
 <?php
 header("Content-type: text/css");
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
 ?>
 
 /* Eric Meyer CSS Reset */
--- trunk/www/media/includes/chihuahua/template-bottom1.inc #1286954:1286955
@@ -1,4 +1,14 @@
-<?php // This file contains content between the page text and the menu
+<?php 
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
+
+// This file contains content between the page text and the menu
 ?>
 		</div>
 	</div>
--- trunk/www/media/includes/chihuahua/template-bottom2.inc #1286954:1286955
@@ -1,5 +1,15 @@
-<?php // This file contains content between the menu and the end of html body
+<?php 
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
 
+// This file contains content between the menu and the end of html body
+
   // figure out the contact
   if (isset($name) && isset($mail))
     $contact = i18n_var("Maintained by") . " <a href=\"mailto:$mail\">$name</a><br />\n";
--- trunk/www/media/includes/chihuahua/template-header.inc #1286954:1286955
@@ -1,4 +1,14 @@
-<?php // This file contains content for the html header
+<?php 
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
+
+// This file contains content for the html header
 ?>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta http-equiv="Content-Style-Type" content="text/css" />
--- trunk/www/media/includes/chihuahua/template-top1.inc #1286954:1286955
@@ -1,4 +1,14 @@
-<?php // This file contains content between the top of the html body and the heading
+<?php
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
+
+// This file contains content between the top of the html body and the heading
 ?>
     <div class="root">
     	<div class="header">
--- trunk/www/media/includes/chihuahua/template-top2.inc #1286954:1286955
@@ -1,4 +1,13 @@
 <?php 
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
+
     if( isset($sidebar_content) && $sidebar_content != "" ) { ?>
         <div id="sidebar">
             <?php global $sidebar_content; echo $sidebar_content; ?>
--- trunk/www/media/includes/chihuahua/toolbox.inc #1286954:1286955
@@ -1,4 +1,14 @@
-<?php if (! isset ($hidelocation) || $hidelocation == false) { 
+<?php
+/**
+* Chihuahua theme for Capacity
+* @ver 0.1
+* @license BSD License - www.opensource.org/licenses/bsd-license.php
+*
+* Copyright (c) 2012 Ingo Malchow <imalchow@kde.org>
+* All rights reserved. Do not remove this copyright notice.
+*/
+
+ if (! isset ($hidelocation) || $hidelocation == false) { 
 	echo "<div id=\"location\">";
   if( !isset( $site_logo ) || empty( $site_logo ) ) {
     $src = $url_root."/media/images/kde.png";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic