summaryrefslogtreecommitdiff
path: root/static-http
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-13 15:14:51 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-13 15:14:51 +0000
commit447d2e55ddd52e481521089638748450778921ce (patch)
tree35e801b6398ec7bc0d9e78a0bfb02f2e284f178d /static-http
parent83b13ebc0446038863360d9c294c687c987a56ed (diff)
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) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374941 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'static-http')
-rw-r--r--static-http/ajamdemo.html17
-rw-r--r--static-http/astman.css18
2 files changed, 35 insertions, 0 deletions
diff --git a/static-http/ajamdemo.html b/static-http/ajamdemo.html
index 607a2cfbe..37f8a573d 100644
--- a/static-http/ajamdemo.html
+++ b/static-http/ajamdemo.html
@@ -1,3 +1,20 @@
+<!--
+ Asterisk -- An open source telephony toolkit.
+
+ Copyright (C) 1999 - 2012, Digium, Inc.
+
+ Mark Spencer <markster@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" />
diff --git a/static-http/astman.css b/static-http/astman.css
index fbf2b2cf9..28ab34306 100644
--- a/static-http/astman.css
+++ b/static-http/astman.css
@@ -1,3 +1,21 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2012, Digium, Inc.
+ *
+ * Mark Spencer <markster@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;