Updated README and license

This commit is contained in:
Claudio Maggioni 2018-12-27 13:17:04 +01:00
parent 14a93abb8f
commit 4c9cdd90ad
3 changed files with 17 additions and 17 deletions

13
LICENSE
View File

@ -1,13 +0,0 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
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.

7
LICENSE.md Normal file
View File

@ -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.

View File

@ -1,9 +1,11 @@
<!--- vim: set et sw=2 ts=2 tw=80 : -->
![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.