Skip to content

Commit d08f010

Browse files
committed
update copyrights and paths
1 parent a1edbca commit d08f010

File tree

89 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+141
-141
lines changed

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/BenchOutputFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@ public void startRun() {
345345
public void endRun(Collection<RunResult> runResults) {
346346
}
347347

348-
}
348+
}

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/PyEuler11.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ private static int product(Value seq) {
132132
private Value call(Value func, int row, int col) {
133133
return func.execute(NUMS, context.asValue(row), context.asValue(col));
134134
}
135-
}
135+
}

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/PyEuler31.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ private int balance(Value pattern) {
101101
private Value newpat(Value t, int end, int p) {
102102
return this.newpat.execute(t, this.context.asValue(end), this.context.asValue(p));
103103
}
104-
}
104+
}

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/PyFannkuchredux.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ public int[] fannkuch(int n) {
159159
public Value array(int n) {
160160
return this.createArray.execute(context.asValue(n));
161161
}
162-
}
162+
}

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/PyNbody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ private static void offset_momentum(Value ref, Value bodies) {
235235
setd(v, 1, py / m);
236236
setd(v, 2, pz / m);
237237
}
238-
}
238+
}

graalpython/com.oracle.graal.python.benchmarks/java/com/oracle/graal/python/benchmarks/interop/PyRichards.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,4 @@ public TaskState fn(Value pkt, Value r) {
590590
return this.qpkt(pkt);
591591
}
592592

593-
}
593+
}

graalpython/com.oracle.graal.python.benchmarks/python/benchmarks/interop/python_r_image_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0

graalpython/com.oracle.graal.python.benchmarks/python/benchmarks/interop/r_python_image_demo.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0

graalpython/com.oracle.graal.python.benchmarks/python/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0

graalpython/com.oracle.graal.python.benchmarks/python/host_interop/euler_java.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Copyright 2008-2010 Isaac Gouy
33
# Copyright (c) 2013, 2014, Regents of the University of California
4-
# Copyright (c) 2017, 2019, Oracle and/or its affiliates.
4+
# Copyright (c) 2017, 2020, Oracle and/or its affiliates.
55
# All rights reserved.
66
#
77
# Revised BSD license

0 commit comments

Comments
 (0)