From 88b96565d134b4febc6cf3715948d3c4352790ea Mon Sep 17 00:00:00 2001 From: testaccount Date: Tue, 7 Dec 2021 16:32:16 +0800 Subject: [PATCH] Initial commit --- .gitignore | 8 ++++++++ LICENSE | 5 +++++ README.md | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ad409d12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> Yeoman +node_modules/ +bower_components/ +*.log + +build/ +dist/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..91140dec --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Bison Exception + +As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. + +This special exception was added by the Free Software Foundation in version 2.2 of Bison. diff --git a/README.md b/README.md new file mode 100644 index 00000000..28e98c80 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# forgplus +