From 8cf6e9ff5038753ed1975c9a6575e473c8b9917e Mon Sep 17 00:00:00 2001 From: merith-tk Date: Fri, 7 Apr 2023 06:23:28 +0000 Subject: [PATCH] Initial commit --- LICENSE | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..12bfe73 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +ANTLR 2 License + +We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the incorporation of ANTLR, or its output, into commerical software. + +We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to make other tools available as they are completed. + +In countries where the Public Domain status of the work may not be valid, the author grants a copyright licence to the general public to deal in the work without restriction and permission to sublicence derivates under the terms of any (OSI approved) Open Source licence. diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ff5645 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# LICENSE + +Repository for my Licenses \ No newline at end of file