summaryrefslogtreecommitdiffstats
path: root/app.cgi
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-08 12:59:56 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-08 12:59:56 +0800
commit764d77608b8651454587386bdb3b2cf68da6e84f (patch)
treef56f70c99388aa03843cc70dfafe17fdb829c1c7 /app.cgi
parent0597e0ca507e70d2859010ae9bcff5e8cdd2293b (diff)
downloadCGI-sessions-764d77608b8651454587386bdb3b2cf68da6e84f.tar.gz
CGI-sessions-764d77608b8651454587386bdb3b2cf68da6e84f.tar.xz
CGI-sessions-764d77608b8651454587386bdb3b2cf68da6e84f.zip
Apply Apache License 2.0.0.5
Diffstat (limited to 'app.cgi')
-rwxr-xr-xapp.cgi14
1 files changed, 14 insertions, 0 deletions
diff --git a/app.cgi b/app.cgi
index 7ccf98a..6ee3207 100755
--- a/app.cgi
+++ b/app.cgi
@@ -1,5 +1,19 @@
#!/usr/bin/perl
+# Copyright 2014 Jan Pazdziora
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
use strict;
use warnings FATAL => 'all';
use CGI ();