mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-18 05:45:14 +00:00
spotify: relicense to MPL-2.0
This commit is contained in:
parent
a43e21a414
commit
9858eeeb00
4 changed files with 16 additions and 16 deletions
|
@ -3,7 +3,7 @@ name = "gst-plugin-spotify"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
|
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
|
||||||
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Spotify GStreamer Plugin"
|
description = "Spotify GStreamer Plugin"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// This Source Code Form is subject to the terms of the Mozilla Public License, v2.0.
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
// <https://mozilla.org/MPL/2.0/>.
|
||||||
// option. This file may not be copied, modified, or distributed
|
//
|
||||||
// except according to those terms.
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
use gst::glib;
|
use gst::glib;
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// This Source Code Form is subject to the terms of the Mozilla Public License, v2.0.
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
// <https://mozilla.org/MPL/2.0/>.
|
||||||
// option. This file may not be copied, modified, or distributed
|
//
|
||||||
// except according to those terms.
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
use std::sync::{mpsc, Arc, Mutex};
|
use std::sync::{mpsc, Arc, Mutex};
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
// Copyright (C) 2021 Guillaume Desmottes <guillaume@desmottes.be>
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
// This Source Code Form is subject to the terms of the Mozilla Public License, v2.0.
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
// <https://mozilla.org/MPL/2.0/>.
|
||||||
// option. This file may not be copied, modified, or distributed
|
//
|
||||||
// except according to those terms.
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
use gst::glib;
|
use gst::glib;
|
||||||
use gst::prelude::*;
|
use gst::prelude::*;
|
||||||
|
|
Loading…
Reference in a new issue