You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2015/06/22 13:41:00 UTC

[jira] [Resolved] (SLING-4476) Some java files show Non-Apache copyright headers

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

Robert Munteanu resolved SLING-4476.
------------------------------------
    Resolution: Fixed

The rat profile is enabled by default and all the code headers are fixed. IMO the svg files note are not relevant. Those are archives of stuff we never shipped anyway - just used to produce the logos on our site.

> Some java files show Non-Apache copyright headers
> -------------------------------------------------
>
>                 Key: SLING-4476
>                 URL: https://issues.apache.org/jira/browse/SLING-4476
>             Project: Sling
>          Issue Type: Bug
>          Components: General
>            Reporter: Jörg Hoh
>
> A number of files show Adobe Copyright header.
> {code}
> jhoh-osx:sling jhoh$ find . -type f  -exec grep "Adobe" /dev/null {} \; | grep Copyright | grep -v ".svn-base"
> ./contrib/extensions/datasource/pom.xml: *  Copyright 2012 Adobe Systems Incorporated
> ./contrib/extensions/ftpserver/src/main/java/org/apache/sling/ftpserver/impl/SlingConfiguration.java: *  Copyright 2013 Adobe Systems Incorporated
> ./launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/servlets/DomServlet.java: *  Copyright 2013 Adobe Systems Incorporated
> ./site/archives-before-2011/src/logo/usling-bw.svg:<!-- Copyright 1989, 1995 , 2002Adobe Systems Incorporated. All Rights Reserved.  -->
> ./site/archives-before-2011/src/logo/usling.svg:<!-- Copyright 1989, 1995 , 2002Adobe Systems Incorporated. All Rights Reserved.  -->
> ./testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java: *  Copyright 2012 Adobe Systems Incorporated
> jhoh-osx:sling jhoh$
> {code}
> While for the .svg files it might be ok, the java files and the pom should be checked.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)