summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/common/errorfunc.rs3
-rw-r--r--tests/common/errorpanic.rs3
-rw-r--r--tests/common/mod.rs3
-rw-r--r--tests/strcursor.rs1
-rw-r--r--tests/suggestion.rs1
-rw-r--r--tests/suggestions.rs1
6 files changed, 12 insertions, 0 deletions
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)]