This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 201173 - Invalid license header (mixture of SPL and CDDL/GPL-2)
Summary: Invalid license header (mixture of SPL and CDDL/GPL-2)
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-21 00:45 UTC by rockclimb
Modified: 2011-10-20 14:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rockclimb 2011-08-21 00:45:49 UTC
The following files start with the Sun Public License header, but then contain the "If you wish your version of this file to be governed by only the CDDL or only the GPL Version 2" section. If possible they should be changed to the standard CDDL/GPL-2 header. If they need to stay under the SPL then references to the CDDL/GPL-2 should be removed.

html.editor/src/org/netbeans/modules/html/editor/hints/HintsAdvancedOption.java
java.j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEConfigurationProvider.java
javascript.hints/src/org/netbeans/modules/javascript/hints/infrastructure/HintsAdvancedOption.java
mobility.j2meunit/src/org/netbeans/modules/mobility/j2meunit/J2MEUnitPlugin.java
projectui/src/org/netbeans/modules/project/ui/actions/ActiveConfigAction.java
refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/VarUsageVisitor.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorPanel.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorUI.java
web.core.syntax/src/org/netbeans/modules/web/core/syntax/folding/*
web.el/src/org/netbeans/modules/web/el/hints/HintsAdvancedOption.java
xml.lexer/src/org/netbeans/api/xml/lexer/XMLTokenId.java
xml.lexer/src/org/netbeans/lib/xml/lexer/XMLLexer.java
php.editor/src/org/netbeans/modules/php/editor/verification/HintsAdvancedOption.java
Comment 1 Marian Mirilovic 2011-08-22 09:03:12 UTC
starting with web ... please forward to the next once fixed there
Comment 2 Marek Fukala 2011-09-20 09:46:06 UTC
I've fixed the "web and xml" part in web-main#4631d32763e1

now remains:

java.j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEConfigurationProvider.java
mobility.j2meunit/src/org/netbeans/modules/mobility/j2meunit/J2MEUnitPlugin.java
projectui/src/org/netbeans/modules/project/ui/actions/ActiveConfigAction.java
refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/VarUsageVisitor.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorPanel.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorUI.java
Comment 3 Tomas Zezula 2011-09-20 12:55:12 UTC
fixed for jet jet-main de493f713a7b

The rest is:
mobility.j2meunit/src/org/netbeans/modules/mobility/j2meunit/J2MEUnitPlugin.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorPanel.java
vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorUI.java
Comment 4 Quality Engineering 2011-09-21 07:59:50 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/4631d32763e1
User: Marek Fukala <mfukala@netbeans.org>
Log: #201173 - Invalid license header (mixture of SPL and CDDL/GPL-2)
Comment 5 Quality Engineering 2011-09-22 14:48:23 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/de493f713a7b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #201173:Invalid license header (mixture of SPL and CDDL/GPL-2)
Comment 6 Anton Chechel 2011-10-19 08:17:11 UTC
fixed in jet-main
http://hg.netbeans.org/jet-main/rev/1c02e6f80011
Comment 7 Quality Engineering 2011-10-20 14:21:46 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/1c02e6f80011
User: Anton Chechel <manowar@netbeans.org>
Log: #201173 - Invalid license header (mixture of SPL and CDDL/GPL-2)