You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Thomas Wolf (Jira)" <ji...@apache.org> on 2021/11/13 21:24:00 UTC

[jira] [Created] (SSHD-1225) NOTICE: wrong copyright year range

Thomas Wolf created SSHD-1225:
---------------------------------

             Summary: NOTICE: wrong copyright year range
                 Key: SSHD-1225
                 URL: https://issues.apache.org/jira/browse/SSHD-1225
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 2.7.0
            Reporter: Thomas Wolf


The NOTICE files included in the JAR artifacts published to maven central say for instance for 2.7.0:
{code:java}
Apache MINA SSHD
Copyright 2008-2020 The Apache Software Foundation
{code}
This is wrong. 2.7.0 was released in 2021, so it must say 2008-2021.

It's not clear to me where this comes from, but I find [this property setting|https://github.com/apache/mina-sshd/blob/8e6e907e3/pom.xml#L86] in our root pom suspicious.

For the sshd-osgi artifact we get a range of 2018-2020, which I find strange given that this is just a shading of sshd-common and sshd-core. Lower end of the range should also be 2008.

These NOTICE files appear to be generated by the Apache root pom; there's a template in org.apache:apache-jar-resource-bundle:1.4 which uses a ${projectTimespan} variable, but I don't see where _that_ is set.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org