diff options
author | Mark Wielaard <mark@klomp.org> | 2005-07-02 20:32:07 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-07-02 20:32:07 +0000 |
commit | d300c5f7e90eeb0ffc7f7bc4299d461b38383d93 (patch) | |
tree | 8ad049549d437b770077671c0a73bcec5313bd17 /javax/transaction/xa | |
parent | 5e09e4750778d7e99616395c1bc1a99596d5293e (diff) | |
download | classpath-d300c5f7e90eeb0ffc7f7bc4299d461b38383d93.tar.gz |
* all files: Update for new FSF address.
Diffstat (limited to 'javax/transaction/xa')
-rw-r--r-- | javax/transaction/xa/XAException.java | 4 | ||||
-rw-r--r-- | javax/transaction/xa/XAResource.java | 4 | ||||
-rw-r--r-- | javax/transaction/xa/Xid.java | 4 | ||||
-rw-r--r-- | javax/transaction/xa/package.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/javax/transaction/xa/XAException.java b/javax/transaction/xa/XAException.java index 96e614e84..ceb76f090 100644 --- a/javax/transaction/xa/XAException.java +++ b/javax/transaction/xa/XAException.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/javax/transaction/xa/XAResource.java b/javax/transaction/xa/XAResource.java index 194b02f86..394063441 100644 --- a/javax/transaction/xa/XAResource.java +++ b/javax/transaction/xa/XAResource.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/javax/transaction/xa/Xid.java b/javax/transaction/xa/Xid.java index e34256dc8..51e3102b6 100644 --- a/javax/transaction/xa/Xid.java +++ b/javax/transaction/xa/Xid.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/javax/transaction/xa/package.html b/javax/transaction/xa/package.html index 0a2db3690..7e1ecb707 100644 --- a/javax/transaction/xa/package.html +++ b/javax/transaction/xa/package.html @@ -16,8 +16,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 |