RFR: JDK-8223319: Add copyright footer to specs and man pages

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Fri May 3 21:50:51 UTC 2019



On 5/3/19 2:00 PM, Erik Joelsson wrote:
> I posted the diff for jdwp-protocol.html below too (but I forgot the 
> dot in the filename). That file currently does not have any copyright 
> visible in html, but the new footer looks the same (except for having 
> a different relative path in the link to copyright.html).

Oh, thanks!
I overlooked the second file name.
So, I'm Okay with the fix.

Thanks,
Serguei

>
> /Erik
>
> On 2019-05-03 13:35, serguei.spitsyn at oracle.com wrote:
>> Thank you, Erik.
>> Is it the same with the jdwp-protocol.html?
>> If so then I'm Okay with the fix.
>>
>> Thanks,
>> Serguei
>>
>>
>> On 5/3/19 11:50 AM, Erik Joelsson wrote:
>>> The new footer looks exactly like on the api docs today.
>>>
>>> jvmti.html:
>>>
>>> 36481,36484c36481
>>> <         <p>
>>> <     Copyright (c) 2002, 2018, Oracle and/or its affiliates. All 
>>> rights reserved.
>>> <   </p>
>>> <     </body>
>>> ---
>>> >     <hr/><a href="../legal/copyright.html">Copyright</a> © 
>>> 1993, 2019, Oracle and/or its affiliates, 500 Oracle Parkway, 
>>> Redwood Shores, CA 94065 USA.<br>All rights reserved. Use is subject 
>>> to <a 
>>> href="https://www.oracle.com/technetwork/java/javase/terms/license/java13speclicense.html">license 
>>> terms</a> and the <a 
>>> href="https://www.oracle.com/technetwork/java/redist-137594.html">documentation 
>>> redistribution policy</a>. <br><strong>DRAFT 
>>> 13-internal+0-2019-04-29-1349399.erik.null</strong> <!-- Version 
>>> 13-internal+0-2019-04-29-1349399.erik.null --></body>
>>>
>>> jdwp-protocolhtml:
>>>
>>> 4071c4071
>>> < </body></html>
>>> ---
>>> > <hr/><a href="../../legal/copyright.html">Copyright</a> © 
>>> 1993, 2019, Oracle and/or its affiliates, 500 Oracle Parkway, 
>>> Redwood Shores, CA 94065 USA.<br>All rights reserved. Use is subject 
>>> to <a 
>>> href="https://www.oracle.com/technetwork/java/javase/terms/license/java13speclicense.html">license 
>>> terms</a> and the <a 
>>> href="https://www.oracle.com/technetwork/java/redist-137594.html">documentation 
>>> redistribution policy</a>. <br><strong>DRAFT 
>>> 13-internal+0-2019-04-29-1349399.erik.null</strong> <!-- Version 
>>> 13-internal+0-2019-04-29-1349399.erik.null --></body></html>
>>>
>>> /Erik
>>>
>>> On 2019-05-03 10:26, serguei.spitsyn at oracle.com wrote:
>>>> Hi Erik,
>>>>
>>>> Could you, please, show a simple diff for jvmti.html and 
>>>> jdwp-protocol.html?
>>>>
>>>> Thanks,
>>>> Serguei
>>>>
>>>>
>>>> On 5/3/19 09:37, Erik Joelsson wrote:
>>>>> The (optional) specs and man pages should have the same copyright 
>>>>> footer as the generated API docs. This patch adds the logic to add 
>>>>> such footers. It also removes the existing footer in jvmti.html.
>>>>>
>>>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8223319
>>>>>
>>>>> Webrev: 
>>>>> http://cr.openjdk.java.net/~erikj/8223319/webrev.01/index.html
>>>>>
>>>>> /Erik
>>>>>
>>>>
>>




More information about the build-dev mailing list