License the project under MPL-2.0.
This commit is contained in:
parent
6f2ee2f0ad
commit
407e4cceb4
30 changed files with 545 additions and 0 deletions
|
|
@ -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 disco::{Feature, Identity, Disco};
|
||||
use data_forms::DataForm;
|
||||
use hashes;
|
||||
|
|
|
|||
Loading…
Reference in a new issue