[e-cvs] cvs commit: e/src/jsrc/org/erights/e/ui/jed EAction.java

markm@eros.cs.jhu.edu markm@eros.cs.jhu.edu
Tue, 28 Aug 2001 20:20:19 -0400


markm       01/08/28 20:20:19

  Modified:    src/esrc/com/skyhunter/eBrowser/ebScripts countLines.emaker
                        indentTabs.emaker
               src/esrc/com/skyhunter/eDeskPlus/strings about.txt help.txt
               src/esrc/com/skyhunter/ex/swing dialogtest.e
               src/esrc/com/skyhunter/installer
                        agreedCapPromiserAuthorTester.e
               src/esrc/org/erights/e/elang/ecomp SimpMaker.emaker
               src/esrc/org/erights/e/elang/syntax
                        epatt__quasiParser.emaker
               src/esrc/org/erights/e/tools/collect allOf.emaker
                        anyOf.emaker
               src/esrc/org/erights/e/tools/html html2txt.emaker
               src/esrc/org/erights/e/ui/jed JedMenu.emaker
               src/jsrc/net/captp/jcomm CapTPReplacer.java
                        CapTPResolver.java DelayedRedirector.java
                        LocatorUnum.java NonceLocator.java Redirector.java
               src/jsrc/net/captp/tables AnswersTable.java CommTable.java
                        ExportsTable.java ImportsTable.java
                        NearGiftTable.java PromiseGiftTable.java
                        QuestionsTable.java SwissTable.java
               src/jsrc/net/ertp Assay.java
                        InsufficientERightsException.java Issuer.java
                        Purse.java
               src/jsrc/net/vattp/data NetConfig.java
               src/jsrc/org/capml/quasi QuasiContent.java
                        QuasiContentExprHole.java QuasiContentList.java
                        QuasiContentPattHole.java QuasiElement.java
                        QuasiText.java XMLQuasiParser.java
               src/jsrc/org/erights/e/elang/evm ENode.java Evaluator.java
               src/jsrc/org/erights/e/elang/interp Loop.java
                        ProtocolDesc.java ResourceUriGetter.java
               src/jsrc/org/erights/e/elang/syntax HilbertHotel.java
               src/jsrc/org/erights/e/elang/visitors
                        AlphaRenameVisitor.java CopyVisitor.java
                        ETreeVisitor.java RenameVisitor.java
                        SubstVisitor.java
               src/jsrc/org/erights/e/elib/base ClassDesc.java
                        MessageDesc.java ParamDesc.java Printable.java
                        TypeDesc.java
               src/jsrc/org/erights/e/elib/deflect Deflector.java
                        EventualDeflector.java ImmediateDeflector.java
               src/jsrc/org/erights/e/elib/io ReaderWrapper.java
                        TextReader.java
               src/jsrc/org/erights/e/elib/prim NowRunnable.java
                        OverloaderNode.java Thrower.java
               src/jsrc/org/erights/e/elib/quasi
                        IncompleteQuasiException.java QuasiExprParser.java
                        QuasiPatternParser.java ValueMaker.java
               src/jsrc/org/erights/e/elib/ref ProxyHandler.java
                        ResultResolver.java StemCell.java
                        WhenBrokenReactor.java WhenResolvedReactor.java
               src/jsrc/org/erights/e/elib/serial
                        PassByConstructionGuard.java PassByProxyGuard.java
                        PersistenceReplacer.java PersistenceResolver.java
                        RemoteCall.java
               src/jsrc/org/erights/e/elib/slot FinalSlot.java
                        FinalSlotMaker.java RuinedSlot.java
                        SettableSlot.java SettableSlotMaker.java Slot.java
                        SlotDefiner.java SlotGuard.java ValueGuard.java
                        VoidMaker.java
               src/jsrc/org/erights/e/elib/tables WeakKey.java
                        WeakKeyMap.java WeakValue.java WeakValueMap.java
               src/jsrc/org/erights/e/elib/util ConditionLock.java
                        DeadManSwitch.java IdentityFunc.java Once.java
               src/jsrc/org/erights/e/meta/java/awt/event
                        FocusListenerDeflector.java
                        KeyListenerDeflector.java WindowEventSugar.java
               src/jsrc/org/erights/e/meta/java/lang ArrayGuardSugar.java
                        Bufferer.java ByteGuardSugar.java
                        ClassGuardSugar.java DoubleGuardSugar.java
                        FloatGuardSugar.java IntegerGuardSugar.java
                        InterfaceGuardSugar.java LongGuardSugar.java
                        ProcessSugar.java ShortGuardSugar.java
                        StringGuardSugar.java VoidGuardSugar.java
               src/jsrc/org/erights/e/meta/javax/swing/event
                        ListSelectionListenerDeflector.java
               src/jsrc/org/erights/e/meta/org/erights/e/elib/base
                        TypeDescGuardSugar.java
               src/jsrc/org/erights/e/meta/org/erights/e/elib/ref
                        RefGuardSugar.java
               src/jsrc/org/erights/e/meta/org/erights/e/elib/slot
                        SlotDeflector.java SlotGuardDeflector.java
                        SlotGuardGuardSugar.java ValueGuardDeflector.java
                        ValueGuardGuardSugar.java
               src/jsrc/org/erights/e/meta/org/erights/e/elib/tables
                        EListGuardSugar.java
               src/jsrc/org/erights/e/ui/jed EAction.java
  Log:
  fixed broken link.  Thanks Bill

Revision  Changes    Path
1.3       +1 -1      e/src/esrc/com/skyhunter/eBrowser/ebScripts/countLines.emaker

Index: countLines.emaker
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/eBrowser/ebScripts/countLines.emaker,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- countLines.emaker	2001/08/08 05:39:16	1.2
+++ countLines.emaker	2001/08/29 00:20:14	1.3
@@ -8,4 +8,4 @@
 
 #1
 #2
-#3
\ No newline at end of file
+#3



1.3       +1 -1      e/src/esrc/com/skyhunter/eBrowser/ebScripts/indentTabs.emaker

Index: indentTabs.emaker
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/eBrowser/ebScripts/indentTabs.emaker,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- indentTabs.emaker	2001/08/08 05:39:16	1.2
+++ indentTabs.emaker	2001/08/29 00:20:14	1.3
@@ -15,4 +15,4 @@
 
 #test of indent
 #2
-#3
\ No newline at end of file
+#3



1.2       +1 -1      e/src/esrc/com/skyhunter/eDeskPlus/strings/about.txt

Index: about.txt
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/eDeskPlus/strings/about.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- about.txt	2001/08/08 06:00:20	1.1
+++ about.txt	2001/08/29 00:20:15	1.2
@@ -7,4 +7,4 @@
 This software covered by the Mozilla license.<br>
 For details see <br>
 http://www.skyhunter.com/marcs/securit-Edesk-license.html
-</html>
\ No newline at end of file
+</html>



1.3       +1 -1      e/src/esrc/com/skyhunter/eDeskPlus/strings/help.txt

Index: help.txt
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/eDeskPlus/strings/help.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- help.txt	2001/08/08 05:39:16	1.2
+++ help.txt	2001/08/29 00:20:15	1.3
@@ -6,4 +6,4 @@
 Right-clicking in either pane pops up a menu of operations<br>
 including New, Copy, and Paste.
 
-</html>
\ No newline at end of file
+</html>



1.5       +1 -1      e/src/esrc/com/skyhunter/ex/swing/dialogtest.e

Index: dialogtest.e
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/ex/swing/dialogtest.e,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dialogtest.e	2001/08/08 05:39:16	1.4
+++ dialogtest.e	2001/08/29 00:20:15	1.5
@@ -6,4 +6,4 @@
     <unsafe:javax.swing.JFrame>)
 println(`promiser: $promiser`)
 promiser new("title", "label",null, ["ok"])
-interp blockAtTop()
\ No newline at end of file
+interp blockAtTop()



1.2       +1 -1      e/src/esrc/com/skyhunter/installer/agreedCapPromiserAuthorTester.e

Index: agreedCapPromiserAuthorTester.e
===================================================================
RCS file: /cvs/e/src/esrc/com/skyhunter/installer/agreedCapPromiserAuthorTester.e,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- agreedCapPromiserAuthorTester.e	2001/08/08 06:00:21	1.1
+++ agreedCapPromiserAuthorTester.e	2001/08/29 00:20:15	1.2
@@ -25,4 +25,4 @@
     println("got answer: " + capXML)
 } catch prob {println("prob: " + prob)}
 
-interp blockAtTop()
\ No newline at end of file
+interp blockAtTop()



1.11      +1 -1      e/src/esrc/org/erights/e/elang/ecomp/SimpMaker.emaker

Index: SimpMaker.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/elang/ecomp/SimpMaker.emaker,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SimpMaker.emaker	2001/03/26 06:23:47	1.10
+++ SimpMaker.emaker	2001/08/29 00:20:15	1.11
@@ -2,7 +2,7 @@
 # Distributed E Language Implementation License Version 1.0 (the
 # "License"); you may not use this file except in compliance with the
 # License. You may obtain a copy of the License at
-# http://www.erights.org/mmlicense.html
+# http://www.erights.org/download/mmlicense.html
 #
 # Software distributed under the License is distributed on an "AS IS"
 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/esrc/org/erights/e/elang/syntax/epatt__quasiParser.emaker

Index: epatt__quasiParser.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/elang/syntax/epatt__quasiParser.emaker,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- epatt__quasiParser.emaker	2001/03/26 06:23:47	1.3
+++ epatt__quasiParser.emaker	2001/08/29 00:20:15	1.4
@@ -2,7 +2,7 @@
 # Distributed E Language Implementation License Version 1.0 (the
 # "License"); you may not use this file except in compliance with the
 # License. You may obtain a copy of the License at
-# http://www.erights.org/mmlicense.html
+# http://www.erights.org/download/mmlicense.html
 #
 # Software distributed under the License is distributed on an "AS IS"
 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/esrc/org/erights/e/tools/collect/allOf.emaker

Index: allOf.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/tools/collect/allOf.emaker,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- allOf.emaker	2001/03/05 01:53:05	1.2
+++ allOf.emaker	2001/08/29 00:20:15	1.3
@@ -2,7 +2,7 @@
 # Distributed E Language Implementation License Version 1.0 (the
 # "License"); you may not use this file except in compliance with the
 # License. You may obtain a copy of the License at
-# http://www.erights.org/mmlicense.html
+# http://www.erights.org/download/mmlicense.html
 #
 # Software distributed under the License is distributed on an "AS IS"
 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/esrc/org/erights/e/tools/collect/anyOf.emaker

Index: anyOf.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/tools/collect/anyOf.emaker,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anyOf.emaker	2001/03/05 01:53:05	1.2
+++ anyOf.emaker	2001/08/29 00:20:15	1.3
@@ -2,7 +2,7 @@
 # Distributed E Language Implementation License Version 1.0 (the
 # "License"); you may not use this file except in compliance with the
 # License. You may obtain a copy of the License at
-# http://www.erights.org/mmlicense.html
+# http://www.erights.org/download/mmlicense.html
 #
 # Software distributed under the License is distributed on an "AS IS"
 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.14      +1 -1      e/src/esrc/org/erights/e/tools/html/html2txt.emaker

Index: html2txt.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/tools/html/html2txt.emaker,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- html2txt.emaker	2001/07/24 11:52:15	1.13
+++ html2txt.emaker	2001/08/29 00:20:15	1.14
@@ -119,4 +119,4 @@
     #   <html2txt>("3 < 4<b>5")
     #   <interp> evalPrint(e`html2txt run("3 < 4<b>5")`)
     
-    ? 
\ No newline at end of file
+    ? 



1.2       +1 -1      e/src/esrc/org/erights/e/ui/jed/JedMenu.emaker

Index: JedMenu.emaker
===================================================================
RCS file: /cvs/e/src/esrc/org/erights/e/ui/jed/JedMenu.emaker,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JedMenu.emaker	2001/03/11 04:32:57	1.1
+++ JedMenu.emaker	2001/08/29 00:20:15	1.2
@@ -49,4 +49,4 @@
             ])
         ])
     }
-}
\ No newline at end of file
+}



1.2       +1 -1      e/src/jsrc/net/captp/jcomm/CapTPReplacer.java

Index: CapTPReplacer.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/CapTPReplacer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CapTPReplacer.java	2001/08/24 19:02:37	1.1
+++ CapTPReplacer.java	2001/08/29 00:20:15	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/net/captp/jcomm/CapTPResolver.java

Index: CapTPResolver.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/CapTPResolver.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CapTPResolver.java	2001/08/24 19:02:37	1.1
+++ CapTPResolver.java	2001/08/29 00:20:15	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/net/captp/jcomm/DelayedRedirector.java

Index: DelayedRedirector.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/DelayedRedirector.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DelayedRedirector.java	2001/08/20 21:17:49	1.5
+++ DelayedRedirector.java	2001/08/29 00:20:15	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.8       +1 -1      e/src/jsrc/net/captp/jcomm/LocatorUnum.java

Index: LocatorUnum.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/LocatorUnum.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LocatorUnum.java	2001/08/22 14:26:14	1.7
+++ LocatorUnum.java	2001/08/29 00:20:15	1.8
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/net/captp/jcomm/NonceLocator.java

Index: NonceLocator.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/NonceLocator.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- NonceLocator.java	2001/08/22 14:26:14	1.5
+++ NonceLocator.java	2001/08/29 00:20:15	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/net/captp/jcomm/Redirector.java

Index: Redirector.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/jcomm/Redirector.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Redirector.java	2001/07/29 20:57:19	1.6
+++ Redirector.java	2001/08/29 00:20:15	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/net/captp/tables/AnswersTable.java

Index: AnswersTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/AnswersTable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AnswersTable.java	2001/04/29 02:57:29	1.1
+++ AnswersTable.java	2001/08/29 00:20:15	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/net/captp/tables/CommTable.java

Index: CommTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/CommTable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CommTable.java	2001/07/29 02:16:49	1.4
+++ CommTable.java	2001/08/29 00:20:15	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/net/captp/tables/ExportsTable.java

Index: ExportsTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/ExportsTable.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ExportsTable.java	2001/08/13 01:47:02	1.5
+++ ExportsTable.java	2001/08/29 00:20:15	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/net/captp/tables/ImportsTable.java

Index: ImportsTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/ImportsTable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ImportsTable.java	2001/05/03 18:26:23	1.2
+++ ImportsTable.java	2001/08/29 00:20:15	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/net/captp/tables/NearGiftTable.java

Index: NearGiftTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/NearGiftTable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NearGiftTable.java	2001/08/20 21:17:49	1.3
+++ NearGiftTable.java	2001/08/29 00:20:15	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/net/captp/tables/PromiseGiftTable.java

Index: PromiseGiftTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/PromiseGiftTable.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PromiseGiftTable.java	2001/08/20 21:17:49	1.1
+++ PromiseGiftTable.java	2001/08/29 00:20:15	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/net/captp/tables/QuestionsTable.java

Index: QuestionsTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/QuestionsTable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- QuestionsTable.java	2001/05/03 18:26:23	1.2
+++ QuestionsTable.java	2001/08/29 00:20:15	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/net/captp/tables/SwissTable.java

Index: SwissTable.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/captp/tables/SwissTable.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SwissTable.java	2001/08/04 00:45:38	1.6
+++ SwissTable.java	2001/08/29 00:20:15	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/net/ertp/Assay.java

Index: Assay.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/ertp/Assay.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Assay.java	2000/12/25 11:52:48	1.2
+++ Assay.java	2001/08/29 00:20:16	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/net/ertp/InsufficientERightsException.java

Index: InsufficientERightsException.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/ertp/InsufficientERightsException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InsufficientERightsException.java	2000/12/25 11:52:48	1.2
+++ InsufficientERightsException.java	2001/08/29 00:20:16	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/net/ertp/Issuer.java

Index: Issuer.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/ertp/Issuer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Issuer.java	2001/04/30 07:08:45	1.3
+++ Issuer.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/net/ertp/Purse.java

Index: Purse.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/ertp/Purse.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Purse.java	2001/02/13 18:45:37	1.3
+++ Purse.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/net/vattp/data/NetConfig.java

Index: NetConfig.java
===================================================================
RCS file: /cvs/e/src/jsrc/net/vattp/data/NetConfig.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NetConfig.java	2001/08/21 14:28:15	1.3
+++ NetConfig.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/capml/quasi/QuasiContent.java

Index: QuasiContent.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiContent.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QuasiContent.java	2001/07/14 12:57:21	1.3
+++ QuasiContent.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/capml/quasi/QuasiContentExprHole.java

Index: QuasiContentExprHole.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiContentExprHole.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QuasiContentExprHole.java	2001/07/14 12:57:21	1.3
+++ QuasiContentExprHole.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/capml/quasi/QuasiContentList.java

Index: QuasiContentList.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiContentList.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- QuasiContentList.java	2001/07/14 12:57:21	1.4
+++ QuasiContentList.java	2001/08/29 00:20:16	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/capml/quasi/QuasiContentPattHole.java

Index: QuasiContentPattHole.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiContentPattHole.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- QuasiContentPattHole.java	2001/07/14 12:57:21	1.3
+++ QuasiContentPattHole.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/capml/quasi/QuasiElement.java

Index: QuasiElement.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiElement.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- QuasiElement.java	2001/07/14 12:57:21	1.4
+++ QuasiElement.java	2001/08/29 00:20:16	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/capml/quasi/QuasiText.java

Index: QuasiText.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/QuasiText.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- QuasiText.java	2001/07/14 12:57:21	1.4
+++ QuasiText.java	2001/08/29 00:20:16	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.8       +1 -1      e/src/jsrc/org/capml/quasi/XMLQuasiParser.java

Index: XMLQuasiParser.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/capml/quasi/XMLQuasiParser.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XMLQuasiParser.java	2001/07/25 01:34:38	1.7
+++ XMLQuasiParser.java	2001/08/29 00:20:16	1.8
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elang/evm/ENode.java

Index: ENode.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/evm/ENode.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ENode.java	2001/01/15 06:03:53	1.3
+++ ENode.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.8       +1 -1      e/src/jsrc/org/erights/e/elang/evm/Evaluator.java

Index: Evaluator.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/evm/Evaluator.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Evaluator.java	2001/08/18 05:19:38	1.7
+++ Evaluator.java	2001/08/29 00:20:16	1.8
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elang/interp/Loop.java

Index: Loop.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/interp/Loop.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Loop.java	2001/04/01 08:13:40	1.3
+++ Loop.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.9       +1 -1      e/src/jsrc/org/erights/e/elang/interp/ProtocolDesc.java

Index: ProtocolDesc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/interp/ProtocolDesc.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ProtocolDesc.java	2001/07/14 12:57:22	1.8
+++ ProtocolDesc.java	2001/08/29 00:20:16	1.9
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +2 -2      e/src/jsrc/org/erights/e/elang/interp/ResourceUriGetter.java

Index: ResourceUriGetter.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/interp/ResourceUriGetter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResourceUriGetter.java	2001/08/24 17:14:02	1.1
+++ ResourceUriGetter.java	2001/08/29 00:20:16	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -37,4 +37,4 @@
     static public URL get(String relpath) {
         return ClassLoader.getSystemResource(relpath);
     }
-}
\ No newline at end of file
+}



1.4       +1 -1      e/src/jsrc/org/erights/e/elang/syntax/HilbertHotel.java

Index: HilbertHotel.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/syntax/HilbertHotel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HilbertHotel.java	2000/11/14 11:15:33	1.3
+++ HilbertHotel.java	2001/08/29 00:20:16	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.10      +1 -1      e/src/jsrc/org/erights/e/elang/visitors/AlphaRenameVisitor.java

Index: AlphaRenameVisitor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/visitors/AlphaRenameVisitor.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- AlphaRenameVisitor.java	2001/03/11 21:48:20	1.9
+++ AlphaRenameVisitor.java	2001/08/29 00:20:16	1.10
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.18      +1 -1      e/src/jsrc/org/erights/e/elang/visitors/CopyVisitor.java

Index: CopyVisitor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/visitors/CopyVisitor.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- CopyVisitor.java	2001/03/11 21:48:20	1.17
+++ CopyVisitor.java	2001/08/29 00:20:16	1.18
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.15      +1 -1      e/src/jsrc/org/erights/e/elang/visitors/ETreeVisitor.java

Index: ETreeVisitor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/visitors/ETreeVisitor.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ETreeVisitor.java	2001/03/11 21:48:20	1.14
+++ ETreeVisitor.java	2001/08/29 00:20:16	1.15
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.13      +1 -1      e/src/jsrc/org/erights/e/elang/visitors/RenameVisitor.java

Index: RenameVisitor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/visitors/RenameVisitor.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- RenameVisitor.java	2001/03/11 21:48:20	1.12
+++ RenameVisitor.java	2001/08/29 00:20:16	1.13
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/elang/visitors/SubstVisitor.java

Index: SubstVisitor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elang/visitors/SubstVisitor.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SubstVisitor.java	2000/07/19 07:15:48	1.5
+++ SubstVisitor.java	2001/08/29 00:20:16	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.21      +1 -1      e/src/jsrc/org/erights/e/elib/base/ClassDesc.java

Index: ClassDesc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/base/ClassDesc.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ClassDesc.java	2001/07/26 15:28:07	1.20
+++ ClassDesc.java	2001/08/29 00:20:17	1.21
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/elib/base/MessageDesc.java

Index: MessageDesc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/base/MessageDesc.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- MessageDesc.java	2001/04/01 08:13:41	1.5
+++ MessageDesc.java	2001/08/29 00:20:17	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/elib/base/ParamDesc.java

Index: ParamDesc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/base/ParamDesc.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ParamDesc.java	2001/04/01 08:13:41	1.5
+++ ParamDesc.java	2001/08/29 00:20:17	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/base/Printable.java

Index: Printable.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/base/Printable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Printable.java	2001/04/30 07:08:45	1.4
+++ Printable.java	2001/08/29 00:20:17	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.12      +1 -1      e/src/jsrc/org/erights/e/elib/base/TypeDesc.java

Index: TypeDesc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/base/TypeDesc.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TypeDesc.java	2001/07/14 12:57:23	1.11
+++ TypeDesc.java	2001/08/29 00:20:17	1.12
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/elib/deflect/Deflector.java

Index: Deflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/deflect/Deflector.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Deflector.java	2001/08/21 13:36:18	1.6
+++ Deflector.java	2001/08/29 00:20:17	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/elib/deflect/EventualDeflector.java

Index: EventualDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/deflect/EventualDeflector.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EventualDeflector.java	2001/08/21 13:36:18	1.6
+++ EventualDeflector.java	2001/08/29 00:20:17	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/deflect/ImmediateDeflector.java

Index: ImmediateDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/deflect/ImmediateDeflector.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ImmediateDeflector.java	2001/08/21 13:36:18	1.4
+++ ImmediateDeflector.java	2001/08/29 00:20:17	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +2 -2      e/src/jsrc/org/erights/e/elib/io/ReaderWrapper.java

Index: ReaderWrapper.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/io/ReaderWrapper.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ReaderWrapper.java	2001/08/28 21:01:31	1.2
+++ ReaderWrapper.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -103,4 +103,4 @@
     }
     
     
-}
\ No newline at end of file
+}



1.2       +2 -2      e/src/jsrc/org/erights/e/elib/io/TextReader.java

Index: TextReader.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/io/TextReader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TextReader.java	2001/08/28 06:40:10	1.1
+++ TextReader.java	2001/08/29 00:20:17	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -102,4 +102,4 @@
         }
     }
     
-}
\ No newline at end of file
+}



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/prim/NowRunnable.java

Index: NowRunnable.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/prim/NowRunnable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- NowRunnable.java	2001/04/01 08:13:42	1.2
+++ NowRunnable.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/elib/prim/OverloaderNode.java

Index: OverloaderNode.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/prim/OverloaderNode.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- OverloaderNode.java	2001/07/14 12:57:23	1.5
+++ OverloaderNode.java	2001/08/29 00:20:17	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/prim/Thrower.java

Index: Thrower.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/prim/Thrower.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Thrower.java	2001/04/15 08:56:26	1.2
+++ Thrower.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/quasi/IncompleteQuasiException.java

Index: IncompleteQuasiException.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/quasi/IncompleteQuasiException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IncompleteQuasiException.java	2001/07/14 12:57:23	1.2
+++ IncompleteQuasiException.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/elib/quasi/QuasiExprParser.java

Index: QuasiExprParser.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/quasi/QuasiExprParser.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- QuasiExprParser.java	2001/02/07 04:21:36	1.1
+++ QuasiExprParser.java	2001/08/29 00:20:17	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/elib/quasi/QuasiPatternParser.java

Index: QuasiPatternParser.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/quasi/QuasiPatternParser.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- QuasiPatternParser.java	2001/02/07 04:21:36	1.1
+++ QuasiPatternParser.java	2001/08/29 00:20:17	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/elib/quasi/ValueMaker.java

Index: ValueMaker.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/quasi/ValueMaker.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ValueMaker.java	2001/02/07 04:21:36	1.6
+++ ValueMaker.java	2001/08/29 00:20:17	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/elib/ref/ProxyHandler.java

Index: ProxyHandler.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/ref/ProxyHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ProxyHandler.java	2001/05/03 18:26:23	1.1
+++ ProxyHandler.java	2001/08/29 00:20:17	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/ref/ResultResolver.java

Index: ResultResolver.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/ref/ResultResolver.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ResultResolver.java	2001/04/15 05:04:28	1.4
+++ ResultResolver.java	2001/08/29 00:20:17	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/ref/StemCell.java

Index: StemCell.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/ref/StemCell.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StemCell.java	2001/08/21 14:28:15	1.2
+++ StemCell.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/ref/WhenBrokenReactor.java

Index: WhenBrokenReactor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/ref/WhenBrokenReactor.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WhenBrokenReactor.java	2001/08/27 22:19:47	1.2
+++ WhenBrokenReactor.java	2001/08/29 00:20:17	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.9       +1 -1      e/src/jsrc/org/erights/e/elib/ref/WhenResolvedReactor.java

Index: WhenResolvedReactor.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/ref/WhenResolvedReactor.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- WhenResolvedReactor.java	2001/08/27 22:19:47	1.8
+++ WhenResolvedReactor.java	2001/08/29 00:20:17	1.9
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.9       +1 -1      e/src/jsrc/org/erights/e/elib/serial/PassByConstructionGuard.java

Index: PassByConstructionGuard.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/serial/PassByConstructionGuard.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PassByConstructionGuard.java	2001/08/06 17:21:20	1.8
+++ PassByConstructionGuard.java	2001/08/29 00:20:17	1.9
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/serial/PassByProxyGuard.java

Index: PassByProxyGuard.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/serial/PassByProxyGuard.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PassByProxyGuard.java	2001/07/14 12:57:23	1.4
+++ PassByProxyGuard.java	2001/08/29 00:20:17	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elib/serial/PersistenceReplacer.java

Index: PersistenceReplacer.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/serial/PersistenceReplacer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PersistenceReplacer.java	2001/08/22 14:26:14	1.3
+++ PersistenceReplacer.java	2001/08/29 00:20:17	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elib/serial/PersistenceResolver.java

Index: PersistenceResolver.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/serial/PersistenceResolver.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PersistenceResolver.java	2001/08/21 13:36:19	1.3
+++ PersistenceResolver.java	2001/08/29 00:20:17	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/elib/serial/RemoteCall.java

Index: RemoteCall.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/serial/RemoteCall.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RemoteCall.java	2001/08/24 17:14:02	1.1
+++ RemoteCall.java	2001/08/29 00:20:17	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.11      +1 -1      e/src/jsrc/org/erights/e/elib/slot/FinalSlot.java

Index: FinalSlot.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/FinalSlot.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- FinalSlot.java	2001/02/20 05:33:45	1.10
+++ FinalSlot.java	2001/08/29 00:20:18	1.11
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/slot/FinalSlotMaker.java

Index: FinalSlotMaker.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/FinalSlotMaker.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FinalSlotMaker.java	2001/04/15 05:04:28	1.4
+++ FinalSlotMaker.java	2001/08/29 00:20:18	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.11      +1 -1      e/src/jsrc/org/erights/e/elib/slot/RuinedSlot.java

Index: RuinedSlot.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/RuinedSlot.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- RuinedSlot.java	2001/04/01 08:13:42	1.10
+++ RuinedSlot.java	2001/08/29 00:20:18	1.11
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.10      +1 -1      e/src/jsrc/org/erights/e/elib/slot/SettableSlot.java

Index: SettableSlot.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/SettableSlot.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- SettableSlot.java	2001/02/20 05:33:45	1.9
+++ SettableSlot.java	2001/08/29 00:20:18	1.10
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/slot/SettableSlotMaker.java

Index: SettableSlotMaker.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/SettableSlotMaker.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SettableSlotMaker.java	2001/04/15 05:04:28	1.4
+++ SettableSlotMaker.java	2001/08/29 00:20:18	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/slot/Slot.java

Index: Slot.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/Slot.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Slot.java	2001/07/14 12:57:23	1.4
+++ Slot.java	2001/08/29 00:20:18	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/elib/slot/SlotDefiner.java

Index: SlotDefiner.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/SlotDefiner.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SlotDefiner.java	2001/04/15 05:04:28	1.4
+++ SlotDefiner.java	2001/08/29 00:20:18	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/slot/SlotGuard.java

Index: SlotGuard.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/SlotGuard.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SlotGuard.java	2000/11/14 11:15:34	1.2
+++ SlotGuard.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/slot/ValueGuard.java

Index: ValueGuard.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/ValueGuard.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValueGuard.java	2000/11/14 11:15:34	1.2
+++ ValueGuard.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elib/slot/VoidMaker.java

Index: VoidMaker.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/slot/VoidMaker.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VoidMaker.java	2001/04/15 05:04:28	1.3
+++ VoidMaker.java	2001/08/29 00:20:18	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elib/tables/WeakKey.java

Index: WeakKey.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/tables/WeakKey.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WeakKey.java	2001/07/14 12:57:24	1.3
+++ WeakKey.java	2001/08/29 00:20:18	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/elib/tables/WeakKeyMap.java

Index: WeakKeyMap.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/tables/WeakKeyMap.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WeakKeyMap.java	2001/07/14 12:57:24	1.3
+++ WeakKeyMap.java	2001/08/29 00:20:18	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/tables/WeakValue.java

Index: WeakValue.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/tables/WeakValue.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WeakValue.java	2001/07/14 12:57:24	1.2
+++ WeakValue.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/tables/WeakValueMap.java

Index: WeakValueMap.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/tables/WeakValueMap.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WeakValueMap.java	2001/07/14 12:57:24	1.2
+++ WeakValueMap.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/util/ConditionLock.java

Index: ConditionLock.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/util/ConditionLock.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConditionLock.java	2000/09/16 23:02:44	1.2
+++ ConditionLock.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/elib/util/DeadManSwitch.java

Index: DeadManSwitch.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/util/DeadManSwitch.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DeadManSwitch.java	2001/07/14 12:57:24	1.2
+++ DeadManSwitch.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/elib/util/IdentityFunc.java

Index: IdentityFunc.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/util/IdentityFunc.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IdentityFunc.java	2001/08/17 20:59:26	1.1
+++ IdentityFunc.java	2001/08/29 00:20:18	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/elib/util/Once.java

Index: Once.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/elib/util/Once.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Once.java	2001/07/14 12:57:24	1.5
+++ Once.java	2001/08/29 00:20:18	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/meta/java/awt/event/FocusListenerDeflector.java

Index: FocusListenerDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/awt/event/FocusListenerDeflector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FocusListenerDeflector.java	2000/11/14 11:15:34	1.2
+++ FocusListenerDeflector.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/meta/java/awt/event/KeyListenerDeflector.java

Index: KeyListenerDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/awt/event/KeyListenerDeflector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- KeyListenerDeflector.java	2000/11/14 11:15:34	1.3
+++ KeyListenerDeflector.java	2001/08/29 00:20:18	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/meta/java/awt/event/WindowEventSugar.java

Index: WindowEventSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/awt/event/WindowEventSugar.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- WindowEventSugar.java	2001/07/14 12:57:24	1.2
+++ WindowEventSugar.java	2001/08/29 00:20:18	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/ArrayGuardSugar.java

Index: ArrayGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/ArrayGuardSugar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ArrayGuardSugar.java	2001/07/14 12:57:24	1.5
+++ ArrayGuardSugar.java	2001/08/29 00:20:18	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/Bufferer.java

Index: Bufferer.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/Bufferer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Bufferer.java	2001/07/14 12:57:24	1.3
+++ Bufferer.java	2001/08/29 00:20:18	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/ByteGuardSugar.java

Index: ByteGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/ByteGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ByteGuardSugar.java	2001/07/14 12:57:24	1.6
+++ ByteGuardSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/ClassGuardSugar.java

Index: ClassGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/ClassGuardSugar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ClassGuardSugar.java	2001/07/14 12:57:24	1.5
+++ ClassGuardSugar.java	2001/08/29 00:20:18	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.8       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/DoubleGuardSugar.java

Index: DoubleGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/DoubleGuardSugar.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DoubleGuardSugar.java	2001/07/14 12:57:24	1.7
+++ DoubleGuardSugar.java	2001/08/29 00:20:18	1.8
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.8       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/FloatGuardSugar.java

Index: FloatGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/FloatGuardSugar.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- FloatGuardSugar.java	2001/07/14 12:57:24	1.7
+++ FloatGuardSugar.java	2001/08/29 00:20:18	1.8
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/IntegerGuardSugar.java

Index: IntegerGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/IntegerGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- IntegerGuardSugar.java	2001/07/14 12:57:24	1.6
+++ IntegerGuardSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/InterfaceGuardSugar.java

Index: InterfaceGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/InterfaceGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- InterfaceGuardSugar.java	2001/07/14 12:57:24	1.6
+++ InterfaceGuardSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/LongGuardSugar.java

Index: LongGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/LongGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LongGuardSugar.java	2001/07/14 12:57:24	1.6
+++ LongGuardSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/ProcessSugar.java

Index: ProcessSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/ProcessSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ProcessSugar.java	2001/08/26 01:21:31	1.6
+++ ProcessSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/ShortGuardSugar.java

Index: ShortGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/ShortGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ShortGuardSugar.java	2001/07/14 12:57:24	1.6
+++ ShortGuardSugar.java	2001/08/29 00:20:18	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/StringGuardSugar.java

Index: StringGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/StringGuardSugar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- StringGuardSugar.java	2001/07/14 12:57:24	1.5
+++ StringGuardSugar.java	2001/08/29 00:20:18	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/meta/java/lang/VoidGuardSugar.java

Index: VoidGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/java/lang/VoidGuardSugar.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VoidGuardSugar.java	2001/07/14 12:57:24	1.4
+++ VoidGuardSugar.java	2001/08/29 00:20:18	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/meta/javax/swing/event/ListSelectionListenerDeflector.java

Index: ListSelectionListenerDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/javax/swing/event/ListSelectionListenerDeflector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ListSelectionListenerDeflector.java	2000/11/14 11:15:34	1.3
+++ ListSelectionListenerDeflector.java	2001/08/29 00:20:19	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.5       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/base/TypeDescGuardSugar.java

Index: TypeDescGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/base/TypeDescGuardSugar.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TypeDescGuardSugar.java	2001/07/14 12:57:25	1.4
+++ TypeDescGuardSugar.java	2001/08/29 00:20:19	1.5
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.2       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/ref/RefGuardSugar.java

Index: RefGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/ref/RefGuardSugar.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RefGuardSugar.java	2001/07/26 15:28:08	1.1
+++ RefGuardSugar.java	2001/08/29 00:20:19	1.2
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotDeflector.java

Index: SlotDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotDeflector.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SlotDeflector.java	2001/02/20 05:33:46	1.3
+++ SlotDeflector.java	2001/08/29 00:20:19	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotGuardDeflector.java

Index: SlotGuardDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotGuardDeflector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SlotGuardDeflector.java	2000/11/14 11:15:34	1.2
+++ SlotGuardDeflector.java	2001/08/29 00:20:19	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotGuardGuardSugar.java

Index: SlotGuardGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/SlotGuardGuardSugar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SlotGuardGuardSugar.java	2001/07/14 12:57:25	1.5
+++ SlotGuardGuardSugar.java	2001/08/29 00:20:19	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.3       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/ValueGuardDeflector.java

Index: ValueGuardDeflector.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/ValueGuardDeflector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ValueGuardDeflector.java	2000/11/14 11:15:34	1.2
+++ ValueGuardDeflector.java	2001/08/29 00:20:19	1.3
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.6       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/ValueGuardGuardSugar.java

Index: ValueGuardGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/slot/ValueGuardGuardSugar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ValueGuardGuardSugar.java	2001/07/14 12:57:25	1.5
+++ ValueGuardGuardSugar.java	2001/08/29 00:20:19	1.6
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.7       +1 -1      e/src/jsrc/org/erights/e/meta/org/erights/e/elib/tables/EListGuardSugar.java

Index: EListGuardSugar.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/meta/org/erights/e/elib/tables/EListGuardSugar.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EListGuardSugar.java	2001/07/26 15:28:08	1.6
+++ EListGuardSugar.java	2001/08/29 00:20:19	1.7
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See



1.4       +1 -1      e/src/jsrc/org/erights/e/ui/jed/EAction.java

Index: EAction.java
===================================================================
RCS file: /cvs/e/src/jsrc/org/erights/e/ui/jed/EAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EAction.java	2001/07/26 15:28:08	1.3
+++ EAction.java	2001/08/29 00:20:19	1.4
@@ -5,7 +5,7 @@
 Distributed E Language Implementation License Version 1.0 (the
 "License"); you may not use this file except in compliance with the
 License. You may obtain a copy of the License at
-http://www.erights.org/mmlicense.html
+http://www.erights.org/download/mmlicense.html
 
 Software distributed under the License is distributed on an "AS IS"
 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See