RFR: S, 13 JDK-8226628 The copyright footer should be enclosed in <footer>

Lance Andersen lance.andersen at oracle.com
Sat Jun 22 00:38:29 UTC 2019


+1
> On Jun 21, 2019, at 8:22 PM, Jonathan Gibbons <jonathan.gibbons at oracle.com> wrote:
> 
> Please review a small change to make/Docs.gmk so that the copyright footer added to specs pages is enclosed in <footer>...</footer>.
> 
> JBS: https://bugs.openjdk.java.net/browse/JDK-8226628
> 
> -- Jon
> 
> 
> $ hg diff -R open
> diff -r 179204eb9444 make/Docs.gmk
> --- a/make/Docs.gmk     Fri Jun 21 12:09:07 2019 -0700
> +++ b/make/Docs.gmk     Fri Jun 21 17:14:56 2019 -0700
> @@ -532,7 +532,7 @@
>  # file. The number 0-2 below represent how many extra directory levels down
>  # below the specs dir the specs html file is located. Each file name is
>  # stored in a variable SPECS_BOTTOM_FILE_$n where $n is 0, 1 or 2.
> -SPECS_BOTTOM = <hr/>$(COPYRIGHT_BOTTOM)
> +SPECS_BOTTOM = <footer><hr/>$(COPYRIGHT_BOTTOM)</footer>
>  # The legal dir is one ../ below the specs dir, so start with one ../.
>  specs_bottom_rel_path := ../
>  $(foreach n, 0 1 2, \
> 

 <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
 <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com <mailto:Lance.Andersen at oracle.com>






More information about the build-dev mailing list