Is the licence file correct? #18646
-
In line 189, I see there is no year nor name of the copyright owner. Line 189 in 44807ea Is that correct? Kind regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Looks like it was just copied from the template but we never added the real info there. |
Beta Was this translation helpful? Give feedback.
-
The current approach by Podman is more correct, in a sense, since it matches what was standard practice in Apache License 2.0-using projects up until several years ago and I am pretty sure it follows how the license appendix was originally intended to be used. The Apache-2.0 appendix is probably modeled on the "How to Apply" appendix in the much older GPLv2, which itself contains what was meant to be a joke copyright notice. In the case of the Apache License 2.0, the idea that you're supposed to instantiate the template in the appendix originated in some project or group of projects at that time, as (I would argue) an erroneous understanding of how the license was supposed to be used, and somehow caught on among a number of other projects, such that it's difficult to argue that the newer approach is incorrect. Personally, being a bit of a traditionalist, I'd prefer it if the suggestion made by @MeGA-ct was not adopted, but it's hard to argue that it matters much one way or the other. |
Beta Was this translation helpful? Give feedback.
The current approach by Podman is more correct, in a sense, since it matches what was standard practice in Apache License 2.0-using projects up until several years ago and I am pretty sure it follows how the license appendix was originally intended to be used. The Apache-2.0 appendix is probably modeled on the "How to Apply" appendix in the much older GPLv2, which itself contains what was meant to be a joke copyright notice.
In the case of the Apache License 2.0, the idea that you're supposed to instantiate the template in the appendix originated in some project or group of projects at that time, as (I would argue) an erroneous understanding of how the license was supposed to be used, and…