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/hello/buildfile | 1 - examples/hello/driver.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'examples/hello') 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