aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:53:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:53:37 +0300
commitc10d24b1b9c1f03567b3bd60c291f1a8cea5811e (patch)
treedefa00ad6908e960e2931aa2682a110e80923f83 /web
parent61ee1e83cca30abbd37f91eaa846d64cee81e9a4 (diff)
Update copyright year
Diffstat (limited to 'web')
-rw-r--r--web/apache/log.hxx2
-rw-r--r--web/apache/request.cxx2
-rw-r--r--web/apache/request.hxx2
-rw-r--r--web/apache/request.ixx2
-rw-r--r--web/apache/service.cxx2
-rw-r--r--web/apache/service.hxx2
-rw-r--r--web/apache/service.txx2
-rw-r--r--web/apache/stream.hxx2
-rw-r--r--web/buildfile2
-rw-r--r--web/mime-url-encoding.cxx2
-rw-r--r--web/mime-url-encoding.hxx2
-rw-r--r--web/module.hxx2
-rw-r--r--web/version.hxx.in2
-rw-r--r--web/xhtml-fragment.cxx2
-rw-r--r--web/xhtml-fragment.hxx2
-rw-r--r--web/xhtml.hxx2
16 files changed, 16 insertions, 16 deletions
diff --git a/web/apache/log.hxx b/web/apache/log.hxx
index 6647b0e..147a6af 100644
--- a/web/apache/log.hxx
+++ b/web/apache/log.hxx
@@ -1,5 +1,5 @@
// file : web/apache/log.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_LOG_HXX
diff --git a/web/apache/request.cxx b/web/apache/request.cxx
index a019183..ba5952e 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/apache/request.hxx>
diff --git a/web/apache/request.hxx b/web/apache/request.hxx
index 8c42f57..01c7290 100644
--- a/web/apache/request.hxx
+++ b/web/apache/request.hxx
@@ -1,5 +1,5 @@
// file : web/apache/request.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_REQUEST_HXX
diff --git a/web/apache/request.ixx b/web/apache/request.ixx
index 3bd843d..157a751 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <http_protocol.h> // ap_*()
diff --git a/web/apache/service.cxx b/web/apache/service.cxx
index e752f65..3306c61 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/apache/service.hxx>
diff --git a/web/apache/service.hxx b/web/apache/service.hxx
index 2fbcd0a..42ef52f 100644
--- a/web/apache/service.hxx
+++ b/web/apache/service.hxx
@@ -1,5 +1,5 @@
// file : web/apache/service.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_SERVICE_HXX
diff --git a/web/apache/service.txx b/web/apache/service.txx
index 6b1baad..99a8110 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <httpd.h> // APEXIT_CHILDSICK
diff --git a/web/apache/stream.hxx b/web/apache/stream.hxx
index 41c691f..e103449 100644
--- a/web/apache/stream.hxx
+++ b/web/apache/stream.hxx
@@ -1,5 +1,5 @@
// file : web/apache/stream.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_STREAM_HXX
diff --git a/web/buildfile b/web/buildfile
index df5f812..a535574 100644
--- a/web/buildfile
+++ b/web/buildfile
@@ -1,5 +1,5 @@
# file : web/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# This is currently part of the brep apache module but lives in a separate
diff --git a/web/mime-url-encoding.cxx b/web/mime-url-encoding.cxx
index 568d047..c43510e 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/mime-url-encoding.hxx>
diff --git a/web/mime-url-encoding.hxx b/web/mime-url-encoding.hxx
index 543e58e..225215d 100644
--- a/web/mime-url-encoding.hxx
+++ b/web/mime-url-encoding.hxx
@@ -1,5 +1,5 @@
// file : web/mime-url-encoding.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MIME_URL_ENCODING_HXX
diff --git a/web/module.hxx b/web/module.hxx
index dd98c29..73ffcaf 100644
--- a/web/module.hxx
+++ b/web/module.hxx
@@ -1,5 +1,5 @@
// file : web/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MODULE_HXX
diff --git a/web/version.hxx.in b/web/version.hxx.in
index 2c4bc9c..10851f4 100644
--- a/web/version.hxx.in
+++ b/web/version.hxx.in
@@ -1,5 +1,5 @@
// file : web/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_VERSION_HXX_IN
diff --git a/web/xhtml-fragment.cxx b/web/xhtml-fragment.cxx
index aa8d75f..4d1c178 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-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <web/xhtml-fragment.hxx>
diff --git a/web/xhtml-fragment.hxx b/web/xhtml-fragment.hxx
index 8848f01..14b9a21 100644
--- a/web/xhtml-fragment.hxx
+++ b/web/xhtml-fragment.hxx
@@ -1,5 +1,5 @@
// file : web/xhtml-fragment.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_XHTML_FRAGMENT_HXX
diff --git a/web/xhtml.hxx b/web/xhtml.hxx
index 338d00c..6d35e49 100644
--- a/web/xhtml.hxx
+++ b/web/xhtml.hxx
@@ -1,5 +1,5 @@
// file : web/xhtml.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_XHTML_HXX