From 7703243861e4ade2c0fcdda98033a19d006717b7 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 24 Nov 2011 09:52:17 +0200 Subject: Specify correct license in file headers --- oracle/native/driver.cxx | 2 +- oracle/native/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'oracle/native') diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx index ab1138a..d2b0bfc 100644 --- a/oracle/native/driver.cxx +++ b/oracle/native/driver.cxx @@ -1,7 +1,7 @@ // file : oracle/native/driver.cxx // author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -// license : ODB NCUEL; see accompanying LICENSE file +// license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. // diff --git a/oracle/native/makefile b/oracle/native/makefile index cea60ae..ff2d16c 100644 --- a/oracle/native/makefile +++ b/oracle/native/makefile @@ -1,7 +1,7 @@ # file : oracle/native/makefile # author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : ODB NCUEL; see accompanying LICENSE file +# license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1