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 ea855a29734d701377d0231c57215e3732caca87..7c4afcf219edca2e7ee3d49c5a47b2bde54b875b 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 b2e68ef591b2128cff31e827cd6ca12d5b5d2d0c..67df1afff28fda6b42b70a07526dc3ffc5291372 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 6a701ff2fd5675d3b09f1196912d3b0fde6012cd..d2b035261de21f9959e39775cc3b2de943b2570c 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 e279e479b2d78e7698e1e5dafcee5b5ed4d2c9ea..85fbcb27981f612406522555bc4cd05b2713bda8 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