From 1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 18:54:47 +0300 Subject: Drop copyright notice from source code --- examples/build/bootstrap.build | 1 - examples/build/root.build | 1 - examples/buildfile | 1 - examples/features/buildfile | 1 - examples/features/driver.cxx | 1 - examples/file/buildfile | 1 - examples/file/driver.cxx | 1 - examples/hello/buildfile | 1 - examples/hello/driver.cxx | 1 - 9 files changed, 9 deletions(-) (limited to 'examples') 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include 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 -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include -- cgit v1.1