You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Jörg Hoh (JIRA)" <ji...@apache.org> on 2015/03/05 21:27:38 UTC

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

Jörg Hoh created SLING-4476:
-------------------------------

             Summary: 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)