Re: [15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2020-01-02 Thread Sergey Bylokhov

I guess it is too late to fix it, will need to update the files at the end of 
2020.

On 1/2/20 10:57 am, Erik Joelsson wrote:

Build files look good.

/Erik

On 2019-12-24 19:22, Sergey Bylokhov wrote:

Hello.

Here is an updated version:
  Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
  Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.03/open.patch
  Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.03/

 - "jdk.internal.vm.compiler" is removed from the patch.
 - "Aes128CtsHmacSha2EType.java" is updated to "Copyright (c) 2018"

On 12/22/19 11:24 pm, Sergey Bylokhov wrote:

Hello.
Please review the fix for JDK 15.

Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch
Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02

I have updated the source code copyrights by the "update_copyright_year.sh"
script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
because of: "JDK-8187443: Forest Consolidation: Move files to unified layout"
which touched all files.








--
Best regards, Sergey.


Re: [15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2020-01-01 Thread Erik Joelsson

Build files look good.

/Erik

On 2019-12-24 19:22, Sergey Bylokhov wrote:

Hello.

Here is an updated version:
  Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
  Patch (2 Mb): 
http://cr.openjdk.java.net/~serb/8235975/webrev.03/open.patch

  Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.03/

 - "jdk.internal.vm.compiler" is removed from the patch.
 - "Aes128CtsHmacSha2EType.java" is updated to "Copyright (c) 2018"

On 12/22/19 11:24 pm, Sergey Bylokhov wrote:

Hello.
Please review the fix for JDK 15.

Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
Patch (2 Mb): 
http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch

Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02

I have updated the source code copyrights by the 
"update_copyright_year.sh"

script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
because of: "JDK-8187443: Forest Consolidation: Move files to unified 
layout"

which touched all files.







Re: [15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2019-12-24 Thread Sergey Bylokhov

Hello.

Here is an updated version:
  Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
  Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.03/open.patch
  Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.03/

 - "jdk.internal.vm.compiler" is removed from the patch.
 - "Aes128CtsHmacSha2EType.java" is updated to "Copyright (c) 2018"

On 12/22/19 11:24 pm, Sergey Bylokhov wrote:

Hello.
Please review the fix for JDK 15.

Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch
Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02

I have updated the source code copyrights by the "update_copyright_year.sh"
script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
because of: "JDK-8187443: Forest Consolidation: Move files to unified layout"
which touched all files.





--
Best regards, Sergey.


Re: [15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2019-12-22 Thread Weijun Wang
I noticed a problem of myself but do not know if update_copyright_year.sh can 
deal with it more correctly.

For example, 

--- 
old/src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/Aes128CtsHmacSha2EType.java
  2019-12-22 19:00:54.0 +0300
+++ 
new/src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/Aes128CtsHmacSha2EType.java
  2019-12-22 19:00:53.0 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it

Here, I prepared the change in 2017 and pushed it on 2018-01-22 and forgot to 
update the year and the file hasn't been updated since it's first version. So 
precisely "Copyright (c) 2018" should be the most correct.

Thanks,
Max

> On Dec 23, 2019, at 4:24 AM, Sergey Bylokhov  
> wrote:
> 
> Hello.
> Please review the fix for JDK 15.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
> Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch
> Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02
> 
> I have updated the source code copyrights by the "update_copyright_year.sh"
> script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
> because of: "JDK-8187443: Forest Consolidation: Move files to unified layout"
> which touched all files.
> 
> 
> -- 
> Best regards, Sergey.



Re: [15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2019-12-22 Thread David Holmes

Hi Sergey,

I've looked at the hotspot files. Changes seem okay, though for the 
files with dual-copyrights it isn't clear whether the Oracle copyright 
or other copyright should be updated for any given change. But it seems 
to me that if anyone wants their specific copyright updated then it is 
up to them to make that change at the time.


Thanks for doing this tedious work.

David

On 23/12/2019 6:24 am, Sergey Bylokhov wrote:

Hello.
Please review the fix for JDK 15.

Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch
Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02

I have updated the source code copyrights by the "update_copyright_year.sh"
script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
because of: "JDK-8187443: Forest Consolidation: Move files to unified 
layout"

which touched all files.




[15] Review Request: 8235975 Update copyright year to match last edit in jdk repository for 2014/15/16/17/18

2019-12-22 Thread Sergey Bylokhov

Hello.
Please review the fix for JDK 15.

Bug: https://bugs.openjdk.java.net/browse/JDK-8235975
Patch (2 Mb): http://cr.openjdk.java.net/~serb/8235975/webrev.02/open.patch
Fix: http://cr.openjdk.java.net/~serb/8235975/webrev.02

I have updated the source code copyrights by the "update_copyright_year.sh"
script for 2014/15/16/18/19 years, unfortunately, cannot run it for 2017
because of: "JDK-8187443: Forest Consolidation: Move files to unified layout"
which touched all files.


--
Best regards, Sergey.