From: Mart Lubbers Date: Wed, 2 Mar 2016 16:19:13 +0000 (+0100) Subject: updated directory structure X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=6b3981fb80952fe2c510b6f9b849adb0dff77d2c;p=cc1516.git updated directory structure --- diff --git a/src/.gitignore b/.gitignore similarity index 100% rename from src/.gitignore rename to .gitignore diff --git a/src/LICENCE b/LICENCE similarity index 100% rename from src/LICENCE rename to LICENCE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 844db45..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 dopefishh - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/src/Makefile b/Makefile similarity index 100% rename from src/Makefile rename to Makefile diff --git a/src/README.md b/README.md similarity index 100% rename from src/README.md rename to README.md diff --git a/src/envs/envs.linux64 b/envs/envs.linux64 similarity index 100% rename from src/envs/envs.linux64 rename to envs/envs.linux64 diff --git a/src/envs/envs.mac b/envs/envs.mac similarity index 100% rename from src/envs/envs.mac rename to envs/envs.mac diff --git a/src/examples/example.spl b/examples/example.spl similarity index 100% rename from src/examples/example.spl rename to examples/example.spl diff --git a/src/grammar/grammar.txt b/grammar/grammar.txt similarity index 100% rename from src/grammar/grammar.txt rename to grammar/grammar.txt diff --git a/src/lex.dcl b/lex.dcl similarity index 100% rename from src/lex.dcl rename to lex.dcl diff --git a/src/lex.icl b/lex.icl similarity index 100% rename from src/lex.icl rename to lex.icl diff --git a/src/parse.dcl b/parse.dcl similarity index 100% rename from src/parse.dcl rename to parse.dcl diff --git a/src/parse.icl b/parse.icl similarity index 100% rename from src/parse.icl rename to parse.icl diff --git a/src/spl.icl b/spl.icl similarity index 100% rename from src/spl.icl rename to spl.icl diff --git a/src/spl.prj b/spl.prj similarity index 100% rename from src/spl.prj rename to spl.prj diff --git a/src/yard.dcl b/yard.dcl similarity index 100% rename from src/yard.dcl rename to yard.dcl diff --git a/src/yard.icl b/yard.icl similarity index 100% rename from src/yard.icl rename to yard.icl