Update ASL header
----------------- Key: OFBIZ-637 URL: https://issues.apache.org/jira/browse/OFBIZ-637 Project: Apache OFBiz (The Open for Business Project) Issue Type: Task Reporter: Jacques Le Roux Priority: Minor Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). I will take a look, but as I never used Perl this will be not quick ;o) I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466158 ] Jacques Le Roux commented on OFBIZ-637: --------------------------------------- Actually there is also an old java class will take a look at it before checking Perl... > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466219 ] Jacques Le Roux commented on OFBIZ-637: --------------------------------------- Java class is too old Perl scripts seems OK > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466309 ] Scott Gray commented on OFBIZ-637: ---------------------------------- Hi Jacques I'll finish this off if you like, I've already converted all the xml docs so I'll carry on and finish the rest. Regards Scott > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466313 ] Scott Gray commented on OFBIZ-637: ---------------------------------- I'm not sure what to do about the following in ModelInfo.java: public static final ModelInfo DEFAULT = new ModelInfo() { public String getTitle() { return "None"; } public String getAuthor() { return "None"; } public String getCopyright() { return "Copyright 2001-2006 The Apache Software Foundation"; } public String getVersion() { return "1.0"; } public String getDescription() { return "None"; } }; I'll leave as is for now and await comment. > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-637: ----------------------------- Attachment: copyright.patch > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466316 ] Scott Gray commented on OFBIZ-637: ---------------------------------- The attached patch corrects the rest of the headers in the project. Regards Scott > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466322 ] Jacques Le Roux commented on OFBIZ-637: --------------------------------------- Hi Scott, I'm sorry but this is not exactly what is waited. With your change we end up with : Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License .And the complete header is : Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The problem of ModelInfo.java exists also in DatabaseUtil.java. David already replied about that : << As for the ModelInfo and DatabaseUtil files, manual changes are fine. Note that they are probably failing because of some default meta-data that includes copyright strings, and those can probably stay just fine for now. -David >> Not sure we will stay forever with this meta-data though... > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466829 ] David E. Jones commented on OFBIZ-637: -------------------------------------- This was probably caused by the APACHE2_HEADER file being out of date, so I apologize for that. I have updated for the new recommended header and added a link to the ASF page about such things. This is in SVN rev 499125. > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466832 ] Scott Gray commented on OFBIZ-637: ---------------------------------- No problem, I'll submit a new patch tonight. > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466932 ] Scott Gray commented on OFBIZ-637: ---------------------------------- Should the ASF copyright be removed from pngbehaviour.htc? It already has another copyright in there. Thanks > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466940 ] Scott Gray commented on OFBIZ-637: ---------------------------------- In this section of this license file: APPENDIX: How to apply the Apache License to your work. The old copyright notice is used, I'll leave this to a committer to change > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466942 ] Scott Gray commented on OFBIZ-637: ---------------------------------- Also, there is a copyright at the top of the NOTICE file, not sure what to do there. > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-637: ----------------------------- Attachment: copyright.patch Ok, second time lucky... p.s. we can comment while attaching files again! > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch, copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467090 ] Jacques Le Roux commented on OFBIZ-637: --------------------------------------- Scott, For pngbehaviour.htc the author (Erik Arvidsson at http://webfx.eae.net/contact.html#erik) only asks that his copyright is shown (license at http://webfx.eae.net/license.html says : Notice that the PNG Behavior does not require any license. You may use it in any way you see fit as long as credit is given where credit is due. In other words, don't claim you create it and don't try to make money directly from it.). I think it's ok as is. If somebody sees a problem there please let us know, thanks. I took care of "APPENDIX: How to apply the Apache License to your work." I let the copyright because I'm not sure we shall throw it out ? I don't know if we shall suppress the copyright at the top of the NOTICE file. If someone knows what to do fell free to do it, thanks. I suppose that we can anew comment while attaching because of the fix Jeff Turner made for screencopies (I asked for). I had to resolve manually some conflicts : BlogForms.xml DemoBlogUsersData.xml CommonScreens.xml maincss.css calendarTable.css ecommaincss.css PosScecurityData.xml DemoRetail.xml this was easily done. This patch is 64400 lines, I reviewed it but of course I may have overlooked some errors but I'm pretty sure that it's not the case. I also updated headers in assetmaint component and in some other files I found by chance. These files were files with old header but without copyright. A 1st attempt I suppose, will have to check this after this commit. You patch is in OFBiz rev. 499486 I let this issue open as I'm not sure all is done at this moment... Thanks > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch, copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-637: ---------------------------------- Attachment: (was: copyright.patch) > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: Apache OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Priority: Minor > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-637. --------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux The last remaining files with the old ASL2 header have been fixed in OFBiz rev. 499939. I believe there are now not anymore files so I close this issue. > Update ASL header > ----------------- > > Key: OFBIZ-637 > URL: https://issues.apache.org/jira/browse/OFBIZ-637 > Project: OFBiz (The Open for Business Project) > Issue Type: Task > Reporter: Jacques Le Roux > Assigned To: Jacques Le Roux > Priority: Minor > Fix For: SVN trunk > > Attachments: copyright.patch > > > Following http://www.apache.org/legal/src-headers.html we must update our ASL2 headers. > Using "Advanced Fix Copyright" Eclipse option I have already updated Java and Properties files. Remain all other files, from http://www.apache.org/legal/src-headers.html#faq-update-scripts proposed tools are in https://svn.apache.org/repos/private/committers/relicense/ (Apache commiters only). > I will take a look, but as I never used Perl this will be not quick ;o) > I put a dealine of 31/03/07 have no idea about that actually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |