summaryrefslogtreecommitdiffstats
path: root/share/dtf/lib/default
diff options
context:
space:
mode:
Diffstat (limited to 'share/dtf/lib/default')
-rw-r--r--share/dtf/lib/default29
1 files changed, 23 insertions, 6 deletions
diff --git a/share/dtf/lib/default b/share/dtf/lib/default
index 9981b09..82e945b 100644
--- a/share/dtf/lib/default
+++ b/share/dtf/lib/default
@@ -1,9 +1,26 @@
-#! /bin/sh
-
-# Global library file. Methods prefixed by '__dtf_' are internal, for example
-# __dtf_is_testdir. Other methods prefixed by 'dtf_' are API.
-# This file must never be used as template for 'dg' because it is used both on
-# maintainer machine and on tested machine.
+# Default DTF library copyied/used both by testsuite and testsuite generator.
+# Copyright (C) 2015 Red Hat, Inc.
+# Written by Pavel Raiskup.
+#
+# 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
+
+
+# Methods prefixed by '__dtf_' are internal, for example __dtf_is_testdir.
+# Other methods prefixed by 'dtf_' are API. This file must never be used as
+# template for 'dg' because it is used both on maintainer machine and on tested
+# machine.
: ${SHELL=/bin/sh}