From 326449b3e6b38b0c9861f3a67e0a92629500336f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 15 Jan 2022 20:40:12 +0200 Subject: Re-license LGPL-2.1 plugins to MPL-2 Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/168 --- audio/csound/src/filter/imp.rs | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'audio/csound/src/filter/imp.rs') diff --git a/audio/csound/src/filter/imp.rs b/audio/csound/src/filter/imp.rs index bf1b4e270..70246c78d 100644 --- a/audio/csound/src/filter/imp.rs +++ b/audio/csound/src/filter/imp.rs @@ -1,19 +1,10 @@ // Copyright (C) 2020 Natanael Mojica // -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Library General Public -// License as published by the Free Software Foundation; either -// version 2 of the License, or (at your option) any later version. +// This Source Code Form is subject to the terms of the Mozilla Public License, v2.0. +// If a copy of the MPL was not distributed with this file, You can obtain one at +// . // -// 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 -// Library General Public License for more details. -// -// You should have received a copy of the GNU Library General Public -// License along with this library; if not, write to the -// Free Software Foundation, Inc., 51 Franklin Street, Suite 500, -// Boston, MA 02110-1335, USA. +// SPDX-License-Identifier: MPL-2.0 use gst::glib; use gst::prelude::*; -- cgit v1.2.3