Switch from LGPLv3 to MPL-2.0.
This commit is contained in:
parent
e2b5696beb
commit
20a7d4fc55
6 changed files with 385 additions and 861 deletions
10
src/lib.rs
10
src/lib.rs
|
|
@ -1,3 +1,13 @@
|
|||
// Copyright (c) 2017, 2018 lumi <lumi@pew.im>
|
||||
// Copyright (c) 2017, 2018, 2019 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
// Copyright (c) 2017, 2018, 2019 Maxime “pep” Buquet <pep@bouah.net>
|
||||
// Copyright (c) 2017, 2018 Astro <astro@spaceboyz.net>
|
||||
// Copyright (c) 2017 Bastien Orivel <eijebong@bananium.fr>
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#![deny(missing_docs)]
|
||||
|
||||
//! Provides a type for Jabber IDs.
|
||||
|
|
|
|||
Loading…
Reference in a new issue