aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/export.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--libstd-modules/buildfile1
-rw-r--r--libstd-modules/dummy.cxx1
-rw-r--r--libstd-modules/std-core.mxx1
-rw-r--r--libstd-modules/std-io.mxx1
-rw-r--r--libstd-modules/std-regex.mxx1
-rw-r--r--libstd-modules/std-threading.mxx1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/driver.cxx1
14 files changed, 0 insertions, 14 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 41a5e3c..8a7ae66 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libstd-modules
diff --git a/build/export.build b/build/export.build
index 36ac33c..3d11cc7 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,4 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index 3488223..459def3 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/buildfile b/buildfile
index 582ed01..fe3f7b5 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,4 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2019 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 f37ecb1..829c20c 100644
--- a/libstd-modules/buildfile
+++ b/libstd-modules/buildfile
@@ -1,5 +1,4 @@
# file : libstd-modules/buildfile
-# copyright : Copyright (c) 2014-2019 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 bda1cc6..9eb2d6a 100644
--- a/libstd-modules/dummy.cxx
+++ b/libstd-modules/dummy.cxx
@@ -1,5 +1,4 @@
// file : libstd-modules/dummy.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 6329c40..96f08bf 100644
--- a/libstd-modules/std-core.mxx
+++ b/libstd-modules/std-core.mxx
@@ -1,5 +1,4 @@
// file : libstd-modules/std-core.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 14c1a62..eaa6638 100644
--- a/libstd-modules/std-io.mxx
+++ b/libstd-modules/std-io.mxx
@@ -1,5 +1,4 @@
// file : libstd-modules/std-io.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 3f3a0a4..f9725e1 100644
--- a/libstd-modules/std-regex.mxx
+++ b/libstd-modules/std-regex.mxx
@@ -1,5 +1,4 @@
// file : libstd-modules/std-regex.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 f7d768b..ff53dff 100644
--- a/libstd-modules/std-threading.mxx
+++ b/libstd-modules/std-threading.mxx
@@ -1,5 +1,4 @@
// file : libstd-modules/std-threading.mxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 b42a95d..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 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 d5a73f8..0d6a072 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = experimental
diff --git a/tests/buildfile b/tests/buildfile
index 46fe0a2..681ac83 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if! $cxx.features.modules
diff --git a/tests/driver.cxx b/tests/driver.cxx
index ef06111..08b976e 100644
--- a/tests/driver.cxx
+++ b/tests/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
import std.core;