aboutsummaryrefslogtreecommitdiff
path: root/web/apache
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:03:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:03:20 +0300
commit1f6d7cbc8223531f92769139c9cd73332f66de45 (patch)
tree3e3f1b657dac957c680db1421e7faa99a57b80fb /web/apache
parent8d5f3b003d539f86ab71e168751e2df1142ac086 (diff)
Update copyright year
Diffstat (limited to 'web/apache')
-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
8 files changed, 8 insertions, 8 deletions
diff --git a/web/apache/log.hxx b/web/apache/log.hxx
index 4397875..6647b0e 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 51590e3..32a1737 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 0488fb2..ba815dc 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 4218756..3bd843d 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 f42cc2e..b72aa3f 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 44d064f..28c789e 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 61b95f3..36c6826 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 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 3bb422d..41c691f 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-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_STREAM_HXX