aboutsummaryrefslogtreecommitdiff
path: root/src/boot/scanner.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/scanner.boot')
-rw-r--r--src/boot/scanner.boot10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/boot/scanner.boot b/src/boot/scanner.boot
index cd127781..108fc58a 100644
--- a/src/boot/scanner.boot
+++ b/src/boot/scanner.boot
@@ -1,4 +1,4 @@
--- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
+-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
-- Copyright (C) 2007-2008, Gabriel Dos Reis.
-- All rights reserved.
@@ -15,7 +15,7 @@
-- the documentation and/or other materials provided with the
-- distribution.
--
--- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+-- - Neither the name of The Numerical Algorithms Group Ltd. nor the
-- names of its contributors may be used to endorse or promote products
-- derived from this software without specific prior written permission.
--
@@ -33,9 +33,9 @@
--
-module '"boot-lexer"
-import '"tokens"
-import '"includer"
+module scanner
+import tokens
+import includer
)package "BOOTTRAN"