mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
compare_elements: Add missing license notice.
This commit is contained in:
parent
1b1661fd82
commit
c853a1ff4b
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
// Copyright (c) 2017 Astro <astro@spaceboyz.net>
|
||||||
|
//
|
||||||
|
// 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 minidom::{Node, Element};
|
use minidom::{Node, Element};
|
||||||
|
|
||||||
pub trait NamespaceAwareCompare {
|
pub trait NamespaceAwareCompare {
|
||||||
|
|
Loading…
Reference in a new issue