tests/benchmarks/: Total licensification.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 19 Apr 2007 10:43:14 +0000 (10:43 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 19 Apr 2007 10:43:14 +0000 (10:43 +0000)
Original commit message from CVS:
* tests/benchmarks/complexity.gnuplot:
* tests/benchmarks/complexity.scm:
* tests/benchmarks/mass-elements.gnuplot:
* tests/benchmarks/mass-elements.scm:
Total licensification.

ChangeLog
tests/benchmarks/complexity.gnuplot
tests/benchmarks/complexity.scm
tests/benchmarks/mass-elements.gnuplot
tests/benchmarks/mass-elements.scm

index b36af028c750766db944868ddca09c8fe743ed72..9b66ffc4dd978c7e150e377950f80024f361d64d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-04-19  Stefan Kost  <ensonic@users.sf.net>
+
+       * tests/benchmarks/complexity.gnuplot:
+       * tests/benchmarks/complexity.scm:
+       * tests/benchmarks/mass-elements.gnuplot:
+       * tests/benchmarks/mass-elements.scm:
+         Total licensification.
+
 2007-04-19  Stefan Kost  <ensonic@users.sf.net>
 
        * gst/parse/Makefile.am:
index 5cb1a338ec210ddd8d6801b7a49febd62778b57b..ba8be1f3e4171c3168626b372befcda5c874565c 100644 (file)
@@ -1,3 +1,19 @@
+#      Copyright (C) 2005 Andy Wingo
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 set terminal postscript landscape monochrome dashed "Helvetica" 14
 set xlabel "Number of Forks Per Tee"
 set ylabel "Seconds"
index 985d0ae530b1acc3af616f390e2d1eb610e071c2..65f330087f66757bd35ef60ca03867a1fad54b34 100755 (executable)
@@ -3,6 +3,22 @@
 exec guile -s $0 "$@"
 !#
 
+;;     Copyright (C) 2005 Andy Wingo
+;;
+;; This library is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU Lesser General Public
+;; License as published by the Free Software Foundation; either
+;; version 2.1 of the License, or (at your option) any later version.
+;;
+;; This library is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; Lesser General Public License for more details.
+;;
+;; You should have received a copy of the GNU Lesser General Public
+;; License along with this library; if not, write to the Free Software
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 ;; Quick hack to make some data files that gnuplot can read from
 ;; complexity. Guile 1.6.
 
@@ -34,7 +50,7 @@ exec guile -s $0 "$@"
    cons
    *phases*
    (filter-map
-    parse-time 
+    parse-time
     (read-lines
      (open-input-pipe
       (string-join (map object->string (cons program args)) " "))))))
index d5c8930173c1c6c56feebc50b92b378f684acec8..1695c6a8a1eb935428b95e8f631c7cef13cf463f 100644 (file)
@@ -1,3 +1,19 @@
+#      Copyright (C) 2005 Andy Wingo
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 set terminal postscript landscape monochrome dashed "Helvetica" 14
 set xlabel "Number of Identity Elements"
 set ylabel "Seconds"
index b9ae1285f4506da5a11a0bdd07d0c63600b68999..2efd62b192010bad35732a717df33f5784014f38 100755 (executable)
@@ -3,6 +3,22 @@
 exec guile -s $0 "$@"
 !#
 
+;;     Copyright (C) 2005 Andy Wingo
+;;
+;; This library is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU Lesser General Public
+;; License as published by the Free Software Foundation; either
+;; version 2.1 of the License, or (at your option) any later version.
+;;
+;; This library is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; Lesser General Public License for more details.
+;;
+;; You should have received a copy of the GNU Lesser General Public
+;; License along with this library; if not, write to the Free Software
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 ;; Quick hack to make some data files that gnuplot can read from
 ;; mass-elements. Guile 1.6.