From 62ed87dec45ea0af4c8f7cff43c1cbd7939376b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 26 Oct 2023 15:03:22 +0100 Subject: [PATCH] gstreamer: misc: relicense network-clock scheme files to LGPL v2.1+ Permission to relicense granted by author by e-mail: Message-Id: <155C6D51-7F74-4C40-814A-2ADDED7707FD@pobox.com> Part-of: --- .../tests/misc/network-clock-utils.scm | 29 +++++++++---------- .../gstreamer/tests/misc/network-clock.scm | 29 +++++++++---------- 2 files changed, 26 insertions(+), 32 deletions(-) diff --git a/subprojects/gstreamer/tests/misc/network-clock-utils.scm b/subprojects/gstreamer/tests/misc/network-clock-utils.scm index 1a71e3231c..ca4d2d5290 100644 --- a/subprojects/gstreamer/tests/misc/network-clock-utils.scm +++ b/subprojects/gstreamer/tests/misc/network-clock-utils.scm @@ -1,22 +1,19 @@ ;; GStreamer ;; Copyright (C) 2005 Andy Wingo - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of -;; the License, or (at your option) any later version. -;; -;; This program 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 General Public License for more details. -;; -;; You should have received a copy of the GNU General Public License -;; along with this program; if not, contact: ;; -;; Free Software Foundation Voice: +1-617-542-5942 -;; 51 Franklin St, Fifth Floor Fax: +1-617-542-2652 -;; Boston, MA 02110-1301, USA gnu@gnu.org +;; 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 St, Fifth Floor, Boston, MA 02110-1301 USA ;;; Commentary: diff --git a/subprojects/gstreamer/tests/misc/network-clock.scm b/subprojects/gstreamer/tests/misc/network-clock.scm index cd21befa7f..596d859ba5 100755 --- a/subprojects/gstreamer/tests/misc/network-clock.scm +++ b/subprojects/gstreamer/tests/misc/network-clock.scm @@ -5,23 +5,20 @@ exec guile --debug -l $0 -e main -- "$@" ;; GStreamer ;; Copyright (C) 2005 Andy Wingo - -;; This program is free software; you can redistribute it and/or -;; modify it under the terms of the GNU General Public License as -;; published by the Free Software Foundation; either version 2 of -;; the License, or (at your option) any later version. -;; -;; This program 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 General Public License for more details. -;; -;; You should have received a copy of the GNU General Public License -;; along with this program; if not, contact: ;; -;; Free Software Foundation Voice: +1-617-542-5942 -;; 51 Franklin St, Fifth Floor Fax: +1-617-542-2652 -;; Boston, MA 02110-1301, USA gnu@gnu.org +;; 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 St, Fifth Floor, Boston, MA 02110-1301 USA ;;; Commentary: