From 7e0b2b3e8d6332f014ebaeb7bbbe8b73c3c269e9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 15 Nov 2013 10:46:08 -0500 Subject: [PATCH] Add missing copyrights to test scripts Signed-off-by: Mathieu Desnoyers --- tests/tracepoint/benchmark/runstap.sh | 19 ++++++++++++++++++- tests/tracepoint/benchmark/runtest.sh | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) 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 -- 2.34.1