aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
commit6123a93e79239a7d5886604b1ecafd7d4fc3710d (patch)
treedb62497219e234b6bd328327c6b2b2616520d0ce
parent304b4e97bef93bcbeb82b5339451bacbb72b4f31 (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--butl/buildfile2
-rw-r--r--butl/char-scanner2
-rw-r--r--butl/char-scanner.cxx2
-rw-r--r--butl/fdstream2
-rw-r--r--butl/fdstream.cxx2
-rw-r--r--butl/filesystem2
-rw-r--r--butl/filesystem.cxx2
-rw-r--r--butl/filesystem.ixx2
-rw-r--r--butl/multi-index2
-rw-r--r--butl/optional2
-rw-r--r--butl/path2
-rw-r--r--butl/path-io2
-rw-r--r--butl/path-map2
-rw-r--r--butl/path.cxx2
-rw-r--r--butl/path.ixx2
-rw-r--r--butl/path.txx2
-rw-r--r--butl/prefix-map2
-rw-r--r--butl/prefix-map.txx2
-rw-r--r--butl/process2
-rw-r--r--butl/process.cxx2
-rw-r--r--butl/process.ixx2
-rw-r--r--butl/string-table2
-rw-r--r--butl/string-table.txx2
-rw-r--r--butl/timestamp2
-rw-r--r--butl/timestamp.cxx2
-rw-r--r--butl/utility2
-rw-r--r--butl/version2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/dir-iterator/buildfile2
-rw-r--r--tests/dir-iterator/driver.cxx2
-rw-r--r--tests/path/buildfile2
-rw-r--r--tests/path/driver.cxx2
-rw-r--r--tests/prefix-map/buildfile2
-rw-r--r--tests/prefix-map/driver.cxx2
39 files changed, 39 insertions, 39 deletions
diff --git a/LICENSE b/LICENSE
index d79003b..ec7646c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2015 Code Synthesis Ltd
+Copyright (c) 2014-2016 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/build/bootstrap.build b/build/bootstrap.build
index a819ebd..08a7970 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbutl
diff --git a/build/export.build b/build/export.build
index e59dc86..70a90cd 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/:
diff --git a/build/root.build b/build/root.build
index e5ddba5..57a3d82 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using cxx
diff --git a/buildfile b/buildfile
index 8d6b903..4ab49c4 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = butl/ tests/
diff --git a/butl/buildfile b/butl/buildfile
index 2e55d8e..9c96aab 100644
--- a/butl/buildfile
+++ b/butl/buildfile
@@ -1,5 +1,5 @@
# file : butl/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
lib{butl}: \
diff --git a/butl/char-scanner b/butl/char-scanner
index 3c8cdbe..d50745e 100644
--- a/butl/char-scanner
+++ b/butl/char-scanner
@@ -1,5 +1,5 @@
// file : butl/char-scanner -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_CHAR_SCANNER
diff --git a/butl/char-scanner.cxx b/butl/char-scanner.cxx
index 1561ad1..0da02a1 100644
--- a/butl/char-scanner.cxx
+++ b/butl/char-scanner.cxx
@@ -1,5 +1,5 @@
// file : butl/char-scanner.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/char-scanner>
diff --git a/butl/fdstream b/butl/fdstream
index 2814d4b..ac4500a 100644
--- a/butl/fdstream
+++ b/butl/fdstream
@@ -1,5 +1,5 @@
// file : butl/fdstream -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_FDSTREAM
diff --git a/butl/fdstream.cxx b/butl/fdstream.cxx
index 0386f49..4b8ccc2 100644
--- a/butl/fdstream.cxx
+++ b/butl/fdstream.cxx
@@ -1,5 +1,5 @@
// file : butl/fdstream.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/fdstream>
diff --git a/butl/filesystem b/butl/filesystem
index c3340d7..53012fd 100644
--- a/butl/filesystem
+++ b/butl/filesystem
@@ -1,5 +1,5 @@
// file : butl/filesystem -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_FILESYSTEM
diff --git a/butl/filesystem.cxx b/butl/filesystem.cxx
index 99417b1..98b8d62 100644
--- a/butl/filesystem.cxx
+++ b/butl/filesystem.cxx
@@ -1,5 +1,5 @@
// file : butl/filesystem.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/filesystem>
diff --git a/butl/filesystem.ixx b/butl/filesystem.ixx
index 3b72b4a..c7cd93b 100644
--- a/butl/filesystem.ixx
+++ b/butl/filesystem.ixx
@@ -1,5 +1,5 @@
// file : butl/filesystem.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace butl
diff --git a/butl/multi-index b/butl/multi-index
index b8b7720..ca06299 100644
--- a/butl/multi-index
+++ b/butl/multi-index
@@ -1,5 +1,5 @@
// file : butl/multi-index -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_MULTI_INDEX
diff --git a/butl/optional b/butl/optional
index a8f810e..308302e 100644
--- a/butl/optional
+++ b/butl/optional
@@ -1,5 +1,5 @@
// file : butl/optional -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_OPTIONAL
diff --git a/butl/path b/butl/path
index 194f65d..c600e04 100644
--- a/butl/path
+++ b/butl/path
@@ -1,5 +1,5 @@
// file : butl/path -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_PATH
diff --git a/butl/path-io b/butl/path-io
index 2f2072f..6b68f30 100644
--- a/butl/path-io
+++ b/butl/path-io
@@ -1,5 +1,5 @@
// file : butl/path-io -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_PATH_IO
diff --git a/butl/path-map b/butl/path-map
index 101a2a9..f55bf18 100644
--- a/butl/path-map
+++ b/butl/path-map
@@ -1,5 +1,5 @@
// file : butl/path-map -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_PATH_MAP
diff --git a/butl/path.cxx b/butl/path.cxx
index 3ff06d8..2150cce 100644
--- a/butl/path.cxx
+++ b/butl/path.cxx
@@ -1,5 +1,5 @@
// file : butl/path.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/path>
diff --git a/butl/path.ixx b/butl/path.ixx
index 7ce8c63..c072075 100644
--- a/butl/path.ixx
+++ b/butl/path.ixx
@@ -1,5 +1,5 @@
// file : butl/path.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifdef _WIN32
diff --git a/butl/path.txx b/butl/path.txx
index 20e9e00..56e2cf1 100644
--- a/butl/path.txx
+++ b/butl/path.txx
@@ -1,5 +1,5 @@
// file : butl/path.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/butl/prefix-map b/butl/prefix-map
index 870f251..0c1b459 100644
--- a/butl/prefix-map
+++ b/butl/prefix-map
@@ -1,5 +1,5 @@
// file : butl/prefix-map -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_PREFIX_MAP
diff --git a/butl/prefix-map.txx b/butl/prefix-map.txx
index 9ead579..105cd7e 100644
--- a/butl/prefix-map.txx
+++ b/butl/prefix-map.txx
@@ -1,5 +1,5 @@
// file : butl/prefix-map.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace butl
diff --git a/butl/process b/butl/process
index e96f7ce..ef8c057 100644
--- a/butl/process
+++ b/butl/process
@@ -1,5 +1,5 @@
// file : butl/process -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_PROCESS
diff --git a/butl/process.cxx b/butl/process.cxx
index bd13392..4203735 100644
--- a/butl/process.cxx
+++ b/butl/process.cxx
@@ -1,5 +1,5 @@
// file : butl/process.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/process>
diff --git a/butl/process.ixx b/butl/process.ixx
index baf55f8..e840372 100644
--- a/butl/process.ixx
+++ b/butl/process.ixx
@@ -1,5 +1,5 @@
// file : butl/process.ixx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
namespace butl
diff --git a/butl/string-table b/butl/string-table
index b21c951..d07c75a 100644
--- a/butl/string-table
+++ b/butl/string-table
@@ -1,5 +1,5 @@
// file : butl/string-table -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_STRING_TABLE
diff --git a/butl/string-table.txx b/butl/string-table.txx
index 3e74997..8e97157 100644
--- a/butl/string-table.txx
+++ b/butl/string-table.txx
@@ -1,5 +1,5 @@
// file : butl/string-table.txx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <limits> // numeric_limits
diff --git a/butl/timestamp b/butl/timestamp
index aaef04d..10090c5 100644
--- a/butl/timestamp
+++ b/butl/timestamp
@@ -1,5 +1,5 @@
// file : butl/timestamp -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_TIMESTAMP
diff --git a/butl/timestamp.cxx b/butl/timestamp.cxx
index 6b99284..6299ba3 100644
--- a/butl/timestamp.cxx
+++ b/butl/timestamp.cxx
@@ -1,5 +1,5 @@
// file : butl/timestamp.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <butl/timestamp>
diff --git a/butl/utility b/butl/utility
index 6efa4d0..1cc45ef 100644
--- a/butl/utility
+++ b/butl/utility
@@ -1,5 +1,5 @@
// file : butl/utility -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BUTL_UTILITY
diff --git a/butl/version b/butl/version
index 528c71c..02b7c9c 100644
--- a/butl/version
+++ b/butl/version
@@ -1,5 +1,5 @@
// file : butl/version -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBUTL_VERSION // Note: using the version macro itself.
diff --git a/tests/buildfile b/tests/buildfile
index 684221b..c14870b 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = dir-iterator/ path/ prefix-map/
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile
index 80fc2aa..5c8736e 100644
--- a/tests/dir-iterator/buildfile
+++ b/tests/dir-iterator/buildfile
@@ -1,5 +1,5 @@
# file : tests/dir-iterator/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../butl/lib{butl}
diff --git a/tests/dir-iterator/driver.cxx b/tests/dir-iterator/driver.cxx
index cc1e7d6..4e81298 100644
--- a/tests/dir-iterator/driver.cxx
+++ b/tests/dir-iterator/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/dir-iterator/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cstddef> // size_t
diff --git a/tests/path/buildfile b/tests/path/buildfile
index 9e8f3ae..288f596 100644
--- a/tests/path/buildfile
+++ b/tests/path/buildfile
@@ -1,5 +1,5 @@
# file : tests/path/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../butl/lib{butl}
diff --git a/tests/path/driver.cxx b/tests/path/driver.cxx
index a0fe18d..4df2a05 100644
--- a/tests/path/driver.cxx
+++ b/tests/path/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/path/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile
index 0fe9664..0561f4a 100644
--- a/tests/prefix-map/buildfile
+++ b/tests/prefix-map/buildfile
@@ -1,5 +1,5 @@
# file : tests/prefix-map/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../butl/lib{butl}
diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx
index 2aa59c7..6fef865 100644
--- a/tests/prefix-map/driver.cxx
+++ b/tests/prefix-map/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/prefix-map/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>