License the project under MPL-2.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-29 22:14:34 +01:00
commit 407e4cceb4
30 changed files with 545 additions and 0 deletions

View file

@ -1,3 +1,9 @@
// Copyright (c) 2017 Emmanuel Gil Peyrot <linkmauve@linkmauve.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/.
use std::str::FromStr;
use minidom::{Element, IntoElements, IntoAttributeValue};