diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:58:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:58:11 -0700 |
commit | 64bee0981b94fecac197a45d649c2c8b40ce9e7b (patch) | |
tree | 21294a78bf7e1e2c90001cc6dfa41375e9fa54d5 /users | |
parent | Merge remote-tracking branch 'monkey/master' (diff) | |
download | world-64bee0981b94fecac197a45d649c2c8b40ce9e7b.tar.gz |
fix(fcuny/monkey): remove unneeded files
Change-Id: If26166f29f9b519b87e288b514d2c603ca9b4413
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/exp/monkey/.gitignore | 1 | ||||
-rw-r--r-- | users/fcuny/exp/monkey/LICENSE.txt | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/users/fcuny/exp/monkey/.gitignore b/users/fcuny/exp/monkey/.gitignore deleted file mode 100644 index 2f226a3..0000000 --- a/users/fcuny/exp/monkey/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/cmd/repl/repl diff --git a/users/fcuny/exp/monkey/LICENSE.txt b/users/fcuny/exp/monkey/LICENSE.txt deleted file mode 100644 index b928a6d..0000000 --- a/users/fcuny/exp/monkey/LICENSE.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2019 franck cuny - -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. |