Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Finn Bock <bckfnn@us...> - 2001-10-28 17:13:47
|
Update of /cvsroot/jython/jython/org/python/rmi In directory usw-pr-cvs1:/tmp/cvs-serv23109/rmi Modified Files: UnicastRemoteObject.java Log Message: Fix for "[ #457614 ] pls change ©right; to (c) in sources". Index: UnicastRemoteObject.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/rmi/UnicastRemoteObject.java,v retrieving revision 2.2 retrieving revision 2.3 diff -C2 -d -r2.2 -r2.3 *** UnicastRemoteObject.java 1999/06/01 17:49:12 2.2 --- UnicastRemoteObject.java 2001/10/28 17:13:44 2.3 *************** *** 1,3 **** ! // Copyright © Corporation for National Research Initiatives package org.python.rmi; import java.rmi.*; --- 1,3 ---- ! // Copyright (c) Corporation for National Research Initiatives package org.python.rmi; import java.rmi.*; |