Github user paulk-asert commented on the pull request:
https://github.com/apache/groovy/commit/d30f059bf6dff6d7badb328d8595cee41d56ce25#commitcomment-19840273
In
src/main/org/apache/groovy/util/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java:
In
src/main/org/apache/groovy/util/concurrentlinkedhashmap/ConcurrentLinkedHashMap.java
on line 2:
As a general comment, whenever a third party source file is included, you
need to make sure that any necessary changes are made to the files under the
licenses and notices directories. In this case, license is APLv2, so nothing
required in the licenses directory. Since you have kept the copyright intact,
nothing is required in the notices file either in this instance. If you make
any non-trivial changes to the included files, then you should change the
wording to something like:
```
This file is based on original software where the following copyright
notice applies:
Copyright 20XX blah blah
For subsequent modification the following copyright notice applies
Copyright 2003-2016 The Apache Software Foundation
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---