|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 09:31:21 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:09:31 Modified: jop/java/pc/src/test/tcpip KKMultiServer.java KKMultiServerThread.java TestTcp.java TestTcp2.java Log: JOP goes GPL Revision Changes Path 1.2 jop/java/pc/src/test/tcpip/KKMultiServer.java http://www.opencores.org/cvsweb.shtml/jop/java/pc/src/test/tcpip/KKMultiServer.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: KKMultiServer.java =================================================================== RCS file: /cvsroot/martin/jop/java/pc/src/test/tcpip/KKMultiServer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- KKMultiServer.java 24 Jan 2007 01:04:01 -0000 1.1 +++ KKMultiServer.java 25 Feb 2008 08:31:21 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Nelson Langkamp + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package test.tcpip; import java.net.*; 1.2 jop/java/pc/src/test/tcpip/KKMultiServerThread.java http://www.opencores.org/cvsweb.shtml/jop/java/pc/src/test/tcpip/KKMultiServerThread.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: KKMultiServerThread.java =================================================================== RCS file: /cvsroot/martin/jop/java/pc/src/test/tcpip/KKMultiServerThread.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- KKMultiServerThread.java 24 Jan 2007 01:04:01 -0000 1.1 +++ KKMultiServerThread.java 25 Feb 2008 08:31:21 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Nelson Langkamp + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package test.tcpip; import java.net.*; 1.2 jop/java/pc/src/test/tcpip/TestTcp.java http://www.opencores.org/cvsweb.shtml/jop/java/pc/src/test/tcpip/TestTcp.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: TestTcp.java =================================================================== RCS file: /cvsroot/martin/jop/java/pc/src/test/tcpip/TestTcp.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2
--- TestTcp.java 24 Jan 2007 01:04:01 -0000 1.1
+++ TestTcp.java 25 Feb 2008 08:31:21 -0000 1.2
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Nelson Langkamp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package test.tcpip;
import java.net.*;
1.3 jop/java/pc/src/test/tcpip/TestTcp2.java
http://www.opencores.org/cvsweb.shtml/jop/java/pc/src/test/tcpip/TestTcp2.java.diff?r1=1.2&r2=1.3
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TestTcp2.java
===================================================================
RCS file: /cvsroot/martin/jop/java/pc/src/test/tcpip/TestTcp2.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- TestTcp2.java 24 Jan 2007 20:09:12 -0000 1.2
+++ TestTcp2.java 25 Feb 2008 08:31:21 -0000 1.3
@@ -1,3 +1,23 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2006, Nelson Langkamp
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package test.tcpip;
import java.net.*;
|
 |