Skip to content
Snippets Groups Projects
Commit 156563bb authored by Zbynek Slajchrt's avatar Zbynek Slajchrt
Browse files

Copyrights fixed

parent b7aa0d1c
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2016, 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) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2016, 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
......@@ -24,10 +24,9 @@
*/
package com.oracle.truffle.r.test.builtins;
import org.junit.*;
import org.junit.Test;
import com.oracle.truffle.r.test.*;
import com.oracle.truffle.r.test.TestBase.Ignored;
import com.oracle.truffle.r.test.TestBase;
// Checkstyle: stop line length check
public class TestBuiltin_sinpi extends TestBase {
......
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2016, 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
......@@ -24,10 +24,9 @@
*/
package com.oracle.truffle.r.test.builtins;
import org.junit.*;
import org.junit.Test;
import com.oracle.truffle.r.test.*;
import com.oracle.truffle.r.test.TestBase.Ignored;
import com.oracle.truffle.r.test.TestBase;
// Checkstyle: stop line length check
public class TestBuiltin_tanpi extends TestBase {
......
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