Update of /cvsroot/jython/jython/Tools/jythonc/jast
In directory usw-pr-cvs1:/tmp/cvs-serv10866/jast
Modified Files:
Modifier.py Output.py Statement.py __init__.py
Log Message:
Remove latin-1 copyright sign. Replaced with (c).
Index: Modifier.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Modifier.py,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -d -r2.1 -r2.2
*** Modifier.py 2000/10/13 19:08:54 2.1
--- Modifier.py 2001/11/26 15:21:09 2.2
***************
*** 1,3 ****
! # Copyright © Corporation for National Research Initiatives
names = {
1024: 'abstract',
--- 1,3 ----
! # Copyright (c) Corporation for National Research Initiatives
names = {
1024: 'abstract',
Index: Output.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Output.py,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -d -r2.1 -r2.2
*** Output.py 2000/10/13 19:09:20 2.1
--- Output.py 2001/11/26 15:21:09 2.2
***************
*** 1,3 ****
! # Copyright © Corporation for National Research Initiatives
import os
from Modifier import ModifierString
--- 1,3 ----
! # Copyright (c) Corporation for National Research Initiatives
import os
from Modifier import ModifierString
Index: Statement.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Statement.py,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -d -r2.5 -r2.6
*** Statement.py 2001/07/29 14:59:13 2.5
--- Statement.py 2001/11/26 15:21:09 2.6
***************
*** 1,3 ****
! # Copyright © Corporation for National Research Initiatives
from Output import SourceFile
--- 1,3 ----
! # Copyright (c) Corporation for National Research Initiatives
from Output import SourceFile
Index: __init__.py
===================================================================
RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/__init__.py,v
retrieving revision 2.0
retrieving revision 2.1
diff -C2 -d -r2.0 -r2.1
*** __init__.py 1999/05/19 20:25:40 2.0
--- __init__.py 2001/11/26 15:21:09 2.1
***************
*** 1,2 ****
! # Copyright © Corporation for National Research Initiatives
from Statement import *
--- 1,2 ----
! # Copyright (c) Corporation for National Research Initiatives
from Statement import *
|