From 4c9cdd90ad7c17b447fadce5b96deb9d746f685f Mon Sep 17 00:00:00 2001 From: praticamentetilde Date: Thu, 27 Dec 2018 13:17:04 +0100 Subject: [PATCH] Updated README and license --- LICENSE | 13 ------------- LICENSE.md | 7 +++++++ README.md | 14 ++++++++++---- 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ff9e935..0000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - -Copyright (C) 2004 Sam Hocevar - -Everyone is permitted to copy and distribute verbatim or modified -copies of this license document, and changing it is allowed as long -as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3a6c318 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +Copyright 2018 Claudio Maggioni and Tommaso Rodolfo Masera + +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/README.md b/README.md index 99ac6f4..87614a8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ + + ![DrBrainf-ck](./imgs/logo_small.png) -# DrBrainf\*ck +# DrBrainf-ck -This is the repo for the PF1 final project of _Claudio Maggioni_ and -_Tommaso Rodolfo Masera_. +This is the repo for the USI [PF1](https://usi-pl.github.io/pf1-2018/) +final project of _Claudio Maggioni_ and _Tommaso Rodolfo Masera_. ## Running @@ -17,7 +19,7 @@ More documentation of this command is avaliable using the `-h` flag. ## Current features -- Brainf\*ck interpreter works for all instructions; +- Brainf-ck interpreter works for all instructions; - Done simple editor GUI with *Run* button and output window; - Editor supports basic syntax highlighting; - Batch input through `,` supported through GUI. @@ -30,3 +32,7 @@ Please find more documentation in the file `README.pdf`. Please find the document regarding changes from the original proposal in the file `changes.pdf`. + +## License + +This project is licensed under the MIT license.