aboutsummaryrefslogtreecommitdiff
path: root/libstd-modules
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:20:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 21:20:10 +0300
commit332babd296ddafeb34819bb65bb9ff47738ae5b0 (patch)
tree0b670a37755f273c2f42e5acbb64bd6037baa9f6 /libstd-modules
parentf59eb706bb3c30e509f0c3aa51077acf9aec4345 (diff)
Update copyright year
Diffstat (limited to 'libstd-modules')
-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
6 files changed, 6 insertions, 6 deletions
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.