diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-11-29 18:49:57 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-11-29 18:49:57 -0300 |
commit | 3fa132148f1aca5671609b6ac9f3379c09e9ecfd (patch) | |
tree | 9e5db4e70a27add4921e251f1ac472b3b14aee69 /tests/common/errorpanic.rs | |
parent | 35ff4cb55222893c4abd6b679eba08c476f7eead (diff) |
Specify license for docs/comments
Diffstat (limited to 'tests/common/errorpanic.rs')
-rw-r--r-- | tests/common/errorpanic.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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; |