From: Mathieu Desnoyers Date: Fri, 15 Nov 2013 15:46:08 +0000 (-0500) Subject: Add missing copyrights to test scripts X-Git-Tag: v2.2.3~13 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=7e0b2b3e8d6332f014ebaeb7bbbe8b73c3c269e9 Add missing copyrights to test scripts Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/tracepoint/benchmark/runstap.sh b/tests/tracepoint/benchmark/runstap.sh index 3a3f4c41..f4e25331 100644 --- a/tests/tracepoint/benchmark/runstap.sh +++ b/tests/tracepoint/benchmark/runstap.sh @@ -1,6 +1,23 @@ #!/bin/sh -#SystemTAP benchmark +# Copyright (C) 2010 David Goulet +# Copyright (C) 2010 Mathieu Desnoyers +# +# 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 diff --git a/tests/tracepoint/benchmark/runtest.sh b/tests/tracepoint/benchmark/runtest.sh index bd80384f..2f83aa85 100644 --- a/tests/tracepoint/benchmark/runtest.sh +++ b/tests/tracepoint/benchmark/runtest.sh @@ -1,6 +1,23 @@ #!/bin/sh -#UST scalability test +# Copyright (C) 2010 David Goulet +# Copyright (C) 2010 Mathieu Desnoyers +# +# 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