diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-06-30 03:22:09 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-06-30 03:22:09 +0000 |
commit | 917b04f4923bdb692362b09ce5c4730d073c4c00 (patch) | |
tree | b13c0efbd21bc7cd7cdb9d01164f48e939bbe411 /libjava/javax/sql | |
parent | 674391b8f1380a53613fd3254d61a759072bdad0 (diff) | |
download | gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.zip gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.tar.gz gcc-917b04f4923bdb692362b09ce5c4730d073c4c00.tar.bz2 |
Update FSF address
From-SVN: r101453
Diffstat (limited to 'libjava/javax/sql')
-rw-r--r-- | libjava/javax/sql/ConnectionEvent.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/ConnectionEventListener.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/ConnectionPoolDataSource.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/DataSource.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/PooledConnection.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSet.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetEvent.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetInternal.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetListener.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetMetaData.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetReader.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/RowSetWriter.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/XAConnection.java | 4 | ||||
-rw-r--r-- | libjava/javax/sql/XADataSource.java | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/libjava/javax/sql/ConnectionEvent.java b/libjava/javax/sql/ConnectionEvent.java index b973dca..0d20b1a 100644 --- a/libjava/javax/sql/ConnectionEvent.java +++ b/libjava/javax/sql/ConnectionEvent.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/sql/ConnectionEventListener.java b/libjava/javax/sql/ConnectionEventListener.java index b715318..0801189 100644 --- a/libjava/javax/sql/ConnectionEventListener.java +++ b/libjava/javax/sql/ConnectionEventListener.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/sql/ConnectionPoolDataSource.java b/libjava/javax/sql/ConnectionPoolDataSource.java index 7e70ce7..99661d7 100644 --- a/libjava/javax/sql/ConnectionPoolDataSource.java +++ b/libjava/javax/sql/ConnectionPoolDataSource.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/sql/DataSource.java b/libjava/javax/sql/DataSource.java index 3b6830f..de1bc82 100644 --- a/libjava/javax/sql/DataSource.java +++ b/libjava/javax/sql/DataSource.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/sql/PooledConnection.java b/libjava/javax/sql/PooledConnection.java index a128119..1fb23df 100644 --- a/libjava/javax/sql/PooledConnection.java +++ b/libjava/javax/sql/PooledConnection.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/sql/RowSet.java b/libjava/javax/sql/RowSet.java index 085288d..46b776b 100644 --- a/libjava/javax/sql/RowSet.java +++ b/libjava/javax/sql/RowSet.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/sql/RowSetEvent.java b/libjava/javax/sql/RowSetEvent.java index 357e999..26de4e9 100644 --- a/libjava/javax/sql/RowSetEvent.java +++ b/libjava/javax/sql/RowSetEvent.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/sql/RowSetInternal.java b/libjava/javax/sql/RowSetInternal.java index 8feaa27..1fdacb9 100644 --- a/libjava/javax/sql/RowSetInternal.java +++ b/libjava/javax/sql/RowSetInternal.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/sql/RowSetListener.java b/libjava/javax/sql/RowSetListener.java index 6a6e619..8672674 100644 --- a/libjava/javax/sql/RowSetListener.java +++ b/libjava/javax/sql/RowSetListener.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/sql/RowSetMetaData.java b/libjava/javax/sql/RowSetMetaData.java index 7f77492..8279fee 100644 --- a/libjava/javax/sql/RowSetMetaData.java +++ b/libjava/javax/sql/RowSetMetaData.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/sql/RowSetReader.java b/libjava/javax/sql/RowSetReader.java index a5e0f81..fb33315 100644 --- a/libjava/javax/sql/RowSetReader.java +++ b/libjava/javax/sql/RowSetReader.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/sql/RowSetWriter.java b/libjava/javax/sql/RowSetWriter.java index fe4c1e6..20c1034 100644 --- a/libjava/javax/sql/RowSetWriter.java +++ b/libjava/javax/sql/RowSetWriter.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/sql/XAConnection.java b/libjava/javax/sql/XAConnection.java index f1caa78..2fadffc 100644 --- a/libjava/javax/sql/XAConnection.java +++ b/libjava/javax/sql/XAConnection.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/sql/XADataSource.java b/libjava/javax/sql/XADataSource.java index ef55a32..724e2f0 100644 --- a/libjava/javax/sql/XADataSource.java +++ b/libjava/javax/sql/XADataSource.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 |