summaryrefslogtreecommitdiff
path: root/examples/features
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/features
parente59204250ac3b57848460c660feafeda60525939 (diff)
Drop copyright notice from source code
Diffstat (limited to 'examples/features')
-rw-r--r--examples/features/buildfile1
-rw-r--r--examples/features/driver.cxx1
2 files changed, 0 insertions, 2 deletions
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>