This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch 0.7
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 7447ee61f8e6f07054a4d484a7448e2dc6a02a89
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Fri May 17 15:38:44 2019 -0400

    Add MIT license header to toml spec files
---
 toml/src/test/resources/org/apache/tuweni/toml/example-v0.4.0.toml       | 1 +
 toml/src/test/resources/org/apache/tuweni/toml/hard_example.toml         | 1 +
 toml/src/test/resources/org/apache/tuweni/toml/hard_example_unicode.toml | 1 +
 .../test/resources/org/apache/tuweni/toml/toml-v0.5.0-spec-example.toml  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/toml/src/test/resources/org/apache/tuweni/toml/example-v0.4.0.toml 
b/toml/src/test/resources/org/apache/tuweni/toml/example-v0.4.0.toml
index 6c207b7..27f5704 100644
--- a/toml/src/test/resources/org/apache/tuweni/toml/example-v0.4.0.toml
+++ b/toml/src/test/resources/org/apache/tuweni/toml/example-v0.4.0.toml
@@ -1,3 +1,4 @@
+# File imported from https://github.com/toml-lang/toml, under MIT license.
 
################################################################################
 ## Comment
 
diff --git a/toml/src/test/resources/org/apache/tuweni/toml/hard_example.toml 
b/toml/src/test/resources/org/apache/tuweni/toml/hard_example.toml
index 6abe76d..0ea3872 100644
--- a/toml/src/test/resources/org/apache/tuweni/toml/hard_example.toml
+++ b/toml/src/test/resources/org/apache/tuweni/toml/hard_example.toml
@@ -1,3 +1,4 @@
+# File imported from https://github.com/toml-lang/toml, under MIT license.
 # Test file for TOML
 # Only this one tries to emulate a TOML file written by a user of the kind of 
parser writers probably hate
 # This part you'll really hate
diff --git 
a/toml/src/test/resources/org/apache/tuweni/toml/hard_example_unicode.toml 
b/toml/src/test/resources/org/apache/tuweni/toml/hard_example_unicode.toml
index 6173ce3..898a164 100644
--- a/toml/src/test/resources/org/apache/tuweni/toml/hard_example_unicode.toml
+++ b/toml/src/test/resources/org/apache/tuweni/toml/hard_example_unicode.toml
@@ -1,3 +1,4 @@
+# File imported from https://github.com/toml-lang/toml, under MIT license.
 # Tèƨƭ ƒïℓè ƒôř TÓM£
 
 # Óñℓ¥ ƭλïƨ ôñè ƭřïèƨ ƭô è₥úℓáƭè á TÓM£ ƒïℓè ωřïƭƭèñ β¥ á úƨèř ôƒ ƭλè ƙïñδ ôƒ 
ƥářƨèř ωřïƭèřƨ ƥřôβáβℓ¥ λáƭè
diff --git 
a/toml/src/test/resources/org/apache/tuweni/toml/toml-v0.5.0-spec-example.toml 
b/toml/src/test/resources/org/apache/tuweni/toml/toml-v0.5.0-spec-example.toml
index 21895a2..c8105a7 100644
--- 
a/toml/src/test/resources/org/apache/tuweni/toml/toml-v0.5.0-spec-example.toml
+++ 
b/toml/src/test/resources/org/apache/tuweni/toml/toml-v0.5.0-spec-example.toml
@@ -1,3 +1,4 @@
+# File imported from https://github.com/toml-lang/toml, under MIT license.
 # This is a TOML document.
 
 title = "TOML Example"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to