32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
|
diff -up brainfuck-0.1/Language/Brainfuck.hs.fix brainfuck-0.1/Language/Brainfuck.hs
|
||
|
--- brainfuck-0.1/Language/Brainfuck.hs.fix 2012-09-07 19:26:14.069354858 +0530
|
||
|
+++ brainfuck-0.1/Language/Brainfuck.hs 2012-09-07 19:26:48.221355543 +0530
|
||
|
@@ -17,7 +17,7 @@ GNU General Public License for more deta
|
||
|
|
||
|
You should have received a copy of the GNU General Public License
|
||
|
along with this program; if not, write to the Free Software
|
||
|
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -}
|
||
|
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1307 USA -}
|
||
|
|
||
|
module Language.Brainfuck where
|
||
|
|
||
|
@@ -287,4 +287,4 @@ execute cmds n bf@(BF _ _ ip) = do
|
||
|
|
||
|
halt = if debug
|
||
|
then putStrLn "Machine Halted.\n"
|
||
|
- else putStrLn "\n"
|
||
|
\ No newline at end of file
|
||
|
+ else putStrLn "\n"
|
||
|
diff -up brainfuck-0.1/LICENSE.fix brainfuck-0.1/LICENSE
|
||
|
--- brainfuck-0.1/LICENSE.fix 2012-09-07 19:25:12.045353441 +0530
|
||
|
+++ brainfuck-0.1/LICENSE 2012-09-07 19:27:39.233356800 +0530
|
||
|
@@ -2,7 +2,7 @@
|
||
|
Version 2, June 1991
|
||
|
|
||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||
|
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||
|
Everyone is permitted to copy and distribute verbatim copies
|
||
|
of this license document, but changing it is not allowed.
|
||
|
|