You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Hasan Hasan (Jira)" <ji...@apache.org> on 2022/05/12 06:54:00 UTC

[jira] [Closed] (CLEREZZA-616) Fix incorrect NOTICE files

     [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan Hasan closed CLEREZZA-616.
--------------------------------
    Resolution: Fixed

> Fix incorrect NOTICE files
> --------------------------
>
>                 Key: CLEREZZA-616
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-616
>             Project: Clerezza
>          Issue Type: Task
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> According to http://www.apache.org/legal/src-headers.html all NOTICE.txt files should start with
> Apache Clerezza
> Copyright [yyyy] The Apache Software Foundation
> This product includes software developed at
> The Apache Software Foundation (http://www.apache.org/).
> Which is not the case for a number of them in Clerezza: a number of NOTICE.txt files are empty, and others contains text like "Portions are" which doesn't say what they are, or "Portions are! Inc. All rights reserved."
> Assuming the top-level NOTICE.txt is ok, this command finds the ones which are different:
>  md5 $(find . -name NOTICE.txt) | grep -v $(md5 -q NOTICE.txt)
> And the empty ones:
>  find . -name NOTICE.txt -size 0



--
This message was sent by Atlassian Jira
(v8.20.7#820007)