aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit18f888e389aaeabdd7828aa584c0b7c9b9fd2dc1 (patch)
tree9ccbd3434a7e380d5a6f86471ea49a4d027da905 /web
parente06c0a160271fda8cb56a4cfda5593ec92508d4f (diff)
Update copyright year
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
-rw-r--r--web/xhtml-fragment2
-rw-r--r--web/xhtml-fragment.cxx2
14 files changed, 14 insertions, 14 deletions
diff --git a/web/apache/log b/web/apache/log
index 291f8de..dda9099 100644
--- a/web/apache/log
+++ b/web/apache/log
@@ -1,5 +1,5 @@
// file : web/apache/log -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_LOG
diff --git a/web/apache/request b/web/apache/request
index 9540561..7f8cf8c 100644
--- a/web/apache/request
+++ b/web/apache/request
@@ -1,5 +1,5 @@
// file : web/apache/request -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 b0b4d61..4e9d1fa 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 821aaba..6dde6ce 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <strings.h> // strncasecmp()
diff --git a/web/apache/service b/web/apache/service
index b50bc13..45cf39b 100644
--- a/web/apache/service
+++ b/web/apache/service
@@ -1,5 +1,5 @@
// file : web/apache/service -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 7104731..ca8e235 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 e517abe..6630fd0 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <httpd.h> // APEXIT_CHILDSICK
diff --git a/web/apache/stream b/web/apache/stream
index f05ea08..9230d1b 100644
--- a/web/apache/stream
+++ b/web/apache/stream
@@ -1,5 +1,5 @@
// file : web/apache/stream -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 a1d2eb7..8c8ddfb 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 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 13cb30f..fc0511e 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/mime-url-encoding>
diff --git a/web/module b/web/module
index fcd7012..b770d67 100644
--- a/web/module
+++ b/web/module
@@ -1,5 +1,5 @@
// file : web/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MODULE
diff --git a/web/xhtml b/web/xhtml
index 462d302..58dee7b 100644
--- a/web/xhtml
+++ b/web/xhtml
@@ -1,5 +1,5 @@
// file : web/xhtml -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_XHTML
diff --git a/web/xhtml-fragment b/web/xhtml-fragment
index a0964b0..9f602e0 100644
--- a/web/xhtml-fragment
+++ b/web/xhtml-fragment
@@ -1,5 +1,5 @@
// file : web/xhtml-fragment -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_XHTML_FRAGMENT
diff --git a/web/xhtml-fragment.cxx b/web/xhtml-fragment.cxx
index 34247dd..3147c72 100644
--- a/web/xhtml-fragment.cxx
+++ b/web/xhtml-fragment.cxx
@@ -1,5 +1,5 @@
// file : web/xhtml-fragment.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/xhtml-fragment>