aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-11 16:43:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-11 16:43:16 +0200
commitf3de4f28f74f1733158ca23de8a4cf1774072619 (patch)
tree04901d6c486d9eaadeefd666222ddc135713356c /web
parent20a26f01a43c758755159eb0d991b27c83dbae66 (diff)
Correct copyright
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/module2
9 files changed, 9 insertions, 9 deletions
diff --git a/web/apache/log b/web/apache/log
index acc7c92..c976a65 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 Tools CC
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_LOG
diff --git a/web/apache/request b/web/apache/request
index 1fb9cbe..75e9add 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 Tools CC
+// copyright : Copyright (c) 2014-2015 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 caf0d60..f89f0e7 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 Tools CC
+// copyright : Copyright (c) 2014-2015 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 f7446e5..9fa9e6d 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 Tools CC
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <strings.h> // strcasecmp()
diff --git a/web/apache/service b/web/apache/service
index 8456f12..fd5f817 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 Tools CC
+// copyright : Copyright (c) 2014-2015 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 6b73e02..dc06a12 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 Tools CC
+// copyright : Copyright (c) 2014-2015 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 06f3599..38fa8ad 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 Tools CC
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <httpd/http_log.h>
diff --git a/web/apache/stream b/web/apache/stream
index 2aa674d..93d6855 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 Tools CC
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_APACHE_STREAM
diff --git a/web/module b/web/module
index 207e2bc..9624877 100644
--- a/web/module
+++ b/web/module
@@ -1,5 +1,5 @@
// file : web/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef WEB_MODULE