aboutsummaryrefslogtreecommitdiff
path: root/libstd-modules
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 17:53:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 17:53:21 +0300
commit0a820461fc912f969265bce8d048a6177127d270 (patch)
treef9e491fcc2d78ed402afd882e09f9c4fc3b960d2 /libstd-modules
parent02feb409f9cd6daa2702a82fbadaaacc14663bc3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'libstd-modules')
-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
6 files changed, 0 insertions, 6 deletions
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.