aboutsummaryrefslogtreecommitdiff
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
parent20a26f01a43c758755159eb0d991b27c83dbae66 (diff)
Correct copyright
-rw-r--r--LICENSE2
-rw-r--r--brep/diagnostics2
-rw-r--r--brep/diagnostics.cxx2
-rw-r--r--brep/module2
-rw-r--r--brep/module.cxx2
-rw-r--r--brep/options.cli2
-rw-r--r--brep/search2
-rw-r--r--brep/search.cxx2
-rw-r--r--brep/view2
-rw-r--r--brep/view.cxx2
-rw-r--r--services.cxx2
-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
20 files changed, 20 insertions, 20 deletions
diff --git a/LICENSE b/LICENSE
index 329695e..d79003b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2015 Code Synthesis Tools CC
+Copyright (c) 2014-2015 Code Synthesis Ltd
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/brep/diagnostics b/brep/diagnostics
index 094a62b..6e42e82 100644
--- a/brep/diagnostics
+++ b/brep/diagnostics
@@ -1,5 +1,5 @@
// file : brep/diagnostics -*- 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 BREP_DIAGNOSTICS
diff --git a/brep/diagnostics.cxx b/brep/diagnostics.cxx
index 36d409f..e04c214 100644
--- a/brep/diagnostics.cxx
+++ b/brep/diagnostics.cxx
@@ -1,5 +1,5 @@
// file : brep/diagnostics.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 <brep/diagnostics>
diff --git a/brep/module b/brep/module
index ef9154f..e38d60d 100644
--- a/brep/module
+++ b/brep/module
@@ -1,5 +1,5 @@
// file : brep/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 BREP_MODULE
diff --git a/brep/module.cxx b/brep/module.cxx
index 612e521..32988e0 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -1,5 +1,5 @@
// file : brep/module.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 <brep/module>
diff --git a/brep/options.cli b/brep/options.cli
index da707a0..606898c 100644
--- a/brep/options.cli
+++ b/brep/options.cli
@@ -1,5 +1,5 @@
// file : brep/options.cli -*- 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 <string>;
diff --git a/brep/search b/brep/search
index b604db4..9670899 100644
--- a/brep/search
+++ b/brep/search
@@ -1,5 +1,5 @@
// file : brep/search -*- 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 BREP_SEARCH
diff --git a/brep/search.cxx b/brep/search.cxx
index e282f79..3f50383 100644
--- a/brep/search.cxx
+++ b/brep/search.cxx
@@ -1,5 +1,5 @@
// file : brep/search.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 <brep/search>
diff --git a/brep/view b/brep/view
index a418872..9b3030e 100644
--- a/brep/view
+++ b/brep/view
@@ -1,5 +1,5 @@
// file : brep/view -*- 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 BREP_VIEW
diff --git a/brep/view.cxx b/brep/view.cxx
index 1402d1f..0ec6c67 100644
--- a/brep/view.cxx
+++ b/brep/view.cxx
@@ -1,5 +1,5 @@
// file : brep/view.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 <brep/view>
diff --git a/services.cxx b/services.cxx
index 3d6f372..86b27b7 100644
--- a/services.cxx
+++ b/services.cxx
@@ -1,5 +1,5 @@
// file : services.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 <brep/view>
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