aboutsummaryrefslogtreecommitdiff
path: root/web/apache
diff options
context:
space:
mode:
Diffstat (limited to 'web/apache')
-rw-r--r--web/apache/log.hxx1
-rw-r--r--web/apache/request.cxx1
-rw-r--r--web/apache/request.hxx1
-rw-r--r--web/apache/request.ixx1
-rw-r--r--web/apache/service.cxx1
-rw-r--r--web/apache/service.hxx1
-rw-r--r--web/apache/service.txx1
-rw-r--r--web/apache/stream.hxx1
8 files changed, 0 insertions, 8 deletions
diff --git a/web/apache/log.hxx b/web/apache/log.hxx
index 147a6af..6609190 100644
--- a/web/apache/log.hxx
+++ b/web/apache/log.hxx
@@ -1,5 +1,4 @@
// file : web/apache/log.hxx -*- C++ -*-
-// 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 bed7042..4722b7f 100644
--- a/web/apache/request.cxx
+++ b/web/apache/request.cxx
@@ -1,5 +1,4 @@
// file : web/apache/request.cxx -*- C++ -*-
-// 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 01c7290..793a09d 100644
--- a/web/apache/request.hxx
+++ b/web/apache/request.hxx
@@ -1,5 +1,4 @@
// file : web/apache/request.hxx -*- C++ -*-
-// 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 157a751..3a1c01a 100644
--- a/web/apache/request.ixx
+++ b/web/apache/request.ixx
@@ -1,5 +1,4 @@
// file : web/apache/request.ixx -*- C++ -*-
-// 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 3306c61..1eeb65e 100644
--- a/web/apache/service.cxx
+++ b/web/apache/service.cxx
@@ -1,5 +1,4 @@
// file : web/apache/service.cxx -*- C++ -*-
-// 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 42ef52f..aaf006e 100644
--- a/web/apache/service.hxx
+++ b/web/apache/service.hxx
@@ -1,5 +1,4 @@
// file : web/apache/service.hxx -*- C++ -*-
-// 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 99a8110..bda8e10 100644
--- a/web/apache/service.txx
+++ b/web/apache/service.txx
@@ -1,5 +1,4 @@
// file : web/apache/service.txx -*- C++ -*-
-// 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 e103449..ed0018e 100644
--- a/web/apache/stream.hxx
+++ b/web/apache/stream.hxx
@@ -1,5 +1,4 @@
// file : web/apache/stream.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_STREAM_HXX