From 4a2420acf4b6f3b425486411c2584a6bca47dd64 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 25 Nov 2015 21:21:17 +0100 Subject: licensing: use GPLv2+ and LGPLv2+ All library files are LGPL-family, all scripts are GPL. This sounds like reasonable licensing WRT targeted project audience. We can always go to GPLv3+ and LGPLv3+ (or anybody could to this). Inspiration from: https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing --- share/dtf/lib/tests | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'share/dtf/lib/tests') diff --git a/share/dtf/lib/tests b/share/dtf/lib/tests index e5797d1..3989211 100644 --- a/share/dtf/lib/tests +++ b/share/dtf/lib/tests @@ -1,6 +1,24 @@ -#! /bin/sh - # Library for dtf tests. +# 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 + + +# Public API is prefixed by ^dtf_ prefix. + # dtf_skip [REASON] # ----------------- -- cgit