aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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--libstd-modules/buildfile2
-rw-r--r--libstd-modules/dummy.cxx2
-rw-r--r--libstd-modules/std-core.mxx2
-rw-r--r--libstd-modules/std-io.mxx2
-rw-r--r--libstd-modules/std-regex.mxx2
-rw-r--r--libstd-modules/std-threading.mxx2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/driver.cxx2
15 files changed, 15 insertions, 15 deletions
diff --git a/LICENSE b/LICENSE
index 91c0877..c1332e6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017 Code Synthesis Ltd
+Copyright (c) 2014-2018 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 3b0f1ae..b2c879f 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libstd-modules
diff --git a/build/export.build b/build/export.build
index ff5fb17..ab61fd5 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index 4e7e989..6081a66 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/buildfile b/buildfile
index fae51a6..150662d 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
diff --git a/libstd-modules/buildfile b/libstd-modules/buildfile
index 5e198c3..8d5b7cf 100644
--- a/libstd-modules/buildfile
+++ b/libstd-modules/buildfile
@@ -1,5 +1,5 @@
# file : libstd-modules/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if! $cxx.features.modules
diff --git a/libstd-modules/dummy.cxx b/libstd-modules/dummy.cxx
index 68ebd58..23b6a6a 100644
--- a/libstd-modules/dummy.cxx
+++ b/libstd-modules/dummy.cxx
@@ -1,5 +1,5 @@
// file : libstd-modules/dummy.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// Dummy translation unit used to create dummy std.lib for VC.
diff --git a/libstd-modules/std-core.mxx b/libstd-modules/std-core.mxx
index 08c8508..9616d8b 100644
--- a/libstd-modules/std-core.mxx
+++ b/libstd-modules/std-core.mxx
@@ -1,5 +1,5 @@
// file : libstd-modules/std-core.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// For some standard library implementations we need to pre-include certain
diff --git a/libstd-modules/std-io.mxx b/libstd-modules/std-io.mxx
index 701e1b9..697bc22 100644
--- a/libstd-modules/std-io.mxx
+++ b/libstd-modules/std-io.mxx
@@ -1,5 +1,5 @@
// file : libstd-modules/std-io.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
export module std.io;
diff --git a/libstd-modules/std-regex.mxx b/libstd-modules/std-regex.mxx
index 427642c..fe32759 100644
--- a/libstd-modules/std-regex.mxx
+++ b/libstd-modules/std-regex.mxx
@@ -1,5 +1,5 @@
// file : libstd-modules/std-regex.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// Pre-includes.
diff --git a/libstd-modules/std-threading.mxx b/libstd-modules/std-threading.mxx
index b03f55f..7a29c19 100644
--- a/libstd-modules/std-threading.mxx
+++ b/libstd-modules/std-threading.mxx
@@ -1,5 +1,5 @@
// file : libstd-modules/std-threading.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
export module std.threading; // Dummy.
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 355a05a..91bc3e9 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index 42d528e..60c5381 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/tests/buildfile b/tests/buildfile
index 2129897..a675f58 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if! $cxx.features.modules
diff --git a/tests/driver.cxx b/tests/driver.cxx
index 64a5fb1..61ab288 100644
--- a/tests/driver.cxx
+++ b/tests/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
import std.core;