You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2011/07/25 13:59:09 UTC

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

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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Commented] (CLEREZZA-616) Fix incorrect NOTICE files

Posted by Tommaso Teofili <to...@gmail.com>.
2011/8/27 Hasan Hasan <ha...@trialox.org>

> Hi Tommaso
>
> The code borrowed from the book
> [1] is src/main/java/org/apache/clerezza/rdf/core/impl/util/Base64.java
> which can be downloaded from [2].
> Anyone has experience with the copyright of such code?
>

not me unfortunately, this is why I was concerned about that notice, anyone
else having any cue?


>
> I don't think this is a problem. But if this IS a problem, we may use [3]
> which is also licensed under ASL v2.0 or higher. I think we first need to
> find out whether there is a problem with the license using the borrowed
> code
>  before attempting to made changes to rdf.core using another implementation
>
>
I agree with you, I just may be raising an unnecessary attention to that.


> By the way, the mulgara code in rdf.core that I use is [4] which is
> licensed
> under ASL v2.0
>

Ok, good ;)
Thanks,
Tommaso


>
> Cheers
> Hasan
>
> [1]
>
> http://www.digitallibrary.kcci.com.pk/bitstream/32417747/138/1/(ebook-pdf)%20-%20O'Reilly%20Java%20Cryptography.pdf
>
> [2]
>
> ftp://ftp.oreilly.com/pub/examples/java/crypto/files/oreilly/jonathan/util/Base64.java
>
> [3] http://www.source-code.biz/base64coder/java/Base64Coder.java.txt
>
> [4]
>
> http://mulgara.org/svn/mulgara/trunk/src/jar/querylang/javacc/org/mulgara/sparql/parser/SparqlParser.jj
>
>
> On Fri, Aug 26, 2011 at 2:37 PM, Tommaso Teofili (JIRA) <jira@apache.org
> >wrote:
>
> >
> >    [
> >
> https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091738#comment-13091738
> ]
> >
> > Tommaso Teofili commented on CLEREZZA-616:
> > ------------------------------------------
> >
> > My rdf.core doubts are related to code contained in a "non-open-source
> > book", can we really release code borrowed from that?
> > Anyway please let me know if you think any NOTICE file needs to be fixed
> > and I'll be happy to do it, as I think this is the latest thing we've to
> fix
> > before the next RC and it'd be good if we could have one by the weekend.
> >
> > > 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 is automatically generated by JIRA.
> > For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> >
> >
> >
>

Re: [jira] [Commented] (CLEREZZA-616) Fix incorrect NOTICE files

Posted by Hasan Hasan <ha...@trialox.org>.
Hi Tommaso

The code borrowed from the book
[1] is src/main/java/org/apache/clerezza/rdf/core/impl/util/Base64.java
which can be downloaded from [2].
Anyone has experience with the copyright of such code?

I don't think this is a problem. But if this IS a problem, we may use [3]
which is also licensed under ASL v2.0 or higher. I think we first need to
find out whether there is a problem with the license using the borrowed code
 before attempting to made changes to rdf.core using another implementation

By the way, the mulgara code in rdf.core that I use is [4] which is licensed
under ASL v2.0

Cheers
Hasan

[1]
http://www.digitallibrary.kcci.com.pk/bitstream/32417747/138/1/(ebook-pdf)%20-%20O'Reilly%20Java%20Cryptography.pdf

[2]
ftp://ftp.oreilly.com/pub/examples/java/crypto/files/oreilly/jonathan/util/Base64.java

[3] http://www.source-code.biz/base64coder/java/Base64Coder.java.txt

[4]
http://mulgara.org/svn/mulgara/trunk/src/jar/querylang/javacc/org/mulgara/sparql/parser/SparqlParser.jj


On Fri, Aug 26, 2011 at 2:37 PM, Tommaso Teofili (JIRA) <ji...@apache.org>wrote:

>
>    [
> https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091738#comment-13091738]
>
> Tommaso Teofili commented on CLEREZZA-616:
> ------------------------------------------
>
> My rdf.core doubts are related to code contained in a "non-open-source
> book", can we really release code borrowed from that?
> Anyway please let me know if you think any NOTICE file needs to be fixed
> and I'll be happy to do it, as I think this is the latest thing we've to fix
> before the next RC and it'd be good if we could have one by the weekend.
>
> > 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 is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096075#comment-13096075 ] 

Reto Bachmann-Gmür commented on CLEREZZA-616:
---------------------------------------------

I think we could use the MultivaluedMapImpl from here: https://svn.apache.org/repos/asf/incubator/wink/trunk/wink-common/src/main/java/org/apache/wink/common/internal/MultivaluedMapImpl.java

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

Posted by "Hasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095986#comment-13095986 ] 

Hasan commented on CLEREZZA-616:
--------------------------------

Pasted my answer in the email here

The code borrowed from the book [1] is src/main/java/org/apache/clerezza/rdf/core/impl/util/Base64.java
which can be downloaded from [2].
Anyone has experience with the copyright of such code?

I don't think this is a problem. But if this IS a problem, we may use [3] which is also licensed under ASL v2.0 or higher. I think we first need to find out whether there is a problem with the license using the borrowed code  before attempting to made changes to rdf.core using another implementation

By the way, the mulgara code in rdf.core that I use is [4] which is licensed under ASL v2.0

Cheers
Hasan

[1] http://www.digitallibrary.kcci.com.pk/bitstream/32417747/138/1/(ebook-pdf)%20-%20O'Reilly%20Java%20Cryptography.pdf

[2] ftp://ftp.oreilly.com/pub/examples/java/crypto/files/oreilly/jonathan/util/Base64.java

[3] http://www.source-code.biz/base64coder/java/Base64Coder.java.txt

[4] http://mulgara.org/svn/mulgara/trunk/src/jar/querylang/javacc/org/mulgara/sparql/parser/SparqlParser.jj

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090193#comment-13090193 ] 

Reto Bachmann-Gmür commented on CLEREZZA-616:
---------------------------------------------

- Platform.launcher.mulgara and platform.launcher.sesame might need some additional reference (to sesame and mulgara) but as we're not going to relase this is certainly not urgent. It is corrected that they contains software from hp labs.
- I thought we would have eliminated all CDDL inclusions, so I'm surprised to see this notices
- why does rdf.core notic sounds scary? ;) I think Hasan could tell more about this one

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

Posted by "Hasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13095993#comment-13095993 ] 

Hasan commented on CLEREZZA-616:
--------------------------------

The NOTICE in jaxrs.testutils relates to the file jaxrs.testutils/src/main/java/org/apache/clerezza/jaxrs/testutils/PortFinder.java
and the copyright notice is encouraging to just use it

/*
 * (c) Copyright 2005, 2006 Hewlett-Packard Development Company, LP All rights
 * reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 * 
 * 1. Redistributions of source code must retain the above copyright notice,
 * this list of conditions and the following disclaimer.
 * 
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 * this list of conditions and the following disclaimer in the documentation
 * and/or other materials provided with the distribution.
 * 
 * 3. The name of the author may not be used to endorse or promote products
 * derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */



> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087672#comment-13087672 ] 

Tommaso Teofili commented on CLEREZZA-616:
------------------------------------------

I think adding the Apache parent POM is ok, but I think it'l fix NOTICE/LICENSE files in the generated artifacts, not in the source tree, right?

Here is a list of the broken NOTICE files:

MD5 (./bundledevtool/NOTICE.txt) = 3b2e38eb78a318e7e97a6500ea6ca217
MD5 (./ext.org.json.simple/NOTICE.txt) = 032344449a5c5cc1ce6a61b93dc362ba
MD5 (./ext.org.ops4j.pax.swissbox.tinybundles/NOTICE.txt) = 032344449a5c5cc1ce6a61b93dc362ba
MD5 (./integrationtest.web/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./integrationtest.web.performance/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./internal.archetype/src/main/resources/archetype-resources/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./jaxrs.testutils/NOTICE.txt) = c32d632bb5bcc6c19b6f723611433f10
MD5 (./jaxrs.utils/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./osgi.services/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.config/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.config.gui/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.content/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.dashboard/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.dashboard.webinterface/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.documentation/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.documentation.viewer/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.graphprovider.content/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.language/platform.language.core/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.launcher.mulgara/NOTICE.txt) = 8719e09a88c2d1c08f523ebcae7fc681
MD5 (./platform.launcher.sesame/NOTICE.txt) = 8719e09a88c2d1c08f523ebcae7fc681
MD5 (./platform.launcher.storageless.parent/NOTICE.txt) = b51c37ec3bb1b5cc4eea11d7cb950238
MD5 (./platform.launcher.storageless.parent/platform.launcher.storageless/NOTICE.txt) = 8719e09a88c2d1c08f523ebcae7fc681
MD5 (./platform.launcher.tdb/NOTICE.txt) = 8719e09a88c2d1c08f523ebcae7fc681
MD5 (./platform.scripting/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./platform.scripting.scriptmanager/NOTICE.txt) = 01e5c9dffb5bb2501d0c345457c16dd6
MD5 (./platform.security/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.security.auth.basic/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.security.auth.cookie/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.security.conditions/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./platform.style.classic/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.style.classic.webguiexamples/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./platform.testing/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.typehandlerspace/NOTICE.txt) = 868084a8aada75011b1f0398d6d9075e
MD5 (./platform.typepriority/NOTICE.txt) = 868084a8aada75011b1f0398d6d9075e
MD5 (./platform.typerendering/platform.typerendering.core/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./platform.typerendering.seedsnipe/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./rdf.core/NOTICE.txt) = 460e7784ff7d24e0c708fef83ef5b73d
MD5 (./rdf.file.storage/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./rdf.metadata/NOTICE.txt) = 868084a8aada75011b1f0398d6d9075e
MD5 (./rdf.sesame.storage/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./rdf.simple.storage/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./rdf.utils/NOTICE.txt) = 868084a8aada75011b1f0398d6d9075e
MD5 (./rdf.web/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./scala-scripting/script-engine/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./shell/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./templating/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./templating.seedsnipe/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./utils.imagemagick/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./utils.imagemagick/target/classes/META-INF/NOTICE.txt) = e1c06d85ae7b8b032bef47e42e4c08f9
MD5 (./utils.imageprocessing/NOTICE.txt) = 2b3b40e8bb5a04c077e863bee4705407
MD5 (./web.resources.jquery/NOTICE.txt) = d41d8cd98f00b204e9800998ecf8427e
MD5 (./web.resources.scripts/NOTICE.txt) = 68b329da9893e34099c7d8ad5cb9c940
MD5 (./web.resources.yui/NOTICE.txt) = cd7c730a564ffe41ec6c47ccc1c44f43

I'll try to update them to a correct form.
And here's the list of empty NOTICE files:

./integrationtest.web/NOTICE.txt
./integrationtest.web.performance/NOTICE.txt
./platform.dashboard/NOTICE.txt
./platform.dashboard.webinterface/NOTICE.txt
./platform.security.auth.basic/NOTICE.txt
./platform.security.auth.cookie/NOTICE.txt
./platform.style.classic/NOTICE.txt
./platform.testing/NOTICE.txt
./platform.typerendering/platform.typerendering.core/NOTICE.txt
./rdf.file.storage/NOTICE.txt
./rdf.simple.storage/NOTICE.txt
./templating/NOTICE.txt
./web.resources.jquery/NOTICE.txt



> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070533#comment-13070533 ] 

Fabian Christ commented on CLEREZZA-616:
----------------------------------------

If you use the Apache parent POM this becomes really easy. Use this as the parent of the Clerezza parent:

  <parent>
    <groupId>org.apache</groupId>
    <artifactId>apache</artifactId>
    <version>9</version>
    <relativePath />
  </parent>

The Apache parent POM defines the "apache-release" profile which automatically creates standard correct NOTICE and LICENSE files. The "apache-release" profile is automatically triggered when you use the Maven release plugin with `mvn release:prepare` and so on.

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091738#comment-13091738 ] 

Tommaso Teofili commented on CLEREZZA-616:
------------------------------------------

My rdf.core doubts are related to code contained in a "non-open-source book", can we really release code borrowed from that?
Anyway please let me know if you think any NOTICE file needs to be fixed and I'll be happy to do it, as I think this is the latest thing we've to fix before the next RC and it'd be good if we could have one by the weekend.

> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Hasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096009#comment-13096009 ] 

Hasan commented on CLEREZZA-616:
--------------------------------

The NOTICE in 
platform.launcher.storageless.parent
platform.scripting.scriptmanager

should be replaced with the standard apache clerezza NOTICE.txt

Dont really know what to do with NOTICE in
- platform.typehandlerspace
- platform.typepriority
- rdf.utils

Can't find the files that are affected
Maybe we can just remove and replace the NOTICE with the standard one

Maybe those NOTICE.txt are just unintentionally copied from other bundles when creating those three bundles.


The biggest problem is probably utils.imageprocessing
The file affected is 
src/main/java/org/apache/clerezza/utils/imageprocessing/metadataprocessing/MultivaluedMapImpl.java

which has the following notice in the header
/*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL") (collectively, the "License"). You
* may not use this file except in compliance with the License. You can obtain
* a copy of the License at https://jersey.dev.java.net/CDDL+GPL.html
* or jersey/legal/LICENSE.txt. See the License for the specific
* language governing permissions and limitations under the License.
*
* When distributing the software, include this License Header Notice in each
* file and include the License file at jersey/legal/LICENSE.txt.
* Sun designates this particular file as subject to the "Classpath" exception
* as provided by Sun in the GPL Version 2 section of the License file that
* accompanied this code. If applicable, add the following below the License
* Header, with the fields enclosed by brackets [] replaced by your own
* identifying information: "Portions Copyrighted [year]
* [name of copyright owner]"
*
* Contributor(s):
*
* If you wish your version of this file to be governed by only the CDDL or
* only the GPL Version 2, indicate your decision by adding "[Contributor]
* elects to include this software in this distribution under the [CDDL or GPL
* Version 2] license." If you don't indicate a single choice of license, a
* recipient has the option to distribute your version of this file under
* either the CDDL, the GPL Version 2 or to extend the choice of license to
* its licensees as provided above. However, if you add GPL Version 2 code
* and therefore, elected the GPL Version 2 license, then the option applies
* only if the new code is made subject to such option by the copyright
* holder.
*

A similar file exists in triaxrs/triaxrs/src/main/java/org/apache/clerezza/triaxrs/util/MultivaluedMapImpl.java

I don't know here how to proceed. Write a new implementation of this class?








> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Tommaso Teofili (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089502#comment-13089502 ] 

Tommaso Teofili commented on CLEREZZA-616:
------------------------------------------

The text :
"Portions are
All rights reserved. For this parts the following disclaimer aplies:
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE."
is contained inside the jaxrs.testutils NOTICE.txt file

The text:
"Clerezza CMS Launchpad


This product includes software developed at
- The Apache Software Foundation (http://www.apache.org/).
- Mort Bay Jetty Project (http://www.mortbay.org/jetty/)
- Open Participation Software for Java (http://www.ops4j.org/)
- WYMIWYG (http://wymiwyg.org/)
- HP Labs Semantic Web Research (http://www.hpl.hp.com/semweb/)"
is contained inside the following modules' NOTICE file:
- platform.launcher.mulgara
- platform.launcher.sesame
- platform.launcher.tdb
- platform.launcher.storageless.parent/platform.launcher.storageless

The text:
"Clerezza CMS Launcher Parent"
is contained inside platform.launcher.storageless.parent

The text:
"Clerezza Platform Script Manager"
is contained inside platform.scripting.manager NOTICE.txt file

The text:
"Portions are
These portions are licensed under the COMMON DEVELOPMENT AND DISTRIBUTION
LICENSE (CDDL) Version 1.0, see the file LICENSE.cddl.txt. When redistributing
this portions of the software you must ensure to comply with the CDDL license,
if you do not modify the respective files this is done by indicating where the
original sources can be retrieved, if you modify the files you must publish the
modifications."
is contained in the following modules' NOTICE.txt file:
- platform.typehandlerspace
- platform.typepriority
- rdf.utils

The text:
"Contains code from the following book:
Jonathan Knudsen, "Java Cryptography", O'Reilly Media, Inc., 1998

Contains code from mulgara project for sparql query parsing"
is contained in rdf.core NOTICE.txt file (this sounds a little scary)

The text:
"Adobe, Photoshop and XMP are either registered trademarks or trademarks of 
Adobe Systems Incorporated in the United States and/or other countries.

Portions are
These portions are licensed under the COMMON DEVELOPMENT AND DISTRIBUTION
LICENSE (CDDL) Version 1.0, see the file LICENSE.cddl.txt. When redistributing
this portions of the software you must ensure to comply with the CDDL license,
if you do not modify the respective files this is done by indicating where the
original sources can be retrieved, if you modify the files you must publish the
modifications."
is contained in utils.imageprocessing NOTICE.txt file

The text: 
"Portions are! Inc. All rights reserved.

These portions are licensed under the Berkeley Software Distribution (BSD), see the file LICENSE.bsd.yahoo.txt"
is contained in web.resources.yui NOTICE.txt file




> 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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira