diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile.am | 2 | ||||
-rw-r--r-- | java/examples/Makefile.am | 2 | ||||
-rwxr-xr-x | java/run-bindtests | 2 | ||||
-rwxr-xr-x | java/run-java-tests | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/java/Makefile.am b/java/Makefile.am index 6f2af115..7686047d 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk diff --git a/java/examples/Makefile.am b/java/examples/Makefile.am index 60fd9582..80c2cb3a 100644 --- a/java/examples/Makefile.am +++ b/java/examples/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. EXTRA_DIST = \ LICENSE \ diff --git a/java/run-bindtests b/java/run-bindtests index 7e6eb7f4..4fc147a7 100755 --- a/java/run-bindtests +++ b/java/run-bindtests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e diff --git a/java/run-java-tests b/java/run-java-tests index a9fe957c..33bb6ca5 100755 --- a/java/run-java-tests +++ b/java/run-java-tests @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e |