You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/05/17 19:39:05 UTC

[incubator-tuweni] 02/02: Add MIT license header to toml spec files

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

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

commit 99397de0bea1d9ee4d58aac1fd372d41d36c46ae
Author: Antoine Toulme <an...@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-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org