summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
commit1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 (patch)
tree387cffe23bfbfb789a9246d6ee2651b76dcc3ec6 /examples
parente59204250ac3b57848460c660feafeda60525939 (diff)
Drop copyright notice from source code
Diffstat (limited to 'examples')
-rw-r--r--examples/build/bootstrap.build1
-rw-r--r--examples/build/root.build1
-rw-r--r--examples/buildfile1
-rw-r--r--examples/features/buildfile1
-rw-r--r--examples/features/driver.cxx1
-rw-r--r--examples/file/buildfile1
-rw-r--r--examples/file/driver.cxx1
-rw-r--r--examples/hello/buildfile1
-rw-r--r--examples/hello/driver.cxx1
9 files changed, 0 insertions, 9 deletions
diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build
index e93994c..78d91f7 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/examples/build/root.build b/examples/build/root.build
index 8d67f2f..5f08770 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,4 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/examples/buildfile b/examples/buildfile
index f81e4d6..34801a9 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,4 @@
# file : examples/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} README
diff --git a/examples/features/buildfile b/examples/features/buildfile
index 8a888b4..29ce2c7 100644
--- a/examples/features/buildfile
+++ b/examples/features/buildfile
@@ -1,5 +1,4 @@
# file : examples/features/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
diff --git a/examples/features/driver.cxx b/examples/features/driver.cxx
index ac50ffa..33ba362 100644
--- a/examples/features/driver.cxx
+++ b/examples/features/driver.cxx
@@ -1,6 +1,5 @@
// file : examples/features/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/file/buildfile b/examples/file/buildfile
index fb3ad72..eadfc66 100644
--- a/examples/file/buildfile
+++ b/examples/file/buildfile
@@ -1,5 +1,4 @@
# file : examples/file/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README}
diff --git a/examples/file/driver.cxx b/examples/file/driver.cxx
index 03b361a..d187559 100644
--- a/examples/file/driver.cxx
+++ b/examples/file/driver.cxx
@@ -1,6 +1,5 @@
// file : examples/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/hello/buildfile b/examples/hello/buildfile
index d6ad3ad..9a11b29 100644
--- a/examples/hello/buildfile
+++ b/examples/hello/buildfile
@@ -1,5 +1,4 @@
# file : examples/hello/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README}
diff --git a/examples/hello/driver.cxx b/examples/hello/driver.cxx
index 593f382..30fdf6e 100644
--- a/examples/hello/driver.cxx
+++ b/examples/hello/driver.cxx
@@ -1,6 +1,5 @@
// file : examples/hello/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>