RFR [15/java.xml] 8240982 Incorrect copyright header in BCEL 6.4.1 sources
Lance Andersen
lance.andersen at oracle.com
Fri Mar 13 17:42:04 UTC 2020
+1
> On Mar 13, 2020, at 1:32 PM, Joe Wang <huizhe.wang at oracle.com> wrote:
>
> Please review a quick fix for the missing commas after the 2nd year in the copyright header:
>
> diff --git a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java
> --- a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java
> +++ b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
> */
> /*
> * Licensed to the Apache Software Foundation (ASF) under one or more
> diff --git a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java
> --- a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java
> +++ b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
> */
> /*
> * Licensed to the Apache Software Foundation (ASF) under one or more
> diff --git a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java
> --- a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java
> +++ b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
> */
> /*
> * Licensed to the Apache Software Foundation (ASF) under one or more
>
>
>
> Thanks,
> Joe
>
<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 core-libs-dev
mailing list