RFR: 7338: Add parser support for frame types generated by async-profiler

Marcus Hirt hirt at openjdk.java.net
Fri Jul 9 15:14:58 UTC 2021


On Fri, 9 Jul 2021 13:54:35 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:

>> core/org.openjdk.jmc.common/src/main/java/org/openjdk/jmc/common/IMCFrame.java line 3:
>> 
>>> 1: /*
>>> 2:  * Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
>>> 3:  * Copyright (c) 2021, Datadog, Inc. All rights reserved.
>> 
>> I think the Datadog copyright can only added for entire new file.
>
> I am not sure. From what I understand from the licenses even the changes should be covered by copyright.
> But IANAL - I am fine either way. 
> 
> @thegreystone - what is the 'right' way here?

The right way is to only update the year for pre-existing files with only the Oracle copyright. For new files, the copyright of the company contributing the code can be added _after_ the Oracle copyright.

-------------

PR: https://git.openjdk.java.net/jmc/pull/274


More information about the jmc-dev mailing list