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 +++ tests/strcursor.rs | 1 + tests/suggestion.rs | 1 + tests/suggestions.rs | 1 + 6 files changed, 12 insertions(+) (limited to 'tests') 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)] diff --git a/tests/strcursor.rs b/tests/strcursor.rs index 3ec876e..4d7c9da 100644 --- a/tests/strcursor.rs +++ b/tests/strcursor.rs @@ -1,6 +1,7 @@ // Copyright (c) 2021 Soni L. // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. // because we wanna use double underscore (__) for test names #![allow(non_snake_case)] diff --git a/tests/suggestion.rs b/tests/suggestion.rs index 5886f16..8190332 100644 --- a/tests/suggestion.rs +++ b/tests/suggestion.rs @@ -1,6 +1,7 @@ // Copyright (c) 2021 Soni L. // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. // because we wanna use double underscore (__) for test names #![allow(non_snake_case)] diff --git a/tests/suggestions.rs b/tests/suggestions.rs index d7f3631..da7058c 100644 --- a/tests/suggestions.rs +++ b/tests/suggestions.rs @@ -1,6 +1,7 @@ // Copyright (c) 2021 Soni L. // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. +// Documentation and comments licensed under CC BY-SA 4.0. // because we wanna use double underscore (__) for test names #![allow(non_snake_case)] -- cgit 1.4.1