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 - 2 files changed, 2 deletions(-) (limited to 'dist/examples/build/cxx') 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 -- cgit v1.1