From 5b5e51d11a2c562458ac808e001a785a511eae86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2020 12:05:36 +0300 Subject: Drop copyright notice from source code --- dist/examples/build/cxx/compilers.make | 1 - dist/examples/build/cxx/rules.make | 1 - dist/examples/build/xsd/common.make | 1 - dist/examples/build/xsd/parser-rules.make | 1 - dist/examples/build/xsd/tree-rules.make | 1 - dist/examples/test.bat | 1 - dist/examples/tester.bat | 1 - 7 files changed, 7 deletions(-) (limited to 'dist/examples') diff --git a/dist/examples/build/cxx/compilers.make b/dist/examples/build/cxx/compilers.make index 53314f5..a3a97be 100644 --- a/dist/examples/build/cxx/compilers.make +++ b/dist/examples/build/cxx/compilers.make @@ -1,5 +1,4 @@ # file : examples/build/cxx/compilers.make -# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file CXX := g++ diff --git a/dist/examples/build/cxx/rules.make b/dist/examples/build/cxx/rules.make index 7217769..9f31128 100644 --- a/dist/examples/build/cxx/rules.make +++ b/dist/examples/build/cxx/rules.make @@ -1,5 +1,4 @@ # file : examples/build/cxx/rules.make -# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/cxx/compilers.make diff --git a/dist/examples/build/xsd/common.make b/dist/examples/build/xsd/common.make index 26ecd07..ccd5a42 100644 --- a/dist/examples/build/xsd/common.make +++ b/dist/examples/build/xsd/common.make @@ -1,5 +1,4 @@ # file : examples/build/xsd/common.make -# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file XSD := $(shell if test -x $(root)/../bin/xsd; \ diff --git a/dist/examples/build/xsd/parser-rules.make b/dist/examples/build/xsd/parser-rules.make index 6edd183..13addaa 100644 --- a/dist/examples/build/xsd/parser-rules.make +++ b/dist/examples/build/xsd/parser-rules.make @@ -1,5 +1,4 @@ # file : examples/build/xsd/parser-rules.make -# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/xsd/common.make diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make index 4cf6033..2f188cc 100644 --- a/dist/examples/build/xsd/tree-rules.make +++ b/dist/examples/build/xsd/tree-rules.make @@ -1,5 +1,4 @@ # file : examples/build/xsd/tree-rules.make -# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(root)/build/xsd/common.make diff --git a/dist/examples/test.bat b/dist/examples/test.bat index 96fed34..1ca7779 100644 --- a/dist/examples/test.bat +++ b/dist/examples/test.bat @@ -1,6 +1,5 @@ @echo off rem file : examples/test.bat -rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC rem license : GNU GPL v2 + exceptions; see accompanying LICENSE file setlocal diff --git a/dist/examples/tester.bat b/dist/examples/tester.bat index aaebad6..372d90a 100644 --- a/dist/examples/tester.bat +++ b/dist/examples/tester.bat @@ -1,6 +1,5 @@ @echo off rem file : examples/tester.bat -rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC rem license : GNU GPL v2 + exceptions; see accompanying LICENSE file rem -- cgit v1.1