Skip to content
Snippets Groups Projects
Commit 4e6f4c14 authored by stepan's avatar stepan
Browse files

Fix copyrights

parent afa9699a
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
......
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
......
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
......
......@@ -20,6 +20,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
extern void dotCModifiedArguments(int* len, int* idata, double* rdata, int* ldata, char** cdata);
extern SEXP addInt(SEXP a, SEXP b);
......@@ -114,4 +115,4 @@ extern SEXP test_isNAString(SEXP vec);
extern SEXP test_setStringElt(SEXP vec, SEXP elt);
extern SEXP test_getBytes(SEXP vec);
\ No newline at end of file
extern SEXP test_getBytes(SEXP vec);
......@@ -950,6 +950,5 @@ com.oracle.truffle.r.native/gnur/patch/src/main/sort.c,no.copyright
com.oracle.truffle.r.native/gnur/patch/src/main/xspline.c,no.copyright
com.oracle.truffle.r.native/gnur/patch/src/nmath/nmath.h,no.copyright
com.oracle.truffle.r.native/fficall/src/common/rffi_upcalls.h,no.copyright
com.oracle.truffle.r.test.native/packages/testrffi/testrffi/src/testrffi.c,no.copyright
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/engine/interop/REnvironmentMRTest.java,no.copyright
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/engine/interop/VectorMRTest.java,no.copyright
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment