Add missing copyrights to test scripts
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 15:46:08 +0000 (10:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 15:46:47 +0000 (10:46 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/tracepoint/benchmark/runstap.sh
tests/tracepoint/benchmark/runtest.sh

index 3a3f4c4115c9df5dd3c80b16694d4f50e50b30e0..f4e25331e09224972f21aaf64cec6caa56cefd66 100644 (file)
@@ -1,6 +1,23 @@
 #!/bin/sh
 
-#SystemTAP benchmark
+# Copyright (C) 2010 David Goulet <david.goulet@polymtl.ca>
+# Copyright (C) 2010 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+#
+# 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
+
+# SystemTAP benchmark
 
 REPORT=/tmp/testreport
 
index bd80384fc7806c07364a5ceb61caad4ebf032a77..2f83aa85d9ee17047853560240c8ffa603268e49 100644 (file)
@@ -1,6 +1,23 @@
 #!/bin/sh
 
-#UST scalability test
+# Copyright (C) 2010 David Goulet <david.goulet@polymtl.ca>
+# Copyright (C) 2010 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+#
+# 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
+
+# UST scalability test
 
 REPORT=/tmp/testreport
 
This page took 0.02528 seconds and 4 git commands to generate.