aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/apache/log2
-rw-r--r--web/apache/request2
-rw-r--r--web/apache/request.cxx2
-rw-r--r--web/apache/request.ixx2
-rw-r--r--web/apache/service2
-rw-r--r--web/apache/service.cxx2
-rw-r--r--web/apache/service.txx2
-rw-r--r--web/apache/stream2
-rw-r--r--web/mime-url-encoding2
-rw-r--r--web/mime-url-encoding.cxx2
-rw-r--r--web/module2
-rw-r--r--web/xhtml2
12 files changed, 12 insertions, 12 deletions
diff --git a/web/apache/log b/web/apache/log
index c568ef5..40523d3 100644
--- a/web/apache/log
+++ b/web/apache/log
@@ -1,5 +1,5 @@
// file : web/apache/log -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_LOG
diff --git a/web/apache/request b/web/apache/request
index 8861dac..ab69dff 100644
--- a/web/apache/request
+++ b/web/apache/request
@@ -1,5 +1,5 @@
// file : web/apache/request -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_REQUEST
diff --git a/web/apache/request.cxx b/web/apache/request.cxx
index 9887104..cf3c888 100644
--- a/web/apache/request.cxx
+++ b/web/apache/request.cxx
@@ -1,5 +1,5 @@
// file : web/apache/request.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/apache/request>
diff --git a/web/apache/request.ixx b/web/apache/request.ixx
index 0d3aefc..b3528d7 100644
--- a/web/apache/request.ixx
+++ b/web/apache/request.ixx
@@ -1,5 +1,5 @@
// file : web/apache/request.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <strings.h> // strcasecmp()
diff --git a/web/apache/service b/web/apache/service
index 9641a6b..11f2ddb 100644
--- a/web/apache/service
+++ b/web/apache/service
@@ -1,5 +1,5 @@
// file : web/apache/service -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_SERVICE
diff --git a/web/apache/service.cxx b/web/apache/service.cxx
index c6f830b..c4fe462 100644
--- a/web/apache/service.cxx
+++ b/web/apache/service.cxx
@@ -1,5 +1,5 @@
// file : web/apache/service.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/apache/service>
diff --git a/web/apache/service.txx b/web/apache/service.txx
index 25a7435..300a2a8 100644
--- a/web/apache/service.txx
+++ b/web/apache/service.txx
@@ -1,5 +1,5 @@
// file : web/apache/service.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <http_log.h>
diff --git a/web/apache/stream b/web/apache/stream
index 5a8b4c7..2ea9b7e 100644
--- a/web/apache/stream
+++ b/web/apache/stream
@@ -1,5 +1,5 @@
// file : web/apache/stream -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_STREAM
diff --git a/web/mime-url-encoding b/web/mime-url-encoding
index 9ae5d6d..a1d2eb7 100644
--- a/web/mime-url-encoding
+++ b/web/mime-url-encoding
@@ -1,5 +1,5 @@
// file : web/mime-url-encoding -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MIME_URL_ENCODING
diff --git a/web/mime-url-encoding.cxx b/web/mime-url-encoding.cxx
index 04c5a63..13cb30f 100644
--- a/web/mime-url-encoding.cxx
+++ b/web/mime-url-encoding.cxx
@@ -1,5 +1,5 @@
// file : web/mime-url-encoding.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/mime-url-encoding>
diff --git a/web/module b/web/module
index 704fa6d..824551f 100644
--- a/web/module
+++ b/web/module
@@ -1,5 +1,5 @@
// file : web/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MODULE
diff --git a/web/xhtml b/web/xhtml
index 7446a27..1b9ae9b 100644
--- a/web/xhtml
+++ b/web/xhtml
@@ -1,5 +1,5 @@
// file : web/xhtml -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_XHTML