40 lines
1.8 KiB
Diff
40 lines
1.8 KiB
Diff
diff -up unlambda-0.1/Language/Unlambda.hs.fix unlambda-0.1/Language/Unlambda.hs
|
|
--- unlambda-0.1/Language/Unlambda.hs.fix 2012-06-19 15:47:29.388841138 +0530
|
|
+++ unlambda-0.1/Language/Unlambda.hs 2012-06-19 15:48:26.298842436 +0530
|
|
@@ -21,7 +21,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-1301 USA
|
|
-}
|
|
|
|
module Language.Unlambda where
|
|
@@ -141,4 +141,4 @@ apply (Ques c) f = do
|
|
apply Pipe f = do
|
|
cur <- currentChar
|
|
apply f (case cur of Nothing -> V ; Just c -> (Dot c))
|
|
-apply (App _ _) _ = error "Unknown application"
|
|
\ No newline at end of file
|
|
+apply (App _ _) _ = error "Unknown application"
|
|
diff -up unlambda-0.1/LICENSE.fix unlambda-0.1/LICENSE
|
|
--- unlambda-0.1/LICENSE.fix 2012-06-19 15:47:24.290841020 +0530
|
|
+++ unlambda-0.1/LICENSE 2012-06-19 15:49:41.795844157 +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.
|
|
|
|
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to wh
|
|
|
|
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-1301 USA
|
|
|
|
|
|
Also add information on how to contact you by electronic and paper mail.
|