RFR(XXS): 8154469: Update FSF address

Tomas Hurka tomas.hurka at googlemail.com
Sat May 28 09:03:39 UTC 2016


Hi Dalibor,

> On 27 May 2016, at 15:53, dalibor topic <dalibor.topic at oracle.com> wrote:
> 
> I need a reviewer for a small change fixing https://bugs.openjdk.java.net/browse/JDK-8154469
> 
> The patch below applies to the LICENSE file in
> . corba hotspot jdk jaxp jaxws langtools nashorn
> repositories and it updates the old FSF address in that file to the current one.
> 
> cheers,
> dalibor topic
> 
> diff -r cae471d3b877 -r 70a3df668a65 LICENSE
> --- a/LICENSE	Thu May 26 17:17:51 2016 +0000
> +++ b/LICENSE	Tue May 17 15:29:31 2016 +0200
> @@ -3,7 +3,7 @@
>  Version 2, June 1991
> 
>  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
> -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
> +51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
> 
>  Everyone is permitted to copy and distribute verbatim copies of this license
>  document, but changing it is not allowed.

FSF address is used twice in the LICENSE file, so the correct diff should look like this:
diff -r b1295842f2dd LICENSE
--- a/LICENSE	Mon May 16 12:33:22 2016 +0200
+++ b/LICENSE	Sat May 28 11:02:27 2016 +0200
@@ -3,7 +3,7 @@
 Version 2, June 1991
 
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 Everyone is permitted to copy and distribute verbatim copies of this license
 document, but changing it is not allowed.
@@ -287,8 +287,8 @@
     more details.
 
     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., 59
-    Temple Place, Suite 330, Boston, MA 02111-1307 USA
+    with this program; if not, write to the Free Software Foundation, Inc., 51
+    Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 Also add information on how to contact you by electronic and paper mail.
 


Bye,
--
Tomas Hurka   <mailto:tomas.hurka at oracle.com>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.java.net
Software Developer
Oracle, Praha Czech Republic



More information about the jdk9-dev mailing list