I'm committing the attached patch which fixes a few remaining cases of the
wrong address within the GPL license.

2005-09-21  Andrew John Hughes  <[EMAIL PROTECTED]>

        * gnu/classpath/ByteArray.java,
        * gnu/javax/crypto/DiffieHellmanImpl.java,
        * gnu/javax/crypto/GnuDHPrivateKey.java,
        * gnu/javax/crypto/RSACipherImpl.java:
        Fix address within GPL license.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

"Value your freedom, or you will lose it, teaches history. 
`Don't bother us with politics' respond those who don't want to learn." 
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: gnu/classpath/ByteArray.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/classpath/ByteArray.java,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 ByteArray.java
--- gnu/classpath/ByteArray.java        13 Sep 2005 22:09:43 -0000      1.1
+++ gnu/classpath/ByteArray.java        21 Sep 2005 20:45:57 -0000
@@ -17,8 +17,8 @@ You should have received a copy of the G
 with GNU Classpath; if not, write to the
 
    Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
+   51 Franklin Street, Fifth Floor,
+   Boston, MA  02110-1301
    USA
 
 Linking this library statically or dynamically with other modules is
Index: gnu/javax/crypto/DiffieHellmanImpl.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/javax/crypto/DiffieHellmanImpl.java,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 DiffieHellmanImpl.java
--- gnu/javax/crypto/DiffieHellmanImpl.java     13 Sep 2005 22:09:43 -0000      
1.1
+++ gnu/javax/crypto/DiffieHellmanImpl.java     21 Sep 2005 20:45:57 -0000
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
Index: gnu/javax/crypto/GnuDHPrivateKey.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/javax/crypto/GnuDHPrivateKey.java,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 GnuDHPrivateKey.java
--- gnu/javax/crypto/GnuDHPrivateKey.java       13 Sep 2005 22:09:43 -0000      
1.1
+++ gnu/javax/crypto/GnuDHPrivateKey.java       21 Sep 2005 20:45:57 -0000
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
Index: gnu/javax/crypto/RSACipherImpl.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/javax/crypto/RSACipherImpl.java,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 RSACipherImpl.java
--- gnu/javax/crypto/RSACipherImpl.java 13 Sep 2005 22:09:43 -0000      1.1
+++ gnu/javax/crypto/RSACipherImpl.java 21 Sep 2005 20:45:57 -0000
@@ -15,8 +15,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Classpath; see the file COPYING.  If not, write to the
-Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to