diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | brep/diagnostics | 2 | ||||
-rw-r--r-- | brep/diagnostics.cxx | 2 | ||||
-rw-r--r-- | brep/module | 2 | ||||
-rw-r--r-- | brep/module.cxx | 2 | ||||
-rw-r--r-- | brep/options.cli | 2 | ||||
-rw-r--r-- | brep/search | 2 | ||||
-rw-r--r-- | brep/search.cxx | 2 | ||||
-rw-r--r-- | brep/view | 2 | ||||
-rw-r--r-- | brep/view.cxx | 2 | ||||
-rw-r--r-- | services.cxx | 2 | ||||
-rw-r--r-- | web/apache/log | 2 | ||||
-rw-r--r-- | web/apache/request | 2 | ||||
-rw-r--r-- | web/apache/request.cxx | 2 | ||||
-rw-r--r-- | web/apache/request.ixx | 2 | ||||
-rw-r--r-- | web/apache/service | 2 | ||||
-rw-r--r-- | web/apache/service.cxx | 2 | ||||
-rw-r--r-- | web/apache/service.txx | 2 | ||||
-rw-r--r-- | web/apache/stream | 2 | ||||
-rw-r--r-- | web/module | 2 |
20 files changed, 20 insertions, 20 deletions
@@ -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> @@ -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 @@ -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 |