From 3fa132148f1aca5671609b6ac9f3379c09e9ecfd Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 29 Nov 2021 18:49:57 -0300 Subject: Specify license for docs/comments --- tests/common/errorfunc.rs | 3 +++ tests/common/errorpanic.rs | 3 +++ tests/common/mod.rs | 3 +++ 3 files changed, 9 insertions(+) (limited to 'tests/common') diff --git a/tests/common/errorfunc.rs b/tests/common/errorfunc.rs index 99ba641..926c94c 100644 --- a/tests/common/errorfunc.rs +++ b/tests/common/errorfunc.rs @@ -1,4 +1,7 @@ // Copyright (c) 2021 Soni L. +// +// Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. use ::std::marker::PhantomData; diff --git a/tests/common/errorpanic.rs b/tests/common/errorpanic.rs index 202c4be..faef603 100644 --- a/tests/common/errorpanic.rs +++ b/tests/common/errorpanic.rs @@ -1,4 +1,7 @@ // Copyright (c) 2021 Soni L. +// +// Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. use ::iosonism::strcursor::ReadError; use ::iosonism::strcursor::StringReader; diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 6760da1..cb0c6f2 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -1,4 +1,7 @@ // Copyright (c) 2021 Soni L. +// +// Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. // see rationale in tests/*.rs #![warn(non_snake_case)] -- cgit 1.4.1