diff options
| author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-30 03:22:09 +0000 |
|---|---|---|
| committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-30 03:22:09 +0000 |
| commit | 8999fe288f269fcf607821f796186b24045bacd8 (patch) | |
| tree | b13c0efbd21bc7cd7cdb9d01164f48e939bbe411 /libjava/javax/crypto/spec | |
| parent | d65e34782cd2d87f4d386f040a3407640aa048c7 (diff) | |
| download | ppe42-gcc-8999fe288f269fcf607821f796186b24045bacd8.tar.gz ppe42-gcc-8999fe288f269fcf607821f796186b24045bacd8.zip | |
Update FSF address
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101453 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax/crypto/spec')
| -rw-r--r-- | libjava/javax/crypto/spec/DESKeySpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/DESedeKeySpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/DHGenParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/DHParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/DHPrivateKeySpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/DHPublicKeySpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/IvParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/PBEKeySpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/PBEParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/RC2ParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/RC5ParameterSpec.java | 4 | ||||
| -rw-r--r-- | libjava/javax/crypto/spec/SecretKeySpec.java | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/libjava/javax/crypto/spec/DESKeySpec.java b/libjava/javax/crypto/spec/DESKeySpec.java index 7423c969b63..9075a77d248 100644 --- a/libjava/javax/crypto/spec/DESKeySpec.java +++ b/libjava/javax/crypto/spec/DESKeySpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/DESedeKeySpec.java b/libjava/javax/crypto/spec/DESedeKeySpec.java index d455163bcee..1f6a25026bb 100644 --- a/libjava/javax/crypto/spec/DESedeKeySpec.java +++ b/libjava/javax/crypto/spec/DESedeKeySpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/DHGenParameterSpec.java b/libjava/javax/crypto/spec/DHGenParameterSpec.java index 67392a50f1b..0fc8ed58e22 100644 --- a/libjava/javax/crypto/spec/DHGenParameterSpec.java +++ b/libjava/javax/crypto/spec/DHGenParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/DHParameterSpec.java b/libjava/javax/crypto/spec/DHParameterSpec.java index e66f632e882..4db82870f1c 100644 --- a/libjava/javax/crypto/spec/DHParameterSpec.java +++ b/libjava/javax/crypto/spec/DHParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/DHPrivateKeySpec.java b/libjava/javax/crypto/spec/DHPrivateKeySpec.java index 8a4a790a16c..348a1926409 100644 --- a/libjava/javax/crypto/spec/DHPrivateKeySpec.java +++ b/libjava/javax/crypto/spec/DHPrivateKeySpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/DHPublicKeySpec.java b/libjava/javax/crypto/spec/DHPublicKeySpec.java index 723dfefa404..e8187278548 100644 --- a/libjava/javax/crypto/spec/DHPublicKeySpec.java +++ b/libjava/javax/crypto/spec/DHPublicKeySpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/IvParameterSpec.java b/libjava/javax/crypto/spec/IvParameterSpec.java index 1c09c76659f..3af38f58ee8 100644 --- a/libjava/javax/crypto/spec/IvParameterSpec.java +++ b/libjava/javax/crypto/spec/IvParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/PBEKeySpec.java b/libjava/javax/crypto/spec/PBEKeySpec.java index 7a8c224cc64..d17dc41eef7 100644 --- a/libjava/javax/crypto/spec/PBEKeySpec.java +++ b/libjava/javax/crypto/spec/PBEKeySpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/PBEParameterSpec.java b/libjava/javax/crypto/spec/PBEParameterSpec.java index f45c866c9d8..322d9556c6a 100644 --- a/libjava/javax/crypto/spec/PBEParameterSpec.java +++ b/libjava/javax/crypto/spec/PBEParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/RC2ParameterSpec.java b/libjava/javax/crypto/spec/RC2ParameterSpec.java index ec9cde71cf1..33155b2b3e8 100644 --- a/libjava/javax/crypto/spec/RC2ParameterSpec.java +++ b/libjava/javax/crypto/spec/RC2ParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/RC5ParameterSpec.java b/libjava/javax/crypto/spec/RC5ParameterSpec.java index e7549dd63fe..8570c86b391 100644 --- a/libjava/javax/crypto/spec/RC5ParameterSpec.java +++ b/libjava/javax/crypto/spec/RC5ParameterSpec.java @@ -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 diff --git a/libjava/javax/crypto/spec/SecretKeySpec.java b/libjava/javax/crypto/spec/SecretKeySpec.java index 63c696840bf..4caf51a4615 100644 --- a/libjava/javax/crypto/spec/SecretKeySpec.java +++ b/libjava/javax/crypto/spec/SecretKeySpec.java @@ -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 |

