From b939592320d21c0c421bc6e070325535964bd3d4 Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Wed, 6 Aug 2014 08:56:36 -0700
Subject: [PATCH] copyright issues

---
 com.oracle.truffle.r.native/include/R_ext/Boolean.h | 1 +
 com.oracle.truffle.r.test.native/Makefile           | 1 -
 com.oracle.truffle.r.test.native/urand/src/urand.c  | 2 +-
 mx.fastr/copyrights/overrides                       | 3 +++
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/com.oracle.truffle.r.native/include/R_ext/Boolean.h b/com.oracle.truffle.r.native/include/R_ext/Boolean.h
index ea855a2973..7c4afcf219 100644
--- a/com.oracle.truffle.r.native/include/R_ext/Boolean.h
+++ b/com.oracle.truffle.r.native/include/R_ext/Boolean.h
@@ -35,3 +35,4 @@ typedef enum { FALSE = 0, TRUE /*, MAYBE */ } Rboolean;
 #endif
 
 #endif /* R_EXT_BOOLEAN_H_ */
+
diff --git a/com.oracle.truffle.r.test.native/Makefile b/com.oracle.truffle.r.test.native/Makefile
index b2e68ef591..67df1afff2 100644
--- a/com.oracle.truffle.r.test.native/Makefile
+++ b/com.oracle.truffle.r.test.native/Makefile
@@ -30,4 +30,3 @@ urand:
 
 clean:
 	$(MAKE) -C urand/src clean
-	
\ No newline at end of file
diff --git a/com.oracle.truffle.r.test.native/urand/src/urand.c b/com.oracle.truffle.r.test.native/urand/src/urand.c
index 6a701ff2fd..d2b035261d 100644
--- a/com.oracle.truffle.r.test.native/urand/src/urand.c
+++ b/com.oracle.truffle.r.test.native/urand/src/urand.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1995-2012, The R Core Team
  * Copyright (c) 2003, The R Foundation
- * Copyright (c) 2013, Oracle and/or its affiliates
+ * Copyright (c) 2014, Oracle and/or its affiliates
  *
  * All rights reserved.
  */
diff --git a/mx.fastr/copyrights/overrides b/mx.fastr/copyrights/overrides
index e279e479b2..85fbcb2798 100644
--- a/mx.fastr/copyrights/overrides
+++ b/mx.fastr/copyrights/overrides
@@ -1,3 +1,5 @@
+com.oracle.truffle.r.native/include/R_ext/Boolean.h,no.copyright
+com.oracle.truffle.r.native/include/R_ext/Random.h,no.copyright
 com.oracle.truffle.r.native/src/fft.c,gnu_r_gentleman_ihaka.copyright
 com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/builtin/base/AnyDuplicated.java,purdue.copyright
 com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/builtin/base/APerm.java,purdue.copyright
@@ -118,6 +120,7 @@ com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/TestBase.java,purdue.cop
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/all/AllTests.java,no.copyright
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/failing/FailingTests.java,no.copyright
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/failing/TestSimpleFailing.java,no.copyright
+com.oracle.truffle.r.test.native/urand/src/urand.c,gnu_r.copyright
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/simple/TestSimpleArithmetic.java,purdue.copyright
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/simple/TestSimpleArrays.java,purdue.copyright
 com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/simple/TestSimpleAssignment.java,purdue.copyright
-- 
GitLab