Fixing licenses for benchmarks module, so it can be merged to default branch benchmarks
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 13 Dec 2012 08:40:39 +0100
branchbenchmarks
changeset 3141a3f102e5ea5
parent 313 398110b3eee6
child 315 fc52cbbcbeb9
Fixing licenses for benchmarks module, so it can be merged to default branch
benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Main.java
benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Matrix.java
benchmarks/matrix-multiplication/src/main/resources/org/apidesign/benchmark/matrixmul/multiplication-test.js
benchmarks/run-firefox.sh
pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Main.java	Wed Dec 12 20:35:01 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Main.java	Thu Dec 13 08:40:39 2012 +0100
     1.3 @@ -1,3 +1,20 @@
     1.4 +/**
     1.5 + * Back 2 Browser Bytecode Translator
     1.6 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.7 + *
     1.8 + * This program is free software: you can redistribute it and/or modify
     1.9 + * it under the terms of the GNU General Public License as published by
    1.10 + * the Free Software Foundation, version 2 of the License.
    1.11 + *
    1.12 + * This program is distributed in the hope that it will be useful,
    1.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.15 + * GNU General Public License for more details.
    1.16 + *
    1.17 + * You should have received a copy of the GNU General Public License
    1.18 + * along with this program. Look for COPYING file in the top folder.
    1.19 + * If not, see http://opensource.org/licenses/GPL-2.0.
    1.20 + */
    1.21  package org.apidesign.benchmark.matrixmul;
    1.22  
    1.23  public class Main {
     2.1 --- a/benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Matrix.java	Wed Dec 12 20:35:01 2012 +0100
     2.2 +++ b/benchmarks/matrix-multiplication/src/main/java/org/apidesign/benchmark/matrixmul/Matrix.java	Thu Dec 13 08:40:39 2012 +0100
     2.3 @@ -1,3 +1,20 @@
     2.4 +/**
     2.5 + * Back 2 Browser Bytecode Translator
     2.6 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     2.7 + *
     2.8 + * This program is free software: you can redistribute it and/or modify
     2.9 + * it under the terms of the GNU General Public License as published by
    2.10 + * the Free Software Foundation, version 2 of the License.
    2.11 + *
    2.12 + * This program is distributed in the hope that it will be useful,
    2.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.15 + * GNU General Public License for more details.
    2.16 + *
    2.17 + * You should have received a copy of the GNU General Public License
    2.18 + * along with this program. Look for COPYING file in the top folder.
    2.19 + * If not, see http://opensource.org/licenses/GPL-2.0.
    2.20 + */
    2.21  package org.apidesign.benchmark.matrixmul;
    2.22  
    2.23  //import java.io.PrintStream;
     3.1 --- a/benchmarks/matrix-multiplication/src/main/resources/org/apidesign/benchmark/matrixmul/multiplication-test.js	Wed Dec 12 20:35:01 2012 +0100
     3.2 +++ b/benchmarks/matrix-multiplication/src/main/resources/org/apidesign/benchmark/matrixmul/multiplication-test.js	Thu Dec 13 08:40:39 2012 +0100
     3.3 @@ -1,3 +1,20 @@
     3.4 +/*
     3.5 + * Back 2 Browser Bytecode Translator
     3.6 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     3.7 + *
     3.8 + * This program is free software: you can redistribute it and/or modify
     3.9 + * it under the terms of the GNU General Public License as published by
    3.10 + * the Free Software Foundation, version 2 of the License.
    3.11 + *
    3.12 + * This program is distributed in the hope that it will be useful,
    3.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.15 + * GNU General Public License for more details.
    3.16 + *
    3.17 + * You should have received a copy of the GNU General Public License
    3.18 + * along with this program. Look for COPYING file in the top folder.
    3.19 + * If not, see http://opensource.org/licenses/GPL-2.0.
    3.20 + */
    3.21  MatrixTest = TestCase("MatrixTest");
    3.22  
    3.23  
     4.1 --- a/benchmarks/run-firefox.sh	Wed Dec 12 20:35:01 2012 +0100
     4.2 +++ b/benchmarks/run-firefox.sh	Thu Dec 13 08:40:39 2012 +0100
     4.3 @@ -1,2 +1,20 @@
     4.4  #!/bin/bash
     4.5 +#
     4.6 +# Back 2 Browser Bytecode Translator
     4.7 +# Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     4.8 +#
     4.9 +# This program is free software: you can redistribute it and/or modify
    4.10 +# it under the terms of the GNU General Public License as published by
    4.11 +# the Free Software Foundation, version 2 of the License.
    4.12 +#
    4.13 +# This program is distributed in the hope that it will be useful,
    4.14 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.15 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.16 +# GNU General Public License for more details.
    4.17 +#
    4.18 +# You should have received a copy of the GNU General Public License
    4.19 +# along with this program. Look for COPYING file in the top folder.
    4.20 +# If not, see http://opensource.org/licenses/GPL-2.0.
    4.21 +#
    4.22 +
    4.23  /usr/bin/firefox --display=`echo $DISPLAY` "$@"
     5.1 --- a/pom.xml	Wed Dec 12 20:35:01 2012 +0100
     5.2 +++ b/pom.xml	Thu Dec 13 08:40:39 2012 +0100
     5.3 @@ -71,7 +71,6 @@
     5.4                         <exclude>javap/**</exclude>
     5.5                         <exclude>*</exclude>
     5.6                         <exclude>.*/**</exclude>
     5.7 -                       <exclude>benchmarks/**</exclude>
     5.8                    </excludes>
     5.9                </configuration>
    5.10            </plugin>