[asterisk-commits] lathama: trunk r374941 - in /trunk/static-http: ajamdemo.html astman.css

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Oct 13 10:14:55 CDT 2012


Author: lathama
Date: Sat Oct 13 10:14:51 2012
New Revision: 374941

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=374941
Log:
Add licens/copyright header

Begin update of static-http files and general clean ups.  This only adds the standard header to the files.

(issue ASTERISK-20503)

Modified:
    trunk/static-http/ajamdemo.html
    trunk/static-http/astman.css

Modified: trunk/static-http/ajamdemo.html
URL: http://svnview.digium.com/svn/asterisk/trunk/static-http/ajamdemo.html?view=diff&rev=374941&r1=374940&r2=374941
==============================================================================
--- trunk/static-http/ajamdemo.html (original)
+++ trunk/static-http/ajamdemo.html Sat Oct 13 10:14:51 2012
@@ -1,3 +1,20 @@
+<!--
+ Asterisk -- An open source telephony toolkit.
+ 
+ Copyright (C) 1999 - 2012, Digium, Inc.
+ 
+ Mark Spencer <markster at digium.com>
+ 
+ See http://www.asterisk.org for more information about
+ the Asterisk project. Please do not directly contact
+ any of the maintainers of this project for assistance;
+ the project provides a web site, mailing lists and IRC
+ channels for your use.
+ This program is free software, distributed under the terms of
+ the GNU General Public License Version 2. See the LICENSE file
+ at the top of the source tree.
+-->
+
 <script src="prototype.js"></script>
 <script src="astman.js"></script>
 <link href="astman.css" media="all" rel="Stylesheet" type="text/css" />

Modified: trunk/static-http/astman.css
URL: http://svnview.digium.com/svn/asterisk/trunk/static-http/astman.css?view=diff&rev=374941&r1=374940&r2=374941
==============================================================================
--- trunk/static-http/astman.css (original)
+++ trunk/static-http/astman.css Sat Oct 13 10:14:51 2012
@@ -1,3 +1,21 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2012, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
 .chanlist {
 	border           : 1px solid #1f669b;
 	height			: 150px;




More information about the asterisk-commits mailing list