aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorGuillaume Letellier <guillaume.letellier@linaro.org>2016-01-19 14:56:44 +0000
committerAlexandre Rames <alexandre.rames@linaro.org>2016-01-20 09:44:35 +0000
commit6573ab562fcea9760cb0c4de8ed0688f473d3a8a (patch)
tree767cf1f6ee91cf09d6dc72cacca0e5fb23cb8255 /benchmarks
parent4a07a4637307512042e0876310f307af625fe50c (diff)
downloadart-testing-6573ab562fcea9760cb0c4de8ed0688f473d3a8a.tar.gz
Moved license header in benchmarksgame files into a LICENSE file as in the zip file of the original projet
Change-Id: I124a0b0f08cad6475fae148688db917cf204625b
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchmarksgame/FannkuchRedux.java39
-rw-r--r--benchmarks/benchmarksgame/Fasta.java39
-rw-r--r--benchmarks/benchmarksgame/FastaRedux.java39
-rw-r--r--benchmarks/benchmarksgame/Knucleotide.java39
-rw-r--r--benchmarks/benchmarksgame/LICENSE34
-rw-r--r--benchmarks/benchmarksgame/Mandelbrot.java39
-rw-r--r--benchmarks/benchmarksgame/Meteor.java39
-rw-r--r--benchmarks/benchmarksgame/NBody.java39
8 files changed, 41 insertions, 266 deletions
diff --git a/benchmarks/benchmarksgame/FannkuchRedux.java b/benchmarks/benchmarksgame/FannkuchRedux.java
index bf7d459..c9fd7d4 100644
--- a/benchmarks/benchmarksgame/FannkuchRedux.java
+++ b/benchmarks/benchmarksgame/FannkuchRedux.java
@@ -1,48 +1,11 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and slightly
* modified to fit the benchmarking framework.
*
* The original file is `fannkuchredux/fannkuchredux.java-2.java` from the
* archive available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause).
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/Fasta.java b/benchmarks/benchmarksgame/Fasta.java
index 022ce60..05f46a8 100644
--- a/benchmarks/benchmarksgame/Fasta.java
+++ b/benchmarks/benchmarksgame/Fasta.java
@@ -1,42 +1,4 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and modified
* to fit the benchmarking framework.
* The original benchmarks printed long strings to the stdout. This print was removed to fit the
@@ -45,6 +7,7 @@
*
* The original file is `fasta/fasta.java-2.java` from the archive available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause).
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/FastaRedux.java b/benchmarks/benchmarksgame/FastaRedux.java
index a63f03d..5b71267 100644
--- a/benchmarks/benchmarksgame/FastaRedux.java
+++ b/benchmarks/benchmarksgame/FastaRedux.java
@@ -1,42 +1,4 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and modified
* to fit the benchmarking framework.
* The original benchmarks printed long strings to the stdout. This print was overrided to do
@@ -46,6 +8,7 @@
* The original file is `fastaredux/fastaredux.java-3.java` from the archive
* available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause).
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/Knucleotide.java b/benchmarks/benchmarksgame/Knucleotide.java
index 61b43dc..be56002 100644
--- a/benchmarks/benchmarksgame/Knucleotide.java
+++ b/benchmarks/benchmarksgame/Knucleotide.java
@@ -1,48 +1,11 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and slightly
* modified to fit the benchmarking framework.
*
* The original file is `knucleotide/knucleotide.java-4.java` from the archive
* available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause).
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/LICENSE b/benchmarks/benchmarksgame/LICENSE
new file mode 100644
index 0000000..330d9e7
--- /dev/null
+++ b/benchmarks/benchmarksgame/LICENSE
@@ -0,0 +1,34 @@
+Revised BSD license
+
+This is a specific instance of the Open Source Initiative (OSI) BSD license
+template http://www.opensource.org/licenses/bsd-license.php
+
+
+Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+ Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+ Neither the name of "The Computer Language Benchmarks Game" nor the name of
+ of "The Computer Language Shootout Benchmarks" nor the names of its
+ contributors may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/benchmarks/benchmarksgame/Mandelbrot.java b/benchmarks/benchmarksgame/Mandelbrot.java
index c42ba63..e608c5c 100644
--- a/benchmarks/benchmarksgame/Mandelbrot.java
+++ b/benchmarks/benchmarksgame/Mandelbrot.java
@@ -1,48 +1,11 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and slightly
* modified to fit the benchmarking framework.
*
* The original file is `mandelbrot/mandelbrot.java` from the archive
* available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause)
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/Meteor.java b/benchmarks/benchmarksgame/Meteor.java
index ad6c570..f78d188 100644
--- a/benchmarks/benchmarksgame/Meteor.java
+++ b/benchmarks/benchmarksgame/Meteor.java
@@ -1,47 +1,10 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and slightly
* modified to fit the benchmarking framework.
*
* The original file is `meteor/meteor.java` from the archive available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause)
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/
diff --git a/benchmarks/benchmarksgame/NBody.java b/benchmarks/benchmarksgame/NBody.java
index f89f4a3..ddfeb7b 100644
--- a/benchmarks/benchmarksgame/NBody.java
+++ b/benchmarks/benchmarksgame/NBody.java
@@ -1,47 +1,10 @@
/*
- * Revised BSD license
- *
- * This is a specific instance of the Open Source Initiative (OSI) BSD license
- * template http://www.opensource.org/licenses/bsd-license.php
- *
- *
- * Copyright © 2004-2008 Brent Fulgham, 2005-2015 Isaac Gouy All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- *
- * Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- *
- * Neither the name of "The Computer Language Benchmarks Game" nor the name
- * of "The Computer Language Shootout Benchmarks" nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
-/*
* This benchmark has been ported from "The Computer Language Benchmarks Game" suite and slightly
* modified to fit the benchmarking framework.
*
* The original file is `nbody/nbody.java` from the archive available at
* http://benchmarksgame.alioth.debian.org/download/benchmarksgame-sourcecode.zip.
+ * See LICENSE file in the same folder (BSD 3-clause)
*
* The Computer Language Benchmarks Game
* http://benchmarksgame.alioth.debian.org/