Update license to CDDL+GPL2 w CP exception
authormzlamal@netbeans.org
Thu, 27 Sep 2007 09:20:11 +0000
changeset 25619d1c3ad3d248
parent 2560 13f2916be22b
child 2562 a6bcc1f9ec05
Update license to CDDL+GPL2 w CP exception
jasm/build.xml
jasm/src/org/netbeans/modules/jasm/BrowseAction.java
jasm/src/org/netbeans/modules/jasm/DecompileAction.java
jasm/src/org/netbeans/modules/jasm/JASMModule.java
jasm/src/org/netbeans/modules/jasm/JRAWCompiler.java
jasm/src/org/netbeans/modules/jasm/JRAWCompilerGroup.java
jasm/src/org/netbeans/modules/jasm/JRAWCompilerSupport.java
jasm/src/org/netbeans/modules/jasm/JRAWCompilerType.java
jasm/src/org/netbeans/modules/jasm/JRAWDataLoader.java
jasm/src/org/netbeans/modules/jasm/JRAWDataObject.java
jasm/src/org/netbeans/modules/jasm/JRAWEditorSettingsInitializer.java
jasm/src/org/netbeans/modules/jasm/JRAWEditorSupport.java
jasm/src/org/netbeans/modules/jasm/JRAWKit.java
jasm/src/org/netbeans/modules/jasm/JRAWNode.java
jasm/src/org/netbeans/modules/jasm/JRAWOptions.java
jasm/src/org/netbeans/modules/jasm/JRAWOptionsBeanInfo.java
jasm/src/org/netbeans/modules/jasm/parser/AccessFlag.java
jasm/src/org/netbeans/modules/jasm/parser/AttrCode.java
jasm/src/org/netbeans/modules/jasm/parser/AttrCodeExc.java
jasm/src/org/netbeans/modules/jasm/parser/AttrConstant.java
jasm/src/org/netbeans/modules/jasm/parser/AttrDeprecated.java
jasm/src/org/netbeans/modules/jasm/parser/AttrExceptions.java
jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClasses.java
jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClassesStruct.java
jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTable.java
jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTableStruct.java
jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTable.java
jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTableStruct.java
jasm/src/org/netbeans/modules/jasm/parser/AttrSourceFile.java
jasm/src/org/netbeans/modules/jasm/parser/AttrSynthetic.java
jasm/src/org/netbeans/modules/jasm/parser/AttrUnknown.java
jasm/src/org/netbeans/modules/jasm/parser/Attribute.java
jasm/src/org/netbeans/modules/jasm/parser/Attributes.java
jasm/src/org/netbeans/modules/jasm/parser/CPClass.java
jasm/src/org/netbeans/modules/jasm/parser/CPDouble.java
jasm/src/org/netbeans/modules/jasm/parser/CPElement.java
jasm/src/org/netbeans/modules/jasm/parser/CPField.java
jasm/src/org/netbeans/modules/jasm/parser/CPFloat.java
jasm/src/org/netbeans/modules/jasm/parser/CPIntMethod.java
jasm/src/org/netbeans/modules/jasm/parser/CPInteger.java
jasm/src/org/netbeans/modules/jasm/parser/CPLong.java
jasm/src/org/netbeans/modules/jasm/parser/CPMethod.java
jasm/src/org/netbeans/modules/jasm/parser/CPNameType.java
jasm/src/org/netbeans/modules/jasm/parser/CPString.java
jasm/src/org/netbeans/modules/jasm/parser/CPUTF8.java
jasm/src/org/netbeans/modules/jasm/parser/ConstantPool.java
jasm/src/org/netbeans/modules/jasm/parser/ExtStringArray.java
jasm/src/org/netbeans/modules/jasm/parser/ExtStringBuffer.java
jasm/src/org/netbeans/modules/jasm/parser/Field.java
jasm/src/org/netbeans/modules/jasm/parser/Fields.java
jasm/src/org/netbeans/modules/jasm/parser/Lexan.java
jasm/src/org/netbeans/modules/jasm/parser/LexanException.java
jasm/src/org/netbeans/modules/jasm/parser/Method.java
jasm/src/org/netbeans/modules/jasm/parser/Methods.java
jasm/src/org/netbeans/modules/jasm/parser/Opcode.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeIInc.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeInvokeInterface.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeLookupSwitch.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeMultiANewArray.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeNewArray.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeNoArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedFourArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedOneArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedTwoArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeTable.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeTableSwitch.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArgCP.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArg.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArgCP.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideIInc.java
jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideUnsignedOneArg.java
jasm/src/org/netbeans/modules/jasm/parser/Parser.java
jasm/src/org/netbeans/modules/jasm/parser/ParserException.java
jasm/src/org/netbeans/modules/jasm/parser/StringUtil.java
jasm/src/org/netbeans/modules/jasm/resources/mf-layer.xml
jasm/src/org/netbeans/modules/jasm/settings/Disassembler.java
jasm/src/org/netbeans/modules/jasm/settings/DisassemblerPropertyEditor.java
jasm/src/org/netbeans/modules/jasm/settings/JASMSettings.java
jasm/src/org/netbeans/modules/jasm/settings/JASMSettingsBeanInfo.java
jasm/src/org/netbeans/modules/jasm/settings/JRAWDisassembler.java
jasm/src/org/netbeans/modules/jasm/settings/JadDisassembler.java
jasm/src/org/netbeans/modules/jasm/settings/JodeDisassembler.java
jasm/src/org/netbeans/modules/jasm/syntax/JRAWSettingsInitializer.java
jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntax.java
jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntaxSupport.java
jasm/src/org/netbeans/modules/jasm/syntax/JRAWTokenContext.java
platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTComponent.java
platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTViewDescriptor.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoader.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoaderBeanInfo.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataNode.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataObject.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavOpenSupport.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavSaveCookie.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavCookie.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavViewDescriptor.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavComponent.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanel.java
platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanelMultiViewDescriptor.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/AudioUI.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/FFTGraph.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Formats.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Player.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Recorder.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/SamplingGraph.java
platform/samples/AudioStation/wavutils/src/org/foo/wavutils/WrappedAudioInputStream.java
platform/samples/audio-files/build.xml
platform/samples/audio-files/nbproject/project.properties
platform/samples/audio-files/nbproject/project.xml
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoader.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoaderBeanInfo.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataNode.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataObject.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioViewer.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Bundle.properties
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ClipLengthProperty.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Layer.xml
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/MicrophoneTemplateIterator.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/RecordPanel.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ViewAudioSupport.java
platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/sampledescription.html
platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/APIObject.java
platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/Bundle.properties
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Bundle.properties
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/DatePropertyEditor.java
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Installer.java
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyChildren.java
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyEditor.java
platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyNode.java
platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/Bundle.properties
platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerAction.java
platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java
platform/samples/diskexplorer/build.xml
platform/samples/diskexplorer/nbproject/project.properties
platform/samples/diskexplorer/nbproject/project.xml
platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/DiskExplorerTopComponent.java
platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/resources/layer.xml
platform/samples/editor-action/build.xml
platform/samples/editor-action/nbproject/project.properties
platform/samples/editor-action/nbproject/project.xml
platform/samples/editor-action/src/org/netbeans/examples/editoraction/Bundle.properties
platform/samples/editor-action/src/org/netbeans/examples/editoraction/ExampleTextAction.java
platform/samples/editor-action/src/org/netbeans/examples/editoraction/layer.xml
platform/samples/explorer-servlet/build.xml
platform/samples/explorer-servlet/nbproject/project.properties
platform/samples/explorer-servlet/nbproject/project.xml
platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/Bundle.properties
platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ExplorerServlet.java
platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ShowRootAction.java
platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/layer.xml
platform/samples/meta-inf-services-registration/src/org/netbeans/examples/clock/ClockStatusLineElement.java
platform/samples/minicomposer/build.xml
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/contents.xml
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/explorer.html
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/helpset.xml
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/main.html
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/map.xml
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/playing.html
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/settings.html
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/textual.html
platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/visual.html
platform/samples/minicomposer/nbproject/project.properties
platform/samples/minicomposer/nbproject/project.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Bundle.properties
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ClipLengthProperty.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ComposerSettings.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayer.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerConvertor.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerLook.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayer.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerConvertor.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerLook.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/LineInFromScore.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteNode.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteProperty.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteTransfer.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayAction.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Player.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayerLookSelector.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Score.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreChildren.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreCookie.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoader.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoaderBeanInfo.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataNode.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataObject.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreEditorSupport.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScorePanel.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreSupport.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreToSampledAudio.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/DefaultContextLook.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ContextPropertyEditor.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ObjectRefContextLook.java
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/Bundle.properties
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/DescForTemplate.html
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-unix.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-windows.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/help-set-ref.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/internal-player.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/layer.xml
platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/mime-resolver.xml
platform/samples/node-decoration/MyAPI/src/org/myorg/myapi/APIObject.java
platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/Bundle.properties
platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyChildren.java
platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyEditor.java
platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyNode.java
platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/Bundle.properties
platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/MyViewerAction.java
platform/samples/povray/povsuite-1/build.xml
platform/samples/povray/povsuite-1/povfile/build.xml
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml
platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/layer.xml
platform/samples/povray/povsuite-1/povproject/build.xml
platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties
platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java
platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java
platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java
platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/layer.xml
platform/samples/povray/povsuite-2/api/build.xml
platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties
platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java
platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/RendererService.java
platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/ViewService.java
platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/layer.xml
platform/samples/povray/povsuite-2/build.xml
platform/samples/povray/povsuite-2/povfile/build.xml
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml
platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/layer.xml
platform/samples/povray/povsuite-2/povproject/build.xml
platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java
platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java
platform/samples/povray/povsuite-3/api/build.xml
platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties
platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java
platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/RendererService.java
platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/ViewService.java
platform/samples/povray/povsuite-3/build.xml
platform/samples/povray/povsuite-3/povfile/build.xml
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java
platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml
platform/samples/povray/povsuite-3/povproject/build.xml
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Povray.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768hq.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/160x100.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/320x200.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480hq.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/Bundle.properties
platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/layer.xml
platform/samples/povray/povsuite-4/api/build.xml
platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties
platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java
platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/RendererService.java
platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/ViewService.java
platform/samples/povray/povsuite-4/build.xml
platform/samples/povray/povsuite-4/povfile/build.xml
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java
platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml
platform/samples/povray/povsuite-4/povproject/build.xml
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Povray.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java
platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/layer.xml
platform/samples/povray/povsuite-5/api/build.xml
platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties
platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java
platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/RendererService.java
platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/ViewService.java
platform/samples/povray/povsuite-5/build.xml
platform/samples/povray/povsuite-5/povfile/build.xml
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java
platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml
platform/samples/povray/povsuite-5/povproject/build.xml
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Povray.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java
platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/layer.xml
platform/samples/selectionsuite/MyAPI/src/org/myorg/myapi/Bundle.properties
platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/Bundle.properties
platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/MyEditor.java
platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/OpenEditorAction.java
platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/Bundle.properties
platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerAction.java
platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java
platform/samples/selectionsuite_2/MyAPI/src/org/myorg/myapi/APIObject.java
platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyChildren.java
platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyEditor.java
platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/Bundle.properties
platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/MyViewerAction.java
platform/samples/snipe/build.xml
platform/samples/snipe/nbproject/project.properties
platform/samples/snipe/nbproject/project.xml
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoader.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoaderBeanInfo.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataObject.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeEditor.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeNode.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeOpenSupport.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeSaveCookie.java
platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeTopComponent.java
platform/samples/snipe/src/org/netbeans/modules/snipe/resources/layer.xml
platform/samples/window-system-basic/build.xml
platform/samples/window-system-basic/nbproject/project.properties
platform/samples/window-system-basic/nbproject/project.xml
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/Bundle.properties
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction00.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction01.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction02.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent00.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent01.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent02.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestInstall.java
platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/mf-layer.xml
platform/samples/window-system-groups/build.xml
platform/samples/window-system-groups/nbproject/project.properties
platform/samples/window-system-groups/nbproject/project.xml
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/Bundle.properties
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/HideGroupAction.java
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/ShowGroupAction.java
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestComponent00.java
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestInstall.java
platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/mf-layer.xml
platform/samples/window-system-modes/build.xml
platform/samples/window-system-modes/nbproject/project.properties
platform/samples/window-system-modes/nbproject/project.xml
platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/Bundle.properties
platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/ShowTestAction00.java
platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestComponent00.java
platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestInstall.java
platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/mf-layer.xml
spellchecker/build.xml
spellchecker/spellcheck-license.txt
spellchecker/standard-nbm-license.txt
     1.1 --- a/jasm/build.xml	Thu Sep 27 09:06:41 2007 +0000
     1.2 +++ b/jasm/build.xml	Thu Sep 27 09:20:11 2007 +0000
     1.3 @@ -1,21 +1,44 @@
     1.4  <?xml version='1.0' encoding='ISO-8859-1' ?>
     1.5  <!--
     1.6 -The contents of this file are subject to the terms of the Common Development
     1.7 -and Distribution License (the License). You may not use this file except in
     1.8 -compliance with the License.
     1.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    1.10  
    1.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    1.12 -or http://www.netbeans.org/cddl.txt.
    1.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    1.14  
    1.15 -When distributing Covered Code, include this CDDL Header Notice in each file
    1.16 -and include the License file at http://www.netbeans.org/cddl.txt.
    1.17 -If applicable, add the following below the CDDL Header, with the fields
    1.18 -enclosed by brackets [] replaced by your own identifying information:
    1.19 +
    1.20 +The contents of this file are subject to the terms of either the GNU
    1.21 +General Public License Version 2 only ("GPL") or the Common
    1.22 +Development and Distribution License("CDDL") (collectively, the
    1.23 +"License"). You may not use this file except in compliance with the
    1.24 +License. You can obtain a copy of the License at
    1.25 +http://www.netbeans.org/cddl-gplv2.html
    1.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.27 +specific language governing permissions and limitations under the
    1.28 +License.  When distributing the software, include this License Header
    1.29 +Notice in each file and include the License file at
    1.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.31 +particular file as subject to the "Classpath" exception as provided
    1.32 +by Sun in the GPL Version 2 section of the License file that
    1.33 +accompanied this code. If applicable, add the following below the
    1.34 +License Header, with the fields enclosed by brackets [] replaced by
    1.35 +your own identifying information:
    1.36  "Portions Copyrighted [year] [name of copyright owner]"
    1.37  
    1.38 +Contributor(s):
    1.39 +
    1.40  The Original Software is NetBeans. The Initial Developer of the Original
    1.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    1.42  Microsystems, Inc. All Rights Reserved.
    1.43 +
    1.44 +If you wish your version of this file to be governed by only the CDDL
    1.45 +or only the GPL Version 2, indicate your decision by adding
    1.46 +"[Contributor] elects to include this software in this distribution
    1.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.48 +single choice of license, a recipient has the option to distribute
    1.49 +your version of this file under either the CDDL, the GPL Version 2 or
    1.50 +to extend the choice of license to its licensees as provided above.
    1.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
    1.52 +Version 2 license, then the option applies only if the new code is
    1.53 +made subject to such option by the copyright holder.
    1.54  -->
    1.55  
    1.56  <project name="jasm" default="netbeans" basedir=".">
     2.1 --- a/jasm/src/org/netbeans/modules/jasm/BrowseAction.java	Thu Sep 27 09:06:41 2007 +0000
     2.2 +++ b/jasm/src/org/netbeans/modules/jasm/BrowseAction.java	Thu Sep 27 09:20:11 2007 +0000
     2.3 @@ -1,20 +1,42 @@
     2.4  /*
     2.5 - * The contents of this file are subject to the terms of the Common Development
     2.6 - * and Distribution License (the License). You may not use this file except in
     2.7 - * compliance with the License.
     2.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.9   *
    2.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    2.11 - * or http://www.netbeans.org/cddl.txt.
    2.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    2.13   *
    2.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    2.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    2.16 - * If applicable, add the following below the CDDL Header, with the fields
    2.17 - * enclosed by brackets [] replaced by your own identifying information:
    2.18 + * The contents of this file are subject to the terms of either the GNU
    2.19 + * General Public License Version 2 only ("GPL") or the Common
    2.20 + * Development and Distribution License("CDDL") (collectively, the
    2.21 + * "License"). You may not use this file except in compliance with the
    2.22 + * License. You can obtain a copy of the License at
    2.23 + * http://www.netbeans.org/cddl-gplv2.html
    2.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.25 + * specific language governing permissions and limitations under the
    2.26 + * License.  When distributing the software, include this License Header
    2.27 + * Notice in each file and include the License file at
    2.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.29 + * particular file as subject to the "Classpath" exception as provided
    2.30 + * by Sun in the GPL Version 2 section of the License file that
    2.31 + * accompanied this code. If applicable, add the following below the
    2.32 + * License Header, with the fields enclosed by brackets [] replaced by
    2.33 + * your own identifying information:
    2.34   * "Portions Copyrighted [year] [name of copyright owner]"
    2.35   *
    2.36 + * Contributor(s):
    2.37 + *
    2.38   * The Original Software is NetBeans. The Initial Developer of the Original
    2.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.40   * Microsystems, Inc. All Rights Reserved.
    2.41 + *
    2.42 + * If you wish your version of this file to be governed by only the CDDL
    2.43 + * or only the GPL Version 2, indicate your decision by adding
    2.44 + * "[Contributor] elects to include this software in this distribution
    2.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.46 + * single choice of license, a recipient has the option to distribute
    2.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    2.48 + * to extend the choice of license to its licensees as provided above.
    2.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    2.50 + * Version 2 license, then the option applies only if the new code is
    2.51 + * made subject to such option by the copyright holder.
    2.52   */
    2.53  
    2.54  package org.netbeans.modules.jasm;
     3.1 --- a/jasm/src/org/netbeans/modules/jasm/DecompileAction.java	Thu Sep 27 09:06:41 2007 +0000
     3.2 +++ b/jasm/src/org/netbeans/modules/jasm/DecompileAction.java	Thu Sep 27 09:20:11 2007 +0000
     3.3 @@ -1,20 +1,42 @@
     3.4  /*
     3.5 - * The contents of this file are subject to the terms of the Common Development
     3.6 - * and Distribution License (the License). You may not use this file except in
     3.7 - * compliance with the License.
     3.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.9   *
    3.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    3.11 - * or http://www.netbeans.org/cddl.txt.
    3.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    3.13   *
    3.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    3.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    3.16 - * If applicable, add the following below the CDDL Header, with the fields
    3.17 - * enclosed by brackets [] replaced by your own identifying information:
    3.18 + * The contents of this file are subject to the terms of either the GNU
    3.19 + * General Public License Version 2 only ("GPL") or the Common
    3.20 + * Development and Distribution License("CDDL") (collectively, the
    3.21 + * "License"). You may not use this file except in compliance with the
    3.22 + * License. You can obtain a copy of the License at
    3.23 + * http://www.netbeans.org/cddl-gplv2.html
    3.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.25 + * specific language governing permissions and limitations under the
    3.26 + * License.  When distributing the software, include this License Header
    3.27 + * Notice in each file and include the License file at
    3.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    3.29 + * particular file as subject to the "Classpath" exception as provided
    3.30 + * by Sun in the GPL Version 2 section of the License file that
    3.31 + * accompanied this code. If applicable, add the following below the
    3.32 + * License Header, with the fields enclosed by brackets [] replaced by
    3.33 + * your own identifying information:
    3.34   * "Portions Copyrighted [year] [name of copyright owner]"
    3.35   *
    3.36 + * Contributor(s):
    3.37 + *
    3.38   * The Original Software is NetBeans. The Initial Developer of the Original
    3.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    3.40   * Microsystems, Inc. All Rights Reserved.
    3.41 + *
    3.42 + * If you wish your version of this file to be governed by only the CDDL
    3.43 + * or only the GPL Version 2, indicate your decision by adding
    3.44 + * "[Contributor] elects to include this software in this distribution
    3.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.46 + * single choice of license, a recipient has the option to distribute
    3.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    3.48 + * to extend the choice of license to its licensees as provided above.
    3.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    3.50 + * Version 2 license, then the option applies only if the new code is
    3.51 + * made subject to such option by the copyright holder.
    3.52   */
    3.53  
    3.54  package org.netbeans.modules.jasm;
     4.1 --- a/jasm/src/org/netbeans/modules/jasm/JASMModule.java	Thu Sep 27 09:06:41 2007 +0000
     4.2 +++ b/jasm/src/org/netbeans/modules/jasm/JASMModule.java	Thu Sep 27 09:20:11 2007 +0000
     4.3 @@ -1,20 +1,42 @@
     4.4  /*
     4.5 - * The contents of this file are subject to the terms of the Common Development
     4.6 - * and Distribution License (the License). You may not use this file except in
     4.7 - * compliance with the License.
     4.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.9   *
    4.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    4.11 - * or http://www.netbeans.org/cddl.txt.
    4.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    4.13   *
    4.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    4.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    4.16 - * If applicable, add the following below the CDDL Header, with the fields
    4.17 - * enclosed by brackets [] replaced by your own identifying information:
    4.18 + * The contents of this file are subject to the terms of either the GNU
    4.19 + * General Public License Version 2 only ("GPL") or the Common
    4.20 + * Development and Distribution License("CDDL") (collectively, the
    4.21 + * "License"). You may not use this file except in compliance with the
    4.22 + * License. You can obtain a copy of the License at
    4.23 + * http://www.netbeans.org/cddl-gplv2.html
    4.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.25 + * specific language governing permissions and limitations under the
    4.26 + * License.  When distributing the software, include this License Header
    4.27 + * Notice in each file and include the License file at
    4.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    4.29 + * particular file as subject to the "Classpath" exception as provided
    4.30 + * by Sun in the GPL Version 2 section of the License file that
    4.31 + * accompanied this code. If applicable, add the following below the
    4.32 + * License Header, with the fields enclosed by brackets [] replaced by
    4.33 + * your own identifying information:
    4.34   * "Portions Copyrighted [year] [name of copyright owner]"
    4.35   *
    4.36 + * Contributor(s):
    4.37 + *
    4.38   * The Original Software is NetBeans. The Initial Developer of the Original
    4.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    4.40   * Microsystems, Inc. All Rights Reserved.
    4.41 + *
    4.42 + * If you wish your version of this file to be governed by only the CDDL
    4.43 + * or only the GPL Version 2, indicate your decision by adding
    4.44 + * "[Contributor] elects to include this software in this distribution
    4.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.46 + * single choice of license, a recipient has the option to distribute
    4.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    4.48 + * to extend the choice of license to its licensees as provided above.
    4.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    4.50 + * Version 2 license, then the option applies only if the new code is
    4.51 + * made subject to such option by the copyright holder.
    4.52   */
    4.53  
    4.54  package org.netbeans.modules.jasm;
     5.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWCompiler.java	Thu Sep 27 09:06:41 2007 +0000
     5.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWCompiler.java	Thu Sep 27 09:20:11 2007 +0000
     5.3 @@ -1,20 +1,42 @@
     5.4  /*
     5.5 - * The contents of this file are subject to the terms of the Common Development
     5.6 - * and Distribution License (the License). You may not use this file except in
     5.7 - * compliance with the License.
     5.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.9   *
    5.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    5.11 - * or http://www.netbeans.org/cddl.txt.
    5.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    5.13   *
    5.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    5.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    5.16 - * If applicable, add the following below the CDDL Header, with the fields
    5.17 - * enclosed by brackets [] replaced by your own identifying information:
    5.18 + * The contents of this file are subject to the terms of either the GNU
    5.19 + * General Public License Version 2 only ("GPL") or the Common
    5.20 + * Development and Distribution License("CDDL") (collectively, the
    5.21 + * "License"). You may not use this file except in compliance with the
    5.22 + * License. You can obtain a copy of the License at
    5.23 + * http://www.netbeans.org/cddl-gplv2.html
    5.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.25 + * specific language governing permissions and limitations under the
    5.26 + * License.  When distributing the software, include this License Header
    5.27 + * Notice in each file and include the License file at
    5.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    5.29 + * particular file as subject to the "Classpath" exception as provided
    5.30 + * by Sun in the GPL Version 2 section of the License file that
    5.31 + * accompanied this code. If applicable, add the following below the
    5.32 + * License Header, with the fields enclosed by brackets [] replaced by
    5.33 + * your own identifying information:
    5.34   * "Portions Copyrighted [year] [name of copyright owner]"
    5.35   *
    5.36 + * Contributor(s):
    5.37 + *
    5.38   * The Original Software is NetBeans. The Initial Developer of the Original
    5.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    5.40   * Microsystems, Inc. All Rights Reserved.
    5.41 + *
    5.42 + * If you wish your version of this file to be governed by only the CDDL
    5.43 + * or only the GPL Version 2, indicate your decision by adding
    5.44 + * "[Contributor] elects to include this software in this distribution
    5.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.46 + * single choice of license, a recipient has the option to distribute
    5.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    5.48 + * to extend the choice of license to its licensees as provided above.
    5.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    5.50 + * Version 2 license, then the option applies only if the new code is
    5.51 + * made subject to such option by the copyright holder.
    5.52   */
    5.53  
    5.54  package org.netbeans.modules.jasm;
     6.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWCompilerGroup.java	Thu Sep 27 09:06:41 2007 +0000
     6.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWCompilerGroup.java	Thu Sep 27 09:20:11 2007 +0000
     6.3 @@ -1,20 +1,42 @@
     6.4  /*
     6.5 - * The contents of this file are subject to the terms of the Common Development
     6.6 - * and Distribution License (the License). You may not use this file except in
     6.7 - * compliance with the License.
     6.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.9   *
    6.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    6.11 - * or http://www.netbeans.org/cddl.txt.
    6.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    6.13   *
    6.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    6.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    6.16 - * If applicable, add the following below the CDDL Header, with the fields
    6.17 - * enclosed by brackets [] replaced by your own identifying information:
    6.18 + * The contents of this file are subject to the terms of either the GNU
    6.19 + * General Public License Version 2 only ("GPL") or the Common
    6.20 + * Development and Distribution License("CDDL") (collectively, the
    6.21 + * "License"). You may not use this file except in compliance with the
    6.22 + * License. You can obtain a copy of the License at
    6.23 + * http://www.netbeans.org/cddl-gplv2.html
    6.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.25 + * specific language governing permissions and limitations under the
    6.26 + * License.  When distributing the software, include this License Header
    6.27 + * Notice in each file and include the License file at
    6.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    6.29 + * particular file as subject to the "Classpath" exception as provided
    6.30 + * by Sun in the GPL Version 2 section of the License file that
    6.31 + * accompanied this code. If applicable, add the following below the
    6.32 + * License Header, with the fields enclosed by brackets [] replaced by
    6.33 + * your own identifying information:
    6.34   * "Portions Copyrighted [year] [name of copyright owner]"
    6.35   *
    6.36 + * Contributor(s):
    6.37 + *
    6.38   * The Original Software is NetBeans. The Initial Developer of the Original
    6.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    6.40   * Microsystems, Inc. All Rights Reserved.
    6.41 + *
    6.42 + * If you wish your version of this file to be governed by only the CDDL
    6.43 + * or only the GPL Version 2, indicate your decision by adding
    6.44 + * "[Contributor] elects to include this software in this distribution
    6.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.46 + * single choice of license, a recipient has the option to distribute
    6.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    6.48 + * to extend the choice of license to its licensees as provided above.
    6.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    6.50 + * Version 2 license, then the option applies only if the new code is
    6.51 + * made subject to such option by the copyright holder.
    6.52   */
    6.53  
    6.54  package org.netbeans.modules.jasm;
     7.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWCompilerSupport.java	Thu Sep 27 09:06:41 2007 +0000
     7.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWCompilerSupport.java	Thu Sep 27 09:20:11 2007 +0000
     7.3 @@ -1,20 +1,42 @@
     7.4  /*
     7.5 - * The contents of this file are subject to the terms of the Common Development
     7.6 - * and Distribution License (the License). You may not use this file except in
     7.7 - * compliance with the License.
     7.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.9   *
    7.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    7.11 - * or http://www.netbeans.org/cddl.txt.
    7.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    7.13   *
    7.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    7.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    7.16 - * If applicable, add the following below the CDDL Header, with the fields
    7.17 - * enclosed by brackets [] replaced by your own identifying information:
    7.18 + * The contents of this file are subject to the terms of either the GNU
    7.19 + * General Public License Version 2 only ("GPL") or the Common
    7.20 + * Development and Distribution License("CDDL") (collectively, the
    7.21 + * "License"). You may not use this file except in compliance with the
    7.22 + * License. You can obtain a copy of the License at
    7.23 + * http://www.netbeans.org/cddl-gplv2.html
    7.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.25 + * specific language governing permissions and limitations under the
    7.26 + * License.  When distributing the software, include this License Header
    7.27 + * Notice in each file and include the License file at
    7.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    7.29 + * particular file as subject to the "Classpath" exception as provided
    7.30 + * by Sun in the GPL Version 2 section of the License file that
    7.31 + * accompanied this code. If applicable, add the following below the
    7.32 + * License Header, with the fields enclosed by brackets [] replaced by
    7.33 + * your own identifying information:
    7.34   * "Portions Copyrighted [year] [name of copyright owner]"
    7.35   *
    7.36 + * Contributor(s):
    7.37 + *
    7.38   * The Original Software is NetBeans. The Initial Developer of the Original
    7.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    7.40   * Microsystems, Inc. All Rights Reserved.
    7.41 + *
    7.42 + * If you wish your version of this file to be governed by only the CDDL
    7.43 + * or only the GPL Version 2, indicate your decision by adding
    7.44 + * "[Contributor] elects to include this software in this distribution
    7.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    7.46 + * single choice of license, a recipient has the option to distribute
    7.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    7.48 + * to extend the choice of license to its licensees as provided above.
    7.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    7.50 + * Version 2 license, then the option applies only if the new code is
    7.51 + * made subject to such option by the copyright holder.
    7.52   */
    7.53  
    7.54  package org.netbeans.modules.jasm;
     8.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWCompilerType.java	Thu Sep 27 09:06:41 2007 +0000
     8.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWCompilerType.java	Thu Sep 27 09:20:11 2007 +0000
     8.3 @@ -1,20 +1,42 @@
     8.4  /*
     8.5 - * The contents of this file are subject to the terms of the Common Development
     8.6 - * and Distribution License (the License). You may not use this file except in
     8.7 - * compliance with the License.
     8.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.9   *
    8.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    8.11 - * or http://www.netbeans.org/cddl.txt.
    8.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    8.13   *
    8.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    8.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    8.16 - * If applicable, add the following below the CDDL Header, with the fields
    8.17 - * enclosed by brackets [] replaced by your own identifying information:
    8.18 + * The contents of this file are subject to the terms of either the GNU
    8.19 + * General Public License Version 2 only ("GPL") or the Common
    8.20 + * Development and Distribution License("CDDL") (collectively, the
    8.21 + * "License"). You may not use this file except in compliance with the
    8.22 + * License. You can obtain a copy of the License at
    8.23 + * http://www.netbeans.org/cddl-gplv2.html
    8.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.25 + * specific language governing permissions and limitations under the
    8.26 + * License.  When distributing the software, include this License Header
    8.27 + * Notice in each file and include the License file at
    8.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    8.29 + * particular file as subject to the "Classpath" exception as provided
    8.30 + * by Sun in the GPL Version 2 section of the License file that
    8.31 + * accompanied this code. If applicable, add the following below the
    8.32 + * License Header, with the fields enclosed by brackets [] replaced by
    8.33 + * your own identifying information:
    8.34   * "Portions Copyrighted [year] [name of copyright owner]"
    8.35   *
    8.36 + * Contributor(s):
    8.37 + *
    8.38   * The Original Software is NetBeans. The Initial Developer of the Original
    8.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    8.40   * Microsystems, Inc. All Rights Reserved.
    8.41 + *
    8.42 + * If you wish your version of this file to be governed by only the CDDL
    8.43 + * or only the GPL Version 2, indicate your decision by adding
    8.44 + * "[Contributor] elects to include this software in this distribution
    8.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.46 + * single choice of license, a recipient has the option to distribute
    8.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    8.48 + * to extend the choice of license to its licensees as provided above.
    8.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    8.50 + * Version 2 license, then the option applies only if the new code is
    8.51 + * made subject to such option by the copyright holder.
    8.52   */
    8.53  
    8.54  package org.netbeans.modules.jasm;
     9.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
     9.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
     9.3 @@ -1,20 +1,42 @@
     9.4  /*
     9.5 - * The contents of this file are subject to the terms of the Common Development
     9.6 - * and Distribution License (the License). You may not use this file except in
     9.7 - * compliance with the License.
     9.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.9   *
    9.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    9.11 - * or http://www.netbeans.org/cddl.txt.
    9.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    9.13   *
    9.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
    9.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
    9.16 - * If applicable, add the following below the CDDL Header, with the fields
    9.17 - * enclosed by brackets [] replaced by your own identifying information:
    9.18 + * The contents of this file are subject to the terms of either the GNU
    9.19 + * General Public License Version 2 only ("GPL") or the Common
    9.20 + * Development and Distribution License("CDDL") (collectively, the
    9.21 + * "License"). You may not use this file except in compliance with the
    9.22 + * License. You can obtain a copy of the License at
    9.23 + * http://www.netbeans.org/cddl-gplv2.html
    9.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.25 + * specific language governing permissions and limitations under the
    9.26 + * License.  When distributing the software, include this License Header
    9.27 + * Notice in each file and include the License file at
    9.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    9.29 + * particular file as subject to the "Classpath" exception as provided
    9.30 + * by Sun in the GPL Version 2 section of the License file that
    9.31 + * accompanied this code. If applicable, add the following below the
    9.32 + * License Header, with the fields enclosed by brackets [] replaced by
    9.33 + * your own identifying information:
    9.34   * "Portions Copyrighted [year] [name of copyright owner]"
    9.35   *
    9.36 + * Contributor(s):
    9.37 + *
    9.38   * The Original Software is NetBeans. The Initial Developer of the Original
    9.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    9.40   * Microsystems, Inc. All Rights Reserved.
    9.41 + *
    9.42 + * If you wish your version of this file to be governed by only the CDDL
    9.43 + * or only the GPL Version 2, indicate your decision by adding
    9.44 + * "[Contributor] elects to include this software in this distribution
    9.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    9.46 + * single choice of license, a recipient has the option to distribute
    9.47 + * your version of this file under either the CDDL, the GPL Version 2 or
    9.48 + * to extend the choice of license to its licensees as provided above.
    9.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    9.50 + * Version 2 license, then the option applies only if the new code is
    9.51 + * made subject to such option by the copyright holder.
    9.52   */
    9.53  
    9.54  package org.netbeans.modules.jasm;
    10.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWDataObject.java	Thu Sep 27 09:06:41 2007 +0000
    10.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWDataObject.java	Thu Sep 27 09:20:11 2007 +0000
    10.3 @@ -1,20 +1,42 @@
    10.4  /*
    10.5 - * The contents of this file are subject to the terms of the Common Development
    10.6 - * and Distribution License (the License). You may not use this file except in
    10.7 - * compliance with the License.
    10.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.9   *
   10.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   10.11 - * or http://www.netbeans.org/cddl.txt.
   10.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   10.13   *
   10.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   10.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   10.16 - * If applicable, add the following below the CDDL Header, with the fields
   10.17 - * enclosed by brackets [] replaced by your own identifying information:
   10.18 + * The contents of this file are subject to the terms of either the GNU
   10.19 + * General Public License Version 2 only ("GPL") or the Common
   10.20 + * Development and Distribution License("CDDL") (collectively, the
   10.21 + * "License"). You may not use this file except in compliance with the
   10.22 + * License. You can obtain a copy of the License at
   10.23 + * http://www.netbeans.org/cddl-gplv2.html
   10.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.25 + * specific language governing permissions and limitations under the
   10.26 + * License.  When distributing the software, include this License Header
   10.27 + * Notice in each file and include the License file at
   10.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   10.29 + * particular file as subject to the "Classpath" exception as provided
   10.30 + * by Sun in the GPL Version 2 section of the License file that
   10.31 + * accompanied this code. If applicable, add the following below the
   10.32 + * License Header, with the fields enclosed by brackets [] replaced by
   10.33 + * your own identifying information:
   10.34   * "Portions Copyrighted [year] [name of copyright owner]"
   10.35   *
   10.36 + * Contributor(s):
   10.37 + *
   10.38   * The Original Software is NetBeans. The Initial Developer of the Original
   10.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   10.40   * Microsystems, Inc. All Rights Reserved.
   10.41 + *
   10.42 + * If you wish your version of this file to be governed by only the CDDL
   10.43 + * or only the GPL Version 2, indicate your decision by adding
   10.44 + * "[Contributor] elects to include this software in this distribution
   10.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   10.46 + * single choice of license, a recipient has the option to distribute
   10.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   10.48 + * to extend the choice of license to its licensees as provided above.
   10.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   10.50 + * Version 2 license, then the option applies only if the new code is
   10.51 + * made subject to such option by the copyright holder.
   10.52   */
   10.53  
   10.54  
    11.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWEditorSettingsInitializer.java	Thu Sep 27 09:06:41 2007 +0000
    11.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWEditorSettingsInitializer.java	Thu Sep 27 09:20:11 2007 +0000
    11.3 @@ -1,20 +1,42 @@
    11.4  /*
    11.5 - * The contents of this file are subject to the terms of the Common Development
    11.6 - * and Distribution License (the License). You may not use this file except in
    11.7 - * compliance with the License.
    11.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.9   *
   11.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   11.11 - * or http://www.netbeans.org/cddl.txt.
   11.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   11.13   *
   11.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   11.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   11.16 - * If applicable, add the following below the CDDL Header, with the fields
   11.17 - * enclosed by brackets [] replaced by your own identifying information:
   11.18 + * The contents of this file are subject to the terms of either the GNU
   11.19 + * General Public License Version 2 only ("GPL") or the Common
   11.20 + * Development and Distribution License("CDDL") (collectively, the
   11.21 + * "License"). You may not use this file except in compliance with the
   11.22 + * License. You can obtain a copy of the License at
   11.23 + * http://www.netbeans.org/cddl-gplv2.html
   11.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.25 + * specific language governing permissions and limitations under the
   11.26 + * License.  When distributing the software, include this License Header
   11.27 + * Notice in each file and include the License file at
   11.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   11.29 + * particular file as subject to the "Classpath" exception as provided
   11.30 + * by Sun in the GPL Version 2 section of the License file that
   11.31 + * accompanied this code. If applicable, add the following below the
   11.32 + * License Header, with the fields enclosed by brackets [] replaced by
   11.33 + * your own identifying information:
   11.34   * "Portions Copyrighted [year] [name of copyright owner]"
   11.35   *
   11.36 + * Contributor(s):
   11.37 + *
   11.38   * The Original Software is NetBeans. The Initial Developer of the Original
   11.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   11.40   * Microsystems, Inc. All Rights Reserved.
   11.41 + *
   11.42 + * If you wish your version of this file to be governed by only the CDDL
   11.43 + * or only the GPL Version 2, indicate your decision by adding
   11.44 + * "[Contributor] elects to include this software in this distribution
   11.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   11.46 + * single choice of license, a recipient has the option to distribute
   11.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   11.48 + * to extend the choice of license to its licensees as provided above.
   11.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   11.50 + * Version 2 license, then the option applies only if the new code is
   11.51 + * made subject to such option by the copyright holder.
   11.52   */
   11.53  
   11.54  package org.netbeans.modules.jasm;
    12.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWEditorSupport.java	Thu Sep 27 09:06:41 2007 +0000
    12.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWEditorSupport.java	Thu Sep 27 09:20:11 2007 +0000
    12.3 @@ -1,20 +1,42 @@
    12.4  /*
    12.5 - * The contents of this file are subject to the terms of the Common Development
    12.6 - * and Distribution License (the License). You may not use this file except in
    12.7 - * compliance with the License.
    12.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.9   *
   12.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   12.11 - * or http://www.netbeans.org/cddl.txt.
   12.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   12.13   *
   12.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   12.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   12.16 - * If applicable, add the following below the CDDL Header, with the fields
   12.17 - * enclosed by brackets [] replaced by your own identifying information:
   12.18 + * The contents of this file are subject to the terms of either the GNU
   12.19 + * General Public License Version 2 only ("GPL") or the Common
   12.20 + * Development and Distribution License("CDDL") (collectively, the
   12.21 + * "License"). You may not use this file except in compliance with the
   12.22 + * License. You can obtain a copy of the License at
   12.23 + * http://www.netbeans.org/cddl-gplv2.html
   12.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.25 + * specific language governing permissions and limitations under the
   12.26 + * License.  When distributing the software, include this License Header
   12.27 + * Notice in each file and include the License file at
   12.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   12.29 + * particular file as subject to the "Classpath" exception as provided
   12.30 + * by Sun in the GPL Version 2 section of the License file that
   12.31 + * accompanied this code. If applicable, add the following below the
   12.32 + * License Header, with the fields enclosed by brackets [] replaced by
   12.33 + * your own identifying information:
   12.34   * "Portions Copyrighted [year] [name of copyright owner]"
   12.35   *
   12.36 + * Contributor(s):
   12.37 + *
   12.38   * The Original Software is NetBeans. The Initial Developer of the Original
   12.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   12.40   * Microsystems, Inc. All Rights Reserved.
   12.41 + *
   12.42 + * If you wish your version of this file to be governed by only the CDDL
   12.43 + * or only the GPL Version 2, indicate your decision by adding
   12.44 + * "[Contributor] elects to include this software in this distribution
   12.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   12.46 + * single choice of license, a recipient has the option to distribute
   12.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   12.48 + * to extend the choice of license to its licensees as provided above.
   12.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   12.50 + * Version 2 license, then the option applies only if the new code is
   12.51 + * made subject to such option by the copyright holder.
   12.52   */
   12.53  
   12.54  package org.netbeans.modules.jasm;
    13.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWKit.java	Thu Sep 27 09:06:41 2007 +0000
    13.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWKit.java	Thu Sep 27 09:20:11 2007 +0000
    13.3 @@ -1,20 +1,42 @@
    13.4  /*
    13.5 - * The contents of this file are subject to the terms of the Common Development
    13.6 - * and Distribution License (the License). You may not use this file except in
    13.7 - * compliance with the License.
    13.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.9   *
   13.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   13.11 - * or http://www.netbeans.org/cddl.txt.
   13.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   13.13   *
   13.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   13.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   13.16 - * If applicable, add the following below the CDDL Header, with the fields
   13.17 - * enclosed by brackets [] replaced by your own identifying information:
   13.18 + * The contents of this file are subject to the terms of either the GNU
   13.19 + * General Public License Version 2 only ("GPL") or the Common
   13.20 + * Development and Distribution License("CDDL") (collectively, the
   13.21 + * "License"). You may not use this file except in compliance with the
   13.22 + * License. You can obtain a copy of the License at
   13.23 + * http://www.netbeans.org/cddl-gplv2.html
   13.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.25 + * specific language governing permissions and limitations under the
   13.26 + * License.  When distributing the software, include this License Header
   13.27 + * Notice in each file and include the License file at
   13.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   13.29 + * particular file as subject to the "Classpath" exception as provided
   13.30 + * by Sun in the GPL Version 2 section of the License file that
   13.31 + * accompanied this code. If applicable, add the following below the
   13.32 + * License Header, with the fields enclosed by brackets [] replaced by
   13.33 + * your own identifying information:
   13.34   * "Portions Copyrighted [year] [name of copyright owner]"
   13.35   *
   13.36 + * Contributor(s):
   13.37 + *
   13.38   * The Original Software is NetBeans. The Initial Developer of the Original
   13.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   13.40   * Microsystems, Inc. All Rights Reserved.
   13.41 + *
   13.42 + * If you wish your version of this file to be governed by only the CDDL
   13.43 + * or only the GPL Version 2, indicate your decision by adding
   13.44 + * "[Contributor] elects to include this software in this distribution
   13.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.46 + * single choice of license, a recipient has the option to distribute
   13.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   13.48 + * to extend the choice of license to its licensees as provided above.
   13.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   13.50 + * Version 2 license, then the option applies only if the new code is
   13.51 + * made subject to such option by the copyright holder.
   13.52   */
   13.53  
   13.54  package org.netbeans.modules.jasm;
    14.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWNode.java	Thu Sep 27 09:06:41 2007 +0000
    14.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWNode.java	Thu Sep 27 09:20:11 2007 +0000
    14.3 @@ -1,20 +1,42 @@
    14.4  /*
    14.5 - * The contents of this file are subject to the terms of the Common Development
    14.6 - * and Distribution License (the License). You may not use this file except in
    14.7 - * compliance with the License.
    14.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.9   *
   14.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   14.11 - * or http://www.netbeans.org/cddl.txt.
   14.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   14.13   *
   14.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   14.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   14.16 - * If applicable, add the following below the CDDL Header, with the fields
   14.17 - * enclosed by brackets [] replaced by your own identifying information:
   14.18 + * The contents of this file are subject to the terms of either the GNU
   14.19 + * General Public License Version 2 only ("GPL") or the Common
   14.20 + * Development and Distribution License("CDDL") (collectively, the
   14.21 + * "License"). You may not use this file except in compliance with the
   14.22 + * License. You can obtain a copy of the License at
   14.23 + * http://www.netbeans.org/cddl-gplv2.html
   14.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.25 + * specific language governing permissions and limitations under the
   14.26 + * License.  When distributing the software, include this License Header
   14.27 + * Notice in each file and include the License file at
   14.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   14.29 + * particular file as subject to the "Classpath" exception as provided
   14.30 + * by Sun in the GPL Version 2 section of the License file that
   14.31 + * accompanied this code. If applicable, add the following below the
   14.32 + * License Header, with the fields enclosed by brackets [] replaced by
   14.33 + * your own identifying information:
   14.34   * "Portions Copyrighted [year] [name of copyright owner]"
   14.35   *
   14.36 + * Contributor(s):
   14.37 + *
   14.38   * The Original Software is NetBeans. The Initial Developer of the Original
   14.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   14.40   * Microsystems, Inc. All Rights Reserved.
   14.41 + *
   14.42 + * If you wish your version of this file to be governed by only the CDDL
   14.43 + * or only the GPL Version 2, indicate your decision by adding
   14.44 + * "[Contributor] elects to include this software in this distribution
   14.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.46 + * single choice of license, a recipient has the option to distribute
   14.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   14.48 + * to extend the choice of license to its licensees as provided above.
   14.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   14.50 + * Version 2 license, then the option applies only if the new code is
   14.51 + * made subject to such option by the copyright holder.
   14.52   */
   14.53  
   14.54  package org.netbeans.modules.jasm;
    15.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWOptions.java	Thu Sep 27 09:06:41 2007 +0000
    15.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWOptions.java	Thu Sep 27 09:20:11 2007 +0000
    15.3 @@ -1,20 +1,42 @@
    15.4  /*
    15.5 - * The contents of this file are subject to the terms of the Common Development
    15.6 - * and Distribution License (the License). You may not use this file except in
    15.7 - * compliance with the License.
    15.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.9   *
   15.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   15.11 - * or http://www.netbeans.org/cddl.txt.
   15.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   15.13   *
   15.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   15.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   15.16 - * If applicable, add the following below the CDDL Header, with the fields
   15.17 - * enclosed by brackets [] replaced by your own identifying information:
   15.18 + * The contents of this file are subject to the terms of either the GNU
   15.19 + * General Public License Version 2 only ("GPL") or the Common
   15.20 + * Development and Distribution License("CDDL") (collectively, the
   15.21 + * "License"). You may not use this file except in compliance with the
   15.22 + * License. You can obtain a copy of the License at
   15.23 + * http://www.netbeans.org/cddl-gplv2.html
   15.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.25 + * specific language governing permissions and limitations under the
   15.26 + * License.  When distributing the software, include this License Header
   15.27 + * Notice in each file and include the License file at
   15.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   15.29 + * particular file as subject to the "Classpath" exception as provided
   15.30 + * by Sun in the GPL Version 2 section of the License file that
   15.31 + * accompanied this code. If applicable, add the following below the
   15.32 + * License Header, with the fields enclosed by brackets [] replaced by
   15.33 + * your own identifying information:
   15.34   * "Portions Copyrighted [year] [name of copyright owner]"
   15.35   *
   15.36 + * Contributor(s):
   15.37 + *
   15.38   * The Original Software is NetBeans. The Initial Developer of the Original
   15.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   15.40   * Microsystems, Inc. All Rights Reserved.
   15.41 + *
   15.42 + * If you wish your version of this file to be governed by only the CDDL
   15.43 + * or only the GPL Version 2, indicate your decision by adding
   15.44 + * "[Contributor] elects to include this software in this distribution
   15.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   15.46 + * single choice of license, a recipient has the option to distribute
   15.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   15.48 + * to extend the choice of license to its licensees as provided above.
   15.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   15.50 + * Version 2 license, then the option applies only if the new code is
   15.51 + * made subject to such option by the copyright holder.
   15.52   */
   15.53  
   15.54  package org.netbeans.modules.jasm;
    16.1 --- a/jasm/src/org/netbeans/modules/jasm/JRAWOptionsBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
    16.2 +++ b/jasm/src/org/netbeans/modules/jasm/JRAWOptionsBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
    16.3 @@ -1,20 +1,42 @@
    16.4  /*
    16.5 - * The contents of this file are subject to the terms of the Common Development
    16.6 - * and Distribution License (the License). You may not use this file except in
    16.7 - * compliance with the License.
    16.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.9   *
   16.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   16.11 - * or http://www.netbeans.org/cddl.txt.
   16.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   16.13   *
   16.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   16.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   16.16 - * If applicable, add the following below the CDDL Header, with the fields
   16.17 - * enclosed by brackets [] replaced by your own identifying information:
   16.18 + * The contents of this file are subject to the terms of either the GNU
   16.19 + * General Public License Version 2 only ("GPL") or the Common
   16.20 + * Development and Distribution License("CDDL") (collectively, the
   16.21 + * "License"). You may not use this file except in compliance with the
   16.22 + * License. You can obtain a copy of the License at
   16.23 + * http://www.netbeans.org/cddl-gplv2.html
   16.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.25 + * specific language governing permissions and limitations under the
   16.26 + * License.  When distributing the software, include this License Header
   16.27 + * Notice in each file and include the License file at
   16.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   16.29 + * particular file as subject to the "Classpath" exception as provided
   16.30 + * by Sun in the GPL Version 2 section of the License file that
   16.31 + * accompanied this code. If applicable, add the following below the
   16.32 + * License Header, with the fields enclosed by brackets [] replaced by
   16.33 + * your own identifying information:
   16.34   * "Portions Copyrighted [year] [name of copyright owner]"
   16.35   *
   16.36 + * Contributor(s):
   16.37 + *
   16.38   * The Original Software is NetBeans. The Initial Developer of the Original
   16.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   16.40   * Microsystems, Inc. All Rights Reserved.
   16.41 + *
   16.42 + * If you wish your version of this file to be governed by only the CDDL
   16.43 + * or only the GPL Version 2, indicate your decision by adding
   16.44 + * "[Contributor] elects to include this software in this distribution
   16.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.46 + * single choice of license, a recipient has the option to distribute
   16.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   16.48 + * to extend the choice of license to its licensees as provided above.
   16.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   16.50 + * Version 2 license, then the option applies only if the new code is
   16.51 + * made subject to such option by the copyright holder.
   16.52   */
   16.53  
   16.54  package org.netbeans.modules.jasm;
    17.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AccessFlag.java	Thu Sep 27 09:06:41 2007 +0000
    17.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AccessFlag.java	Thu Sep 27 09:20:11 2007 +0000
    17.3 @@ -1,20 +1,42 @@
    17.4  /*
    17.5 - * The contents of this file are subject to the terms of the Common Development
    17.6 - * and Distribution License (the License). You may not use this file except in
    17.7 - * compliance with the License.
    17.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.9   *
   17.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   17.11 - * or http://www.netbeans.org/cddl.txt.
   17.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   17.13   *
   17.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   17.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   17.16 - * If applicable, add the following below the CDDL Header, with the fields
   17.17 - * enclosed by brackets [] replaced by your own identifying information:
   17.18 + * The contents of this file are subject to the terms of either the GNU
   17.19 + * General Public License Version 2 only ("GPL") or the Common
   17.20 + * Development and Distribution License("CDDL") (collectively, the
   17.21 + * "License"). You may not use this file except in compliance with the
   17.22 + * License. You can obtain a copy of the License at
   17.23 + * http://www.netbeans.org/cddl-gplv2.html
   17.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   17.25 + * specific language governing permissions and limitations under the
   17.26 + * License.  When distributing the software, include this License Header
   17.27 + * Notice in each file and include the License file at
   17.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   17.29 + * particular file as subject to the "Classpath" exception as provided
   17.30 + * by Sun in the GPL Version 2 section of the License file that
   17.31 + * accompanied this code. If applicable, add the following below the
   17.32 + * License Header, with the fields enclosed by brackets [] replaced by
   17.33 + * your own identifying information:
   17.34   * "Portions Copyrighted [year] [name of copyright owner]"
   17.35   *
   17.36 + * Contributor(s):
   17.37 + *
   17.38   * The Original Software is NetBeans. The Initial Developer of the Original
   17.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   17.40   * Microsystems, Inc. All Rights Reserved.
   17.41 + *
   17.42 + * If you wish your version of this file to be governed by only the CDDL
   17.43 + * or only the GPL Version 2, indicate your decision by adding
   17.44 + * "[Contributor] elects to include this software in this distribution
   17.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   17.46 + * single choice of license, a recipient has the option to distribute
   17.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   17.48 + * to extend the choice of license to its licensees as provided above.
   17.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   17.50 + * Version 2 license, then the option applies only if the new code is
   17.51 + * made subject to such option by the copyright holder.
   17.52   */
   17.53  
   17.54  package org.netbeans.modules.jasm.parser;
    18.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrCode.java	Thu Sep 27 09:06:41 2007 +0000
    18.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrCode.java	Thu Sep 27 09:20:11 2007 +0000
    18.3 @@ -1,20 +1,42 @@
    18.4  /*
    18.5 - * The contents of this file are subject to the terms of the Common Development
    18.6 - * and Distribution License (the License). You may not use this file except in
    18.7 - * compliance with the License.
    18.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.9   *
   18.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   18.11 - * or http://www.netbeans.org/cddl.txt.
   18.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   18.13   *
   18.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   18.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   18.16 - * If applicable, add the following below the CDDL Header, with the fields
   18.17 - * enclosed by brackets [] replaced by your own identifying information:
   18.18 + * The contents of this file are subject to the terms of either the GNU
   18.19 + * General Public License Version 2 only ("GPL") or the Common
   18.20 + * Development and Distribution License("CDDL") (collectively, the
   18.21 + * "License"). You may not use this file except in compliance with the
   18.22 + * License. You can obtain a copy of the License at
   18.23 + * http://www.netbeans.org/cddl-gplv2.html
   18.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.25 + * specific language governing permissions and limitations under the
   18.26 + * License.  When distributing the software, include this License Header
   18.27 + * Notice in each file and include the License file at
   18.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   18.29 + * particular file as subject to the "Classpath" exception as provided
   18.30 + * by Sun in the GPL Version 2 section of the License file that
   18.31 + * accompanied this code. If applicable, add the following below the
   18.32 + * License Header, with the fields enclosed by brackets [] replaced by
   18.33 + * your own identifying information:
   18.34   * "Portions Copyrighted [year] [name of copyright owner]"
   18.35   *
   18.36 + * Contributor(s):
   18.37 + *
   18.38   * The Original Software is NetBeans. The Initial Developer of the Original
   18.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   18.40   * Microsystems, Inc. All Rights Reserved.
   18.41 + *
   18.42 + * If you wish your version of this file to be governed by only the CDDL
   18.43 + * or only the GPL Version 2, indicate your decision by adding
   18.44 + * "[Contributor] elects to include this software in this distribution
   18.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   18.46 + * single choice of license, a recipient has the option to distribute
   18.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   18.48 + * to extend the choice of license to its licensees as provided above.
   18.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   18.50 + * Version 2 license, then the option applies only if the new code is
   18.51 + * made subject to such option by the copyright holder.
   18.52   */
   18.53  
   18.54  package org.netbeans.modules.jasm.parser;
    19.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrCodeExc.java	Thu Sep 27 09:06:41 2007 +0000
    19.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrCodeExc.java	Thu Sep 27 09:20:11 2007 +0000
    19.3 @@ -1,20 +1,42 @@
    19.4  /*
    19.5 - * The contents of this file are subject to the terms of the Common Development
    19.6 - * and Distribution License (the License). You may not use this file except in
    19.7 - * compliance with the License.
    19.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.9   *
   19.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   19.11 - * or http://www.netbeans.org/cddl.txt.
   19.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   19.13   *
   19.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   19.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   19.16 - * If applicable, add the following below the CDDL Header, with the fields
   19.17 - * enclosed by brackets [] replaced by your own identifying information:
   19.18 + * The contents of this file are subject to the terms of either the GNU
   19.19 + * General Public License Version 2 only ("GPL") or the Common
   19.20 + * Development and Distribution License("CDDL") (collectively, the
   19.21 + * "License"). You may not use this file except in compliance with the
   19.22 + * License. You can obtain a copy of the License at
   19.23 + * http://www.netbeans.org/cddl-gplv2.html
   19.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.25 + * specific language governing permissions and limitations under the
   19.26 + * License.  When distributing the software, include this License Header
   19.27 + * Notice in each file and include the License file at
   19.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   19.29 + * particular file as subject to the "Classpath" exception as provided
   19.30 + * by Sun in the GPL Version 2 section of the License file that
   19.31 + * accompanied this code. If applicable, add the following below the
   19.32 + * License Header, with the fields enclosed by brackets [] replaced by
   19.33 + * your own identifying information:
   19.34   * "Portions Copyrighted [year] [name of copyright owner]"
   19.35   *
   19.36 + * Contributor(s):
   19.37 + *
   19.38   * The Original Software is NetBeans. The Initial Developer of the Original
   19.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   19.40   * Microsystems, Inc. All Rights Reserved.
   19.41 + *
   19.42 + * If you wish your version of this file to be governed by only the CDDL
   19.43 + * or only the GPL Version 2, indicate your decision by adding
   19.44 + * "[Contributor] elects to include this software in this distribution
   19.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   19.46 + * single choice of license, a recipient has the option to distribute
   19.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   19.48 + * to extend the choice of license to its licensees as provided above.
   19.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   19.50 + * Version 2 license, then the option applies only if the new code is
   19.51 + * made subject to such option by the copyright holder.
   19.52   */
   19.53  
   19.54  package org.netbeans.modules.jasm.parser;
    20.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrConstant.java	Thu Sep 27 09:06:41 2007 +0000
    20.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrConstant.java	Thu Sep 27 09:20:11 2007 +0000
    20.3 @@ -1,20 +1,42 @@
    20.4  /*
    20.5 - * The contents of this file are subject to the terms of the Common Development
    20.6 - * and Distribution License (the License). You may not use this file except in
    20.7 - * compliance with the License.
    20.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.9   *
   20.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   20.11 - * or http://www.netbeans.org/cddl.txt.
   20.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   20.13   *
   20.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   20.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   20.16 - * If applicable, add the following below the CDDL Header, with the fields
   20.17 - * enclosed by brackets [] replaced by your own identifying information:
   20.18 + * The contents of this file are subject to the terms of either the GNU
   20.19 + * General Public License Version 2 only ("GPL") or the Common
   20.20 + * Development and Distribution License("CDDL") (collectively, the
   20.21 + * "License"). You may not use this file except in compliance with the
   20.22 + * License. You can obtain a copy of the License at
   20.23 + * http://www.netbeans.org/cddl-gplv2.html
   20.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.25 + * specific language governing permissions and limitations under the
   20.26 + * License.  When distributing the software, include this License Header
   20.27 + * Notice in each file and include the License file at
   20.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   20.29 + * particular file as subject to the "Classpath" exception as provided
   20.30 + * by Sun in the GPL Version 2 section of the License file that
   20.31 + * accompanied this code. If applicable, add the following below the
   20.32 + * License Header, with the fields enclosed by brackets [] replaced by
   20.33 + * your own identifying information:
   20.34   * "Portions Copyrighted [year] [name of copyright owner]"
   20.35   *
   20.36 + * Contributor(s):
   20.37 + *
   20.38   * The Original Software is NetBeans. The Initial Developer of the Original
   20.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   20.40   * Microsystems, Inc. All Rights Reserved.
   20.41 + *
   20.42 + * If you wish your version of this file to be governed by only the CDDL
   20.43 + * or only the GPL Version 2, indicate your decision by adding
   20.44 + * "[Contributor] elects to include this software in this distribution
   20.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   20.46 + * single choice of license, a recipient has the option to distribute
   20.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   20.48 + * to extend the choice of license to its licensees as provided above.
   20.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   20.50 + * Version 2 license, then the option applies only if the new code is
   20.51 + * made subject to such option by the copyright holder.
   20.52   */
   20.53  
   20.54  package org.netbeans.modules.jasm.parser;
    21.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrDeprecated.java	Thu Sep 27 09:06:41 2007 +0000
    21.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrDeprecated.java	Thu Sep 27 09:20:11 2007 +0000
    21.3 @@ -1,20 +1,42 @@
    21.4  /*
    21.5 - * The contents of this file are subject to the terms of the Common Development
    21.6 - * and Distribution License (the License). You may not use this file except in
    21.7 - * compliance with the License.
    21.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.9   *
   21.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   21.11 - * or http://www.netbeans.org/cddl.txt.
   21.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   21.13   *
   21.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   21.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   21.16 - * If applicable, add the following below the CDDL Header, with the fields
   21.17 - * enclosed by brackets [] replaced by your own identifying information:
   21.18 + * The contents of this file are subject to the terms of either the GNU
   21.19 + * General Public License Version 2 only ("GPL") or the Common
   21.20 + * Development and Distribution License("CDDL") (collectively, the
   21.21 + * "License"). You may not use this file except in compliance with the
   21.22 + * License. You can obtain a copy of the License at
   21.23 + * http://www.netbeans.org/cddl-gplv2.html
   21.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.25 + * specific language governing permissions and limitations under the
   21.26 + * License.  When distributing the software, include this License Header
   21.27 + * Notice in each file and include the License file at
   21.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   21.29 + * particular file as subject to the "Classpath" exception as provided
   21.30 + * by Sun in the GPL Version 2 section of the License file that
   21.31 + * accompanied this code. If applicable, add the following below the
   21.32 + * License Header, with the fields enclosed by brackets [] replaced by
   21.33 + * your own identifying information:
   21.34   * "Portions Copyrighted [year] [name of copyright owner]"
   21.35   *
   21.36 + * Contributor(s):
   21.37 + *
   21.38   * The Original Software is NetBeans. The Initial Developer of the Original
   21.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   21.40   * Microsystems, Inc. All Rights Reserved.
   21.41 + *
   21.42 + * If you wish your version of this file to be governed by only the CDDL
   21.43 + * or only the GPL Version 2, indicate your decision by adding
   21.44 + * "[Contributor] elects to include this software in this distribution
   21.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   21.46 + * single choice of license, a recipient has the option to distribute
   21.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   21.48 + * to extend the choice of license to its licensees as provided above.
   21.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   21.50 + * Version 2 license, then the option applies only if the new code is
   21.51 + * made subject to such option by the copyright holder.
   21.52   */
   21.53  
   21.54  package org.netbeans.modules.jasm.parser;
    22.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrExceptions.java	Thu Sep 27 09:06:41 2007 +0000
    22.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrExceptions.java	Thu Sep 27 09:20:11 2007 +0000
    22.3 @@ -1,20 +1,42 @@
    22.4  /*
    22.5 - * The contents of this file are subject to the terms of the Common Development
    22.6 - * and Distribution License (the License). You may not use this file except in
    22.7 - * compliance with the License.
    22.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.9   *
   22.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   22.11 - * or http://www.netbeans.org/cddl.txt.
   22.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   22.13   *
   22.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   22.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   22.16 - * If applicable, add the following below the CDDL Header, with the fields
   22.17 - * enclosed by brackets [] replaced by your own identifying information:
   22.18 + * The contents of this file are subject to the terms of either the GNU
   22.19 + * General Public License Version 2 only ("GPL") or the Common
   22.20 + * Development and Distribution License("CDDL") (collectively, the
   22.21 + * "License"). You may not use this file except in compliance with the
   22.22 + * License. You can obtain a copy of the License at
   22.23 + * http://www.netbeans.org/cddl-gplv2.html
   22.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   22.25 + * specific language governing permissions and limitations under the
   22.26 + * License.  When distributing the software, include this License Header
   22.27 + * Notice in each file and include the License file at
   22.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   22.29 + * particular file as subject to the "Classpath" exception as provided
   22.30 + * by Sun in the GPL Version 2 section of the License file that
   22.31 + * accompanied this code. If applicable, add the following below the
   22.32 + * License Header, with the fields enclosed by brackets [] replaced by
   22.33 + * your own identifying information:
   22.34   * "Portions Copyrighted [year] [name of copyright owner]"
   22.35   *
   22.36 + * Contributor(s):
   22.37 + *
   22.38   * The Original Software is NetBeans. The Initial Developer of the Original
   22.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   22.40   * Microsystems, Inc. All Rights Reserved.
   22.41 + *
   22.42 + * If you wish your version of this file to be governed by only the CDDL
   22.43 + * or only the GPL Version 2, indicate your decision by adding
   22.44 + * "[Contributor] elects to include this software in this distribution
   22.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   22.46 + * single choice of license, a recipient has the option to distribute
   22.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   22.48 + * to extend the choice of license to its licensees as provided above.
   22.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   22.50 + * Version 2 license, then the option applies only if the new code is
   22.51 + * made subject to such option by the copyright holder.
   22.52   */
   22.53  
   22.54  package org.netbeans.modules.jasm.parser;
    23.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClasses.java	Thu Sep 27 09:06:41 2007 +0000
    23.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClasses.java	Thu Sep 27 09:20:11 2007 +0000
    23.3 @@ -1,20 +1,42 @@
    23.4  /*
    23.5 - * The contents of this file are subject to the terms of the Common Development
    23.6 - * and Distribution License (the License). You may not use this file except in
    23.7 - * compliance with the License.
    23.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.9   *
   23.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   23.11 - * or http://www.netbeans.org/cddl.txt.
   23.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   23.13   *
   23.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   23.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   23.16 - * If applicable, add the following below the CDDL Header, with the fields
   23.17 - * enclosed by brackets [] replaced by your own identifying information:
   23.18 + * The contents of this file are subject to the terms of either the GNU
   23.19 + * General Public License Version 2 only ("GPL") or the Common
   23.20 + * Development and Distribution License("CDDL") (collectively, the
   23.21 + * "License"). You may not use this file except in compliance with the
   23.22 + * License. You can obtain a copy of the License at
   23.23 + * http://www.netbeans.org/cddl-gplv2.html
   23.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   23.25 + * specific language governing permissions and limitations under the
   23.26 + * License.  When distributing the software, include this License Header
   23.27 + * Notice in each file and include the License file at
   23.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   23.29 + * particular file as subject to the "Classpath" exception as provided
   23.30 + * by Sun in the GPL Version 2 section of the License file that
   23.31 + * accompanied this code. If applicable, add the following below the
   23.32 + * License Header, with the fields enclosed by brackets [] replaced by
   23.33 + * your own identifying information:
   23.34   * "Portions Copyrighted [year] [name of copyright owner]"
   23.35   *
   23.36 + * Contributor(s):
   23.37 + *
   23.38   * The Original Software is NetBeans. The Initial Developer of the Original
   23.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   23.40   * Microsystems, Inc. All Rights Reserved.
   23.41 + *
   23.42 + * If you wish your version of this file to be governed by only the CDDL
   23.43 + * or only the GPL Version 2, indicate your decision by adding
   23.44 + * "[Contributor] elects to include this software in this distribution
   23.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   23.46 + * single choice of license, a recipient has the option to distribute
   23.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   23.48 + * to extend the choice of license to its licensees as provided above.
   23.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   23.50 + * Version 2 license, then the option applies only if the new code is
   23.51 + * made subject to such option by the copyright holder.
   23.52   */
   23.53  
   23.54  package org.netbeans.modules.jasm.parser;
    24.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClassesStruct.java	Thu Sep 27 09:06:41 2007 +0000
    24.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrInnerClassesStruct.java	Thu Sep 27 09:20:11 2007 +0000
    24.3 @@ -1,20 +1,42 @@
    24.4  /*
    24.5 - * The contents of this file are subject to the terms of the Common Development
    24.6 - * and Distribution License (the License). You may not use this file except in
    24.7 - * compliance with the License.
    24.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.9   *
   24.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   24.11 - * or http://www.netbeans.org/cddl.txt.
   24.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   24.13   *
   24.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   24.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   24.16 - * If applicable, add the following below the CDDL Header, with the fields
   24.17 - * enclosed by brackets [] replaced by your own identifying information:
   24.18 + * The contents of this file are subject to the terms of either the GNU
   24.19 + * General Public License Version 2 only ("GPL") or the Common
   24.20 + * Development and Distribution License("CDDL") (collectively, the
   24.21 + * "License"). You may not use this file except in compliance with the
   24.22 + * License. You can obtain a copy of the License at
   24.23 + * http://www.netbeans.org/cddl-gplv2.html
   24.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   24.25 + * specific language governing permissions and limitations under the
   24.26 + * License.  When distributing the software, include this License Header
   24.27 + * Notice in each file and include the License file at
   24.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   24.29 + * particular file as subject to the "Classpath" exception as provided
   24.30 + * by Sun in the GPL Version 2 section of the License file that
   24.31 + * accompanied this code. If applicable, add the following below the
   24.32 + * License Header, with the fields enclosed by brackets [] replaced by
   24.33 + * your own identifying information:
   24.34   * "Portions Copyrighted [year] [name of copyright owner]"
   24.35   *
   24.36 + * Contributor(s):
   24.37 + *
   24.38   * The Original Software is NetBeans. The Initial Developer of the Original
   24.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   24.40   * Microsystems, Inc. All Rights Reserved.
   24.41 + *
   24.42 + * If you wish your version of this file to be governed by only the CDDL
   24.43 + * or only the GPL Version 2, indicate your decision by adding
   24.44 + * "[Contributor] elects to include this software in this distribution
   24.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   24.46 + * single choice of license, a recipient has the option to distribute
   24.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   24.48 + * to extend the choice of license to its licensees as provided above.
   24.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   24.50 + * Version 2 license, then the option applies only if the new code is
   24.51 + * made subject to such option by the copyright holder.
   24.52   */
   24.53  
   24.54  package org.netbeans.modules.jasm.parser;
    25.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTable.java	Thu Sep 27 09:06:41 2007 +0000
    25.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTable.java	Thu Sep 27 09:20:11 2007 +0000
    25.3 @@ -1,20 +1,42 @@
    25.4  /*
    25.5 - * The contents of this file are subject to the terms of the Common Development
    25.6 - * and Distribution License (the License). You may not use this file except in
    25.7 - * compliance with the License.
    25.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.9   *
   25.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   25.11 - * or http://www.netbeans.org/cddl.txt.
   25.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   25.13   *
   25.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   25.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   25.16 - * If applicable, add the following below the CDDL Header, with the fields
   25.17 - * enclosed by brackets [] replaced by your own identifying information:
   25.18 + * The contents of this file are subject to the terms of either the GNU
   25.19 + * General Public License Version 2 only ("GPL") or the Common
   25.20 + * Development and Distribution License("CDDL") (collectively, the
   25.21 + * "License"). You may not use this file except in compliance with the
   25.22 + * License. You can obtain a copy of the License at
   25.23 + * http://www.netbeans.org/cddl-gplv2.html
   25.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   25.25 + * specific language governing permissions and limitations under the
   25.26 + * License.  When distributing the software, include this License Header
   25.27 + * Notice in each file and include the License file at
   25.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   25.29 + * particular file as subject to the "Classpath" exception as provided
   25.30 + * by Sun in the GPL Version 2 section of the License file that
   25.31 + * accompanied this code. If applicable, add the following below the
   25.32 + * License Header, with the fields enclosed by brackets [] replaced by
   25.33 + * your own identifying information:
   25.34   * "Portions Copyrighted [year] [name of copyright owner]"
   25.35   *
   25.36 + * Contributor(s):
   25.37 + *
   25.38   * The Original Software is NetBeans. The Initial Developer of the Original
   25.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   25.40   * Microsystems, Inc. All Rights Reserved.
   25.41 + *
   25.42 + * If you wish your version of this file to be governed by only the CDDL
   25.43 + * or only the GPL Version 2, indicate your decision by adding
   25.44 + * "[Contributor] elects to include this software in this distribution
   25.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   25.46 + * single choice of license, a recipient has the option to distribute
   25.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   25.48 + * to extend the choice of license to its licensees as provided above.
   25.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   25.50 + * Version 2 license, then the option applies only if the new code is
   25.51 + * made subject to such option by the copyright holder.
   25.52   */
   25.53  
   25.54  package org.netbeans.modules.jasm.parser;
    26.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTableStruct.java	Thu Sep 27 09:06:41 2007 +0000
    26.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrLineNumberTableStruct.java	Thu Sep 27 09:20:11 2007 +0000
    26.3 @@ -1,20 +1,42 @@
    26.4  /*
    26.5 - * The contents of this file are subject to the terms of the Common Development
    26.6 - * and Distribution License (the License). You may not use this file except in
    26.7 - * compliance with the License.
    26.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.9   *
   26.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   26.11 - * or http://www.netbeans.org/cddl.txt.
   26.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   26.13   *
   26.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   26.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   26.16 - * If applicable, add the following below the CDDL Header, with the fields
   26.17 - * enclosed by brackets [] replaced by your own identifying information:
   26.18 + * The contents of this file are subject to the terms of either the GNU
   26.19 + * General Public License Version 2 only ("GPL") or the Common
   26.20 + * Development and Distribution License("CDDL") (collectively, the
   26.21 + * "License"). You may not use this file except in compliance with the
   26.22 + * License. You can obtain a copy of the License at
   26.23 + * http://www.netbeans.org/cddl-gplv2.html
   26.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   26.25 + * specific language governing permissions and limitations under the
   26.26 + * License.  When distributing the software, include this License Header
   26.27 + * Notice in each file and include the License file at
   26.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   26.29 + * particular file as subject to the "Classpath" exception as provided
   26.30 + * by Sun in the GPL Version 2 section of the License file that
   26.31 + * accompanied this code. If applicable, add the following below the
   26.32 + * License Header, with the fields enclosed by brackets [] replaced by
   26.33 + * your own identifying information:
   26.34   * "Portions Copyrighted [year] [name of copyright owner]"
   26.35   *
   26.36 + * Contributor(s):
   26.37 + *
   26.38   * The Original Software is NetBeans. The Initial Developer of the Original
   26.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   26.40   * Microsystems, Inc. All Rights Reserved.
   26.41 + *
   26.42 + * If you wish your version of this file to be governed by only the CDDL
   26.43 + * or only the GPL Version 2, indicate your decision by adding
   26.44 + * "[Contributor] elects to include this software in this distribution
   26.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   26.46 + * single choice of license, a recipient has the option to distribute
   26.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   26.48 + * to extend the choice of license to its licensees as provided above.
   26.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   26.50 + * Version 2 license, then the option applies only if the new code is
   26.51 + * made subject to such option by the copyright holder.
   26.52   */
   26.53  
   26.54  package org.netbeans.modules.jasm.parser;
    27.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTable.java	Thu Sep 27 09:06:41 2007 +0000
    27.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTable.java	Thu Sep 27 09:20:11 2007 +0000
    27.3 @@ -1,20 +1,42 @@
    27.4  /*
    27.5 - * The contents of this file are subject to the terms of the Common Development
    27.6 - * and Distribution License (the License). You may not use this file except in
    27.7 - * compliance with the License.
    27.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.9   *
   27.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   27.11 - * or http://www.netbeans.org/cddl.txt.
   27.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   27.13   *
   27.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   27.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   27.16 - * If applicable, add the following below the CDDL Header, with the fields
   27.17 - * enclosed by brackets [] replaced by your own identifying information:
   27.18 + * The contents of this file are subject to the terms of either the GNU
   27.19 + * General Public License Version 2 only ("GPL") or the Common
   27.20 + * Development and Distribution License("CDDL") (collectively, the
   27.21 + * "License"). You may not use this file except in compliance with the
   27.22 + * License. You can obtain a copy of the License at
   27.23 + * http://www.netbeans.org/cddl-gplv2.html
   27.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   27.25 + * specific language governing permissions and limitations under the
   27.26 + * License.  When distributing the software, include this License Header
   27.27 + * Notice in each file and include the License file at
   27.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   27.29 + * particular file as subject to the "Classpath" exception as provided
   27.30 + * by Sun in the GPL Version 2 section of the License file that
   27.31 + * accompanied this code. If applicable, add the following below the
   27.32 + * License Header, with the fields enclosed by brackets [] replaced by
   27.33 + * your own identifying information:
   27.34   * "Portions Copyrighted [year] [name of copyright owner]"
   27.35   *
   27.36 + * Contributor(s):
   27.37 + *
   27.38   * The Original Software is NetBeans. The Initial Developer of the Original
   27.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   27.40   * Microsystems, Inc. All Rights Reserved.
   27.41 + *
   27.42 + * If you wish your version of this file to be governed by only the CDDL
   27.43 + * or only the GPL Version 2, indicate your decision by adding
   27.44 + * "[Contributor] elects to include this software in this distribution
   27.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   27.46 + * single choice of license, a recipient has the option to distribute
   27.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   27.48 + * to extend the choice of license to its licensees as provided above.
   27.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   27.50 + * Version 2 license, then the option applies only if the new code is
   27.51 + * made subject to such option by the copyright holder.
   27.52   */
   27.53  
   27.54  package org.netbeans.modules.jasm.parser;
    28.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTableStruct.java	Thu Sep 27 09:06:41 2007 +0000
    28.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrLocalVariableTableStruct.java	Thu Sep 27 09:20:11 2007 +0000
    28.3 @@ -1,20 +1,42 @@
    28.4  /*
    28.5 - * The contents of this file are subject to the terms of the Common Development
    28.6 - * and Distribution License (the License). You may not use this file except in
    28.7 - * compliance with the License.
    28.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.9   *
   28.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   28.11 - * or http://www.netbeans.org/cddl.txt.
   28.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   28.13   *
   28.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   28.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   28.16 - * If applicable, add the following below the CDDL Header, with the fields
   28.17 - * enclosed by brackets [] replaced by your own identifying information:
   28.18 + * The contents of this file are subject to the terms of either the GNU
   28.19 + * General Public License Version 2 only ("GPL") or the Common
   28.20 + * Development and Distribution License("CDDL") (collectively, the
   28.21 + * "License"). You may not use this file except in compliance with the
   28.22 + * License. You can obtain a copy of the License at
   28.23 + * http://www.netbeans.org/cddl-gplv2.html
   28.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   28.25 + * specific language governing permissions and limitations under the
   28.26 + * License.  When distributing the software, include this License Header
   28.27 + * Notice in each file and include the License file at
   28.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   28.29 + * particular file as subject to the "Classpath" exception as provided
   28.30 + * by Sun in the GPL Version 2 section of the License file that
   28.31 + * accompanied this code. If applicable, add the following below the
   28.32 + * License Header, with the fields enclosed by brackets [] replaced by
   28.33 + * your own identifying information:
   28.34   * "Portions Copyrighted [year] [name of copyright owner]"
   28.35   *
   28.36 + * Contributor(s):
   28.37 + *
   28.38   * The Original Software is NetBeans. The Initial Developer of the Original
   28.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   28.40   * Microsystems, Inc. All Rights Reserved.
   28.41 + *
   28.42 + * If you wish your version of this file to be governed by only the CDDL
   28.43 + * or only the GPL Version 2, indicate your decision by adding
   28.44 + * "[Contributor] elects to include this software in this distribution
   28.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   28.46 + * single choice of license, a recipient has the option to distribute
   28.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   28.48 + * to extend the choice of license to its licensees as provided above.
   28.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   28.50 + * Version 2 license, then the option applies only if the new code is
   28.51 + * made subject to such option by the copyright holder.
   28.52   */
   28.53  
   28.54  package org.netbeans.modules.jasm.parser;
    29.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrSourceFile.java	Thu Sep 27 09:06:41 2007 +0000
    29.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrSourceFile.java	Thu Sep 27 09:20:11 2007 +0000
    29.3 @@ -1,20 +1,42 @@
    29.4  /*
    29.5 - * The contents of this file are subject to the terms of the Common Development
    29.6 - * and Distribution License (the License). You may not use this file except in
    29.7 - * compliance with the License.
    29.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.9   *
   29.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   29.11 - * or http://www.netbeans.org/cddl.txt.
   29.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   29.13   *
   29.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   29.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   29.16 - * If applicable, add the following below the CDDL Header, with the fields
   29.17 - * enclosed by brackets [] replaced by your own identifying information:
   29.18 + * The contents of this file are subject to the terms of either the GNU
   29.19 + * General Public License Version 2 only ("GPL") or the Common
   29.20 + * Development and Distribution License("CDDL") (collectively, the
   29.21 + * "License"). You may not use this file except in compliance with the
   29.22 + * License. You can obtain a copy of the License at
   29.23 + * http://www.netbeans.org/cddl-gplv2.html
   29.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   29.25 + * specific language governing permissions and limitations under the
   29.26 + * License.  When distributing the software, include this License Header
   29.27 + * Notice in each file and include the License file at
   29.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   29.29 + * particular file as subject to the "Classpath" exception as provided
   29.30 + * by Sun in the GPL Version 2 section of the License file that
   29.31 + * accompanied this code. If applicable, add the following below the
   29.32 + * License Header, with the fields enclosed by brackets [] replaced by
   29.33 + * your own identifying information:
   29.34   * "Portions Copyrighted [year] [name of copyright owner]"
   29.35   *
   29.36 + * Contributor(s):
   29.37 + *
   29.38   * The Original Software is NetBeans. The Initial Developer of the Original
   29.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   29.40   * Microsystems, Inc. All Rights Reserved.
   29.41 + *
   29.42 + * If you wish your version of this file to be governed by only the CDDL
   29.43 + * or only the GPL Version 2, indicate your decision by adding
   29.44 + * "[Contributor] elects to include this software in this distribution
   29.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   29.46 + * single choice of license, a recipient has the option to distribute
   29.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   29.48 + * to extend the choice of license to its licensees as provided above.
   29.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   29.50 + * Version 2 license, then the option applies only if the new code is
   29.51 + * made subject to such option by the copyright holder.
   29.52   */
   29.53  
   29.54  package org.netbeans.modules.jasm.parser;
    30.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrSynthetic.java	Thu Sep 27 09:06:41 2007 +0000
    30.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrSynthetic.java	Thu Sep 27 09:20:11 2007 +0000
    30.3 @@ -1,20 +1,42 @@
    30.4  /*
    30.5 - * The contents of this file are subject to the terms of the Common Development
    30.6 - * and Distribution License (the License). You may not use this file except in
    30.7 - * compliance with the License.
    30.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.9   *
   30.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   30.11 - * or http://www.netbeans.org/cddl.txt.
   30.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   30.13   *
   30.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   30.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   30.16 - * If applicable, add the following below the CDDL Header, with the fields
   30.17 - * enclosed by brackets [] replaced by your own identifying information:
   30.18 + * The contents of this file are subject to the terms of either the GNU
   30.19 + * General Public License Version 2 only ("GPL") or the Common
   30.20 + * Development and Distribution License("CDDL") (collectively, the
   30.21 + * "License"). You may not use this file except in compliance with the
   30.22 + * License. You can obtain a copy of the License at
   30.23 + * http://www.netbeans.org/cddl-gplv2.html
   30.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   30.25 + * specific language governing permissions and limitations under the
   30.26 + * License.  When distributing the software, include this License Header
   30.27 + * Notice in each file and include the License file at
   30.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   30.29 + * particular file as subject to the "Classpath" exception as provided
   30.30 + * by Sun in the GPL Version 2 section of the License file that
   30.31 + * accompanied this code. If applicable, add the following below the
   30.32 + * License Header, with the fields enclosed by brackets [] replaced by
   30.33 + * your own identifying information:
   30.34   * "Portions Copyrighted [year] [name of copyright owner]"
   30.35   *
   30.36 + * Contributor(s):
   30.37 + *
   30.38   * The Original Software is NetBeans. The Initial Developer of the Original
   30.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   30.40   * Microsystems, Inc. All Rights Reserved.
   30.41 + *
   30.42 + * If you wish your version of this file to be governed by only the CDDL
   30.43 + * or only the GPL Version 2, indicate your decision by adding
   30.44 + * "[Contributor] elects to include this software in this distribution
   30.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   30.46 + * single choice of license, a recipient has the option to distribute
   30.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   30.48 + * to extend the choice of license to its licensees as provided above.
   30.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   30.50 + * Version 2 license, then the option applies only if the new code is
   30.51 + * made subject to such option by the copyright holder.
   30.52   */
   30.53  
   30.54  package org.netbeans.modules.jasm.parser;
    31.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/AttrUnknown.java	Thu Sep 27 09:06:41 2007 +0000
    31.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/AttrUnknown.java	Thu Sep 27 09:20:11 2007 +0000
    31.3 @@ -1,20 +1,42 @@
    31.4  /*
    31.5 - * The contents of this file are subject to the terms of the Common Development
    31.6 - * and Distribution License (the License). You may not use this file except in
    31.7 - * compliance with the License.
    31.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.9   *
   31.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   31.11 - * or http://www.netbeans.org/cddl.txt.
   31.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   31.13   *
   31.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   31.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   31.16 - * If applicable, add the following below the CDDL Header, with the fields
   31.17 - * enclosed by brackets [] replaced by your own identifying information:
   31.18 + * The contents of this file are subject to the terms of either the GNU
   31.19 + * General Public License Version 2 only ("GPL") or the Common
   31.20 + * Development and Distribution License("CDDL") (collectively, the
   31.21 + * "License"). You may not use this file except in compliance with the
   31.22 + * License. You can obtain a copy of the License at
   31.23 + * http://www.netbeans.org/cddl-gplv2.html
   31.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   31.25 + * specific language governing permissions and limitations under the
   31.26 + * License.  When distributing the software, include this License Header
   31.27 + * Notice in each file and include the License file at
   31.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   31.29 + * particular file as subject to the "Classpath" exception as provided
   31.30 + * by Sun in the GPL Version 2 section of the License file that
   31.31 + * accompanied this code. If applicable, add the following below the
   31.32 + * License Header, with the fields enclosed by brackets [] replaced by
   31.33 + * your own identifying information:
   31.34   * "Portions Copyrighted [year] [name of copyright owner]"
   31.35   *
   31.36 + * Contributor(s):
   31.37 + *
   31.38   * The Original Software is NetBeans. The Initial Developer of the Original
   31.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   31.40   * Microsystems, Inc. All Rights Reserved.
   31.41 + *
   31.42 + * If you wish your version of this file to be governed by only the CDDL
   31.43 + * or only the GPL Version 2, indicate your decision by adding
   31.44 + * "[Contributor] elects to include this software in this distribution
   31.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   31.46 + * single choice of license, a recipient has the option to distribute
   31.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   31.48 + * to extend the choice of license to its licensees as provided above.
   31.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   31.50 + * Version 2 license, then the option applies only if the new code is
   31.51 + * made subject to such option by the copyright holder.
   31.52   */
   31.53  
   31.54  package org.netbeans.modules.jasm.parser;
    32.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Attribute.java	Thu Sep 27 09:06:41 2007 +0000
    32.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Attribute.java	Thu Sep 27 09:20:11 2007 +0000
    32.3 @@ -1,20 +1,42 @@
    32.4  /*
    32.5 - * The contents of this file are subject to the terms of the Common Development
    32.6 - * and Distribution License (the License). You may not use this file except in
    32.7 - * compliance with the License.
    32.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.9   *
   32.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   32.11 - * or http://www.netbeans.org/cddl.txt.
   32.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   32.13   *
   32.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   32.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   32.16 - * If applicable, add the following below the CDDL Header, with the fields
   32.17 - * enclosed by brackets [] replaced by your own identifying information:
   32.18 + * The contents of this file are subject to the terms of either the GNU
   32.19 + * General Public License Version 2 only ("GPL") or the Common
   32.20 + * Development and Distribution License("CDDL") (collectively, the
   32.21 + * "License"). You may not use this file except in compliance with the
   32.22 + * License. You can obtain a copy of the License at
   32.23 + * http://www.netbeans.org/cddl-gplv2.html
   32.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   32.25 + * specific language governing permissions and limitations under the
   32.26 + * License.  When distributing the software, include this License Header
   32.27 + * Notice in each file and include the License file at
   32.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   32.29 + * particular file as subject to the "Classpath" exception as provided
   32.30 + * by Sun in the GPL Version 2 section of the License file that
   32.31 + * accompanied this code. If applicable, add the following below the
   32.32 + * License Header, with the fields enclosed by brackets [] replaced by
   32.33 + * your own identifying information:
   32.34   * "Portions Copyrighted [year] [name of copyright owner]"
   32.35   *
   32.36 + * Contributor(s):
   32.37 + *
   32.38   * The Original Software is NetBeans. The Initial Developer of the Original
   32.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   32.40   * Microsystems, Inc. All Rights Reserved.
   32.41 + *
   32.42 + * If you wish your version of this file to be governed by only the CDDL
   32.43 + * or only the GPL Version 2, indicate your decision by adding
   32.44 + * "[Contributor] elects to include this software in this distribution
   32.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   32.46 + * single choice of license, a recipient has the option to distribute
   32.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   32.48 + * to extend the choice of license to its licensees as provided above.
   32.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   32.50 + * Version 2 license, then the option applies only if the new code is
   32.51 + * made subject to such option by the copyright holder.
   32.52   */
   32.53  
   32.54  package org.netbeans.modules.jasm.parser;
    33.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Attributes.java	Thu Sep 27 09:06:41 2007 +0000
    33.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Attributes.java	Thu Sep 27 09:20:11 2007 +0000
    33.3 @@ -1,20 +1,42 @@
    33.4  /*
    33.5 - * The contents of this file are subject to the terms of the Common Development
    33.6 - * and Distribution License (the License). You may not use this file except in
    33.7 - * compliance with the License.
    33.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.9   *
   33.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   33.11 - * or http://www.netbeans.org/cddl.txt.
   33.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   33.13   *
   33.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   33.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   33.16 - * If applicable, add the following below the CDDL Header, with the fields
   33.17 - * enclosed by brackets [] replaced by your own identifying information:
   33.18 + * The contents of this file are subject to the terms of either the GNU
   33.19 + * General Public License Version 2 only ("GPL") or the Common
   33.20 + * Development and Distribution License("CDDL") (collectively, the
   33.21 + * "License"). You may not use this file except in compliance with the
   33.22 + * License. You can obtain a copy of the License at
   33.23 + * http://www.netbeans.org/cddl-gplv2.html
   33.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   33.25 + * specific language governing permissions and limitations under the
   33.26 + * License.  When distributing the software, include this License Header
   33.27 + * Notice in each file and include the License file at
   33.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   33.29 + * particular file as subject to the "Classpath" exception as provided
   33.30 + * by Sun in the GPL Version 2 section of the License file that
   33.31 + * accompanied this code. If applicable, add the following below the
   33.32 + * License Header, with the fields enclosed by brackets [] replaced by
   33.33 + * your own identifying information:
   33.34   * "Portions Copyrighted [year] [name of copyright owner]"
   33.35   *
   33.36 + * Contributor(s):
   33.37 + *
   33.38   * The Original Software is NetBeans. The Initial Developer of the Original
   33.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   33.40   * Microsystems, Inc. All Rights Reserved.
   33.41 + *
   33.42 + * If you wish your version of this file to be governed by only the CDDL
   33.43 + * or only the GPL Version 2, indicate your decision by adding
   33.44 + * "[Contributor] elects to include this software in this distribution
   33.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   33.46 + * single choice of license, a recipient has the option to distribute
   33.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   33.48 + * to extend the choice of license to its licensees as provided above.
   33.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   33.50 + * Version 2 license, then the option applies only if the new code is
   33.51 + * made subject to such option by the copyright holder.
   33.52   */
   33.53  
   33.54  package org.netbeans.modules.jasm.parser;
    34.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPClass.java	Thu Sep 27 09:06:41 2007 +0000
    34.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPClass.java	Thu Sep 27 09:20:11 2007 +0000
    34.3 @@ -1,20 +1,42 @@
    34.4  /*
    34.5 - * The contents of this file are subject to the terms of the Common Development
    34.6 - * and Distribution License (the License). You may not use this file except in
    34.7 - * compliance with the License.
    34.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.9   *
   34.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   34.11 - * or http://www.netbeans.org/cddl.txt.
   34.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   34.13   *
   34.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   34.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   34.16 - * If applicable, add the following below the CDDL Header, with the fields
   34.17 - * enclosed by brackets [] replaced by your own identifying information:
   34.18 + * The contents of this file are subject to the terms of either the GNU
   34.19 + * General Public License Version 2 only ("GPL") or the Common
   34.20 + * Development and Distribution License("CDDL") (collectively, the
   34.21 + * "License"). You may not use this file except in compliance with the
   34.22 + * License. You can obtain a copy of the License at
   34.23 + * http://www.netbeans.org/cddl-gplv2.html
   34.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   34.25 + * specific language governing permissions and limitations under the
   34.26 + * License.  When distributing the software, include this License Header
   34.27 + * Notice in each file and include the License file at
   34.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   34.29 + * particular file as subject to the "Classpath" exception as provided
   34.30 + * by Sun in the GPL Version 2 section of the License file that
   34.31 + * accompanied this code. If applicable, add the following below the
   34.32 + * License Header, with the fields enclosed by brackets [] replaced by
   34.33 + * your own identifying information:
   34.34   * "Portions Copyrighted [year] [name of copyright owner]"
   34.35   *
   34.36 + * Contributor(s):
   34.37 + *
   34.38   * The Original Software is NetBeans. The Initial Developer of the Original
   34.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   34.40   * Microsystems, Inc. All Rights Reserved.
   34.41 + *
   34.42 + * If you wish your version of this file to be governed by only the CDDL
   34.43 + * or only the GPL Version 2, indicate your decision by adding
   34.44 + * "[Contributor] elects to include this software in this distribution
   34.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   34.46 + * single choice of license, a recipient has the option to distribute
   34.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   34.48 + * to extend the choice of license to its licensees as provided above.
   34.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   34.50 + * Version 2 license, then the option applies only if the new code is
   34.51 + * made subject to such option by the copyright holder.
   34.52   */
   34.53  
   34.54  package org.netbeans.modules.jasm.parser;
    35.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPDouble.java	Thu Sep 27 09:06:41 2007 +0000
    35.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPDouble.java	Thu Sep 27 09:20:11 2007 +0000
    35.3 @@ -1,20 +1,42 @@
    35.4  /*
    35.5 - * The contents of this file are subject to the terms of the Common Development
    35.6 - * and Distribution License (the License). You may not use this file except in
    35.7 - * compliance with the License.
    35.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.9   *
   35.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   35.11 - * or http://www.netbeans.org/cddl.txt.
   35.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   35.13   *
   35.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   35.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   35.16 - * If applicable, add the following below the CDDL Header, with the fields
   35.17 - * enclosed by brackets [] replaced by your own identifying information:
   35.18 + * The contents of this file are subject to the terms of either the GNU
   35.19 + * General Public License Version 2 only ("GPL") or the Common
   35.20 + * Development and Distribution License("CDDL") (collectively, the
   35.21 + * "License"). You may not use this file except in compliance with the
   35.22 + * License. You can obtain a copy of the License at
   35.23 + * http://www.netbeans.org/cddl-gplv2.html
   35.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   35.25 + * specific language governing permissions and limitations under the
   35.26 + * License.  When distributing the software, include this License Header
   35.27 + * Notice in each file and include the License file at
   35.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   35.29 + * particular file as subject to the "Classpath" exception as provided
   35.30 + * by Sun in the GPL Version 2 section of the License file that
   35.31 + * accompanied this code. If applicable, add the following below the
   35.32 + * License Header, with the fields enclosed by brackets [] replaced by
   35.33 + * your own identifying information:
   35.34   * "Portions Copyrighted [year] [name of copyright owner]"
   35.35   *
   35.36 + * Contributor(s):
   35.37 + *
   35.38   * The Original Software is NetBeans. The Initial Developer of the Original
   35.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   35.40   * Microsystems, Inc. All Rights Reserved.
   35.41 + *
   35.42 + * If you wish your version of this file to be governed by only the CDDL
   35.43 + * or only the GPL Version 2, indicate your decision by adding
   35.44 + * "[Contributor] elects to include this software in this distribution
   35.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   35.46 + * single choice of license, a recipient has the option to distribute
   35.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   35.48 + * to extend the choice of license to its licensees as provided above.
   35.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   35.50 + * Version 2 license, then the option applies only if the new code is
   35.51 + * made subject to such option by the copyright holder.
   35.52   */
   35.53  
   35.54  package org.netbeans.modules.jasm.parser;
    36.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPElement.java	Thu Sep 27 09:06:41 2007 +0000
    36.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPElement.java	Thu Sep 27 09:20:11 2007 +0000
    36.3 @@ -1,20 +1,42 @@
    36.4  /*
    36.5 - * The contents of this file are subject to the terms of the Common Development
    36.6 - * and Distribution License (the License). You may not use this file except in
    36.7 - * compliance with the License.
    36.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.9   *
   36.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   36.11 - * or http://www.netbeans.org/cddl.txt.
   36.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   36.13   *
   36.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   36.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   36.16 - * If applicable, add the following below the CDDL Header, with the fields
   36.17 - * enclosed by brackets [] replaced by your own identifying information:
   36.18 + * The contents of this file are subject to the terms of either the GNU
   36.19 + * General Public License Version 2 only ("GPL") or the Common
   36.20 + * Development and Distribution License("CDDL") (collectively, the
   36.21 + * "License"). You may not use this file except in compliance with the
   36.22 + * License. You can obtain a copy of the License at
   36.23 + * http://www.netbeans.org/cddl-gplv2.html
   36.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   36.25 + * specific language governing permissions and limitations under the
   36.26 + * License.  When distributing the software, include this License Header
   36.27 + * Notice in each file and include the License file at
   36.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   36.29 + * particular file as subject to the "Classpath" exception as provided
   36.30 + * by Sun in the GPL Version 2 section of the License file that
   36.31 + * accompanied this code. If applicable, add the following below the
   36.32 + * License Header, with the fields enclosed by brackets [] replaced by
   36.33 + * your own identifying information:
   36.34   * "Portions Copyrighted [year] [name of copyright owner]"
   36.35   *
   36.36 + * Contributor(s):
   36.37 + *
   36.38   * The Original Software is NetBeans. The Initial Developer of the Original
   36.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   36.40   * Microsystems, Inc. All Rights Reserved.
   36.41 + *
   36.42 + * If you wish your version of this file to be governed by only the CDDL
   36.43 + * or only the GPL Version 2, indicate your decision by adding
   36.44 + * "[Contributor] elects to include this software in this distribution
   36.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   36.46 + * single choice of license, a recipient has the option to distribute
   36.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   36.48 + * to extend the choice of license to its licensees as provided above.
   36.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   36.50 + * Version 2 license, then the option applies only if the new code is
   36.51 + * made subject to such option by the copyright holder.
   36.52   */
   36.53  
   36.54  package org.netbeans.modules.jasm.parser;
    37.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPField.java	Thu Sep 27 09:06:41 2007 +0000
    37.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPField.java	Thu Sep 27 09:20:11 2007 +0000
    37.3 @@ -1,20 +1,42 @@
    37.4  /*
    37.5 - * The contents of this file are subject to the terms of the Common Development
    37.6 - * and Distribution License (the License). You may not use this file except in
    37.7 - * compliance with the License.
    37.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.9   *
   37.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   37.11 - * or http://www.netbeans.org/cddl.txt.
   37.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   37.13   *
   37.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   37.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   37.16 - * If applicable, add the following below the CDDL Header, with the fields
   37.17 - * enclosed by brackets [] replaced by your own identifying information:
   37.18 + * The contents of this file are subject to the terms of either the GNU
   37.19 + * General Public License Version 2 only ("GPL") or the Common
   37.20 + * Development and Distribution License("CDDL") (collectively, the
   37.21 + * "License"). You may not use this file except in compliance with the
   37.22 + * License. You can obtain a copy of the License at
   37.23 + * http://www.netbeans.org/cddl-gplv2.html
   37.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   37.25 + * specific language governing permissions and limitations under the
   37.26 + * License.  When distributing the software, include this License Header
   37.27 + * Notice in each file and include the License file at
   37.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   37.29 + * particular file as subject to the "Classpath" exception as provided
   37.30 + * by Sun in the GPL Version 2 section of the License file that
   37.31 + * accompanied this code. If applicable, add the following below the
   37.32 + * License Header, with the fields enclosed by brackets [] replaced by
   37.33 + * your own identifying information:
   37.34   * "Portions Copyrighted [year] [name of copyright owner]"
   37.35   *
   37.36 + * Contributor(s):
   37.37 + *
   37.38   * The Original Software is NetBeans. The Initial Developer of the Original
   37.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   37.40   * Microsystems, Inc. All Rights Reserved.
   37.41 + *
   37.42 + * If you wish your version of this file to be governed by only the CDDL
   37.43 + * or only the GPL Version 2, indicate your decision by adding
   37.44 + * "[Contributor] elects to include this software in this distribution
   37.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   37.46 + * single choice of license, a recipient has the option to distribute
   37.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   37.48 + * to extend the choice of license to its licensees as provided above.
   37.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   37.50 + * Version 2 license, then the option applies only if the new code is
   37.51 + * made subject to such option by the copyright holder.
   37.52   */
   37.53  
   37.54  package org.netbeans.modules.jasm.parser;
    38.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPFloat.java	Thu Sep 27 09:06:41 2007 +0000
    38.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPFloat.java	Thu Sep 27 09:20:11 2007 +0000
    38.3 @@ -1,20 +1,42 @@
    38.4  /*
    38.5 - * The contents of this file are subject to the terms of the Common Development
    38.6 - * and Distribution License (the License). You may not use this file except in
    38.7 - * compliance with the License.
    38.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.9   *
   38.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   38.11 - * or http://www.netbeans.org/cddl.txt.
   38.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   38.13   *
   38.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   38.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   38.16 - * If applicable, add the following below the CDDL Header, with the fields
   38.17 - * enclosed by brackets [] replaced by your own identifying information:
   38.18 + * The contents of this file are subject to the terms of either the GNU
   38.19 + * General Public License Version 2 only ("GPL") or the Common
   38.20 + * Development and Distribution License("CDDL") (collectively, the
   38.21 + * "License"). You may not use this file except in compliance with the
   38.22 + * License. You can obtain a copy of the License at
   38.23 + * http://www.netbeans.org/cddl-gplv2.html
   38.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   38.25 + * specific language governing permissions and limitations under the
   38.26 + * License.  When distributing the software, include this License Header
   38.27 + * Notice in each file and include the License file at
   38.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   38.29 + * particular file as subject to the "Classpath" exception as provided
   38.30 + * by Sun in the GPL Version 2 section of the License file that
   38.31 + * accompanied this code. If applicable, add the following below the
   38.32 + * License Header, with the fields enclosed by brackets [] replaced by
   38.33 + * your own identifying information:
   38.34   * "Portions Copyrighted [year] [name of copyright owner]"
   38.35   *
   38.36 + * Contributor(s):
   38.37 + *
   38.38   * The Original Software is NetBeans. The Initial Developer of the Original
   38.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   38.40   * Microsystems, Inc. All Rights Reserved.
   38.41 + *
   38.42 + * If you wish your version of this file to be governed by only the CDDL
   38.43 + * or only the GPL Version 2, indicate your decision by adding
   38.44 + * "[Contributor] elects to include this software in this distribution
   38.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   38.46 + * single choice of license, a recipient has the option to distribute
   38.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   38.48 + * to extend the choice of license to its licensees as provided above.
   38.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   38.50 + * Version 2 license, then the option applies only if the new code is
   38.51 + * made subject to such option by the copyright holder.
   38.52   */
   38.53  
   38.54  package org.netbeans.modules.jasm.parser;
    39.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPIntMethod.java	Thu Sep 27 09:06:41 2007 +0000
    39.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPIntMethod.java	Thu Sep 27 09:20:11 2007 +0000
    39.3 @@ -1,20 +1,42 @@
    39.4  /*
    39.5 - * The contents of this file are subject to the terms of the Common Development
    39.6 - * and Distribution License (the License). You may not use this file except in
    39.7 - * compliance with the License.
    39.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.9   *
   39.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   39.11 - * or http://www.netbeans.org/cddl.txt.
   39.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   39.13   *
   39.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   39.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   39.16 - * If applicable, add the following below the CDDL Header, with the fields
   39.17 - * enclosed by brackets [] replaced by your own identifying information:
   39.18 + * The contents of this file are subject to the terms of either the GNU
   39.19 + * General Public License Version 2 only ("GPL") or the Common
   39.20 + * Development and Distribution License("CDDL") (collectively, the
   39.21 + * "License"). You may not use this file except in compliance with the
   39.22 + * License. You can obtain a copy of the License at
   39.23 + * http://www.netbeans.org/cddl-gplv2.html
   39.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   39.25 + * specific language governing permissions and limitations under the
   39.26 + * License.  When distributing the software, include this License Header
   39.27 + * Notice in each file and include the License file at
   39.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   39.29 + * particular file as subject to the "Classpath" exception as provided
   39.30 + * by Sun in the GPL Version 2 section of the License file that
   39.31 + * accompanied this code. If applicable, add the following below the
   39.32 + * License Header, with the fields enclosed by brackets [] replaced by
   39.33 + * your own identifying information:
   39.34   * "Portions Copyrighted [year] [name of copyright owner]"
   39.35   *
   39.36 + * Contributor(s):
   39.37 + *
   39.38   * The Original Software is NetBeans. The Initial Developer of the Original
   39.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   39.40   * Microsystems, Inc. All Rights Reserved.
   39.41 + *
   39.42 + * If you wish your version of this file to be governed by only the CDDL
   39.43 + * or only the GPL Version 2, indicate your decision by adding
   39.44 + * "[Contributor] elects to include this software in this distribution
   39.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   39.46 + * single choice of license, a recipient has the option to distribute
   39.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   39.48 + * to extend the choice of license to its licensees as provided above.
   39.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   39.50 + * Version 2 license, then the option applies only if the new code is
   39.51 + * made subject to such option by the copyright holder.
   39.52   */
   39.53  
   39.54  package org.netbeans.modules.jasm.parser;
    40.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPInteger.java	Thu Sep 27 09:06:41 2007 +0000
    40.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPInteger.java	Thu Sep 27 09:20:11 2007 +0000
    40.3 @@ -1,20 +1,42 @@
    40.4  /*
    40.5 - * The contents of this file are subject to the terms of the Common Development
    40.6 - * and Distribution License (the License). You may not use this file except in
    40.7 - * compliance with the License.
    40.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.9   *
   40.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   40.11 - * or http://www.netbeans.org/cddl.txt.
   40.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   40.13   *
   40.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   40.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   40.16 - * If applicable, add the following below the CDDL Header, with the fields
   40.17 - * enclosed by brackets [] replaced by your own identifying information:
   40.18 + * The contents of this file are subject to the terms of either the GNU
   40.19 + * General Public License Version 2 only ("GPL") or the Common
   40.20 + * Development and Distribution License("CDDL") (collectively, the
   40.21 + * "License"). You may not use this file except in compliance with the
   40.22 + * License. You can obtain a copy of the License at
   40.23 + * http://www.netbeans.org/cddl-gplv2.html
   40.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   40.25 + * specific language governing permissions and limitations under the
   40.26 + * License.  When distributing the software, include this License Header
   40.27 + * Notice in each file and include the License file at
   40.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   40.29 + * particular file as subject to the "Classpath" exception as provided
   40.30 + * by Sun in the GPL Version 2 section of the License file that
   40.31 + * accompanied this code. If applicable, add the following below the
   40.32 + * License Header, with the fields enclosed by brackets [] replaced by
   40.33 + * your own identifying information:
   40.34   * "Portions Copyrighted [year] [name of copyright owner]"
   40.35   *
   40.36 + * Contributor(s):
   40.37 + *
   40.38   * The Original Software is NetBeans. The Initial Developer of the Original
   40.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   40.40   * Microsystems, Inc. All Rights Reserved.
   40.41 + *
   40.42 + * If you wish your version of this file to be governed by only the CDDL
   40.43 + * or only the GPL Version 2, indicate your decision by adding
   40.44 + * "[Contributor] elects to include this software in this distribution
   40.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   40.46 + * single choice of license, a recipient has the option to distribute
   40.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   40.48 + * to extend the choice of license to its licensees as provided above.
   40.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   40.50 + * Version 2 license, then the option applies only if the new code is
   40.51 + * made subject to such option by the copyright holder.
   40.52   */
   40.53  
   40.54  package org.netbeans.modules.jasm.parser;
    41.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPLong.java	Thu Sep 27 09:06:41 2007 +0000
    41.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPLong.java	Thu Sep 27 09:20:11 2007 +0000
    41.3 @@ -1,20 +1,42 @@
    41.4  /*
    41.5 - * The contents of this file are subject to the terms of the Common Development
    41.6 - * and Distribution License (the License). You may not use this file except in
    41.7 - * compliance with the License.
    41.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.9   *
   41.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   41.11 - * or http://www.netbeans.org/cddl.txt.
   41.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   41.13   *
   41.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   41.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   41.16 - * If applicable, add the following below the CDDL Header, with the fields
   41.17 - * enclosed by brackets [] replaced by your own identifying information:
   41.18 + * The contents of this file are subject to the terms of either the GNU
   41.19 + * General Public License Version 2 only ("GPL") or the Common
   41.20 + * Development and Distribution License("CDDL") (collectively, the
   41.21 + * "License"). You may not use this file except in compliance with the
   41.22 + * License. You can obtain a copy of the License at
   41.23 + * http://www.netbeans.org/cddl-gplv2.html
   41.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   41.25 + * specific language governing permissions and limitations under the
   41.26 + * License.  When distributing the software, include this License Header
   41.27 + * Notice in each file and include the License file at
   41.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   41.29 + * particular file as subject to the "Classpath" exception as provided
   41.30 + * by Sun in the GPL Version 2 section of the License file that
   41.31 + * accompanied this code. If applicable, add the following below the
   41.32 + * License Header, with the fields enclosed by brackets [] replaced by
   41.33 + * your own identifying information:
   41.34   * "Portions Copyrighted [year] [name of copyright owner]"
   41.35   *
   41.36 + * Contributor(s):
   41.37 + *
   41.38   * The Original Software is NetBeans. The Initial Developer of the Original
   41.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   41.40   * Microsystems, Inc. All Rights Reserved.
   41.41 + *
   41.42 + * If you wish your version of this file to be governed by only the CDDL
   41.43 + * or only the GPL Version 2, indicate your decision by adding
   41.44 + * "[Contributor] elects to include this software in this distribution
   41.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   41.46 + * single choice of license, a recipient has the option to distribute
   41.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   41.48 + * to extend the choice of license to its licensees as provided above.
   41.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   41.50 + * Version 2 license, then the option applies only if the new code is
   41.51 + * made subject to such option by the copyright holder.
   41.52   */
   41.53  
   41.54  package org.netbeans.modules.jasm.parser;
    42.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPMethod.java	Thu Sep 27 09:06:41 2007 +0000
    42.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPMethod.java	Thu Sep 27 09:20:11 2007 +0000
    42.3 @@ -1,20 +1,42 @@
    42.4  /*
    42.5 - * The contents of this file are subject to the terms of the Common Development
    42.6 - * and Distribution License (the License). You may not use this file except in
    42.7 - * compliance with the License.
    42.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.9   *
   42.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   42.11 - * or http://www.netbeans.org/cddl.txt.
   42.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   42.13   *
   42.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   42.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   42.16 - * If applicable, add the following below the CDDL Header, with the fields
   42.17 - * enclosed by brackets [] replaced by your own identifying information:
   42.18 + * The contents of this file are subject to the terms of either the GNU
   42.19 + * General Public License Version 2 only ("GPL") or the Common
   42.20 + * Development and Distribution License("CDDL") (collectively, the
   42.21 + * "License"). You may not use this file except in compliance with the
   42.22 + * License. You can obtain a copy of the License at
   42.23 + * http://www.netbeans.org/cddl-gplv2.html
   42.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   42.25 + * specific language governing permissions and limitations under the
   42.26 + * License.  When distributing the software, include this License Header
   42.27 + * Notice in each file and include the License file at
   42.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   42.29 + * particular file as subject to the "Classpath" exception as provided
   42.30 + * by Sun in the GPL Version 2 section of the License file that
   42.31 + * accompanied this code. If applicable, add the following below the
   42.32 + * License Header, with the fields enclosed by brackets [] replaced by
   42.33 + * your own identifying information:
   42.34   * "Portions Copyrighted [year] [name of copyright owner]"
   42.35   *
   42.36 + * Contributor(s):
   42.37 + *
   42.38   * The Original Software is NetBeans. The Initial Developer of the Original
   42.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   42.40   * Microsystems, Inc. All Rights Reserved.
   42.41 + *
   42.42 + * If you wish your version of this file to be governed by only the CDDL
   42.43 + * or only the GPL Version 2, indicate your decision by adding
   42.44 + * "[Contributor] elects to include this software in this distribution
   42.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   42.46 + * single choice of license, a recipient has the option to distribute
   42.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   42.48 + * to extend the choice of license to its licensees as provided above.
   42.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   42.50 + * Version 2 license, then the option applies only if the new code is
   42.51 + * made subject to such option by the copyright holder.
   42.52   */
   42.53  
   42.54  package org.netbeans.modules.jasm.parser;
    43.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPNameType.java	Thu Sep 27 09:06:41 2007 +0000
    43.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPNameType.java	Thu Sep 27 09:20:11 2007 +0000
    43.3 @@ -1,20 +1,42 @@
    43.4  /*
    43.5 - * The contents of this file are subject to the terms of the Common Development
    43.6 - * and Distribution License (the License). You may not use this file except in
    43.7 - * compliance with the License.
    43.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    43.9   *
   43.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   43.11 - * or http://www.netbeans.org/cddl.txt.
   43.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   43.13   *
   43.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   43.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   43.16 - * If applicable, add the following below the CDDL Header, with the fields
   43.17 - * enclosed by brackets [] replaced by your own identifying information:
   43.18 + * The contents of this file are subject to the terms of either the GNU
   43.19 + * General Public License Version 2 only ("GPL") or the Common
   43.20 + * Development and Distribution License("CDDL") (collectively, the
   43.21 + * "License"). You may not use this file except in compliance with the
   43.22 + * License. You can obtain a copy of the License at
   43.23 + * http://www.netbeans.org/cddl-gplv2.html
   43.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   43.25 + * specific language governing permissions and limitations under the
   43.26 + * License.  When distributing the software, include this License Header
   43.27 + * Notice in each file and include the License file at
   43.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   43.29 + * particular file as subject to the "Classpath" exception as provided
   43.30 + * by Sun in the GPL Version 2 section of the License file that
   43.31 + * accompanied this code. If applicable, add the following below the
   43.32 + * License Header, with the fields enclosed by brackets [] replaced by
   43.33 + * your own identifying information:
   43.34   * "Portions Copyrighted [year] [name of copyright owner]"
   43.35   *
   43.36 + * Contributor(s):
   43.37 + *
   43.38   * The Original Software is NetBeans. The Initial Developer of the Original
   43.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   43.40   * Microsystems, Inc. All Rights Reserved.
   43.41 + *
   43.42 + * If you wish your version of this file to be governed by only the CDDL
   43.43 + * or only the GPL Version 2, indicate your decision by adding
   43.44 + * "[Contributor] elects to include this software in this distribution
   43.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   43.46 + * single choice of license, a recipient has the option to distribute
   43.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   43.48 + * to extend the choice of license to its licensees as provided above.
   43.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   43.50 + * Version 2 license, then the option applies only if the new code is
   43.51 + * made subject to such option by the copyright holder.
   43.52   */
   43.53  
   43.54  package org.netbeans.modules.jasm.parser;
    44.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPString.java	Thu Sep 27 09:06:41 2007 +0000
    44.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPString.java	Thu Sep 27 09:20:11 2007 +0000
    44.3 @@ -1,20 +1,42 @@
    44.4  /*
    44.5 - * The contents of this file are subject to the terms of the Common Development
    44.6 - * and Distribution License (the License). You may not use this file except in
    44.7 - * compliance with the License.
    44.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.9   *
   44.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   44.11 - * or http://www.netbeans.org/cddl.txt.
   44.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   44.13   *
   44.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   44.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   44.16 - * If applicable, add the following below the CDDL Header, with the fields
   44.17 - * enclosed by brackets [] replaced by your own identifying information:
   44.18 + * The contents of this file are subject to the terms of either the GNU
   44.19 + * General Public License Version 2 only ("GPL") or the Common
   44.20 + * Development and Distribution License("CDDL") (collectively, the
   44.21 + * "License"). You may not use this file except in compliance with the
   44.22 + * License. You can obtain a copy of the License at
   44.23 + * http://www.netbeans.org/cddl-gplv2.html
   44.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   44.25 + * specific language governing permissions and limitations under the
   44.26 + * License.  When distributing the software, include this License Header
   44.27 + * Notice in each file and include the License file at
   44.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   44.29 + * particular file as subject to the "Classpath" exception as provided
   44.30 + * by Sun in the GPL Version 2 section of the License file that
   44.31 + * accompanied this code. If applicable, add the following below the
   44.32 + * License Header, with the fields enclosed by brackets [] replaced by
   44.33 + * your own identifying information:
   44.34   * "Portions Copyrighted [year] [name of copyright owner]"
   44.35   *
   44.36 + * Contributor(s):
   44.37 + *
   44.38   * The Original Software is NetBeans. The Initial Developer of the Original
   44.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   44.40   * Microsystems, Inc. All Rights Reserved.
   44.41 + *
   44.42 + * If you wish your version of this file to be governed by only the CDDL
   44.43 + * or only the GPL Version 2, indicate your decision by adding
   44.44 + * "[Contributor] elects to include this software in this distribution
   44.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   44.46 + * single choice of license, a recipient has the option to distribute
   44.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   44.48 + * to extend the choice of license to its licensees as provided above.
   44.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   44.50 + * Version 2 license, then the option applies only if the new code is
   44.51 + * made subject to such option by the copyright holder.
   44.52   */
   44.53  
   44.54  package org.netbeans.modules.jasm.parser;
    45.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/CPUTF8.java	Thu Sep 27 09:06:41 2007 +0000
    45.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/CPUTF8.java	Thu Sep 27 09:20:11 2007 +0000
    45.3 @@ -1,20 +1,42 @@
    45.4  /*
    45.5 - * The contents of this file are subject to the terms of the Common Development
    45.6 - * and Distribution License (the License). You may not use this file except in
    45.7 - * compliance with the License.
    45.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.9   *
   45.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   45.11 - * or http://www.netbeans.org/cddl.txt.
   45.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   45.13   *
   45.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   45.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   45.16 - * If applicable, add the following below the CDDL Header, with the fields
   45.17 - * enclosed by brackets [] replaced by your own identifying information:
   45.18 + * The contents of this file are subject to the terms of either the GNU
   45.19 + * General Public License Version 2 only ("GPL") or the Common
   45.20 + * Development and Distribution License("CDDL") (collectively, the
   45.21 + * "License"). You may not use this file except in compliance with the
   45.22 + * License. You can obtain a copy of the License at
   45.23 + * http://www.netbeans.org/cddl-gplv2.html
   45.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   45.25 + * specific language governing permissions and limitations under the
   45.26 + * License.  When distributing the software, include this License Header
   45.27 + * Notice in each file and include the License file at
   45.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   45.29 + * particular file as subject to the "Classpath" exception as provided
   45.30 + * by Sun in the GPL Version 2 section of the License file that
   45.31 + * accompanied this code. If applicable, add the following below the
   45.32 + * License Header, with the fields enclosed by brackets [] replaced by
   45.33 + * your own identifying information:
   45.34   * "Portions Copyrighted [year] [name of copyright owner]"
   45.35   *
   45.36 + * Contributor(s):
   45.37 + *
   45.38   * The Original Software is NetBeans. The Initial Developer of the Original
   45.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   45.40   * Microsystems, Inc. All Rights Reserved.
   45.41 + *
   45.42 + * If you wish your version of this file to be governed by only the CDDL
   45.43 + * or only the GPL Version 2, indicate your decision by adding
   45.44 + * "[Contributor] elects to include this software in this distribution
   45.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   45.46 + * single choice of license, a recipient has the option to distribute
   45.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   45.48 + * to extend the choice of license to its licensees as provided above.
   45.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   45.50 + * Version 2 license, then the option applies only if the new code is
   45.51 + * made subject to such option by the copyright holder.
   45.52   */
   45.53  
   45.54  package org.netbeans.modules.jasm.parser;
    46.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/ConstantPool.java	Thu Sep 27 09:06:41 2007 +0000
    46.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/ConstantPool.java	Thu Sep 27 09:20:11 2007 +0000
    46.3 @@ -1,20 +1,42 @@
    46.4  /*
    46.5 - * The contents of this file are subject to the terms of the Common Development
    46.6 - * and Distribution License (the License). You may not use this file except in
    46.7 - * compliance with the License.
    46.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.9   *
   46.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   46.11 - * or http://www.netbeans.org/cddl.txt.
   46.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   46.13   *
   46.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   46.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   46.16 - * If applicable, add the following below the CDDL Header, with the fields
   46.17 - * enclosed by brackets [] replaced by your own identifying information:
   46.18 + * The contents of this file are subject to the terms of either the GNU
   46.19 + * General Public License Version 2 only ("GPL") or the Common
   46.20 + * Development and Distribution License("CDDL") (collectively, the
   46.21 + * "License"). You may not use this file except in compliance with the
   46.22 + * License. You can obtain a copy of the License at
   46.23 + * http://www.netbeans.org/cddl-gplv2.html
   46.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   46.25 + * specific language governing permissions and limitations under the
   46.26 + * License.  When distributing the software, include this License Header
   46.27 + * Notice in each file and include the License file at
   46.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   46.29 + * particular file as subject to the "Classpath" exception as provided
   46.30 + * by Sun in the GPL Version 2 section of the License file that
   46.31 + * accompanied this code. If applicable, add the following below the
   46.32 + * License Header, with the fields enclosed by brackets [] replaced by
   46.33 + * your own identifying information:
   46.34   * "Portions Copyrighted [year] [name of copyright owner]"
   46.35   *
   46.36 + * Contributor(s):
   46.37 + *
   46.38   * The Original Software is NetBeans. The Initial Developer of the Original
   46.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   46.40   * Microsystems, Inc. All Rights Reserved.
   46.41 + *
   46.42 + * If you wish your version of this file to be governed by only the CDDL
   46.43 + * or only the GPL Version 2, indicate your decision by adding
   46.44 + * "[Contributor] elects to include this software in this distribution
   46.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   46.46 + * single choice of license, a recipient has the option to distribute
   46.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   46.48 + * to extend the choice of license to its licensees as provided above.
   46.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   46.50 + * Version 2 license, then the option applies only if the new code is
   46.51 + * made subject to such option by the copyright holder.
   46.52   */
   46.53  
   46.54  package org.netbeans.modules.jasm.parser;
    47.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/ExtStringArray.java	Thu Sep 27 09:06:41 2007 +0000
    47.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/ExtStringArray.java	Thu Sep 27 09:20:11 2007 +0000
    47.3 @@ -1,20 +1,42 @@
    47.4  /*
    47.5 - * The contents of this file are subject to the terms of the Common Development
    47.6 - * and Distribution License (the License). You may not use this file except in
    47.7 - * compliance with the License.
    47.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.9   *
   47.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   47.11 - * or http://www.netbeans.org/cddl.txt.
   47.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   47.13   *
   47.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   47.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   47.16 - * If applicable, add the following below the CDDL Header, with the fields
   47.17 - * enclosed by brackets [] replaced by your own identifying information:
   47.18 + * The contents of this file are subject to the terms of either the GNU
   47.19 + * General Public License Version 2 only ("GPL") or the Common
   47.20 + * Development and Distribution License("CDDL") (collectively, the
   47.21 + * "License"). You may not use this file except in compliance with the
   47.22 + * License. You can obtain a copy of the License at
   47.23 + * http://www.netbeans.org/cddl-gplv2.html
   47.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   47.25 + * specific language governing permissions and limitations under the
   47.26 + * License.  When distributing the software, include this License Header
   47.27 + * Notice in each file and include the License file at
   47.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   47.29 + * particular file as subject to the "Classpath" exception as provided
   47.30 + * by Sun in the GPL Version 2 section of the License file that
   47.31 + * accompanied this code. If applicable, add the following below the
   47.32 + * License Header, with the fields enclosed by brackets [] replaced by
   47.33 + * your own identifying information:
   47.34   * "Portions Copyrighted [year] [name of copyright owner]"
   47.35   *
   47.36 + * Contributor(s):
   47.37 + *
   47.38   * The Original Software is NetBeans. The Initial Developer of the Original
   47.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   47.40   * Microsystems, Inc. All Rights Reserved.
   47.41 + *
   47.42 + * If you wish your version of this file to be governed by only the CDDL
   47.43 + * or only the GPL Version 2, indicate your decision by adding
   47.44 + * "[Contributor] elects to include this software in this distribution
   47.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   47.46 + * single choice of license, a recipient has the option to distribute
   47.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   47.48 + * to extend the choice of license to its licensees as provided above.
   47.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   47.50 + * Version 2 license, then the option applies only if the new code is
   47.51 + * made subject to such option by the copyright holder.
   47.52   */
   47.53  
   47.54  package org.netbeans.modules.jasm.parser;
    48.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/ExtStringBuffer.java	Thu Sep 27 09:06:41 2007 +0000
    48.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/ExtStringBuffer.java	Thu Sep 27 09:20:11 2007 +0000
    48.3 @@ -1,20 +1,42 @@
    48.4  /*
    48.5 - * The contents of this file are subject to the terms of the Common Development
    48.6 - * and Distribution License (the License). You may not use this file except in
    48.7 - * compliance with the License.
    48.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.9   *
   48.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   48.11 - * or http://www.netbeans.org/cddl.txt.
   48.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   48.13   *
   48.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   48.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   48.16 - * If applicable, add the following below the CDDL Header, with the fields
   48.17 - * enclosed by brackets [] replaced by your own identifying information:
   48.18 + * The contents of this file are subject to the terms of either the GNU
   48.19 + * General Public License Version 2 only ("GPL") or the Common
   48.20 + * Development and Distribution License("CDDL") (collectively, the
   48.21 + * "License"). You may not use this file except in compliance with the
   48.22 + * License. You can obtain a copy of the License at
   48.23 + * http://www.netbeans.org/cddl-gplv2.html
   48.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   48.25 + * specific language governing permissions and limitations under the
   48.26 + * License.  When distributing the software, include this License Header
   48.27 + * Notice in each file and include the License file at
   48.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   48.29 + * particular file as subject to the "Classpath" exception as provided
   48.30 + * by Sun in the GPL Version 2 section of the License file that
   48.31 + * accompanied this code. If applicable, add the following below the
   48.32 + * License Header, with the fields enclosed by brackets [] replaced by
   48.33 + * your own identifying information:
   48.34   * "Portions Copyrighted [year] [name of copyright owner]"
   48.35   *
   48.36 + * Contributor(s):
   48.37 + *
   48.38   * The Original Software is NetBeans. The Initial Developer of the Original
   48.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   48.40   * Microsystems, Inc. All Rights Reserved.
   48.41 + *
   48.42 + * If you wish your version of this file to be governed by only the CDDL
   48.43 + * or only the GPL Version 2, indicate your decision by adding
   48.44 + * "[Contributor] elects to include this software in this distribution
   48.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   48.46 + * single choice of license, a recipient has the option to distribute
   48.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   48.48 + * to extend the choice of license to its licensees as provided above.
   48.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   48.50 + * Version 2 license, then the option applies only if the new code is
   48.51 + * made subject to such option by the copyright holder.
   48.52   */
   48.53  
   48.54  package org.netbeans.modules.jasm.parser;
    49.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Field.java	Thu Sep 27 09:06:41 2007 +0000
    49.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Field.java	Thu Sep 27 09:20:11 2007 +0000
    49.3 @@ -1,20 +1,42 @@
    49.4  /*
    49.5 - * The contents of this file are subject to the terms of the Common Development
    49.6 - * and Distribution License (the License). You may not use this file except in
    49.7 - * compliance with the License.
    49.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.9   *
   49.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   49.11 - * or http://www.netbeans.org/cddl.txt.
   49.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   49.13   *
   49.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   49.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   49.16 - * If applicable, add the following below the CDDL Header, with the fields
   49.17 - * enclosed by brackets [] replaced by your own identifying information:
   49.18 + * The contents of this file are subject to the terms of either the GNU
   49.19 + * General Public License Version 2 only ("GPL") or the Common
   49.20 + * Development and Distribution License("CDDL") (collectively, the
   49.21 + * "License"). You may not use this file except in compliance with the
   49.22 + * License. You can obtain a copy of the License at
   49.23 + * http://www.netbeans.org/cddl-gplv2.html
   49.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   49.25 + * specific language governing permissions and limitations under the
   49.26 + * License.  When distributing the software, include this License Header
   49.27 + * Notice in each file and include the License file at
   49.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   49.29 + * particular file as subject to the "Classpath" exception as provided
   49.30 + * by Sun in the GPL Version 2 section of the License file that
   49.31 + * accompanied this code. If applicable, add the following below the
   49.32 + * License Header, with the fields enclosed by brackets [] replaced by
   49.33 + * your own identifying information:
   49.34   * "Portions Copyrighted [year] [name of copyright owner]"
   49.35   *
   49.36 + * Contributor(s):
   49.37 + *
   49.38   * The Original Software is NetBeans. The Initial Developer of the Original
   49.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   49.40   * Microsystems, Inc. All Rights Reserved.
   49.41 + *
   49.42 + * If you wish your version of this file to be governed by only the CDDL
   49.43 + * or only the GPL Version 2, indicate your decision by adding
   49.44 + * "[Contributor] elects to include this software in this distribution
   49.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   49.46 + * single choice of license, a recipient has the option to distribute
   49.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   49.48 + * to extend the choice of license to its licensees as provided above.
   49.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   49.50 + * Version 2 license, then the option applies only if the new code is
   49.51 + * made subject to such option by the copyright holder.
   49.52   */
   49.53  
   49.54  package org.netbeans.modules.jasm.parser;
    50.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Fields.java	Thu Sep 27 09:06:41 2007 +0000
    50.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Fields.java	Thu Sep 27 09:20:11 2007 +0000
    50.3 @@ -1,20 +1,42 @@
    50.4  /*
    50.5 - * The contents of this file are subject to the terms of the Common Development
    50.6 - * and Distribution License (the License). You may not use this file except in
    50.7 - * compliance with the License.
    50.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.9   *
   50.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   50.11 - * or http://www.netbeans.org/cddl.txt.
   50.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   50.13   *
   50.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   50.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   50.16 - * If applicable, add the following below the CDDL Header, with the fields
   50.17 - * enclosed by brackets [] replaced by your own identifying information:
   50.18 + * The contents of this file are subject to the terms of either the GNU
   50.19 + * General Public License Version 2 only ("GPL") or the Common
   50.20 + * Development and Distribution License("CDDL") (collectively, the
   50.21 + * "License"). You may not use this file except in compliance with the
   50.22 + * License. You can obtain a copy of the License at
   50.23 + * http://www.netbeans.org/cddl-gplv2.html
   50.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   50.25 + * specific language governing permissions and limitations under the
   50.26 + * License.  When distributing the software, include this License Header
   50.27 + * Notice in each file and include the License file at
   50.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   50.29 + * particular file as subject to the "Classpath" exception as provided
   50.30 + * by Sun in the GPL Version 2 section of the License file that
   50.31 + * accompanied this code. If applicable, add the following below the
   50.32 + * License Header, with the fields enclosed by brackets [] replaced by
   50.33 + * your own identifying information:
   50.34   * "Portions Copyrighted [year] [name of copyright owner]"
   50.35   *
   50.36 + * Contributor(s):
   50.37 + *
   50.38   * The Original Software is NetBeans. The Initial Developer of the Original
   50.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   50.40   * Microsystems, Inc. All Rights Reserved.
   50.41 + *
   50.42 + * If you wish your version of this file to be governed by only the CDDL
   50.43 + * or only the GPL Version 2, indicate your decision by adding
   50.44 + * "[Contributor] elects to include this software in this distribution
   50.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   50.46 + * single choice of license, a recipient has the option to distribute
   50.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   50.48 + * to extend the choice of license to its licensees as provided above.
   50.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   50.50 + * Version 2 license, then the option applies only if the new code is
   50.51 + * made subject to such option by the copyright holder.
   50.52   */
   50.53  
   50.54  package org.netbeans.modules.jasm.parser;
    51.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Lexan.java	Thu Sep 27 09:06:41 2007 +0000
    51.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Lexan.java	Thu Sep 27 09:20:11 2007 +0000
    51.3 @@ -1,20 +1,42 @@
    51.4  /*
    51.5 - * The contents of this file are subject to the terms of the Common Development
    51.6 - * and Distribution License (the License). You may not use this file except in
    51.7 - * compliance with the License.
    51.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    51.9   *
   51.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   51.11 - * or http://www.netbeans.org/cddl.txt.
   51.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   51.13   *
   51.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   51.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   51.16 - * If applicable, add the following below the CDDL Header, with the fields
   51.17 - * enclosed by brackets [] replaced by your own identifying information:
   51.18 + * The contents of this file are subject to the terms of either the GNU
   51.19 + * General Public License Version 2 only ("GPL") or the Common
   51.20 + * Development and Distribution License("CDDL") (collectively, the
   51.21 + * "License"). You may not use this file except in compliance with the
   51.22 + * License. You can obtain a copy of the License at
   51.23 + * http://www.netbeans.org/cddl-gplv2.html
   51.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   51.25 + * specific language governing permissions and limitations under the
   51.26 + * License.  When distributing the software, include this License Header
   51.27 + * Notice in each file and include the License file at
   51.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   51.29 + * particular file as subject to the "Classpath" exception as provided
   51.30 + * by Sun in the GPL Version 2 section of the License file that
   51.31 + * accompanied this code. If applicable, add the following below the
   51.32 + * License Header, with the fields enclosed by brackets [] replaced by
   51.33 + * your own identifying information:
   51.34   * "Portions Copyrighted [year] [name of copyright owner]"
   51.35   *
   51.36 + * Contributor(s):
   51.37 + *
   51.38   * The Original Software is NetBeans. The Initial Developer of the Original
   51.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   51.40   * Microsystems, Inc. All Rights Reserved.
   51.41 + *
   51.42 + * If you wish your version of this file to be governed by only the CDDL
   51.43 + * or only the GPL Version 2, indicate your decision by adding
   51.44 + * "[Contributor] elects to include this software in this distribution
   51.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   51.46 + * single choice of license, a recipient has the option to distribute
   51.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   51.48 + * to extend the choice of license to its licensees as provided above.
   51.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   51.50 + * Version 2 license, then the option applies only if the new code is
   51.51 + * made subject to such option by the copyright holder.
   51.52   */
   51.53  
   51.54  package org.netbeans.modules.jasm.parser;
    52.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/LexanException.java	Thu Sep 27 09:06:41 2007 +0000
    52.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/LexanException.java	Thu Sep 27 09:20:11 2007 +0000
    52.3 @@ -1,20 +1,42 @@
    52.4  /*
    52.5 - * The contents of this file are subject to the terms of the Common Development
    52.6 - * and Distribution License (the License). You may not use this file except in
    52.7 - * compliance with the License.
    52.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    52.9   *
   52.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   52.11 - * or http://www.netbeans.org/cddl.txt.
   52.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   52.13   *
   52.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   52.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   52.16 - * If applicable, add the following below the CDDL Header, with the fields
   52.17 - * enclosed by brackets [] replaced by your own identifying information:
   52.18 + * The contents of this file are subject to the terms of either the GNU
   52.19 + * General Public License Version 2 only ("GPL") or the Common
   52.20 + * Development and Distribution License("CDDL") (collectively, the
   52.21 + * "License"). You may not use this file except in compliance with the
   52.22 + * License. You can obtain a copy of the License at
   52.23 + * http://www.netbeans.org/cddl-gplv2.html
   52.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   52.25 + * specific language governing permissions and limitations under the
   52.26 + * License.  When distributing the software, include this License Header
   52.27 + * Notice in each file and include the License file at
   52.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   52.29 + * particular file as subject to the "Classpath" exception as provided
   52.30 + * by Sun in the GPL Version 2 section of the License file that
   52.31 + * accompanied this code. If applicable, add the following below the
   52.32 + * License Header, with the fields enclosed by brackets [] replaced by
   52.33 + * your own identifying information:
   52.34   * "Portions Copyrighted [year] [name of copyright owner]"
   52.35   *
   52.36 + * Contributor(s):
   52.37 + *
   52.38   * The Original Software is NetBeans. The Initial Developer of the Original
   52.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   52.40   * Microsystems, Inc. All Rights Reserved.
   52.41 + *
   52.42 + * If you wish your version of this file to be governed by only the CDDL
   52.43 + * or only the GPL Version 2, indicate your decision by adding
   52.44 + * "[Contributor] elects to include this software in this distribution
   52.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   52.46 + * single choice of license, a recipient has the option to distribute
   52.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   52.48 + * to extend the choice of license to its licensees as provided above.
   52.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   52.50 + * Version 2 license, then the option applies only if the new code is
   52.51 + * made subject to such option by the copyright holder.
   52.52   */
   52.53  
   52.54  package org.netbeans.modules.jasm.parser;
    53.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Method.java	Thu Sep 27 09:06:41 2007 +0000
    53.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Method.java	Thu Sep 27 09:20:11 2007 +0000
    53.3 @@ -1,20 +1,42 @@
    53.4  /*
    53.5 - * The contents of this file are subject to the terms of the Common Development
    53.6 - * and Distribution License (the License). You may not use this file except in
    53.7 - * compliance with the License.
    53.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    53.9   *
   53.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   53.11 - * or http://www.netbeans.org/cddl.txt.
   53.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   53.13   *
   53.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   53.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   53.16 - * If applicable, add the following below the CDDL Header, with the fields
   53.17 - * enclosed by brackets [] replaced by your own identifying information:
   53.18 + * The contents of this file are subject to the terms of either the GNU
   53.19 + * General Public License Version 2 only ("GPL") or the Common
   53.20 + * Development and Distribution License("CDDL") (collectively, the
   53.21 + * "License"). You may not use this file except in compliance with the
   53.22 + * License. You can obtain a copy of the License at
   53.23 + * http://www.netbeans.org/cddl-gplv2.html
   53.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   53.25 + * specific language governing permissions and limitations under the
   53.26 + * License.  When distributing the software, include this License Header
   53.27 + * Notice in each file and include the License file at
   53.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   53.29 + * particular file as subject to the "Classpath" exception as provided
   53.30 + * by Sun in the GPL Version 2 section of the License file that
   53.31 + * accompanied this code. If applicable, add the following below the
   53.32 + * License Header, with the fields enclosed by brackets [] replaced by
   53.33 + * your own identifying information:
   53.34   * "Portions Copyrighted [year] [name of copyright owner]"
   53.35   *
   53.36 + * Contributor(s):
   53.37 + *
   53.38   * The Original Software is NetBeans. The Initial Developer of the Original
   53.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   53.40   * Microsystems, Inc. All Rights Reserved.
   53.41 + *
   53.42 + * If you wish your version of this file to be governed by only the CDDL
   53.43 + * or only the GPL Version 2, indicate your decision by adding
   53.44 + * "[Contributor] elects to include this software in this distribution
   53.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   53.46 + * single choice of license, a recipient has the option to distribute
   53.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   53.48 + * to extend the choice of license to its licensees as provided above.
   53.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   53.50 + * Version 2 license, then the option applies only if the new code is
   53.51 + * made subject to such option by the copyright holder.
   53.52   */
   53.53  
   53.54  package org.netbeans.modules.jasm.parser;
    54.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Methods.java	Thu Sep 27 09:06:41 2007 +0000
    54.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Methods.java	Thu Sep 27 09:20:11 2007 +0000
    54.3 @@ -1,20 +1,42 @@
    54.4  /*
    54.5 - * The contents of this file are subject to the terms of the Common Development
    54.6 - * and Distribution License (the License). You may not use this file except in
    54.7 - * compliance with the License.
    54.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    54.9   *
   54.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   54.11 - * or http://www.netbeans.org/cddl.txt.
   54.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   54.13   *
   54.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   54.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   54.16 - * If applicable, add the following below the CDDL Header, with the fields
   54.17 - * enclosed by brackets [] replaced by your own identifying information:
   54.18 + * The contents of this file are subject to the terms of either the GNU
   54.19 + * General Public License Version 2 only ("GPL") or the Common
   54.20 + * Development and Distribution License("CDDL") (collectively, the
   54.21 + * "License"). You may not use this file except in compliance with the
   54.22 + * License. You can obtain a copy of the License at
   54.23 + * http://www.netbeans.org/cddl-gplv2.html
   54.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   54.25 + * specific language governing permissions and limitations under the
   54.26 + * License.  When distributing the software, include this License Header
   54.27 + * Notice in each file and include the License file at
   54.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   54.29 + * particular file as subject to the "Classpath" exception as provided
   54.30 + * by Sun in the GPL Version 2 section of the License file that
   54.31 + * accompanied this code. If applicable, add the following below the
   54.32 + * License Header, with the fields enclosed by brackets [] replaced by
   54.33 + * your own identifying information:
   54.34   * "Portions Copyrighted [year] [name of copyright owner]"
   54.35   *
   54.36 + * Contributor(s):
   54.37 + *
   54.38   * The Original Software is NetBeans. The Initial Developer of the Original
   54.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   54.40   * Microsystems, Inc. All Rights Reserved.
   54.41 + *
   54.42 + * If you wish your version of this file to be governed by only the CDDL
   54.43 + * or only the GPL Version 2, indicate your decision by adding
   54.44 + * "[Contributor] elects to include this software in this distribution
   54.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   54.46 + * single choice of license, a recipient has the option to distribute
   54.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   54.48 + * to extend the choice of license to its licensees as provided above.
   54.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   54.50 + * Version 2 license, then the option applies only if the new code is
   54.51 + * made subject to such option by the copyright holder.
   54.52   */
   54.53  
   54.54  package org.netbeans.modules.jasm.parser;
    55.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Opcode.java	Thu Sep 27 09:06:41 2007 +0000
    55.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Opcode.java	Thu Sep 27 09:20:11 2007 +0000
    55.3 @@ -1,20 +1,42 @@
    55.4  /*
    55.5 - * The contents of this file are subject to the terms of the Common Development
    55.6 - * and Distribution License (the License). You may not use this file except in
    55.7 - * compliance with the License.
    55.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    55.9   *
   55.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   55.11 - * or http://www.netbeans.org/cddl.txt.
   55.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   55.13   *
   55.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   55.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   55.16 - * If applicable, add the following below the CDDL Header, with the fields
   55.17 - * enclosed by brackets [] replaced by your own identifying information:
   55.18 + * The contents of this file are subject to the terms of either the GNU
   55.19 + * General Public License Version 2 only ("GPL") or the Common
   55.20 + * Development and Distribution License("CDDL") (collectively, the
   55.21 + * "License"). You may not use this file except in compliance with the
   55.22 + * License. You can obtain a copy of the License at
   55.23 + * http://www.netbeans.org/cddl-gplv2.html
   55.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   55.25 + * specific language governing permissions and limitations under the
   55.26 + * License.  When distributing the software, include this License Header
   55.27 + * Notice in each file and include the License file at
   55.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   55.29 + * particular file as subject to the "Classpath" exception as provided
   55.30 + * by Sun in the GPL Version 2 section of the License file that
   55.31 + * accompanied this code. If applicable, add the following below the
   55.32 + * License Header, with the fields enclosed by brackets [] replaced by
   55.33 + * your own identifying information:
   55.34   * "Portions Copyrighted [year] [name of copyright owner]"
   55.35   *
   55.36 + * Contributor(s):
   55.37 + *
   55.38   * The Original Software is NetBeans. The Initial Developer of the Original
   55.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   55.40   * Microsystems, Inc. All Rights Reserved.
   55.41 + *
   55.42 + * If you wish your version of this file to be governed by only the CDDL
   55.43 + * or only the GPL Version 2, indicate your decision by adding
   55.44 + * "[Contributor] elects to include this software in this distribution
   55.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   55.46 + * single choice of license, a recipient has the option to distribute
   55.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   55.48 + * to extend the choice of license to its licensees as provided above.
   55.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   55.50 + * Version 2 license, then the option applies only if the new code is
   55.51 + * made subject to such option by the copyright holder.
   55.52   */
   55.53  
   55.54  package org.netbeans.modules.jasm.parser;
    56.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeIInc.java	Thu Sep 27 09:06:41 2007 +0000
    56.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeIInc.java	Thu Sep 27 09:20:11 2007 +0000
    56.3 @@ -1,20 +1,42 @@
    56.4  /*
    56.5 - * The contents of this file are subject to the terms of the Common Development
    56.6 - * and Distribution License (the License). You may not use this file except in
    56.7 - * compliance with the License.
    56.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    56.9   *
   56.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   56.11 - * or http://www.netbeans.org/cddl.txt.
   56.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   56.13   *
   56.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   56.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   56.16 - * If applicable, add the following below the CDDL Header, with the fields
   56.17 - * enclosed by brackets [] replaced by your own identifying information:
   56.18 + * The contents of this file are subject to the terms of either the GNU
   56.19 + * General Public License Version 2 only ("GPL") or the Common
   56.20 + * Development and Distribution License("CDDL") (collectively, the
   56.21 + * "License"). You may not use this file except in compliance with the
   56.22 + * License. You can obtain a copy of the License at
   56.23 + * http://www.netbeans.org/cddl-gplv2.html
   56.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   56.25 + * specific language governing permissions and limitations under the
   56.26 + * License.  When distributing the software, include this License Header
   56.27 + * Notice in each file and include the License file at
   56.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   56.29 + * particular file as subject to the "Classpath" exception as provided
   56.30 + * by Sun in the GPL Version 2 section of the License file that
   56.31 + * accompanied this code. If applicable, add the following below the
   56.32 + * License Header, with the fields enclosed by brackets [] replaced by
   56.33 + * your own identifying information:
   56.34   * "Portions Copyrighted [year] [name of copyright owner]"
   56.35   *
   56.36 + * Contributor(s):
   56.37 + *
   56.38   * The Original Software is NetBeans. The Initial Developer of the Original
   56.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   56.40   * Microsystems, Inc. All Rights Reserved.
   56.41 + *
   56.42 + * If you wish your version of this file to be governed by only the CDDL
   56.43 + * or only the GPL Version 2, indicate your decision by adding
   56.44 + * "[Contributor] elects to include this software in this distribution
   56.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   56.46 + * single choice of license, a recipient has the option to distribute
   56.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   56.48 + * to extend the choice of license to its licensees as provided above.
   56.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   56.50 + * Version 2 license, then the option applies only if the new code is
   56.51 + * made subject to such option by the copyright holder.
   56.52   */
   56.53  
   56.54  package org.netbeans.modules.jasm.parser;
    57.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeInvokeInterface.java	Thu Sep 27 09:06:41 2007 +0000
    57.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeInvokeInterface.java	Thu Sep 27 09:20:11 2007 +0000
    57.3 @@ -1,20 +1,42 @@
    57.4  /*
    57.5 - * The contents of this file are subject to the terms of the Common Development
    57.6 - * and Distribution License (the License). You may not use this file except in
    57.7 - * compliance with the License.
    57.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    57.9   *
   57.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   57.11 - * or http://www.netbeans.org/cddl.txt.
   57.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   57.13   *
   57.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   57.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   57.16 - * If applicable, add the following below the CDDL Header, with the fields
   57.17 - * enclosed by brackets [] replaced by your own identifying information:
   57.18 + * The contents of this file are subject to the terms of either the GNU
   57.19 + * General Public License Version 2 only ("GPL") or the Common
   57.20 + * Development and Distribution License("CDDL") (collectively, the
   57.21 + * "License"). You may not use this file except in compliance with the
   57.22 + * License. You can obtain a copy of the License at
   57.23 + * http://www.netbeans.org/cddl-gplv2.html
   57.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   57.25 + * specific language governing permissions and limitations under the
   57.26 + * License.  When distributing the software, include this License Header
   57.27 + * Notice in each file and include the License file at
   57.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   57.29 + * particular file as subject to the "Classpath" exception as provided
   57.30 + * by Sun in the GPL Version 2 section of the License file that
   57.31 + * accompanied this code. If applicable, add the following below the
   57.32 + * License Header, with the fields enclosed by brackets [] replaced by
   57.33 + * your own identifying information:
   57.34   * "Portions Copyrighted [year] [name of copyright owner]"
   57.35   *
   57.36 + * Contributor(s):
   57.37 + *
   57.38   * The Original Software is NetBeans. The Initial Developer of the Original
   57.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   57.40   * Microsystems, Inc. All Rights Reserved.
   57.41 + *
   57.42 + * If you wish your version of this file to be governed by only the CDDL
   57.43 + * or only the GPL Version 2, indicate your decision by adding
   57.44 + * "[Contributor] elects to include this software in this distribution
   57.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   57.46 + * single choice of license, a recipient has the option to distribute
   57.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   57.48 + * to extend the choice of license to its licensees as provided above.
   57.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   57.50 + * Version 2 license, then the option applies only if the new code is
   57.51 + * made subject to such option by the copyright holder.
   57.52   */
   57.53  
   57.54  package org.netbeans.modules.jasm.parser;
    58.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeLookupSwitch.java	Thu Sep 27 09:06:41 2007 +0000
    58.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeLookupSwitch.java	Thu Sep 27 09:20:11 2007 +0000
    58.3 @@ -1,20 +1,42 @@
    58.4  /*
    58.5 - * The contents of this file are subject to the terms of the Common Development
    58.6 - * and Distribution License (the License). You may not use this file except in
    58.7 - * compliance with the License.
    58.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    58.9   *
   58.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   58.11 - * or http://www.netbeans.org/cddl.txt.
   58.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   58.13   *
   58.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   58.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   58.16 - * If applicable, add the following below the CDDL Header, with the fields
   58.17 - * enclosed by brackets [] replaced by your own identifying information:
   58.18 + * The contents of this file are subject to the terms of either the GNU
   58.19 + * General Public License Version 2 only ("GPL") or the Common
   58.20 + * Development and Distribution License("CDDL") (collectively, the
   58.21 + * "License"). You may not use this file except in compliance with the
   58.22 + * License. You can obtain a copy of the License at
   58.23 + * http://www.netbeans.org/cddl-gplv2.html
   58.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   58.25 + * specific language governing permissions and limitations under the
   58.26 + * License.  When distributing the software, include this License Header
   58.27 + * Notice in each file and include the License file at
   58.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   58.29 + * particular file as subject to the "Classpath" exception as provided
   58.30 + * by Sun in the GPL Version 2 section of the License file that
   58.31 + * accompanied this code. If applicable, add the following below the
   58.32 + * License Header, with the fields enclosed by brackets [] replaced by
   58.33 + * your own identifying information:
   58.34   * "Portions Copyrighted [year] [name of copyright owner]"
   58.35   *
   58.36 + * Contributor(s):
   58.37 + *
   58.38   * The Original Software is NetBeans. The Initial Developer of the Original
   58.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   58.40   * Microsystems, Inc. All Rights Reserved.
   58.41 + *
   58.42 + * If you wish your version of this file to be governed by only the CDDL
   58.43 + * or only the GPL Version 2, indicate your decision by adding
   58.44 + * "[Contributor] elects to include this software in this distribution
   58.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   58.46 + * single choice of license, a recipient has the option to distribute
   58.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   58.48 + * to extend the choice of license to its licensees as provided above.
   58.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   58.50 + * Version 2 license, then the option applies only if the new code is
   58.51 + * made subject to such option by the copyright holder.
   58.52   */
   58.53  
   58.54  package org.netbeans.modules.jasm.parser;
    59.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeMultiANewArray.java	Thu Sep 27 09:06:41 2007 +0000
    59.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeMultiANewArray.java	Thu Sep 27 09:20:11 2007 +0000
    59.3 @@ -1,20 +1,42 @@
    59.4  /*
    59.5 - * The contents of this file are subject to the terms of the Common Development
    59.6 - * and Distribution License (the License). You may not use this file except in
    59.7 - * compliance with the License.
    59.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    59.9   *
   59.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   59.11 - * or http://www.netbeans.org/cddl.txt.
   59.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   59.13   *
   59.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   59.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   59.16 - * If applicable, add the following below the CDDL Header, with the fields
   59.17 - * enclosed by brackets [] replaced by your own identifying information:
   59.18 + * The contents of this file are subject to the terms of either the GNU
   59.19 + * General Public License Version 2 only ("GPL") or the Common
   59.20 + * Development and Distribution License("CDDL") (collectively, the
   59.21 + * "License"). You may not use this file except in compliance with the
   59.22 + * License. You can obtain a copy of the License at
   59.23 + * http://www.netbeans.org/cddl-gplv2.html
   59.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   59.25 + * specific language governing permissions and limitations under the
   59.26 + * License.  When distributing the software, include this License Header
   59.27 + * Notice in each file and include the License file at
   59.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   59.29 + * particular file as subject to the "Classpath" exception as provided
   59.30 + * by Sun in the GPL Version 2 section of the License file that
   59.31 + * accompanied this code. If applicable, add the following below the
   59.32 + * License Header, with the fields enclosed by brackets [] replaced by
   59.33 + * your own identifying information:
   59.34   * "Portions Copyrighted [year] [name of copyright owner]"
   59.35   *
   59.36 + * Contributor(s):
   59.37 + *
   59.38   * The Original Software is NetBeans. The Initial Developer of the Original
   59.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   59.40   * Microsystems, Inc. All Rights Reserved.
   59.41 + *
   59.42 + * If you wish your version of this file to be governed by only the CDDL
   59.43 + * or only the GPL Version 2, indicate your decision by adding
   59.44 + * "[Contributor] elects to include this software in this distribution
   59.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   59.46 + * single choice of license, a recipient has the option to distribute
   59.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   59.48 + * to extend the choice of license to its licensees as provided above.
   59.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   59.50 + * Version 2 license, then the option applies only if the new code is
   59.51 + * made subject to such option by the copyright holder.
   59.52   */
   59.53  
   59.54  package org.netbeans.modules.jasm.parser;
    60.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeNewArray.java	Thu Sep 27 09:06:41 2007 +0000
    60.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeNewArray.java	Thu Sep 27 09:20:11 2007 +0000
    60.3 @@ -1,20 +1,42 @@
    60.4  /*
    60.5 - * The contents of this file are subject to the terms of the Common Development
    60.6 - * and Distribution License (the License). You may not use this file except in
    60.7 - * compliance with the License.
    60.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    60.9   *
   60.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   60.11 - * or http://www.netbeans.org/cddl.txt.
   60.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   60.13   *
   60.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   60.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   60.16 - * If applicable, add the following below the CDDL Header, with the fields
   60.17 - * enclosed by brackets [] replaced by your own identifying information:
   60.18 + * The contents of this file are subject to the terms of either the GNU
   60.19 + * General Public License Version 2 only ("GPL") or the Common
   60.20 + * Development and Distribution License("CDDL") (collectively, the
   60.21 + * "License"). You may not use this file except in compliance with the
   60.22 + * License. You can obtain a copy of the License at
   60.23 + * http://www.netbeans.org/cddl-gplv2.html
   60.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   60.25 + * specific language governing permissions and limitations under the
   60.26 + * License.  When distributing the software, include this License Header
   60.27 + * Notice in each file and include the License file at
   60.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   60.29 + * particular file as subject to the "Classpath" exception as provided
   60.30 + * by Sun in the GPL Version 2 section of the License file that
   60.31 + * accompanied this code. If applicable, add the following below the
   60.32 + * License Header, with the fields enclosed by brackets [] replaced by
   60.33 + * your own identifying information:
   60.34   * "Portions Copyrighted [year] [name of copyright owner]"
   60.35   *
   60.36 + * Contributor(s):
   60.37 + *
   60.38   * The Original Software is NetBeans. The Initial Developer of the Original
   60.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   60.40   * Microsystems, Inc. All Rights Reserved.
   60.41 + *
   60.42 + * If you wish your version of this file to be governed by only the CDDL
   60.43 + * or only the GPL Version 2, indicate your decision by adding
   60.44 + * "[Contributor] elects to include this software in this distribution
   60.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   60.46 + * single choice of license, a recipient has the option to distribute
   60.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   60.48 + * to extend the choice of license to its licensees as provided above.
   60.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   60.50 + * Version 2 license, then the option applies only if the new code is
   60.51 + * made subject to such option by the copyright holder.
   60.52   */
   60.53  
   60.54  package org.netbeans.modules.jasm.parser;
    61.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeNoArg.java	Thu Sep 27 09:06:41 2007 +0000
    61.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeNoArg.java	Thu Sep 27 09:20:11 2007 +0000
    61.3 @@ -1,20 +1,42 @@
    61.4  /*
    61.5 - * The contents of this file are subject to the terms of the Common Development
    61.6 - * and Distribution License (the License). You may not use this file except in
    61.7 - * compliance with the License.
    61.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    61.9   *
   61.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   61.11 - * or http://www.netbeans.org/cddl.txt.
   61.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   61.13   *
   61.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   61.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   61.16 - * If applicable, add the following below the CDDL Header, with the fields
   61.17 - * enclosed by brackets [] replaced by your own identifying information:
   61.18 + * The contents of this file are subject to the terms of either the GNU
   61.19 + * General Public License Version 2 only ("GPL") or the Common
   61.20 + * Development and Distribution License("CDDL") (collectively, the
   61.21 + * "License"). You may not use this file except in compliance with the
   61.22 + * License. You can obtain a copy of the License at
   61.23 + * http://www.netbeans.org/cddl-gplv2.html
   61.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   61.25 + * specific language governing permissions and limitations under the
   61.26 + * License.  When distributing the software, include this License Header
   61.27 + * Notice in each file and include the License file at
   61.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   61.29 + * particular file as subject to the "Classpath" exception as provided
   61.30 + * by Sun in the GPL Version 2 section of the License file that
   61.31 + * accompanied this code. If applicable, add the following below the
   61.32 + * License Header, with the fields enclosed by brackets [] replaced by
   61.33 + * your own identifying information:
   61.34   * "Portions Copyrighted [year] [name of copyright owner]"
   61.35   *
   61.36 + * Contributor(s):
   61.37 + *
   61.38   * The Original Software is NetBeans. The Initial Developer of the Original
   61.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   61.40   * Microsystems, Inc. All Rights Reserved.
   61.41 + *
   61.42 + * If you wish your version of this file to be governed by only the CDDL
   61.43 + * or only the GPL Version 2, indicate your decision by adding
   61.44 + * "[Contributor] elects to include this software in this distribution
   61.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   61.46 + * single choice of license, a recipient has the option to distribute
   61.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   61.48 + * to extend the choice of license to its licensees as provided above.
   61.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   61.50 + * Version 2 license, then the option applies only if the new code is
   61.51 + * made subject to such option by the copyright holder.
   61.52   */
   61.53  
   61.54  package org.netbeans.modules.jasm.parser;
    62.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedFourArg.java	Thu Sep 27 09:06:41 2007 +0000
    62.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedFourArg.java	Thu Sep 27 09:20:11 2007 +0000
    62.3 @@ -1,20 +1,42 @@
    62.4  /*
    62.5 - * The contents of this file are subject to the terms of the Common Development
    62.6 - * and Distribution License (the License). You may not use this file except in
    62.7 - * compliance with the License.
    62.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    62.9   *
   62.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   62.11 - * or http://www.netbeans.org/cddl.txt.
   62.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   62.13   *
   62.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   62.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   62.16 - * If applicable, add the following below the CDDL Header, with the fields
   62.17 - * enclosed by brackets [] replaced by your own identifying information:
   62.18 + * The contents of this file are subject to the terms of either the GNU
   62.19 + * General Public License Version 2 only ("GPL") or the Common
   62.20 + * Development and Distribution License("CDDL") (collectively, the
   62.21 + * "License"). You may not use this file except in compliance with the
   62.22 + * License. You can obtain a copy of the License at
   62.23 + * http://www.netbeans.org/cddl-gplv2.html
   62.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   62.25 + * specific language governing permissions and limitations under the
   62.26 + * License.  When distributing the software, include this License Header
   62.27 + * Notice in each file and include the License file at
   62.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   62.29 + * particular file as subject to the "Classpath" exception as provided
   62.30 + * by Sun in the GPL Version 2 section of the License file that
   62.31 + * accompanied this code. If applicable, add the following below the
   62.32 + * License Header, with the fields enclosed by brackets [] replaced by
   62.33 + * your own identifying information:
   62.34   * "Portions Copyrighted [year] [name of copyright owner]"
   62.35   *
   62.36 + * Contributor(s):
   62.37 + *
   62.38   * The Original Software is NetBeans. The Initial Developer of the Original
   62.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   62.40   * Microsystems, Inc. All Rights Reserved.
   62.41 + *
   62.42 + * If you wish your version of this file to be governed by only the CDDL
   62.43 + * or only the GPL Version 2, indicate your decision by adding
   62.44 + * "[Contributor] elects to include this software in this distribution
   62.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   62.46 + * single choice of license, a recipient has the option to distribute
   62.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   62.48 + * to extend the choice of license to its licensees as provided above.
   62.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   62.50 + * Version 2 license, then the option applies only if the new code is
   62.51 + * made subject to such option by the copyright holder.
   62.52   */
   62.53  
   62.54  package org.netbeans.modules.jasm.parser;
    63.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedOneArg.java	Thu Sep 27 09:06:41 2007 +0000
    63.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedOneArg.java	Thu Sep 27 09:20:11 2007 +0000
    63.3 @@ -1,20 +1,42 @@
    63.4  /*
    63.5 - * The contents of this file are subject to the terms of the Common Development
    63.6 - * and Distribution License (the License). You may not use this file except in
    63.7 - * compliance with the License.
    63.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.9   *
   63.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   63.11 - * or http://www.netbeans.org/cddl.txt.
   63.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   63.13   *
   63.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   63.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   63.16 - * If applicable, add the following below the CDDL Header, with the fields
   63.17 - * enclosed by brackets [] replaced by your own identifying information:
   63.18 + * The contents of this file are subject to the terms of either the GNU
   63.19 + * General Public License Version 2 only ("GPL") or the Common
   63.20 + * Development and Distribution License("CDDL") (collectively, the
   63.21 + * "License"). You may not use this file except in compliance with the
   63.22 + * License. You can obtain a copy of the License at
   63.23 + * http://www.netbeans.org/cddl-gplv2.html
   63.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   63.25 + * specific language governing permissions and limitations under the
   63.26 + * License.  When distributing the software, include this License Header
   63.27 + * Notice in each file and include the License file at
   63.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   63.29 + * particular file as subject to the "Classpath" exception as provided
   63.30 + * by Sun in the GPL Version 2 section of the License file that
   63.31 + * accompanied this code. If applicable, add the following below the
   63.32 + * License Header, with the fields enclosed by brackets [] replaced by
   63.33 + * your own identifying information:
   63.34   * "Portions Copyrighted [year] [name of copyright owner]"
   63.35   *
   63.36 + * Contributor(s):
   63.37 + *
   63.38   * The Original Software is NetBeans. The Initial Developer of the Original
   63.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   63.40   * Microsystems, Inc. All Rights Reserved.
   63.41 + *
   63.42 + * If you wish your version of this file to be governed by only the CDDL
   63.43 + * or only the GPL Version 2, indicate your decision by adding
   63.44 + * "[Contributor] elects to include this software in this distribution
   63.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   63.46 + * single choice of license, a recipient has the option to distribute
   63.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   63.48 + * to extend the choice of license to its licensees as provided above.
   63.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   63.50 + * Version 2 license, then the option applies only if the new code is
   63.51 + * made subject to such option by the copyright holder.
   63.52   */
   63.53  
   63.54  package org.netbeans.modules.jasm.parser;
    64.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedTwoArg.java	Thu Sep 27 09:06:41 2007 +0000
    64.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeSignedTwoArg.java	Thu Sep 27 09:20:11 2007 +0000
    64.3 @@ -1,20 +1,42 @@
    64.4  /*
    64.5 - * The contents of this file are subject to the terms of the Common Development
    64.6 - * and Distribution License (the License). You may not use this file except in
    64.7 - * compliance with the License.
    64.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.9   *
   64.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   64.11 - * or http://www.netbeans.org/cddl.txt.
   64.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   64.13   *
   64.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   64.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   64.16 - * If applicable, add the following below the CDDL Header, with the fields
   64.17 - * enclosed by brackets [] replaced by your own identifying information:
   64.18 + * The contents of this file are subject to the terms of either the GNU
   64.19 + * General Public License Version 2 only ("GPL") or the Common
   64.20 + * Development and Distribution License("CDDL") (collectively, the
   64.21 + * "License"). You may not use this file except in compliance with the
   64.22 + * License. You can obtain a copy of the License at
   64.23 + * http://www.netbeans.org/cddl-gplv2.html
   64.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   64.25 + * specific language governing permissions and limitations under the
   64.26 + * License.  When distributing the software, include this License Header
   64.27 + * Notice in each file and include the License file at
   64.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   64.29 + * particular file as subject to the "Classpath" exception as provided
   64.30 + * by Sun in the GPL Version 2 section of the License file that
   64.31 + * accompanied this code. If applicable, add the following below the
   64.32 + * License Header, with the fields enclosed by brackets [] replaced by
   64.33 + * your own identifying information:
   64.34   * "Portions Copyrighted [year] [name of copyright owner]"
   64.35   *
   64.36 + * Contributor(s):
   64.37 + *
   64.38   * The Original Software is NetBeans. The Initial Developer of the Original
   64.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   64.40   * Microsystems, Inc. All Rights Reserved.
   64.41 + *
   64.42 + * If you wish your version of this file to be governed by only the CDDL
   64.43 + * or only the GPL Version 2, indicate your decision by adding
   64.44 + * "[Contributor] elects to include this software in this distribution
   64.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   64.46 + * single choice of license, a recipient has the option to distribute
   64.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   64.48 + * to extend the choice of license to its licensees as provided above.
   64.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   64.50 + * Version 2 license, then the option applies only if the new code is
   64.51 + * made subject to such option by the copyright holder.
   64.52   */
   64.53  
   64.54  package org.netbeans.modules.jasm.parser;
    65.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeTable.java	Thu Sep 27 09:06:41 2007 +0000
    65.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeTable.java	Thu Sep 27 09:20:11 2007 +0000
    65.3 @@ -1,20 +1,42 @@
    65.4  /*
    65.5 - * The contents of this file are subject to the terms of the Common Development
    65.6 - * and Distribution License (the License). You may not use this file except in
    65.7 - * compliance with the License.
    65.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    65.9   *
   65.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   65.11 - * or http://www.netbeans.org/cddl.txt.
   65.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   65.13   *
   65.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   65.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   65.16 - * If applicable, add the following below the CDDL Header, with the fields
   65.17 - * enclosed by brackets [] replaced by your own identifying information:
   65.18 + * The contents of this file are subject to the terms of either the GNU
   65.19 + * General Public License Version 2 only ("GPL") or the Common
   65.20 + * Development and Distribution License("CDDL") (collectively, the
   65.21 + * "License"). You may not use this file except in compliance with the
   65.22 + * License. You can obtain a copy of the License at
   65.23 + * http://www.netbeans.org/cddl-gplv2.html
   65.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   65.25 + * specific language governing permissions and limitations under the
   65.26 + * License.  When distributing the software, include this License Header
   65.27 + * Notice in each file and include the License file at
   65.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   65.29 + * particular file as subject to the "Classpath" exception as provided
   65.30 + * by Sun in the GPL Version 2 section of the License file that
   65.31 + * accompanied this code. If applicable, add the following below the
   65.32 + * License Header, with the fields enclosed by brackets [] replaced by
   65.33 + * your own identifying information:
   65.34   * "Portions Copyrighted [year] [name of copyright owner]"
   65.35   *
   65.36 + * Contributor(s):
   65.37 + *
   65.38   * The Original Software is NetBeans. The Initial Developer of the Original
   65.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   65.40   * Microsystems, Inc. All Rights Reserved.
   65.41 + *
   65.42 + * If you wish your version of this file to be governed by only the CDDL
   65.43 + * or only the GPL Version 2, indicate your decision by adding
   65.44 + * "[Contributor] elects to include this software in this distribution
   65.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   65.46 + * single choice of license, a recipient has the option to distribute
   65.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   65.48 + * to extend the choice of license to its licensees as provided above.
   65.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   65.50 + * Version 2 license, then the option applies only if the new code is
   65.51 + * made subject to such option by the copyright holder.
   65.52   */
   65.53  
   65.54  package org.netbeans.modules.jasm.parser;
    66.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeTableSwitch.java	Thu Sep 27 09:06:41 2007 +0000
    66.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeTableSwitch.java	Thu Sep 27 09:20:11 2007 +0000
    66.3 @@ -1,20 +1,42 @@
    66.4  /*
    66.5 - * The contents of this file are subject to the terms of the Common Development
    66.6 - * and Distribution License (the License). You may not use this file except in
    66.7 - * compliance with the License.
    66.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    66.9   *
   66.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   66.11 - * or http://www.netbeans.org/cddl.txt.
   66.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   66.13   *
   66.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   66.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   66.16 - * If applicable, add the following below the CDDL Header, with the fields
   66.17 - * enclosed by brackets [] replaced by your own identifying information:
   66.18 + * The contents of this file are subject to the terms of either the GNU
   66.19 + * General Public License Version 2 only ("GPL") or the Common
   66.20 + * Development and Distribution License("CDDL") (collectively, the
   66.21 + * "License"). You may not use this file except in compliance with the
   66.22 + * License. You can obtain a copy of the License at
   66.23 + * http://www.netbeans.org/cddl-gplv2.html
   66.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   66.25 + * specific language governing permissions and limitations under the
   66.26 + * License.  When distributing the software, include this License Header
   66.27 + * Notice in each file and include the License file at
   66.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   66.29 + * particular file as subject to the "Classpath" exception as provided
   66.30 + * by Sun in the GPL Version 2 section of the License file that
   66.31 + * accompanied this code. If applicable, add the following below the
   66.32 + * License Header, with the fields enclosed by brackets [] replaced by
   66.33 + * your own identifying information:
   66.34   * "Portions Copyrighted [year] [name of copyright owner]"
   66.35   *
   66.36 + * Contributor(s):
   66.37 + *
   66.38   * The Original Software is NetBeans. The Initial Developer of the Original
   66.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   66.40   * Microsystems, Inc. All Rights Reserved.
   66.41 + *
   66.42 + * If you wish your version of this file to be governed by only the CDDL
   66.43 + * or only the GPL Version 2, indicate your decision by adding
   66.44 + * "[Contributor] elects to include this software in this distribution
   66.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   66.46 + * single choice of license, a recipient has the option to distribute
   66.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   66.48 + * to extend the choice of license to its licensees as provided above.
   66.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   66.50 + * Version 2 license, then the option applies only if the new code is
   66.51 + * made subject to such option by the copyright holder.
   66.52   */
   66.53  
   66.54  package org.netbeans.modules.jasm.parser;
    67.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArg.java	Thu Sep 27 09:06:41 2007 +0000
    67.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArg.java	Thu Sep 27 09:20:11 2007 +0000
    67.3 @@ -1,20 +1,42 @@
    67.4  /*
    67.5 - * The contents of this file are subject to the terms of the Common Development
    67.6 - * and Distribution License (the License). You may not use this file except in
    67.7 - * compliance with the License.
    67.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.9   *
   67.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   67.11 - * or http://www.netbeans.org/cddl.txt.
   67.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   67.13   *
   67.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   67.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   67.16 - * If applicable, add the following below the CDDL Header, with the fields
   67.17 - * enclosed by brackets [] replaced by your own identifying information:
   67.18 + * The contents of this file are subject to the terms of either the GNU
   67.19 + * General Public License Version 2 only ("GPL") or the Common
   67.20 + * Development and Distribution License("CDDL") (collectively, the
   67.21 + * "License"). You may not use this file except in compliance with the
   67.22 + * License. You can obtain a copy of the License at
   67.23 + * http://www.netbeans.org/cddl-gplv2.html
   67.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   67.25 + * specific language governing permissions and limitations under the
   67.26 + * License.  When distributing the software, include this License Header
   67.27 + * Notice in each file and include the License file at
   67.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   67.29 + * particular file as subject to the "Classpath" exception as provided
   67.30 + * by Sun in the GPL Version 2 section of the License file that
   67.31 + * accompanied this code. If applicable, add the following below the
   67.32 + * License Header, with the fields enclosed by brackets [] replaced by
   67.33 + * your own identifying information:
   67.34   * "Portions Copyrighted [year] [name of copyright owner]"
   67.35   *
   67.36 + * Contributor(s):
   67.37 + *
   67.38   * The Original Software is NetBeans. The Initial Developer of the Original
   67.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   67.40   * Microsystems, Inc. All Rights Reserved.
   67.41 + *
   67.42 + * If you wish your version of this file to be governed by only the CDDL
   67.43 + * or only the GPL Version 2, indicate your decision by adding
   67.44 + * "[Contributor] elects to include this software in this distribution
   67.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   67.46 + * single choice of license, a recipient has the option to distribute
   67.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   67.48 + * to extend the choice of license to its licensees as provided above.
   67.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   67.50 + * Version 2 license, then the option applies only if the new code is
   67.51 + * made subject to such option by the copyright holder.
   67.52   */
   67.53  
   67.54  package org.netbeans.modules.jasm.parser;
    68.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArgCP.java	Thu Sep 27 09:06:41 2007 +0000
    68.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedOneArgCP.java	Thu Sep 27 09:20:11 2007 +0000
    68.3 @@ -1,20 +1,42 @@
    68.4  /*
    68.5 - * The contents of this file are subject to the terms of the Common Development
    68.6 - * and Distribution License (the License). You may not use this file except in
    68.7 - * compliance with the License.
    68.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.9   *
   68.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   68.11 - * or http://www.netbeans.org/cddl.txt.
   68.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   68.13   *
   68.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   68.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   68.16 - * If applicable, add the following below the CDDL Header, with the fields
   68.17 - * enclosed by brackets [] replaced by your own identifying information:
   68.18 + * The contents of this file are subject to the terms of either the GNU
   68.19 + * General Public License Version 2 only ("GPL") or the Common
   68.20 + * Development and Distribution License("CDDL") (collectively, the
   68.21 + * "License"). You may not use this file except in compliance with the
   68.22 + * License. You can obtain a copy of the License at
   68.23 + * http://www.netbeans.org/cddl-gplv2.html
   68.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   68.25 + * specific language governing permissions and limitations under the
   68.26 + * License.  When distributing the software, include this License Header
   68.27 + * Notice in each file and include the License file at
   68.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   68.29 + * particular file as subject to the "Classpath" exception as provided
   68.30 + * by Sun in the GPL Version 2 section of the License file that
   68.31 + * accompanied this code. If applicable, add the following below the
   68.32 + * License Header, with the fields enclosed by brackets [] replaced by
   68.33 + * your own identifying information:
   68.34   * "Portions Copyrighted [year] [name of copyright owner]"
   68.35   *
   68.36 + * Contributor(s):
   68.37 + *
   68.38   * The Original Software is NetBeans. The Initial Developer of the Original
   68.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   68.40   * Microsystems, Inc. All Rights Reserved.
   68.41 + *
   68.42 + * If you wish your version of this file to be governed by only the CDDL
   68.43 + * or only the GPL Version 2, indicate your decision by adding
   68.44 + * "[Contributor] elects to include this software in this distribution
   68.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   68.46 + * single choice of license, a recipient has the option to distribute
   68.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   68.48 + * to extend the choice of license to its licensees as provided above.
   68.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   68.50 + * Version 2 license, then the option applies only if the new code is
   68.51 + * made subject to such option by the copyright holder.
   68.52   */
   68.53  
   68.54  package org.netbeans.modules.jasm.parser;
    69.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArg.java	Thu Sep 27 09:06:41 2007 +0000
    69.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArg.java	Thu Sep 27 09:20:11 2007 +0000
    69.3 @@ -1,20 +1,42 @@
    69.4  /*
    69.5 - * The contents of this file are subject to the terms of the Common Development
    69.6 - * and Distribution License (the License). You may not use this file except in
    69.7 - * compliance with the License.
    69.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    69.9   *
   69.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   69.11 - * or http://www.netbeans.org/cddl.txt.
   69.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   69.13   *
   69.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   69.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   69.16 - * If applicable, add the following below the CDDL Header, with the fields
   69.17 - * enclosed by brackets [] replaced by your own identifying information:
   69.18 + * The contents of this file are subject to the terms of either the GNU
   69.19 + * General Public License Version 2 only ("GPL") or the Common
   69.20 + * Development and Distribution License("CDDL") (collectively, the
   69.21 + * "License"). You may not use this file except in compliance with the
   69.22 + * License. You can obtain a copy of the License at
   69.23 + * http://www.netbeans.org/cddl-gplv2.html
   69.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   69.25 + * specific language governing permissions and limitations under the
   69.26 + * License.  When distributing the software, include this License Header
   69.27 + * Notice in each file and include the License file at
   69.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   69.29 + * particular file as subject to the "Classpath" exception as provided
   69.30 + * by Sun in the GPL Version 2 section of the License file that
   69.31 + * accompanied this code. If applicable, add the following below the
   69.32 + * License Header, with the fields enclosed by brackets [] replaced by
   69.33 + * your own identifying information:
   69.34   * "Portions Copyrighted [year] [name of copyright owner]"
   69.35   *
   69.36 + * Contributor(s):
   69.37 + *
   69.38   * The Original Software is NetBeans. The Initial Developer of the Original
   69.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   69.40   * Microsystems, Inc. All Rights Reserved.
   69.41 + *
   69.42 + * If you wish your version of this file to be governed by only the CDDL
   69.43 + * or only the GPL Version 2, indicate your decision by adding
   69.44 + * "[Contributor] elects to include this software in this distribution
   69.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   69.46 + * single choice of license, a recipient has the option to distribute
   69.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   69.48 + * to extend the choice of license to its licensees as provided above.
   69.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   69.50 + * Version 2 license, then the option applies only if the new code is
   69.51 + * made subject to such option by the copyright holder.
   69.52   */
   69.53  
   69.54  package org.netbeans.modules.jasm.parser;
    70.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArgCP.java	Thu Sep 27 09:06:41 2007 +0000
    70.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeUnsignedTwoArgCP.java	Thu Sep 27 09:20:11 2007 +0000
    70.3 @@ -1,20 +1,42 @@
    70.4  /*
    70.5 - * The contents of this file are subject to the terms of the Common Development
    70.6 - * and Distribution License (the License). You may not use this file except in
    70.7 - * compliance with the License.
    70.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    70.9   *
   70.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   70.11 - * or http://www.netbeans.org/cddl.txt.
   70.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   70.13   *
   70.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   70.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   70.16 - * If applicable, add the following below the CDDL Header, with the fields
   70.17 - * enclosed by brackets [] replaced by your own identifying information:
   70.18 + * The contents of this file are subject to the terms of either the GNU
   70.19 + * General Public License Version 2 only ("GPL") or the Common
   70.20 + * Development and Distribution License("CDDL") (collectively, the
   70.21 + * "License"). You may not use this file except in compliance with the
   70.22 + * License. You can obtain a copy of the License at
   70.23 + * http://www.netbeans.org/cddl-gplv2.html
   70.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   70.25 + * specific language governing permissions and limitations under the
   70.26 + * License.  When distributing the software, include this License Header
   70.27 + * Notice in each file and include the License file at
   70.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   70.29 + * particular file as subject to the "Classpath" exception as provided
   70.30 + * by Sun in the GPL Version 2 section of the License file that
   70.31 + * accompanied this code. If applicable, add the following below the
   70.32 + * License Header, with the fields enclosed by brackets [] replaced by
   70.33 + * your own identifying information:
   70.34   * "Portions Copyrighted [year] [name of copyright owner]"
   70.35   *
   70.36 + * Contributor(s):
   70.37 + *
   70.38   * The Original Software is NetBeans. The Initial Developer of the Original
   70.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   70.40   * Microsystems, Inc. All Rights Reserved.
   70.41 + *
   70.42 + * If you wish your version of this file to be governed by only the CDDL
   70.43 + * or only the GPL Version 2, indicate your decision by adding
   70.44 + * "[Contributor] elects to include this software in this distribution
   70.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   70.46 + * single choice of license, a recipient has the option to distribute
   70.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   70.48 + * to extend the choice of license to its licensees as provided above.
   70.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   70.50 + * Version 2 license, then the option applies only if the new code is
   70.51 + * made subject to such option by the copyright holder.
   70.52   */
   70.53  
   70.54  package org.netbeans.modules.jasm.parser;
    71.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideIInc.java	Thu Sep 27 09:06:41 2007 +0000
    71.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideIInc.java	Thu Sep 27 09:20:11 2007 +0000
    71.3 @@ -1,20 +1,42 @@
    71.4  /*
    71.5 - * The contents of this file are subject to the terms of the Common Development
    71.6 - * and Distribution License (the License). You may not use this file except in
    71.7 - * compliance with the License.
    71.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    71.9   *
   71.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   71.11 - * or http://www.netbeans.org/cddl.txt.
   71.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   71.13   *
   71.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   71.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   71.16 - * If applicable, add the following below the CDDL Header, with the fields
   71.17 - * enclosed by brackets [] replaced by your own identifying information:
   71.18 + * The contents of this file are subject to the terms of either the GNU
   71.19 + * General Public License Version 2 only ("GPL") or the Common
   71.20 + * Development and Distribution License("CDDL") (collectively, the
   71.21 + * "License"). You may not use this file except in compliance with the
   71.22 + * License. You can obtain a copy of the License at
   71.23 + * http://www.netbeans.org/cddl-gplv2.html
   71.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   71.25 + * specific language governing permissions and limitations under the
   71.26 + * License.  When distributing the software, include this License Header
   71.27 + * Notice in each file and include the License file at
   71.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   71.29 + * particular file as subject to the "Classpath" exception as provided
   71.30 + * by Sun in the GPL Version 2 section of the License file that
   71.31 + * accompanied this code. If applicable, add the following below the
   71.32 + * License Header, with the fields enclosed by brackets [] replaced by
   71.33 + * your own identifying information:
   71.34   * "Portions Copyrighted [year] [name of copyright owner]"
   71.35   *
   71.36 + * Contributor(s):
   71.37 + *
   71.38   * The Original Software is NetBeans. The Initial Developer of the Original
   71.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   71.40   * Microsystems, Inc. All Rights Reserved.
   71.41 + *
   71.42 + * If you wish your version of this file to be governed by only the CDDL
   71.43 + * or only the GPL Version 2, indicate your decision by adding
   71.44 + * "[Contributor] elects to include this software in this distribution
   71.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   71.46 + * single choice of license, a recipient has the option to distribute
   71.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   71.48 + * to extend the choice of license to its licensees as provided above.
   71.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   71.50 + * Version 2 license, then the option applies only if the new code is
   71.51 + * made subject to such option by the copyright holder.
   71.52   */
   71.53  
   71.54  package org.netbeans.modules.jasm.parser;
    72.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideUnsignedOneArg.java	Thu Sep 27 09:06:41 2007 +0000
    72.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/OpcodeWideUnsignedOneArg.java	Thu Sep 27 09:20:11 2007 +0000
    72.3 @@ -1,20 +1,42 @@
    72.4  /*
    72.5 - * The contents of this file are subject to the terms of the Common Development
    72.6 - * and Distribution License (the License). You may not use this file except in
    72.7 - * compliance with the License.
    72.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    72.9   *
   72.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   72.11 - * or http://www.netbeans.org/cddl.txt.
   72.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   72.13   *
   72.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   72.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   72.16 - * If applicable, add the following below the CDDL Header, with the fields
   72.17 - * enclosed by brackets [] replaced by your own identifying information:
   72.18 + * The contents of this file are subject to the terms of either the GNU
   72.19 + * General Public License Version 2 only ("GPL") or the Common
   72.20 + * Development and Distribution License("CDDL") (collectively, the
   72.21 + * "License"). You may not use this file except in compliance with the
   72.22 + * License. You can obtain a copy of the License at
   72.23 + * http://www.netbeans.org/cddl-gplv2.html
   72.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   72.25 + * specific language governing permissions and limitations under the
   72.26 + * License.  When distributing the software, include this License Header
   72.27 + * Notice in each file and include the License file at
   72.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   72.29 + * particular file as subject to the "Classpath" exception as provided
   72.30 + * by Sun in the GPL Version 2 section of the License file that
   72.31 + * accompanied this code. If applicable, add the following below the
   72.32 + * License Header, with the fields enclosed by brackets [] replaced by
   72.33 + * your own identifying information:
   72.34   * "Portions Copyrighted [year] [name of copyright owner]"
   72.35   *
   72.36 + * Contributor(s):
   72.37 + *
   72.38   * The Original Software is NetBeans. The Initial Developer of the Original
   72.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   72.40   * Microsystems, Inc. All Rights Reserved.
   72.41 + *
   72.42 + * If you wish your version of this file to be governed by only the CDDL
   72.43 + * or only the GPL Version 2, indicate your decision by adding
   72.44 + * "[Contributor] elects to include this software in this distribution
   72.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   72.46 + * single choice of license, a recipient has the option to distribute
   72.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   72.48 + * to extend the choice of license to its licensees as provided above.
   72.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   72.50 + * Version 2 license, then the option applies only if the new code is
   72.51 + * made subject to such option by the copyright holder.
   72.52   */
   72.53  
   72.54  package org.netbeans.modules.jasm.parser;
    73.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/Parser.java	Thu Sep 27 09:06:41 2007 +0000
    73.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/Parser.java	Thu Sep 27 09:20:11 2007 +0000
    73.3 @@ -1,20 +1,42 @@
    73.4  /*
    73.5 - * The contents of this file are subject to the terms of the Common Development
    73.6 - * and Distribution License (the License). You may not use this file except in
    73.7 - * compliance with the License.
    73.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    73.9   *
   73.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   73.11 - * or http://www.netbeans.org/cddl.txt.
   73.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   73.13   *
   73.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   73.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   73.16 - * If applicable, add the following below the CDDL Header, with the fields
   73.17 - * enclosed by brackets [] replaced by your own identifying information:
   73.18 + * The contents of this file are subject to the terms of either the GNU
   73.19 + * General Public License Version 2 only ("GPL") or the Common
   73.20 + * Development and Distribution License("CDDL") (collectively, the
   73.21 + * "License"). You may not use this file except in compliance with the
   73.22 + * License. You can obtain a copy of the License at
   73.23 + * http://www.netbeans.org/cddl-gplv2.html
   73.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   73.25 + * specific language governing permissions and limitations under the
   73.26 + * License.  When distributing the software, include this License Header
   73.27 + * Notice in each file and include the License file at
   73.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   73.29 + * particular file as subject to the "Classpath" exception as provided
   73.30 + * by Sun in the GPL Version 2 section of the License file that
   73.31 + * accompanied this code. If applicable, add the following below the
   73.32 + * License Header, with the fields enclosed by brackets [] replaced by
   73.33 + * your own identifying information:
   73.34   * "Portions Copyrighted [year] [name of copyright owner]"
   73.35   *
   73.36 + * Contributor(s):
   73.37 + *
   73.38   * The Original Software is NetBeans. The Initial Developer of the Original
   73.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   73.40   * Microsystems, Inc. All Rights Reserved.
   73.41 + *
   73.42 + * If you wish your version of this file to be governed by only the CDDL
   73.43 + * or only the GPL Version 2, indicate your decision by adding
   73.44 + * "[Contributor] elects to include this software in this distribution
   73.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   73.46 + * single choice of license, a recipient has the option to distribute
   73.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   73.48 + * to extend the choice of license to its licensees as provided above.
   73.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   73.50 + * Version 2 license, then the option applies only if the new code is
   73.51 + * made subject to such option by the copyright holder.
   73.52   */
   73.53  
   73.54  package org.netbeans.modules.jasm.parser;
    74.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/ParserException.java	Thu Sep 27 09:06:41 2007 +0000
    74.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/ParserException.java	Thu Sep 27 09:20:11 2007 +0000
    74.3 @@ -1,20 +1,42 @@
    74.4  /*
    74.5 - * The contents of this file are subject to the terms of the Common Development
    74.6 - * and Distribution License (the License). You may not use this file except in
    74.7 - * compliance with the License.
    74.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    74.9   *
   74.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   74.11 - * or http://www.netbeans.org/cddl.txt.
   74.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   74.13   *
   74.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   74.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   74.16 - * If applicable, add the following below the CDDL Header, with the fields
   74.17 - * enclosed by brackets [] replaced by your own identifying information:
   74.18 + * The contents of this file are subject to the terms of either the GNU
   74.19 + * General Public License Version 2 only ("GPL") or the Common
   74.20 + * Development and Distribution License("CDDL") (collectively, the
   74.21 + * "License"). You may not use this file except in compliance with the
   74.22 + * License. You can obtain a copy of the License at
   74.23 + * http://www.netbeans.org/cddl-gplv2.html
   74.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   74.25 + * specific language governing permissions and limitations under the
   74.26 + * License.  When distributing the software, include this License Header
   74.27 + * Notice in each file and include the License file at
   74.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   74.29 + * particular file as subject to the "Classpath" exception as provided
   74.30 + * by Sun in the GPL Version 2 section of the License file that
   74.31 + * accompanied this code. If applicable, add the following below the
   74.32 + * License Header, with the fields enclosed by brackets [] replaced by
   74.33 + * your own identifying information:
   74.34   * "Portions Copyrighted [year] [name of copyright owner]"
   74.35   *
   74.36 + * Contributor(s):
   74.37 + *
   74.38   * The Original Software is NetBeans. The Initial Developer of the Original
   74.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   74.40   * Microsystems, Inc. All Rights Reserved.
   74.41 + *
   74.42 + * If you wish your version of this file to be governed by only the CDDL
   74.43 + * or only the GPL Version 2, indicate your decision by adding
   74.44 + * "[Contributor] elects to include this software in this distribution
   74.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   74.46 + * single choice of license, a recipient has the option to distribute
   74.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   74.48 + * to extend the choice of license to its licensees as provided above.
   74.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   74.50 + * Version 2 license, then the option applies only if the new code is
   74.51 + * made subject to such option by the copyright holder.
   74.52   */
   74.53  
   74.54  package org.netbeans.modules.jasm.parser;
    75.1 --- a/jasm/src/org/netbeans/modules/jasm/parser/StringUtil.java	Thu Sep 27 09:06:41 2007 +0000
    75.2 +++ b/jasm/src/org/netbeans/modules/jasm/parser/StringUtil.java	Thu Sep 27 09:20:11 2007 +0000
    75.3 @@ -1,20 +1,42 @@
    75.4  /*
    75.5 - * The contents of this file are subject to the terms of the Common Development
    75.6 - * and Distribution License (the License). You may not use this file except in
    75.7 - * compliance with the License.
    75.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    75.9   *
   75.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   75.11 - * or http://www.netbeans.org/cddl.txt.
   75.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   75.13   *
   75.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   75.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   75.16 - * If applicable, add the following below the CDDL Header, with the fields
   75.17 - * enclosed by brackets [] replaced by your own identifying information:
   75.18 + * The contents of this file are subject to the terms of either the GNU
   75.19 + * General Public License Version 2 only ("GPL") or the Common
   75.20 + * Development and Distribution License("CDDL") (collectively, the
   75.21 + * "License"). You may not use this file except in compliance with the
   75.22 + * License. You can obtain a copy of the License at
   75.23 + * http://www.netbeans.org/cddl-gplv2.html
   75.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   75.25 + * specific language governing permissions and limitations under the
   75.26 + * License.  When distributing the software, include this License Header
   75.27 + * Notice in each file and include the License file at
   75.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   75.29 + * particular file as subject to the "Classpath" exception as provided
   75.30 + * by Sun in the GPL Version 2 section of the License file that
   75.31 + * accompanied this code. If applicable, add the following below the
   75.32 + * License Header, with the fields enclosed by brackets [] replaced by
   75.33 + * your own identifying information:
   75.34   * "Portions Copyrighted [year] [name of copyright owner]"
   75.35   *
   75.36 + * Contributor(s):
   75.37 + *
   75.38   * The Original Software is NetBeans. The Initial Developer of the Original
   75.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   75.40   * Microsystems, Inc. All Rights Reserved.
   75.41 + *
   75.42 + * If you wish your version of this file to be governed by only the CDDL
   75.43 + * or only the GPL Version 2, indicate your decision by adding
   75.44 + * "[Contributor] elects to include this software in this distribution
   75.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   75.46 + * single choice of license, a recipient has the option to distribute
   75.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   75.48 + * to extend the choice of license to its licensees as provided above.
   75.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   75.50 + * Version 2 license, then the option applies only if the new code is
   75.51 + * made subject to such option by the copyright holder.
   75.52   */
   75.53  
   75.54  package org.netbeans.modules.jasm.parser;
    76.1 --- a/jasm/src/org/netbeans/modules/jasm/resources/mf-layer.xml	Thu Sep 27 09:06:41 2007 +0000
    76.2 +++ b/jasm/src/org/netbeans/modules/jasm/resources/mf-layer.xml	Thu Sep 27 09:20:11 2007 +0000
    76.3 @@ -1,21 +1,44 @@
    76.4  <?xml version = "1.0"?>
    76.5  <!--
    76.6 -The contents of this file are subject to the terms of the Common Development
    76.7 -and Distribution License (the License). You may not use this file except in
    76.8 -compliance with the License.
    76.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   76.10  
   76.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   76.12 -or http://www.netbeans.org/cddl.txt.
   76.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   76.14  
   76.15 -When distributing Covered Code, include this CDDL Header Notice in each file
   76.16 -and include the License file at http://www.netbeans.org/cddl.txt.
   76.17 -If applicable, add the following below the CDDL Header, with the fields
   76.18 -enclosed by brackets [] replaced by your own identifying information:
   76.19 +
   76.20 +The contents of this file are subject to the terms of either the GNU
   76.21 +General Public License Version 2 only ("GPL") or the Common
   76.22 +Development and Distribution License("CDDL") (collectively, the
   76.23 +"License"). You may not use this file except in compliance with the
   76.24 +License. You can obtain a copy of the License at
   76.25 +http://www.netbeans.org/cddl-gplv2.html
   76.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   76.27 +specific language governing permissions and limitations under the
   76.28 +License.  When distributing the software, include this License Header
   76.29 +Notice in each file and include the License file at
   76.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   76.31 +particular file as subject to the "Classpath" exception as provided
   76.32 +by Sun in the GPL Version 2 section of the License file that
   76.33 +accompanied this code. If applicable, add the following below the
   76.34 +License Header, with the fields enclosed by brackets [] replaced by
   76.35 +your own identifying information:
   76.36  "Portions Copyrighted [year] [name of copyright owner]"
   76.37  
   76.38 +Contributor(s):
   76.39 +
   76.40  The Original Software is NetBeans. The Initial Developer of the Original
   76.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   76.42  Microsystems, Inc. All Rights Reserved.
   76.43 +
   76.44 +If you wish your version of this file to be governed by only the CDDL
   76.45 +or only the GPL Version 2, indicate your decision by adding
   76.46 +"[Contributor] elects to include this software in this distribution
   76.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   76.48 +single choice of license, a recipient has the option to distribute
   76.49 +your version of this file under either the CDDL, the GPL Version 2 or
   76.50 +to extend the choice of license to its licensees as provided above.
   76.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
   76.52 +Version 2 license, then the option applies only if the new code is
   76.53 +made subject to such option by the copyright holder.
   76.54  -->
   76.55  
   76.56  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.0//EN" "http://www.netbeans.org/dtds/filesystem-1_0.dtd">
    77.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/Disassembler.java	Thu Sep 27 09:06:41 2007 +0000
    77.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/Disassembler.java	Thu Sep 27 09:20:11 2007 +0000
    77.3 @@ -1,20 +1,42 @@
    77.4  /*
    77.5 - * The contents of this file are subject to the terms of the Common Development
    77.6 - * and Distribution License (the License). You may not use this file except in
    77.7 - * compliance with the License.
    77.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    77.9   *
   77.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   77.11 - * or http://www.netbeans.org/cddl.txt.
   77.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   77.13   *
   77.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   77.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   77.16 - * If applicable, add the following below the CDDL Header, with the fields
   77.17 - * enclosed by brackets [] replaced by your own identifying information:
   77.18 + * The contents of this file are subject to the terms of either the GNU
   77.19 + * General Public License Version 2 only ("GPL") or the Common
   77.20 + * Development and Distribution License("CDDL") (collectively, the
   77.21 + * "License"). You may not use this file except in compliance with the
   77.22 + * License. You can obtain a copy of the License at
   77.23 + * http://www.netbeans.org/cddl-gplv2.html
   77.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   77.25 + * specific language governing permissions and limitations under the
   77.26 + * License.  When distributing the software, include this License Header
   77.27 + * Notice in each file and include the License file at
   77.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   77.29 + * particular file as subject to the "Classpath" exception as provided
   77.30 + * by Sun in the GPL Version 2 section of the License file that
   77.31 + * accompanied this code. If applicable, add the following below the
   77.32 + * License Header, with the fields enclosed by brackets [] replaced by
   77.33 + * your own identifying information:
   77.34   * "Portions Copyrighted [year] [name of copyright owner]"
   77.35   *
   77.36 + * Contributor(s):
   77.37 + *
   77.38   * The Original Software is NetBeans. The Initial Developer of the Original
   77.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   77.40   * Microsystems, Inc. All Rights Reserved.
   77.41 + *
   77.42 + * If you wish your version of this file to be governed by only the CDDL
   77.43 + * or only the GPL Version 2, indicate your decision by adding
   77.44 + * "[Contributor] elects to include this software in this distribution
   77.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   77.46 + * single choice of license, a recipient has the option to distribute
   77.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   77.48 + * to extend the choice of license to its licensees as provided above.
   77.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   77.50 + * Version 2 license, then the option applies only if the new code is
   77.51 + * made subject to such option by the copyright holder.
   77.52   */
   77.53  
   77.54  package org.netbeans.modules.jasm.settings;
    78.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/DisassemblerPropertyEditor.java	Thu Sep 27 09:06:41 2007 +0000
    78.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/DisassemblerPropertyEditor.java	Thu Sep 27 09:20:11 2007 +0000
    78.3 @@ -1,20 +1,42 @@
    78.4  /*
    78.5 - * The contents of this file are subject to the terms of the Common Development
    78.6 - * and Distribution License (the License). You may not use this file except in
    78.7 - * compliance with the License.
    78.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    78.9   *
   78.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   78.11 - * or http://www.netbeans.org/cddl.txt.
   78.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   78.13   *
   78.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   78.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   78.16 - * If applicable, add the following below the CDDL Header, with the fields
   78.17 - * enclosed by brackets [] replaced by your own identifying information:
   78.18 + * The contents of this file are subject to the terms of either the GNU
   78.19 + * General Public License Version 2 only ("GPL") or the Common
   78.20 + * Development and Distribution License("CDDL") (collectively, the
   78.21 + * "License"). You may not use this file except in compliance with the
   78.22 + * License. You can obtain a copy of the License at
   78.23 + * http://www.netbeans.org/cddl-gplv2.html
   78.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   78.25 + * specific language governing permissions and limitations under the
   78.26 + * License.  When distributing the software, include this License Header
   78.27 + * Notice in each file and include the License file at
   78.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   78.29 + * particular file as subject to the "Classpath" exception as provided
   78.30 + * by Sun in the GPL Version 2 section of the License file that
   78.31 + * accompanied this code. If applicable, add the following below the
   78.32 + * License Header, with the fields enclosed by brackets [] replaced by
   78.33 + * your own identifying information:
   78.34   * "Portions Copyrighted [year] [name of copyright owner]"
   78.35   *
   78.36 + * Contributor(s):
   78.37 + *
   78.38   * The Original Software is NetBeans. The Initial Developer of the Original
   78.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   78.40   * Microsystems, Inc. All Rights Reserved.
   78.41 + *
   78.42 + * If you wish your version of this file to be governed by only the CDDL
   78.43 + * or only the GPL Version 2, indicate your decision by adding
   78.44 + * "[Contributor] elects to include this software in this distribution
   78.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   78.46 + * single choice of license, a recipient has the option to distribute
   78.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   78.48 + * to extend the choice of license to its licensees as provided above.
   78.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   78.50 + * Version 2 license, then the option applies only if the new code is
   78.51 + * made subject to such option by the copyright holder.
   78.52   */
   78.53  
   78.54  package org.netbeans.modules.jasm.settings;
    79.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/JASMSettings.java	Thu Sep 27 09:06:41 2007 +0000
    79.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/JASMSettings.java	Thu Sep 27 09:20:11 2007 +0000
    79.3 @@ -1,20 +1,42 @@
    79.4  /*
    79.5 - * The contents of this file are subject to the terms of the Common Development
    79.6 - * and Distribution License (the License). You may not use this file except in
    79.7 - * compliance with the License.
    79.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    79.9   *
   79.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   79.11 - * or http://www.netbeans.org/cddl.txt.
   79.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   79.13   *
   79.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   79.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   79.16 - * If applicable, add the following below the CDDL Header, with the fields
   79.17 - * enclosed by brackets [] replaced by your own identifying information:
   79.18 + * The contents of this file are subject to the terms of either the GNU
   79.19 + * General Public License Version 2 only ("GPL") or the Common
   79.20 + * Development and Distribution License("CDDL") (collectively, the
   79.21 + * "License"). You may not use this file except in compliance with the
   79.22 + * License. You can obtain a copy of the License at
   79.23 + * http://www.netbeans.org/cddl-gplv2.html
   79.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   79.25 + * specific language governing permissions and limitations under the
   79.26 + * License.  When distributing the software, include this License Header
   79.27 + * Notice in each file and include the License file at
   79.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   79.29 + * particular file as subject to the "Classpath" exception as provided
   79.30 + * by Sun in the GPL Version 2 section of the License file that
   79.31 + * accompanied this code. If applicable, add the following below the
   79.32 + * License Header, with the fields enclosed by brackets [] replaced by
   79.33 + * your own identifying information:
   79.34   * "Portions Copyrighted [year] [name of copyright owner]"
   79.35   *
   79.36 + * Contributor(s):
   79.37 + *
   79.38   * The Original Software is NetBeans. The Initial Developer of the Original
   79.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   79.40   * Microsystems, Inc. All Rights Reserved.
   79.41 + *
   79.42 + * If you wish your version of this file to be governed by only the CDDL
   79.43 + * or only the GPL Version 2, indicate your decision by adding
   79.44 + * "[Contributor] elects to include this software in this distribution
   79.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   79.46 + * single choice of license, a recipient has the option to distribute
   79.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   79.48 + * to extend the choice of license to its licensees as provided above.
   79.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   79.50 + * Version 2 license, then the option applies only if the new code is
   79.51 + * made subject to such option by the copyright holder.
   79.52   */
   79.53  
   79.54  package org.netbeans.modules.jasm.settings;
    80.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/JASMSettingsBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
    80.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/JASMSettingsBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
    80.3 @@ -1,20 +1,42 @@
    80.4  /*
    80.5 - * The contents of this file are subject to the terms of the Common Development
    80.6 - * and Distribution License (the License). You may not use this file except in
    80.7 - * compliance with the License.
    80.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    80.9   *
   80.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   80.11 - * or http://www.netbeans.org/cddl.txt.
   80.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   80.13   *
   80.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   80.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   80.16 - * If applicable, add the following below the CDDL Header, with the fields
   80.17 - * enclosed by brackets [] replaced by your own identifying information:
   80.18 + * The contents of this file are subject to the terms of either the GNU
   80.19 + * General Public License Version 2 only ("GPL") or the Common
   80.20 + * Development and Distribution License("CDDL") (collectively, the
   80.21 + * "License"). You may not use this file except in compliance with the
   80.22 + * License. You can obtain a copy of the License at
   80.23 + * http://www.netbeans.org/cddl-gplv2.html
   80.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   80.25 + * specific language governing permissions and limitations under the
   80.26 + * License.  When distributing the software, include this License Header
   80.27 + * Notice in each file and include the License file at
   80.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   80.29 + * particular file as subject to the "Classpath" exception as provided
   80.30 + * by Sun in the GPL Version 2 section of the License file that
   80.31 + * accompanied this code. If applicable, add the following below the
   80.32 + * License Header, with the fields enclosed by brackets [] replaced by
   80.33 + * your own identifying information:
   80.34   * "Portions Copyrighted [year] [name of copyright owner]"
   80.35   *
   80.36 + * Contributor(s):
   80.37 + *
   80.38   * The Original Software is NetBeans. The Initial Developer of the Original
   80.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   80.40   * Microsystems, Inc. All Rights Reserved.
   80.41 + *
   80.42 + * If you wish your version of this file to be governed by only the CDDL
   80.43 + * or only the GPL Version 2, indicate your decision by adding
   80.44 + * "[Contributor] elects to include this software in this distribution
   80.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   80.46 + * single choice of license, a recipient has the option to distribute
   80.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   80.48 + * to extend the choice of license to its licensees as provided above.
   80.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   80.50 + * Version 2 license, then the option applies only if the new code is
   80.51 + * made subject to such option by the copyright holder.
   80.52   */
   80.53  
   80.54  package org.netbeans.modules.jasm.settings;
    81.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/JRAWDisassembler.java	Thu Sep 27 09:06:41 2007 +0000
    81.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/JRAWDisassembler.java	Thu Sep 27 09:20:11 2007 +0000
    81.3 @@ -1,20 +1,42 @@
    81.4  /*
    81.5 - * The contents of this file are subject to the terms of the Common Development
    81.6 - * and Distribution License (the License). You may not use this file except in
    81.7 - * compliance with the License.
    81.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    81.9   *
   81.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   81.11 - * or http://www.netbeans.org/cddl.txt.
   81.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   81.13   *
   81.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   81.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   81.16 - * If applicable, add the following below the CDDL Header, with the fields
   81.17 - * enclosed by brackets [] replaced by your own identifying information:
   81.18 + * The contents of this file are subject to the terms of either the GNU
   81.19 + * General Public License Version 2 only ("GPL") or the Common
   81.20 + * Development and Distribution License("CDDL") (collectively, the
   81.21 + * "License"). You may not use this file except in compliance with the
   81.22 + * License. You can obtain a copy of the License at
   81.23 + * http://www.netbeans.org/cddl-gplv2.html
   81.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   81.25 + * specific language governing permissions and limitations under the
   81.26 + * License.  When distributing the software, include this License Header
   81.27 + * Notice in each file and include the License file at
   81.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   81.29 + * particular file as subject to the "Classpath" exception as provided
   81.30 + * by Sun in the GPL Version 2 section of the License file that
   81.31 + * accompanied this code. If applicable, add the following below the
   81.32 + * License Header, with the fields enclosed by brackets [] replaced by
   81.33 + * your own identifying information:
   81.34   * "Portions Copyrighted [year] [name of copyright owner]"
   81.35   *
   81.36 + * Contributor(s):
   81.37 + *
   81.38   * The Original Software is NetBeans. The Initial Developer of the Original
   81.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   81.40   * Microsystems, Inc. All Rights Reserved.
   81.41 + *
   81.42 + * If you wish your version of this file to be governed by only the CDDL
   81.43 + * or only the GPL Version 2, indicate your decision by adding
   81.44 + * "[Contributor] elects to include this software in this distribution
   81.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   81.46 + * single choice of license, a recipient has the option to distribute
   81.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   81.48 + * to extend the choice of license to its licensees as provided above.
   81.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   81.50 + * Version 2 license, then the option applies only if the new code is
   81.51 + * made subject to such option by the copyright holder.
   81.52   */
   81.53  
   81.54  package org.netbeans.modules.jasm.settings;
    82.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/JadDisassembler.java	Thu Sep 27 09:06:41 2007 +0000
    82.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/JadDisassembler.java	Thu Sep 27 09:20:11 2007 +0000
    82.3 @@ -1,20 +1,42 @@
    82.4  /*
    82.5 - * The contents of this file are subject to the terms of the Common Development
    82.6 - * and Distribution License (the License). You may not use this file except in
    82.7 - * compliance with the License.
    82.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    82.9   *
   82.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   82.11 - * or http://www.netbeans.org/cddl.txt.
   82.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   82.13   *
   82.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   82.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   82.16 - * If applicable, add the following below the CDDL Header, with the fields
   82.17 - * enclosed by brackets [] replaced by your own identifying information:
   82.18 + * The contents of this file are subject to the terms of either the GNU
   82.19 + * General Public License Version 2 only ("GPL") or the Common
   82.20 + * Development and Distribution License("CDDL") (collectively, the
   82.21 + * "License"). You may not use this file except in compliance with the
   82.22 + * License. You can obtain a copy of the License at
   82.23 + * http://www.netbeans.org/cddl-gplv2.html
   82.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   82.25 + * specific language governing permissions and limitations under the
   82.26 + * License.  When distributing the software, include this License Header
   82.27 + * Notice in each file and include the License file at
   82.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   82.29 + * particular file as subject to the "Classpath" exception as provided
   82.30 + * by Sun in the GPL Version 2 section of the License file that
   82.31 + * accompanied this code. If applicable, add the following below the
   82.32 + * License Header, with the fields enclosed by brackets [] replaced by
   82.33 + * your own identifying information:
   82.34   * "Portions Copyrighted [year] [name of copyright owner]"
   82.35   *
   82.36 + * Contributor(s):
   82.37 + *
   82.38   * The Original Software is NetBeans. The Initial Developer of the Original
   82.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   82.40   * Microsystems, Inc. All Rights Reserved.
   82.41 + *
   82.42 + * If you wish your version of this file to be governed by only the CDDL
   82.43 + * or only the GPL Version 2, indicate your decision by adding
   82.44 + * "[Contributor] elects to include this software in this distribution
   82.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   82.46 + * single choice of license, a recipient has the option to distribute
   82.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   82.48 + * to extend the choice of license to its licensees as provided above.
   82.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   82.50 + * Version 2 license, then the option applies only if the new code is
   82.51 + * made subject to such option by the copyright holder.
   82.52   */
   82.53  
   82.54  package org.netbeans.modules.jasm.settings;
    83.1 --- a/jasm/src/org/netbeans/modules/jasm/settings/JodeDisassembler.java	Thu Sep 27 09:06:41 2007 +0000
    83.2 +++ b/jasm/src/org/netbeans/modules/jasm/settings/JodeDisassembler.java	Thu Sep 27 09:20:11 2007 +0000
    83.3 @@ -1,20 +1,42 @@
    83.4  /*
    83.5 - * The contents of this file are subject to the terms of the Common Development
    83.6 - * and Distribution License (the License). You may not use this file except in
    83.7 - * compliance with the License.
    83.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    83.9   *
   83.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   83.11 - * or http://www.netbeans.org/cddl.txt.
   83.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   83.13   *
   83.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   83.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   83.16 - * If applicable, add the following below the CDDL Header, with the fields
   83.17 - * enclosed by brackets [] replaced by your own identifying information:
   83.18 + * The contents of this file are subject to the terms of either the GNU
   83.19 + * General Public License Version 2 only ("GPL") or the Common
   83.20 + * Development and Distribution License("CDDL") (collectively, the
   83.21 + * "License"). You may not use this file except in compliance with the
   83.22 + * License. You can obtain a copy of the License at
   83.23 + * http://www.netbeans.org/cddl-gplv2.html
   83.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   83.25 + * specific language governing permissions and limitations under the
   83.26 + * License.  When distributing the software, include this License Header
   83.27 + * Notice in each file and include the License file at
   83.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   83.29 + * particular file as subject to the "Classpath" exception as provided
   83.30 + * by Sun in the GPL Version 2 section of the License file that
   83.31 + * accompanied this code. If applicable, add the following below the
   83.32 + * License Header, with the fields enclosed by brackets [] replaced by
   83.33 + * your own identifying information:
   83.34   * "Portions Copyrighted [year] [name of copyright owner]"
   83.35   *
   83.36 + * Contributor(s):
   83.37 + *
   83.38   * The Original Software is NetBeans. The Initial Developer of the Original
   83.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   83.40   * Microsystems, Inc. All Rights Reserved.
   83.41 + *
   83.42 + * If you wish your version of this file to be governed by only the CDDL
   83.43 + * or only the GPL Version 2, indicate your decision by adding
   83.44 + * "[Contributor] elects to include this software in this distribution
   83.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   83.46 + * single choice of license, a recipient has the option to distribute
   83.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   83.48 + * to extend the choice of license to its licensees as provided above.
   83.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   83.50 + * Version 2 license, then the option applies only if the new code is
   83.51 + * made subject to such option by the copyright holder.
   83.52   */
   83.53  
   83.54  package org.netbeans.modules.jasm.settings;
    84.1 --- a/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSettingsInitializer.java	Thu Sep 27 09:06:41 2007 +0000
    84.2 +++ b/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSettingsInitializer.java	Thu Sep 27 09:20:11 2007 +0000
    84.3 @@ -1,20 +1,42 @@
    84.4  /*
    84.5 - * The contents of this file are subject to the terms of the Common Development
    84.6 - * and Distribution License (the License). You may not use this file except in
    84.7 - * compliance with the License.
    84.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    84.9   *
   84.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   84.11 - * or http://www.netbeans.org/cddl.txt.
   84.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   84.13   *
   84.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   84.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   84.16 - * If applicable, add the following below the CDDL Header, with the fields
   84.17 - * enclosed by brackets [] replaced by your own identifying information:
   84.18 + * The contents of this file are subject to the terms of either the GNU
   84.19 + * General Public License Version 2 only ("GPL") or the Common
   84.20 + * Development and Distribution License("CDDL") (collectively, the
   84.21 + * "License"). You may not use this file except in compliance with the
   84.22 + * License. You can obtain a copy of the License at
   84.23 + * http://www.netbeans.org/cddl-gplv2.html
   84.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   84.25 + * specific language governing permissions and limitations under the
   84.26 + * License.  When distributing the software, include this License Header
   84.27 + * Notice in each file and include the License file at
   84.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   84.29 + * particular file as subject to the "Classpath" exception as provided
   84.30 + * by Sun in the GPL Version 2 section of the License file that
   84.31 + * accompanied this code. If applicable, add the following below the
   84.32 + * License Header, with the fields enclosed by brackets [] replaced by
   84.33 + * your own identifying information:
   84.34   * "Portions Copyrighted [year] [name of copyright owner]"
   84.35   *
   84.36 + * Contributor(s):
   84.37 + *
   84.38   * The Original Software is NetBeans. The Initial Developer of the Original
   84.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   84.40   * Microsystems, Inc. All Rights Reserved.
   84.41 + *
   84.42 + * If you wish your version of this file to be governed by only the CDDL
   84.43 + * or only the GPL Version 2, indicate your decision by adding
   84.44 + * "[Contributor] elects to include this software in this distribution
   84.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   84.46 + * single choice of license, a recipient has the option to distribute
   84.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   84.48 + * to extend the choice of license to its licensees as provided above.
   84.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   84.50 + * Version 2 license, then the option applies only if the new code is
   84.51 + * made subject to such option by the copyright holder.
   84.52   */
   84.53  
   84.54  package org.netbeans.modules.jasm.syntax;
    85.1 --- a/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntax.java	Thu Sep 27 09:06:41 2007 +0000
    85.2 +++ b/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntax.java	Thu Sep 27 09:20:11 2007 +0000
    85.3 @@ -1,20 +1,42 @@
    85.4  /*
    85.5 - * The contents of this file are subject to the terms of the Common Development
    85.6 - * and Distribution License (the License). You may not use this file except in
    85.7 - * compliance with the License.
    85.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    85.9   *
   85.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   85.11 - * or http://www.netbeans.org/cddl.txt.
   85.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   85.13   *
   85.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   85.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   85.16 - * If applicable, add the following below the CDDL Header, with the fields
   85.17 - * enclosed by brackets [] replaced by your own identifying information:
   85.18 + * The contents of this file are subject to the terms of either the GNU
   85.19 + * General Public License Version 2 only ("GPL") or the Common
   85.20 + * Development and Distribution License("CDDL") (collectively, the
   85.21 + * "License"). You may not use this file except in compliance with the
   85.22 + * License. You can obtain a copy of the License at
   85.23 + * http://www.netbeans.org/cddl-gplv2.html
   85.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   85.25 + * specific language governing permissions and limitations under the
   85.26 + * License.  When distributing the software, include this License Header
   85.27 + * Notice in each file and include the License file at
   85.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   85.29 + * particular file as subject to the "Classpath" exception as provided
   85.30 + * by Sun in the GPL Version 2 section of the License file that
   85.31 + * accompanied this code. If applicable, add the following below the
   85.32 + * License Header, with the fields enclosed by brackets [] replaced by
   85.33 + * your own identifying information:
   85.34   * "Portions Copyrighted [year] [name of copyright owner]"
   85.35   *
   85.36 + * Contributor(s):
   85.37 + *
   85.38   * The Original Software is NetBeans. The Initial Developer of the Original
   85.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   85.40   * Microsystems, Inc. All Rights Reserved.
   85.41 + *
   85.42 + * If you wish your version of this file to be governed by only the CDDL
   85.43 + * or only the GPL Version 2, indicate your decision by adding
   85.44 + * "[Contributor] elects to include this software in this distribution
   85.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   85.46 + * single choice of license, a recipient has the option to distribute
   85.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   85.48 + * to extend the choice of license to its licensees as provided above.
   85.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   85.50 + * Version 2 license, then the option applies only if the new code is
   85.51 + * made subject to such option by the copyright holder.
   85.52   */
   85.53  
   85.54  package org.netbeans.modules.jasm.syntax;
    86.1 --- a/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntaxSupport.java	Thu Sep 27 09:06:41 2007 +0000
    86.2 +++ b/jasm/src/org/netbeans/modules/jasm/syntax/JRAWSyntaxSupport.java	Thu Sep 27 09:20:11 2007 +0000
    86.3 @@ -1,20 +1,42 @@
    86.4  /*
    86.5 - * The contents of this file are subject to the terms of the Common Development
    86.6 - * and Distribution License (the License). You may not use this file except in
    86.7 - * compliance with the License.
    86.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    86.9   *
   86.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   86.11 - * or http://www.netbeans.org/cddl.txt.
   86.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   86.13   *
   86.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   86.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   86.16 - * If applicable, add the following below the CDDL Header, with the fields
   86.17 - * enclosed by brackets [] replaced by your own identifying information:
   86.18 + * The contents of this file are subject to the terms of either the GNU
   86.19 + * General Public License Version 2 only ("GPL") or the Common
   86.20 + * Development and Distribution License("CDDL") (collectively, the
   86.21 + * "License"). You may not use this file except in compliance with the
   86.22 + * License. You can obtain a copy of the License at
   86.23 + * http://www.netbeans.org/cddl-gplv2.html
   86.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   86.25 + * specific language governing permissions and limitations under the
   86.26 + * License.  When distributing the software, include this License Header
   86.27 + * Notice in each file and include the License file at
   86.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   86.29 + * particular file as subject to the "Classpath" exception as provided
   86.30 + * by Sun in the GPL Version 2 section of the License file that
   86.31 + * accompanied this code. If applicable, add the following below the
   86.32 + * License Header, with the fields enclosed by brackets [] replaced by
   86.33 + * your own identifying information:
   86.34   * "Portions Copyrighted [year] [name of copyright owner]"
   86.35   *
   86.36 + * Contributor(s):
   86.37 + *
   86.38   * The Original Software is NetBeans. The Initial Developer of the Original
   86.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   86.40   * Microsystems, Inc. All Rights Reserved.
   86.41 + *
   86.42 + * If you wish your version of this file to be governed by only the CDDL
   86.43 + * or only the GPL Version 2, indicate your decision by adding
   86.44 + * "[Contributor] elects to include this software in this distribution
   86.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   86.46 + * single choice of license, a recipient has the option to distribute
   86.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   86.48 + * to extend the choice of license to its licensees as provided above.
   86.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   86.50 + * Version 2 license, then the option applies only if the new code is
   86.51 + * made subject to such option by the copyright holder.
   86.52   */
   86.53  
   86.54  package org.netbeans.modules.jasm.syntax;
    87.1 --- a/jasm/src/org/netbeans/modules/jasm/syntax/JRAWTokenContext.java	Thu Sep 27 09:06:41 2007 +0000
    87.2 +++ b/jasm/src/org/netbeans/modules/jasm/syntax/JRAWTokenContext.java	Thu Sep 27 09:20:11 2007 +0000
    87.3 @@ -1,20 +1,42 @@
    87.4  /*
    87.5 - * The contents of this file are subject to the terms of the Common Development
    87.6 - * and Distribution License (the License). You may not use this file except in
    87.7 - * compliance with the License.
    87.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    87.9   *
   87.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   87.11 - * or http://www.netbeans.org/cddl.txt.
   87.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   87.13   *
   87.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   87.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   87.16 - * If applicable, add the following below the CDDL Header, with the fields
   87.17 - * enclosed by brackets [] replaced by your own identifying information:
   87.18 + * The contents of this file are subject to the terms of either the GNU
   87.19 + * General Public License Version 2 only ("GPL") or the Common
   87.20 + * Development and Distribution License("CDDL") (collectively, the
   87.21 + * "License"). You may not use this file except in compliance with the
   87.22 + * License. You can obtain a copy of the License at
   87.23 + * http://www.netbeans.org/cddl-gplv2.html
   87.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   87.25 + * specific language governing permissions and limitations under the
   87.26 + * License.  When distributing the software, include this License Header
   87.27 + * Notice in each file and include the License file at
   87.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   87.29 + * particular file as subject to the "Classpath" exception as provided
   87.30 + * by Sun in the GPL Version 2 section of the License file that
   87.31 + * accompanied this code. If applicable, add the following below the
   87.32 + * License Header, with the fields enclosed by brackets [] replaced by
   87.33 + * your own identifying information:
   87.34   * "Portions Copyrighted [year] [name of copyright owner]"
   87.35   *
   87.36 + * Contributor(s):
   87.37 + *
   87.38   * The Original Software is NetBeans. The Initial Developer of the Original
   87.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
   87.40   * Microsystems, Inc. All Rights Reserved.
   87.41 + *
   87.42 + * If you wish your version of this file to be governed by only the CDDL
   87.43 + * or only the GPL Version 2, indicate your decision by adding
   87.44 + * "[Contributor] elects to include this software in this distribution
   87.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   87.46 + * single choice of license, a recipient has the option to distribute
   87.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   87.48 + * to extend the choice of license to its licensees as provided above.
   87.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   87.50 + * Version 2 license, then the option applies only if the new code is
   87.51 + * made subject to such option by the copyright holder.
   87.52   */
   87.53  
   87.54  package org.netbeans.modules.jasm.syntax;
    88.1 --- a/platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTComponent.java	Thu Sep 27 09:06:41 2007 +0000
    88.2 +++ b/platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTComponent.java	Thu Sep 27 09:20:11 2007 +0000
    88.3 @@ -1,16 +1,27 @@
    88.4  /*
    88.5 - * The contents of this file are subject to the terms of the Common Development
    88.6 - * and Distribution License (the License). You may not use this file except in
    88.7 - * compliance with the License.
    88.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    88.9   *
   88.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   88.11 - * or http://www.netbeans.org/cddl.txt.
   88.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   88.13   *
   88.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   88.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   88.16 - * If applicable, add the following below the CDDL Header, with the fields
   88.17 - * enclosed by brackets [] replaced by your own identifying information:
   88.18 + * The contents of this file are subject to the terms of either the GNU
   88.19 + * General Public License Version 2 only ("GPL") or the Common
   88.20 + * Development and Distribution License("CDDL") (collectively, the
   88.21 + * "License"). You may not use this file except in compliance with the
   88.22 + * License. You can obtain a copy of the License at
   88.23 + * http://www.netbeans.org/cddl-gplv2.html
   88.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   88.25 + * specific language governing permissions and limitations under the
   88.26 + * License.  When distributing the software, include this License Header
   88.27 + * Notice in each file and include the License file at
   88.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   88.29 + * particular file as subject to the "Classpath" exception as provided
   88.30 + * by Sun in the GPL Version 2 section of the License file that
   88.31 + * accompanied this code. If applicable, add the following below the
   88.32 + * License Header, with the fields enclosed by brackets [] replaced by
   88.33 + * your own identifying information:
   88.34   * "Portions Copyrighted [year] [name of copyright owner]"
   88.35 + *
   88.36 + * Contributor(s):
   88.37   */
   88.38  
   88.39  
    89.1 --- a/platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTViewDescriptor.java	Thu Sep 27 09:06:41 2007 +0000
    89.2 +++ b/platform/samples/AudioStation/fftview/src/org/foo/fftview/FFTViewDescriptor.java	Thu Sep 27 09:20:11 2007 +0000
    89.3 @@ -1,16 +1,27 @@
    89.4  /*
    89.5 - * The contents of this file are subject to the terms of the Common Development
    89.6 - * and Distribution License (the License). You may not use this file except in
    89.7 - * compliance with the License.
    89.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    89.9   *
   89.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   89.11 - * or http://www.netbeans.org/cddl.txt.
   89.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   89.13   *
   89.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   89.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   89.16 - * If applicable, add the following below the CDDL Header, with the fields
   89.17 - * enclosed by brackets [] replaced by your own identifying information:
   89.18 + * The contents of this file are subject to the terms of either the GNU
   89.19 + * General Public License Version 2 only ("GPL") or the Common
   89.20 + * Development and Distribution License("CDDL") (collectively, the
   89.21 + * "License"). You may not use this file except in compliance with the
   89.22 + * License. You can obtain a copy of the License at
   89.23 + * http://www.netbeans.org/cddl-gplv2.html
   89.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   89.25 + * specific language governing permissions and limitations under the
   89.26 + * License.  When distributing the software, include this License Header
   89.27 + * Notice in each file and include the License file at
   89.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   89.29 + * particular file as subject to the "Classpath" exception as provided
   89.30 + * by Sun in the GPL Version 2 section of the License file that
   89.31 + * accompanied this code. If applicable, add the following below the
   89.32 + * License Header, with the fields enclosed by brackets [] replaced by
   89.33 + * your own identifying information:
   89.34   * "Portions Copyrighted [year] [name of copyright owner]"
   89.35 + *
   89.36 + * Contributor(s):
   89.37   */
   89.38  
   89.39  
    90.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
    90.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
    90.3 @@ -1,16 +1,27 @@
    90.4  /*
    90.5 - * The contents of this file are subject to the terms of the Common Development
    90.6 - * and Distribution License (the License). You may not use this file except in
    90.7 - * compliance with the License.
    90.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    90.9   *
   90.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   90.11 - * or http://www.netbeans.org/cddl.txt.
   90.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   90.13   *
   90.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   90.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   90.16 - * If applicable, add the following below the CDDL Header, with the fields
   90.17 - * enclosed by brackets [] replaced by your own identifying information:
   90.18 + * The contents of this file are subject to the terms of either the GNU
   90.19 + * General Public License Version 2 only ("GPL") or the Common
   90.20 + * Development and Distribution License("CDDL") (collectively, the
   90.21 + * "License"). You may not use this file except in compliance with the
   90.22 + * License. You can obtain a copy of the License at
   90.23 + * http://www.netbeans.org/cddl-gplv2.html
   90.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   90.25 + * specific language governing permissions and limitations under the
   90.26 + * License.  When distributing the software, include this License Header
   90.27 + * Notice in each file and include the License file at
   90.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   90.29 + * particular file as subject to the "Classpath" exception as provided
   90.30 + * by Sun in the GPL Version 2 section of the License file that
   90.31 + * accompanied this code. If applicable, add the following below the
   90.32 + * License Header, with the fields enclosed by brackets [] replaced by
   90.33 + * your own identifying information:
   90.34   * "Portions Copyrighted [year] [name of copyright owner]"
   90.35 + *
   90.36 + * Contributor(s):
   90.37   */
   90.38  package org.foo.wavsupport;
   90.39  
    91.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
    91.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
    91.3 @@ -1,16 +1,27 @@
    91.4  /*
    91.5 - * The contents of this file are subject to the terms of the Common Development
    91.6 - * and Distribution License (the License). You may not use this file except in
    91.7 - * compliance with the License.
    91.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    91.9   *
   91.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   91.11 - * or http://www.netbeans.org/cddl.txt.
   91.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   91.13   *
   91.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   91.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   91.16 - * If applicable, add the following below the CDDL Header, with the fields
   91.17 - * enclosed by brackets [] replaced by your own identifying information:
   91.18 + * The contents of this file are subject to the terms of either the GNU
   91.19 + * General Public License Version 2 only ("GPL") or the Common
   91.20 + * Development and Distribution License("CDDL") (collectively, the
   91.21 + * "License"). You may not use this file except in compliance with the
   91.22 + * License. You can obtain a copy of the License at
   91.23 + * http://www.netbeans.org/cddl-gplv2.html
   91.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   91.25 + * specific language governing permissions and limitations under the
   91.26 + * License.  When distributing the software, include this License Header
   91.27 + * Notice in each file and include the License file at
   91.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   91.29 + * particular file as subject to the "Classpath" exception as provided
   91.30 + * by Sun in the GPL Version 2 section of the License file that
   91.31 + * accompanied this code. If applicable, add the following below the
   91.32 + * License Header, with the fields enclosed by brackets [] replaced by
   91.33 + * your own identifying information:
   91.34   * "Portions Copyrighted [year] [name of copyright owner]"
   91.35 + *
   91.36 + * Contributor(s):
   91.37   */
   91.38  package org.foo.wavsupport;
   91.39  
    92.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataNode.java	Thu Sep 27 09:06:41 2007 +0000
    92.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataNode.java	Thu Sep 27 09:20:11 2007 +0000
    92.3 @@ -1,16 +1,27 @@
    92.4  /*
    92.5 - * The contents of this file are subject to the terms of the Common Development
    92.6 - * and Distribution License (the License). You may not use this file except in
    92.7 - * compliance with the License.
    92.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    92.9   *
   92.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   92.11 - * or http://www.netbeans.org/cddl.txt.
   92.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   92.13   *
   92.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   92.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   92.16 - * If applicable, add the following below the CDDL Header, with the fields
   92.17 - * enclosed by brackets [] replaced by your own identifying information:
   92.18 + * The contents of this file are subject to the terms of either the GNU
   92.19 + * General Public License Version 2 only ("GPL") or the Common
   92.20 + * Development and Distribution License("CDDL") (collectively, the
   92.21 + * "License"). You may not use this file except in compliance with the
   92.22 + * License. You can obtain a copy of the License at
   92.23 + * http://www.netbeans.org/cddl-gplv2.html
   92.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   92.25 + * specific language governing permissions and limitations under the
   92.26 + * License.  When distributing the software, include this License Header
   92.27 + * Notice in each file and include the License file at
   92.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   92.29 + * particular file as subject to the "Classpath" exception as provided
   92.30 + * by Sun in the GPL Version 2 section of the License file that
   92.31 + * accompanied this code. If applicable, add the following below the
   92.32 + * License Header, with the fields enclosed by brackets [] replaced by
   92.33 + * your own identifying information:
   92.34   * "Portions Copyrighted [year] [name of copyright owner]"
   92.35 + *
   92.36 + * Contributor(s):
   92.37   */
   92.38  package org.foo.wavsupport;
   92.39  
    93.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataObject.java	Thu Sep 27 09:06:41 2007 +0000
    93.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavDataObject.java	Thu Sep 27 09:20:11 2007 +0000
    93.3 @@ -1,16 +1,27 @@
    93.4  /*
    93.5 - * The contents of this file are subject to the terms of the Common Development
    93.6 - * and Distribution License (the License). You may not use this file except in
    93.7 - * compliance with the License.
    93.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    93.9   *
   93.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   93.11 - * or http://www.netbeans.org/cddl.txt.
   93.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   93.13   *
   93.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   93.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   93.16 - * If applicable, add the following below the CDDL Header, with the fields
   93.17 - * enclosed by brackets [] replaced by your own identifying information:
   93.18 + * The contents of this file are subject to the terms of either the GNU
   93.19 + * General Public License Version 2 only ("GPL") or the Common
   93.20 + * Development and Distribution License("CDDL") (collectively, the
   93.21 + * "License"). You may not use this file except in compliance with the
   93.22 + * License. You can obtain a copy of the License at
   93.23 + * http://www.netbeans.org/cddl-gplv2.html
   93.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   93.25 + * specific language governing permissions and limitations under the
   93.26 + * License.  When distributing the software, include this License Header
   93.27 + * Notice in each file and include the License file at
   93.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   93.29 + * particular file as subject to the "Classpath" exception as provided
   93.30 + * by Sun in the GPL Version 2 section of the License file that
   93.31 + * accompanied this code. If applicable, add the following below the
   93.32 + * License Header, with the fields enclosed by brackets [] replaced by
   93.33 + * your own identifying information:
   93.34   * "Portions Copyrighted [year] [name of copyright owner]"
   93.35 + *
   93.36 + * Contributor(s):
   93.37   */
   93.38  package org.foo.wavsupport;
   93.39  
    94.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavOpenSupport.java	Thu Sep 27 09:06:41 2007 +0000
    94.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavOpenSupport.java	Thu Sep 27 09:20:11 2007 +0000
    94.3 @@ -1,16 +1,27 @@
    94.4  /*
    94.5 - * The contents of this file are subject to the terms of the Common Development
    94.6 - * and Distribution License (the License). You may not use this file except in
    94.7 - * compliance with the License.
    94.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    94.9   *
   94.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   94.11 - * or http://www.netbeans.org/cddl.txt.
   94.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   94.13   *
   94.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   94.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   94.16 - * If applicable, add the following below the CDDL Header, with the fields
   94.17 - * enclosed by brackets [] replaced by your own identifying information:
   94.18 + * The contents of this file are subject to the terms of either the GNU
   94.19 + * General Public License Version 2 only ("GPL") or the Common
   94.20 + * Development and Distribution License("CDDL") (collectively, the
   94.21 + * "License"). You may not use this file except in compliance with the
   94.22 + * License. You can obtain a copy of the License at
   94.23 + * http://www.netbeans.org/cddl-gplv2.html
   94.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   94.25 + * specific language governing permissions and limitations under the
   94.26 + * License.  When distributing the software, include this License Header
   94.27 + * Notice in each file and include the License file at
   94.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   94.29 + * particular file as subject to the "Classpath" exception as provided
   94.30 + * by Sun in the GPL Version 2 section of the License file that
   94.31 + * accompanied this code. If applicable, add the following below the
   94.32 + * License Header, with the fields enclosed by brackets [] replaced by
   94.33 + * your own identifying information:
   94.34   * "Portions Copyrighted [year] [name of copyright owner]"
   94.35 + *
   94.36 + * Contributor(s):
   94.37   */
   94.38  
   94.39  
    95.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavSaveCookie.java	Thu Sep 27 09:06:41 2007 +0000
    95.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/WavSaveCookie.java	Thu Sep 27 09:20:11 2007 +0000
    95.3 @@ -1,16 +1,27 @@
    95.4  /*
    95.5 - * The contents of this file are subject to the terms of the Common Development
    95.6 - * and Distribution License (the License). You may not use this file except in
    95.7 - * compliance with the License.
    95.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    95.9   *
   95.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   95.11 - * or http://www.netbeans.org/cddl.txt.
   95.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   95.13   *
   95.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   95.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   95.16 - * If applicable, add the following below the CDDL Header, with the fields
   95.17 - * enclosed by brackets [] replaced by your own identifying information:
   95.18 + * The contents of this file are subject to the terms of either the GNU
   95.19 + * General Public License Version 2 only ("GPL") or the Common
   95.20 + * Development and Distribution License("CDDL") (collectively, the
   95.21 + * "License"). You may not use this file except in compliance with the
   95.22 + * License. You can obtain a copy of the License at
   95.23 + * http://www.netbeans.org/cddl-gplv2.html
   95.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   95.25 + * specific language governing permissions and limitations under the
   95.26 + * License.  When distributing the software, include this License Header
   95.27 + * Notice in each file and include the License file at
   95.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   95.29 + * particular file as subject to the "Classpath" exception as provided
   95.30 + * by Sun in the GPL Version 2 section of the License file that
   95.31 + * accompanied this code. If applicable, add the following below the
   95.32 + * License Header, with the fields enclosed by brackets [] replaced by
   95.33 + * your own identifying information:
   95.34   * "Portions Copyrighted [year] [name of copyright owner]"
   95.35 + *
   95.36 + * Contributor(s):
   95.37   */
   95.38  
   95.39  package org.foo.wavsupport;
    96.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavCookie.java	Thu Sep 27 09:06:41 2007 +0000
    96.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavCookie.java	Thu Sep 27 09:20:11 2007 +0000
    96.3 @@ -1,16 +1,27 @@
    96.4  /*
    96.5 - * The contents of this file are subject to the terms of the Common Development
    96.6 - * and Distribution License (the License). You may not use this file except in
    96.7 - * compliance with the License.
    96.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    96.9   *
   96.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   96.11 - * or http://www.netbeans.org/cddl.txt.
   96.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   96.13   *
   96.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   96.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   96.16 - * If applicable, add the following below the CDDL Header, with the fields
   96.17 - * enclosed by brackets [] replaced by your own identifying information:
   96.18 + * The contents of this file are subject to the terms of either the GNU
   96.19 + * General Public License Version 2 only ("GPL") or the Common
   96.20 + * Development and Distribution License("CDDL") (collectively, the
   96.21 + * "License"). You may not use this file except in compliance with the
   96.22 + * License. You can obtain a copy of the License at
   96.23 + * http://www.netbeans.org/cddl-gplv2.html
   96.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   96.25 + * specific language governing permissions and limitations under the
   96.26 + * License.  When distributing the software, include this License Header
   96.27 + * Notice in each file and include the License file at
   96.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   96.29 + * particular file as subject to the "Classpath" exception as provided
   96.30 + * by Sun in the GPL Version 2 section of the License file that
   96.31 + * accompanied this code. If applicable, add the following below the
   96.32 + * License Header, with the fields enclosed by brackets [] replaced by
   96.33 + * your own identifying information:
   96.34   * "Portions Copyrighted [year] [name of copyright owner]"
   96.35 + *
   96.36 + * Contributor(s):
   96.37   */
   96.38  
   96.39  
    97.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavViewDescriptor.java	Thu Sep 27 09:06:41 2007 +0000
    97.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/api/WavViewDescriptor.java	Thu Sep 27 09:20:11 2007 +0000
    97.3 @@ -1,16 +1,27 @@
    97.4  /*
    97.5 - * The contents of this file are subject to the terms of the Common Development
    97.6 - * and Distribution License (the License). You may not use this file except in
    97.7 - * compliance with the License.
    97.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    97.9   *
   97.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   97.11 - * or http://www.netbeans.org/cddl.txt.
   97.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   97.13   *
   97.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   97.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   97.16 - * If applicable, add the following below the CDDL Header, with the fields
   97.17 - * enclosed by brackets [] replaced by your own identifying information:
   97.18 + * The contents of this file are subject to the terms of either the GNU
   97.19 + * General Public License Version 2 only ("GPL") or the Common
   97.20 + * Development and Distribution License("CDDL") (collectively, the
   97.21 + * "License"). You may not use this file except in compliance with the
   97.22 + * License. You can obtain a copy of the License at
   97.23 + * http://www.netbeans.org/cddl-gplv2.html
   97.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   97.25 + * specific language governing permissions and limitations under the
   97.26 + * License.  When distributing the software, include this License Header
   97.27 + * Notice in each file and include the License file at
   97.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   97.29 + * particular file as subject to the "Classpath" exception as provided
   97.30 + * by Sun in the GPL Version 2 section of the License file that
   97.31 + * accompanied this code. If applicable, add the following below the
   97.32 + * License Header, with the fields enclosed by brackets [] replaced by
   97.33 + * your own identifying information:
   97.34   * "Portions Copyrighted [year] [name of copyright owner]"
   97.35 + *
   97.36 + * Contributor(s):
   97.37   */
   97.38  
   97.39  
    98.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavComponent.java	Thu Sep 27 09:06:41 2007 +0000
    98.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavComponent.java	Thu Sep 27 09:20:11 2007 +0000
    98.3 @@ -1,16 +1,27 @@
    98.4  /*
    98.5 - * The contents of this file are subject to the terms of the Common Development
    98.6 - * and Distribution License (the License). You may not use this file except in
    98.7 - * compliance with the License.
    98.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    98.9   *
   98.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   98.11 - * or http://www.netbeans.org/cddl.txt.
   98.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   98.13   *
   98.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   98.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   98.16 - * If applicable, add the following below the CDDL Header, with the fields
   98.17 - * enclosed by brackets [] replaced by your own identifying information:
   98.18 + * The contents of this file are subject to the terms of either the GNU
   98.19 + * General Public License Version 2 only ("GPL") or the Common
   98.20 + * Development and Distribution License("CDDL") (collectively, the
   98.21 + * "License"). You may not use this file except in compliance with the
   98.22 + * License. You can obtain a copy of the License at
   98.23 + * http://www.netbeans.org/cddl-gplv2.html
   98.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   98.25 + * specific language governing permissions and limitations under the
   98.26 + * License.  When distributing the software, include this License Header
   98.27 + * Notice in each file and include the License file at
   98.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   98.29 + * particular file as subject to the "Classpath" exception as provided
   98.30 + * by Sun in the GPL Version 2 section of the License file that
   98.31 + * accompanied this code. If applicable, add the following below the
   98.32 + * License Header, with the fields enclosed by brackets [] replaced by
   98.33 + * your own identifying information:
   98.34   * "Portions Copyrighted [year] [name of copyright owner]"
   98.35 + *
   98.36 + * Contributor(s):
   98.37   */
   98.38  
   98.39  package org.foo.wavsupport.ui;
    99.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanel.java	Thu Sep 27 09:06:41 2007 +0000
    99.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanel.java	Thu Sep 27 09:20:11 2007 +0000
    99.3 @@ -1,16 +1,27 @@
    99.4  /*
    99.5 - * The contents of this file are subject to the terms of the Common Development
    99.6 - * and Distribution License (the License). You may not use this file except in
    99.7 - * compliance with the License.
    99.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    99.9   *
   99.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   99.11 - * or http://www.netbeans.org/cddl.txt.
   99.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   99.13   *
   99.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
   99.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
   99.16 - * If applicable, add the following below the CDDL Header, with the fields
   99.17 - * enclosed by brackets [] replaced by your own identifying information:
   99.18 + * The contents of this file are subject to the terms of either the GNU
   99.19 + * General Public License Version 2 only ("GPL") or the Common
   99.20 + * Development and Distribution License("CDDL") (collectively, the
   99.21 + * "License"). You may not use this file except in compliance with the
   99.22 + * License. You can obtain a copy of the License at
   99.23 + * http://www.netbeans.org/cddl-gplv2.html
   99.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   99.25 + * specific language governing permissions and limitations under the
   99.26 + * License.  When distributing the software, include this License Header
   99.27 + * Notice in each file and include the License file at
   99.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   99.29 + * particular file as subject to the "Classpath" exception as provided
   99.30 + * by Sun in the GPL Version 2 section of the License file that
   99.31 + * accompanied this code. If applicable, add the following below the
   99.32 + * License Header, with the fields enclosed by brackets [] replaced by
   99.33 + * your own identifying information:
   99.34   * "Portions Copyrighted [year] [name of copyright owner]"
   99.35 + *
   99.36 + * Contributor(s):
   99.37   */
   99.38  
   99.39  package org.foo.wavsupport.ui;
   100.1 --- a/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanelMultiViewDescriptor.java	Thu Sep 27 09:06:41 2007 +0000
   100.2 +++ b/platform/samples/AudioStation/wavsupport/src/org/foo/wavsupport/ui/WavPanelMultiViewDescriptor.java	Thu Sep 27 09:20:11 2007 +0000
   100.3 @@ -1,16 +1,27 @@
   100.4  /*
   100.5 - * The contents of this file are subject to the terms of the Common Development
   100.6 - * and Distribution License (the License). You may not use this file except in
   100.7 - * compliance with the License.
   100.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   100.9   *
  100.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  100.11 - * or http://www.netbeans.org/cddl.txt.
  100.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  100.13   *
  100.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  100.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  100.16 - * If applicable, add the following below the CDDL Header, with the fields
  100.17 - * enclosed by brackets [] replaced by your own identifying information:
  100.18 + * The contents of this file are subject to the terms of either the GNU
  100.19 + * General Public License Version 2 only ("GPL") or the Common
  100.20 + * Development and Distribution License("CDDL") (collectively, the
  100.21 + * "License"). You may not use this file except in compliance with the
  100.22 + * License. You can obtain a copy of the License at
  100.23 + * http://www.netbeans.org/cddl-gplv2.html
  100.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  100.25 + * specific language governing permissions and limitations under the
  100.26 + * License.  When distributing the software, include this License Header
  100.27 + * Notice in each file and include the License file at
  100.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  100.29 + * particular file as subject to the "Classpath" exception as provided
  100.30 + * by Sun in the GPL Version 2 section of the License file that
  100.31 + * accompanied this code. If applicable, add the following below the
  100.32 + * License Header, with the fields enclosed by brackets [] replaced by
  100.33 + * your own identifying information:
  100.34   * "Portions Copyrighted [year] [name of copyright owner]"
  100.35 + *
  100.36 + * Contributor(s):
  100.37   */
  100.38  
  100.39  package org.foo.wavsupport.ui;
   101.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/AudioUI.java	Thu Sep 27 09:06:41 2007 +0000
   101.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/AudioUI.java	Thu Sep 27 09:20:11 2007 +0000
   101.3 @@ -1,16 +1,27 @@
   101.4  /*
   101.5 - * The contents of this file are subject to the terms of the Common Development
   101.6 - * and Distribution License (the License). You may not use this file except in
   101.7 - * compliance with the License.
   101.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   101.9   *
  101.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  101.11 - * or http://www.netbeans.org/cddl.txt.
  101.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  101.13   *
  101.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  101.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  101.16 - * If applicable, add the following below the CDDL Header, with the fields
  101.17 - * enclosed by brackets [] replaced by your own identifying information:
  101.18 + * The contents of this file are subject to the terms of either the GNU
  101.19 + * General Public License Version 2 only ("GPL") or the Common
  101.20 + * Development and Distribution License("CDDL") (collectively, the
  101.21 + * "License"). You may not use this file except in compliance with the
  101.22 + * License. You can obtain a copy of the License at
  101.23 + * http://www.netbeans.org/cddl-gplv2.html
  101.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  101.25 + * specific language governing permissions and limitations under the
  101.26 + * License.  When distributing the software, include this License Header
  101.27 + * Notice in each file and include the License file at
  101.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  101.29 + * particular file as subject to the "Classpath" exception as provided
  101.30 + * by Sun in the GPL Version 2 section of the License file that
  101.31 + * accompanied this code. If applicable, add the following below the
  101.32 + * License Header, with the fields enclosed by brackets [] replaced by
  101.33 + * your own identifying information:
  101.34   * "Portions Copyrighted [year] [name of copyright owner]"
  101.35 + *
  101.36 + * Contributor(s):
  101.37   */
  101.38  
  101.39  package org.foo.wavutils;
  101.40 @@ -24,9 +35,9 @@
  101.41   * @author runger
  101.42   */
  101.43  public interface AudioUI extends TaskListener {
  101.44 -    
  101.45 +
  101.46      SamplingGraph getSamplingGraph();
  101.47 -    
  101.48 +
  101.49      WrappedAudioInputStream getAudioInputStream();
  101.50      
  101.51      void setAudioInputStream(WrappedAudioInputStream stream);
   102.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/FFTGraph.java	Thu Sep 27 09:06:41 2007 +0000
   102.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/FFTGraph.java	Thu Sep 27 09:20:11 2007 +0000
   102.3 @@ -1,16 +1,27 @@
   102.4  /*
   102.5 - * The contents of this file are subject to the terms of the Common Development
   102.6 - * and Distribution License (the License). You may not use this file except in
   102.7 - * compliance with the License.
   102.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   102.9   *
  102.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  102.11 - * or http://www.netbeans.org/cddl.txt.
  102.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  102.13   *
  102.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  102.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  102.16 - * If applicable, add the following below the CDDL Header, with the fields
  102.17 - * enclosed by brackets [] replaced by your own identifying information:
  102.18 + * The contents of this file are subject to the terms of either the GNU
  102.19 + * General Public License Version 2 only ("GPL") or the Common
  102.20 + * Development and Distribution License("CDDL") (collectively, the
  102.21 + * "License"). You may not use this file except in compliance with the
  102.22 + * License. You can obtain a copy of the License at
  102.23 + * http://www.netbeans.org/cddl-gplv2.html
  102.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  102.25 + * specific language governing permissions and limitations under the
  102.26 + * License.  When distributing the software, include this License Header
  102.27 + * Notice in each file and include the License file at
  102.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  102.29 + * particular file as subject to the "Classpath" exception as provided
  102.30 + * by Sun in the GPL Version 2 section of the License file that
  102.31 + * accompanied this code. If applicable, add the following below the
  102.32 + * License Header, with the fields enclosed by brackets [] replaced by
  102.33 + * your own identifying information:
  102.34   * "Portions Copyrighted [year] [name of copyright owner]"
  102.35 + *
  102.36 + * Contributor(s):
  102.37   */
  102.38  
  102.39  package org.foo.wavutils;
   103.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Formats.java	Thu Sep 27 09:06:41 2007 +0000
   103.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Formats.java	Thu Sep 27 09:20:11 2007 +0000
   103.3 @@ -1,16 +1,27 @@
   103.4  /*
   103.5 - * The contents of this file are subject to the terms of the Common Development
   103.6 - * and Distribution License (the License). You may not use this file except in
   103.7 - * compliance with the License.
   103.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   103.9   *
  103.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  103.11 - * or http://www.netbeans.org/cddl.txt.
  103.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  103.13   *
  103.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  103.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  103.16 - * If applicable, add the following below the CDDL Header, with the fields
  103.17 - * enclosed by brackets [] replaced by your own identifying information:
  103.18 + * The contents of this file are subject to the terms of either the GNU
  103.19 + * General Public License Version 2 only ("GPL") or the Common
  103.20 + * Development and Distribution License("CDDL") (collectively, the
  103.21 + * "License"). You may not use this file except in compliance with the
  103.22 + * License. You can obtain a copy of the License at
  103.23 + * http://www.netbeans.org/cddl-gplv2.html
  103.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  103.25 + * specific language governing permissions and limitations under the
  103.26 + * License.  When distributing the software, include this License Header
  103.27 + * Notice in each file and include the License file at
  103.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  103.29 + * particular file as subject to the "Classpath" exception as provided
  103.30 + * by Sun in the GPL Version 2 section of the License file that
  103.31 + * accompanied this code. If applicable, add the following below the
  103.32 + * License Header, with the fields enclosed by brackets [] replaced by
  103.33 + * your own identifying information:
  103.34   * "Portions Copyrighted [year] [name of copyright owner]"
  103.35 + *
  103.36 + * Contributor(s):
  103.37   */
  103.38  package org.foo.wavutils;
  103.39  
  103.40 @@ -22,7 +33,7 @@
  103.41      }
  103.42  
  103.43      /**
  103.44 -     * All WAV files, when opened, are converted to this format 
  103.45 +     * All WAV files, when opened, are converted to this format
  103.46       * for working in-memory.
  103.47       */
  103.48      public static final AudioFormat INTERNAL_FORMAT =
   104.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Player.java	Thu Sep 27 09:06:41 2007 +0000
   104.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Player.java	Thu Sep 27 09:20:11 2007 +0000
   104.3 @@ -1,16 +1,27 @@
   104.4  /*
   104.5 - * The contents of this file are subject to the terms of the Common Development
   104.6 - * and Distribution License (the License). You may not use this file except in
   104.7 - * compliance with the License.
   104.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   104.9   *
  104.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  104.11 - * or http://www.netbeans.org/cddl.txt.
  104.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  104.13   *
  104.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  104.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  104.16 - * If applicable, add the following below the CDDL Header, with the fields
  104.17 - * enclosed by brackets [] replaced by your own identifying information:
  104.18 + * The contents of this file are subject to the terms of either the GNU
  104.19 + * General Public License Version 2 only ("GPL") or the Common
  104.20 + * Development and Distribution License("CDDL") (collectively, the
  104.21 + * "License"). You may not use this file except in compliance with the
  104.22 + * License. You can obtain a copy of the License at
  104.23 + * http://www.netbeans.org/cddl-gplv2.html
  104.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  104.25 + * specific language governing permissions and limitations under the
  104.26 + * License.  When distributing the software, include this License Header
  104.27 + * Notice in each file and include the License file at
  104.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  104.29 + * particular file as subject to the "Classpath" exception as provided
  104.30 + * by Sun in the GPL Version 2 section of the License file that
  104.31 + * accompanied this code. If applicable, add the following below the
  104.32 + * License Header, with the fields enclosed by brackets [] replaced by
  104.33 + * your own identifying information:
  104.34   * "Portions Copyrighted [year] [name of copyright owner]"
  104.35 + *
  104.36 + * Contributor(s):
  104.37   */
  104.38  package org.foo.wavutils;
  104.39  
   105.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Recorder.java	Thu Sep 27 09:06:41 2007 +0000
   105.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/Recorder.java	Thu Sep 27 09:20:11 2007 +0000
   105.3 @@ -1,16 +1,27 @@
   105.4  /*
   105.5 - * The contents of this file are subject to the terms of the Common Development
   105.6 - * and Distribution License (the License). You may not use this file except in
   105.7 - * compliance with the License.
   105.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   105.9   *
  105.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  105.11 - * or http://www.netbeans.org/cddl.txt.
  105.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  105.13   *
  105.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  105.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  105.16 - * If applicable, add the following below the CDDL Header, with the fields
  105.17 - * enclosed by brackets [] replaced by your own identifying information:
  105.18 + * The contents of this file are subject to the terms of either the GNU
  105.19 + * General Public License Version 2 only ("GPL") or the Common
  105.20 + * Development and Distribution License("CDDL") (collectively, the
  105.21 + * "License"). You may not use this file except in compliance with the
  105.22 + * License. You can obtain a copy of the License at
  105.23 + * http://www.netbeans.org/cddl-gplv2.html
  105.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  105.25 + * specific language governing permissions and limitations under the
  105.26 + * License.  When distributing the software, include this License Header
  105.27 + * Notice in each file and include the License file at
  105.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  105.29 + * particular file as subject to the "Classpath" exception as provided
  105.30 + * by Sun in the GPL Version 2 section of the License file that
  105.31 + * accompanied this code. If applicable, add the following below the
  105.32 + * License Header, with the fields enclosed by brackets [] replaced by
  105.33 + * your own identifying information:
  105.34   * "Portions Copyrighted [year] [name of copyright owner]"
  105.35 + *
  105.36 + * Contributor(s):
  105.37   */
  105.38  package org.foo.wavutils;
  105.39  
   106.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/SamplingGraph.java	Thu Sep 27 09:06:41 2007 +0000
   106.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/SamplingGraph.java	Thu Sep 27 09:20:11 2007 +0000
   106.3 @@ -1,16 +1,27 @@
   106.4  /*
   106.5 - * The contents of this file are subject to the terms of the Common Development
   106.6 - * and Distribution License (the License). You may not use this file except in
   106.7 - * compliance with the License.
   106.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   106.9   *
  106.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  106.11 - * or http://www.netbeans.org/cddl.txt.
  106.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  106.13   *
  106.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  106.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  106.16 - * If applicable, add the following below the CDDL Header, with the fields
  106.17 - * enclosed by brackets [] replaced by your own identifying information:
  106.18 + * The contents of this file are subject to the terms of either the GNU
  106.19 + * General Public License Version 2 only ("GPL") or the Common
  106.20 + * Development and Distribution License("CDDL") (collectively, the
  106.21 + * "License"). You may not use this file except in compliance with the
  106.22 + * License. You can obtain a copy of the License at
  106.23 + * http://www.netbeans.org/cddl-gplv2.html
  106.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  106.25 + * specific language governing permissions and limitations under the
  106.26 + * License.  When distributing the software, include this License Header
  106.27 + * Notice in each file and include the License file at
  106.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  106.29 + * particular file as subject to the "Classpath" exception as provided
  106.30 + * by Sun in the GPL Version 2 section of the License file that
  106.31 + * accompanied this code. If applicable, add the following below the
  106.32 + * License Header, with the fields enclosed by brackets [] replaced by
  106.33 + * your own identifying information:
  106.34   * "Portions Copyrighted [year] [name of copyright owner]"
  106.35 + *
  106.36 + * Contributor(s):
  106.37   */
  106.38  package org.foo.wavutils;
  106.39  
   107.1 --- a/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/WrappedAudioInputStream.java	Thu Sep 27 09:06:41 2007 +0000
   107.2 +++ b/platform/samples/AudioStation/wavutils/src/org/foo/wavutils/WrappedAudioInputStream.java	Thu Sep 27 09:20:11 2007 +0000
   107.3 @@ -1,16 +1,27 @@
   107.4  /*
   107.5 - * The contents of this file are subject to the terms of the Common Development
   107.6 - * and Distribution License (the License). You may not use this file except in
   107.7 - * compliance with the License.
   107.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   107.9   *
  107.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  107.11 - * or http://www.netbeans.org/cddl.txt.
  107.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  107.13   *
  107.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  107.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  107.16 - * If applicable, add the following below the CDDL Header, with the fields
  107.17 - * enclosed by brackets [] replaced by your own identifying information:
  107.18 + * The contents of this file are subject to the terms of either the GNU
  107.19 + * General Public License Version 2 only ("GPL") or the Common
  107.20 + * Development and Distribution License("CDDL") (collectively, the
  107.21 + * "License"). You may not use this file except in compliance with the
  107.22 + * License. You can obtain a copy of the License at
  107.23 + * http://www.netbeans.org/cddl-gplv2.html
  107.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  107.25 + * specific language governing permissions and limitations under the
  107.26 + * License.  When distributing the software, include this License Header
  107.27 + * Notice in each file and include the License file at
  107.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  107.29 + * particular file as subject to the "Classpath" exception as provided
  107.30 + * by Sun in the GPL Version 2 section of the License file that
  107.31 + * accompanied this code. If applicable, add the following below the
  107.32 + * License Header, with the fields enclosed by brackets [] replaced by
  107.33 + * your own identifying information:
  107.34   * "Portions Copyrighted [year] [name of copyright owner]"
  107.35 + *
  107.36 + * Contributor(s):
  107.37   */
  107.38  
  107.39  package org.foo.wavutils;
   108.1 --- a/platform/samples/audio-files/build.xml	Thu Sep 27 09:06:41 2007 +0000
   108.2 +++ b/platform/samples/audio-files/build.xml	Thu Sep 27 09:20:11 2007 +0000
   108.3 @@ -1,21 +1,44 @@
   108.4  <?xml version="1.0" encoding="UTF-8"?>
   108.5  <!--
   108.6 -The contents of this file are subject to the terms of the Common Development
   108.7 -and Distribution License (the License). You may not use this file except in
   108.8 -compliance with the License.
   108.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  108.10  
  108.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  108.12 -or http://www.netbeans.org/cddl.txt.
  108.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  108.14  
  108.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  108.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  108.17 -If applicable, add the following below the CDDL Header, with the fields
  108.18 -enclosed by brackets [] replaced by your own identifying information:
  108.19 +
  108.20 +The contents of this file are subject to the terms of either the GNU
  108.21 +General Public License Version 2 only ("GPL") or the Common
  108.22 +Development and Distribution License("CDDL") (collectively, the
  108.23 +"License"). You may not use this file except in compliance with the
  108.24 +License. You can obtain a copy of the License at
  108.25 +http://www.netbeans.org/cddl-gplv2.html
  108.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  108.27 +specific language governing permissions and limitations under the
  108.28 +License.  When distributing the software, include this License Header
  108.29 +Notice in each file and include the License file at
  108.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  108.31 +particular file as subject to the "Classpath" exception as provided
  108.32 +by Sun in the GPL Version 2 section of the License file that
  108.33 +accompanied this code. If applicable, add the following below the
  108.34 +License Header, with the fields enclosed by brackets [] replaced by
  108.35 +your own identifying information:
  108.36  "Portions Copyrighted [year] [name of copyright owner]"
  108.37  
  108.38 +Contributor(s):
  108.39 +
  108.40  The Original Software is NetBeans. The Initial Developer of the Original
  108.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  108.42  Microsystems, Inc. All Rights Reserved.
  108.43 +
  108.44 +If you wish your version of this file to be governed by only the CDDL
  108.45 +or only the GPL Version 2, indicate your decision by adding
  108.46 +"[Contributor] elects to include this software in this distribution
  108.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  108.48 +single choice of license, a recipient has the option to distribute
  108.49 +your version of this file under either the CDDL, the GPL Version 2 or
  108.50 +to extend the choice of license to its licensees as provided above.
  108.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  108.52 +Version 2 license, then the option applies only if the new code is
  108.53 +made subject to such option by the copyright holder.
  108.54  -->
  108.55  <project name="developer/samples/audio-files" default="netbeans" basedir=".">
  108.56  
   109.1 --- a/platform/samples/audio-files/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   109.2 +++ b/platform/samples/audio-files/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   109.3 @@ -1,19 +1,41 @@
   109.4 -# The contents of this file are subject to the terms of the Common Development
   109.5 -# and Distribution License (the License). You may not use this file except in
   109.6 -# compliance with the License.
   109.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   109.8  #
   109.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  109.10 -# or http://www.netbeans.org/cddl.txt.
  109.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  109.12  #
  109.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  109.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  109.15 -# If applicable, add the following below the CDDL Header, with the fields
  109.16 -# enclosed by brackets [] replaced by your own identifying information:
  109.17 +# The contents of this file are subject to the terms of either the GNU
  109.18 +# General Public License Version 2 only ("GPL") or the Common
  109.19 +# Development and Distribution License("CDDL") (collectively, the
  109.20 +# "License"). You may not use this file except in compliance with the
  109.21 +# License. You can obtain a copy of the License at
  109.22 +# http://www.netbeans.org/cddl-gplv2.html
  109.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  109.24 +# specific language governing permissions and limitations under the
  109.25 +# License.  When distributing the software, include this License Header
  109.26 +# Notice in each file and include the License file at
  109.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  109.28 +# particular file as subject to the "Classpath" exception as provided
  109.29 +# by Sun in the GPL Version 2 section of the License file that
  109.30 +# accompanied this code. If applicable, add the following below the
  109.31 +# License Header, with the fields enclosed by brackets [] replaced by
  109.32 +# your own identifying information:
  109.33  # "Portions Copyrighted [year] [name of copyright owner]"
  109.34  #
  109.35 +# Contributor(s):
  109.36 +#
  109.37  # The Original Software is NetBeans. The Initial Developer of the Original
  109.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  109.39  # Microsystems, Inc. All Rights Reserved.
  109.40 +#
  109.41 +# If you wish your version of this file to be governed by only the CDDL
  109.42 +# or only the GPL Version 2, indicate your decision by adding
  109.43 +# "[Contributor] elects to include this software in this distribution
  109.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  109.45 +# single choice of license, a recipient has the option to distribute
  109.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  109.47 +# to extend the choice of license to its licensees as provided above.
  109.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  109.49 +# Version 2 license, then the option applies only if the new code is
  109.50 +# made subject to such option by the copyright holder.
  109.51  
  109.52  # Must define 'jmf.home' in private.properties.
  109.53  jmf.jar=${jmf.home}/lib/jmf.jar
   110.1 --- a/platform/samples/audio-files/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   110.2 +++ b/platform/samples/audio-files/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   110.3 @@ -1,21 +1,44 @@
   110.4  <?xml version="1.0" encoding="UTF-8"?>
   110.5  <!--
   110.6 -The contents of this file are subject to the terms of the Common Development
   110.7 -and Distribution License (the License). You may not use this file except in
   110.8 -compliance with the License.
   110.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  110.10  
  110.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  110.12 -or http://www.netbeans.org/cddl.txt.
  110.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  110.14  
  110.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  110.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  110.17 -If applicable, add the following below the CDDL Header, with the fields
  110.18 -enclosed by brackets [] replaced by your own identifying information:
  110.19 +
  110.20 +The contents of this file are subject to the terms of either the GNU
  110.21 +General Public License Version 2 only ("GPL") or the Common
  110.22 +Development and Distribution License("CDDL") (collectively, the
  110.23 +"License"). You may not use this file except in compliance with the
  110.24 +License. You can obtain a copy of the License at
  110.25 +http://www.netbeans.org/cddl-gplv2.html
  110.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  110.27 +specific language governing permissions and limitations under the
  110.28 +License.  When distributing the software, include this License Header
  110.29 +Notice in each file and include the License file at
  110.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  110.31 +particular file as subject to the "Classpath" exception as provided
  110.32 +by Sun in the GPL Version 2 section of the License file that
  110.33 +accompanied this code. If applicable, add the following below the
  110.34 +License Header, with the fields enclosed by brackets [] replaced by
  110.35 +your own identifying information:
  110.36  "Portions Copyrighted [year] [name of copyright owner]"
  110.37  
  110.38 +Contributor(s):
  110.39 +
  110.40  The Original Software is NetBeans. The Initial Developer of the Original
  110.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  110.42  Microsystems, Inc. All Rights Reserved.
  110.43 +
  110.44 +If you wish your version of this file to be governed by only the CDDL
  110.45 +or only the GPL Version 2, indicate your decision by adding
  110.46 +"[Contributor] elects to include this software in this distribution
  110.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  110.48 +single choice of license, a recipient has the option to distribute
  110.49 +your version of this file under either the CDDL, the GPL Version 2 or
  110.50 +to extend the choice of license to its licensees as provided above.
  110.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  110.52 +Version 2 license, then the option applies only if the new code is
  110.53 +made subject to such option by the copyright holder.
  110.54  -->
  110.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  110.56      <type>org.netbeans.modules.apisupport.project</type>
   111.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   111.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   111.3 @@ -1,20 +1,42 @@
   111.4  /*
   111.5 - * The contents of this file are subject to the terms of the Common Development
   111.6 - * and Distribution License (the License). You may not use this file except in
   111.7 - * compliance with the License.
   111.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   111.9   *
  111.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  111.11 - * or http://www.netbeans.org/cddl.txt.
  111.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  111.13   *
  111.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  111.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  111.16 - * If applicable, add the following below the CDDL Header, with the fields
  111.17 - * enclosed by brackets [] replaced by your own identifying information:
  111.18 + * The contents of this file are subject to the terms of either the GNU
  111.19 + * General Public License Version 2 only ("GPL") or the Common
  111.20 + * Development and Distribution License("CDDL") (collectively, the
  111.21 + * "License"). You may not use this file except in compliance with the
  111.22 + * License. You can obtain a copy of the License at
  111.23 + * http://www.netbeans.org/cddl-gplv2.html
  111.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  111.25 + * specific language governing permissions and limitations under the
  111.26 + * License.  When distributing the software, include this License Header
  111.27 + * Notice in each file and include the License file at
  111.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  111.29 + * particular file as subject to the "Classpath" exception as provided
  111.30 + * by Sun in the GPL Version 2 section of the License file that
  111.31 + * accompanied this code. If applicable, add the following below the
  111.32 + * License Header, with the fields enclosed by brackets [] replaced by
  111.33 + * your own identifying information:
  111.34   * "Portions Copyrighted [year] [name of copyright owner]"
  111.35   *
  111.36 + * Contributor(s):
  111.37 + *
  111.38   * The Original Software is NetBeans. The Initial Developer of the Original
  111.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  111.40   * Microsystems, Inc. All Rights Reserved.
  111.41 + *
  111.42 + * If you wish your version of this file to be governed by only the CDDL
  111.43 + * or only the GPL Version 2, indicate your decision by adding
  111.44 + * "[Contributor] elects to include this software in this distribution
  111.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  111.46 + * single choice of license, a recipient has the option to distribute
  111.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  111.48 + * to extend the choice of license to its licensees as provided above.
  111.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  111.50 + * Version 2 license, then the option applies only if the new code is
  111.51 + * made subject to such option by the copyright holder.
  111.52   */
  111.53  
  111.54  package org.netbeans.examples.modules.audioloader;
   112.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   112.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   112.3 @@ -1,20 +1,42 @@
   112.4  /*
   112.5 - * The contents of this file are subject to the terms of the Common Development
   112.6 - * and Distribution License (the License). You may not use this file except in
   112.7 - * compliance with the License.
   112.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   112.9   *
  112.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  112.11 - * or http://www.netbeans.org/cddl.txt.
  112.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  112.13   *
  112.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  112.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  112.16 - * If applicable, add the following below the CDDL Header, with the fields
  112.17 - * enclosed by brackets [] replaced by your own identifying information:
  112.18 + * The contents of this file are subject to the terms of either the GNU
  112.19 + * General Public License Version 2 only ("GPL") or the Common
  112.20 + * Development and Distribution License("CDDL") (collectively, the
  112.21 + * "License"). You may not use this file except in compliance with the
  112.22 + * License. You can obtain a copy of the License at
  112.23 + * http://www.netbeans.org/cddl-gplv2.html
  112.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  112.25 + * specific language governing permissions and limitations under the
  112.26 + * License.  When distributing the software, include this License Header
  112.27 + * Notice in each file and include the License file at
  112.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  112.29 + * particular file as subject to the "Classpath" exception as provided
  112.30 + * by Sun in the GPL Version 2 section of the License file that
  112.31 + * accompanied this code. If applicable, add the following below the
  112.32 + * License Header, with the fields enclosed by brackets [] replaced by
  112.33 + * your own identifying information:
  112.34   * "Portions Copyrighted [year] [name of copyright owner]"
  112.35   *
  112.36 + * Contributor(s):
  112.37 + *
  112.38   * The Original Software is NetBeans. The Initial Developer of the Original
  112.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  112.40   * Microsystems, Inc. All Rights Reserved.
  112.41 + *
  112.42 + * If you wish your version of this file to be governed by only the CDDL
  112.43 + * or only the GPL Version 2, indicate your decision by adding
  112.44 + * "[Contributor] elects to include this software in this distribution
  112.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  112.46 + * single choice of license, a recipient has the option to distribute
  112.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  112.48 + * to extend the choice of license to its licensees as provided above.
  112.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  112.50 + * Version 2 license, then the option applies only if the new code is
  112.51 + * made subject to such option by the copyright holder.
  112.52   */
  112.53  
  112.54  package org.netbeans.examples.modules.audioloader;
   113.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   113.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   113.3 @@ -1,20 +1,42 @@
   113.4  /*
   113.5 - * The contents of this file are subject to the terms of the Common Development
   113.6 - * and Distribution License (the License). You may not use this file except in
   113.7 - * compliance with the License.
   113.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   113.9   *
  113.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  113.11 - * or http://www.netbeans.org/cddl.txt.
  113.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  113.13   *
  113.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  113.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  113.16 - * If applicable, add the following below the CDDL Header, with the fields
  113.17 - * enclosed by brackets [] replaced by your own identifying information:
  113.18 + * The contents of this file are subject to the terms of either the GNU
  113.19 + * General Public License Version 2 only ("GPL") or the Common
  113.20 + * Development and Distribution License("CDDL") (collectively, the
  113.21 + * "License"). You may not use this file except in compliance with the
  113.22 + * License. You can obtain a copy of the License at
  113.23 + * http://www.netbeans.org/cddl-gplv2.html
  113.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  113.25 + * specific language governing permissions and limitations under the
  113.26 + * License.  When distributing the software, include this License Header
  113.27 + * Notice in each file and include the License file at
  113.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  113.29 + * particular file as subject to the "Classpath" exception as provided
  113.30 + * by Sun in the GPL Version 2 section of the License file that
  113.31 + * accompanied this code. If applicable, add the following below the
  113.32 + * License Header, with the fields enclosed by brackets [] replaced by
  113.33 + * your own identifying information:
  113.34   * "Portions Copyrighted [year] [name of copyright owner]"
  113.35   *
  113.36 + * Contributor(s):
  113.37 + *
  113.38   * The Original Software is NetBeans. The Initial Developer of the Original
  113.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  113.40   * Microsystems, Inc. All Rights Reserved.
  113.41 + *
  113.42 + * If you wish your version of this file to be governed by only the CDDL
  113.43 + * or only the GPL Version 2, indicate your decision by adding
  113.44 + * "[Contributor] elects to include this software in this distribution
  113.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  113.46 + * single choice of license, a recipient has the option to distribute
  113.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  113.48 + * to extend the choice of license to its licensees as provided above.
  113.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  113.50 + * Version 2 license, then the option applies only if the new code is
  113.51 + * made subject to such option by the copyright holder.
  113.52   */
  113.53  
  113.54  package org.netbeans.examples.modules.audioloader;
   114.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   114.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   114.3 @@ -1,20 +1,42 @@
   114.4  /*
   114.5 - * The contents of this file are subject to the terms of the Common Development
   114.6 - * and Distribution License (the License). You may not use this file except in
   114.7 - * compliance with the License.
   114.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   114.9   *
  114.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  114.11 - * or http://www.netbeans.org/cddl.txt.
  114.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  114.13   *
  114.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  114.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  114.16 - * If applicable, add the following below the CDDL Header, with the fields
  114.17 - * enclosed by brackets [] replaced by your own identifying information:
  114.18 + * The contents of this file are subject to the terms of either the GNU
  114.19 + * General Public License Version 2 only ("GPL") or the Common
  114.20 + * Development and Distribution License("CDDL") (collectively, the
  114.21 + * "License"). You may not use this file except in compliance with the
  114.22 + * License. You can obtain a copy of the License at
  114.23 + * http://www.netbeans.org/cddl-gplv2.html
  114.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  114.25 + * specific language governing permissions and limitations under the
  114.26 + * License.  When distributing the software, include this License Header
  114.27 + * Notice in each file and include the License file at
  114.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  114.29 + * particular file as subject to the "Classpath" exception as provided
  114.30 + * by Sun in the GPL Version 2 section of the License file that
  114.31 + * accompanied this code. If applicable, add the following below the
  114.32 + * License Header, with the fields enclosed by brackets [] replaced by
  114.33 + * your own identifying information:
  114.34   * "Portions Copyrighted [year] [name of copyright owner]"
  114.35   *
  114.36 + * Contributor(s):
  114.37 + *
  114.38   * The Original Software is NetBeans. The Initial Developer of the Original
  114.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  114.40   * Microsystems, Inc. All Rights Reserved.
  114.41 + *
  114.42 + * If you wish your version of this file to be governed by only the CDDL
  114.43 + * or only the GPL Version 2, indicate your decision by adding
  114.44 + * "[Contributor] elects to include this software in this distribution
  114.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  114.46 + * single choice of license, a recipient has the option to distribute
  114.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  114.48 + * to extend the choice of license to its licensees as provided above.
  114.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  114.50 + * Version 2 license, then the option applies only if the new code is
  114.51 + * made subject to such option by the copyright holder.
  114.52   */
  114.53  
  114.54  package org.netbeans.examples.modules.audioloader;
   115.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioViewer.java	Thu Sep 27 09:06:41 2007 +0000
   115.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/AudioViewer.java	Thu Sep 27 09:20:11 2007 +0000
   115.3 @@ -1,20 +1,42 @@
   115.4  /*
   115.5 - * The contents of this file are subject to the terms of the Common Development
   115.6 - * and Distribution License (the License). You may not use this file except in
   115.7 - * compliance with the License.
   115.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   115.9   *
  115.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  115.11 - * or http://www.netbeans.org/cddl.txt.
  115.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  115.13   *
  115.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  115.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  115.16 - * If applicable, add the following below the CDDL Header, with the fields
  115.17 - * enclosed by brackets [] replaced by your own identifying information:
  115.18 + * The contents of this file are subject to the terms of either the GNU
  115.19 + * General Public License Version 2 only ("GPL") or the Common
  115.20 + * Development and Distribution License("CDDL") (collectively, the
  115.21 + * "License"). You may not use this file except in compliance with the
  115.22 + * License. You can obtain a copy of the License at
  115.23 + * http://www.netbeans.org/cddl-gplv2.html
  115.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  115.25 + * specific language governing permissions and limitations under the
  115.26 + * License.  When distributing the software, include this License Header
  115.27 + * Notice in each file and include the License file at
  115.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  115.29 + * particular file as subject to the "Classpath" exception as provided
  115.30 + * by Sun in the GPL Version 2 section of the License file that
  115.31 + * accompanied this code. If applicable, add the following below the
  115.32 + * License Header, with the fields enclosed by brackets [] replaced by
  115.33 + * your own identifying information:
  115.34   * "Portions Copyrighted [year] [name of copyright owner]"
  115.35   *
  115.36 + * Contributor(s):
  115.37 + *
  115.38   * The Original Software is NetBeans. The Initial Developer of the Original
  115.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  115.40   * Microsystems, Inc. All Rights Reserved.
  115.41 + *
  115.42 + * If you wish your version of this file to be governed by only the CDDL
  115.43 + * or only the GPL Version 2, indicate your decision by adding
  115.44 + * "[Contributor] elects to include this software in this distribution
  115.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  115.46 + * single choice of license, a recipient has the option to distribute
  115.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  115.48 + * to extend the choice of license to its licensees as provided above.
  115.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  115.50 + * Version 2 license, then the option applies only if the new code is
  115.51 + * made subject to such option by the copyright holder.
  115.52   */
  115.53  
  115.54  package org.netbeans.examples.modules.audioloader;
   116.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   116.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   116.3 @@ -1,19 +1,41 @@
   116.4 -# The contents of this file are subject to the terms of the Common Development
   116.5 -# and Distribution License (the License). You may not use this file except in
   116.6 -# compliance with the License.
   116.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   116.8  #
   116.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  116.10 -# or http://www.netbeans.org/cddl.txt.
  116.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  116.12  #
  116.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  116.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  116.15 -# If applicable, add the following below the CDDL Header, with the fields
  116.16 -# enclosed by brackets [] replaced by your own identifying information:
  116.17 +# The contents of this file are subject to the terms of either the GNU
  116.18 +# General Public License Version 2 only ("GPL") or the Common
  116.19 +# Development and Distribution License("CDDL") (collectively, the
  116.20 +# "License"). You may not use this file except in compliance with the
  116.21 +# License. You can obtain a copy of the License at
  116.22 +# http://www.netbeans.org/cddl-gplv2.html
  116.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  116.24 +# specific language governing permissions and limitations under the
  116.25 +# License.  When distributing the software, include this License Header
  116.26 +# Notice in each file and include the License file at
  116.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  116.28 +# particular file as subject to the "Classpath" exception as provided
  116.29 +# by Sun in the GPL Version 2 section of the License file that
  116.30 +# accompanied this code. If applicable, add the following below the
  116.31 +# License Header, with the fields enclosed by brackets [] replaced by
  116.32 +# your own identifying information:
  116.33  # "Portions Copyrighted [year] [name of copyright owner]"
  116.34  #
  116.35 +# Contributor(s):
  116.36 +#
  116.37  # The Original Software is NetBeans. The Initial Developer of the Original
  116.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  116.39  # Microsystems, Inc. All Rights Reserved.
  116.40 +#
  116.41 +# If you wish your version of this file to be governed by only the CDDL
  116.42 +# or only the GPL Version 2, indicate your decision by adding
  116.43 +# "[Contributor] elects to include this software in this distribution
  116.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  116.45 +# single choice of license, a recipient has the option to distribute
  116.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  116.47 +# to extend the choice of license to its licensees as provided above.
  116.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  116.49 +# Version 2 license, then the option applies only if the new code is
  116.50 +# made subject to such option by the copyright holder.
  116.51  
  116.52  OpenIDE-Module-Name=Audio Loader
  116.53  LBL_loaderName=Audio Files
   117.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ClipLengthProperty.java	Thu Sep 27 09:06:41 2007 +0000
   117.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ClipLengthProperty.java	Thu Sep 27 09:20:11 2007 +0000
   117.3 @@ -1,20 +1,42 @@
   117.4  /*
   117.5 - * The contents of this file are subject to the terms of the Common Development
   117.6 - * and Distribution License (the License). You may not use this file except in
   117.7 - * compliance with the License.
   117.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   117.9   *
  117.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  117.11 - * or http://www.netbeans.org/cddl.txt.
  117.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  117.13   *
  117.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  117.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  117.16 - * If applicable, add the following below the CDDL Header, with the fields
  117.17 - * enclosed by brackets [] replaced by your own identifying information:
  117.18 + * The contents of this file are subject to the terms of either the GNU
  117.19 + * General Public License Version 2 only ("GPL") or the Common
  117.20 + * Development and Distribution License("CDDL") (collectively, the
  117.21 + * "License"). You may not use this file except in compliance with the
  117.22 + * License. You can obtain a copy of the License at
  117.23 + * http://www.netbeans.org/cddl-gplv2.html
  117.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  117.25 + * specific language governing permissions and limitations under the
  117.26 + * License.  When distributing the software, include this License Header
  117.27 + * Notice in each file and include the License file at
  117.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  117.29 + * particular file as subject to the "Classpath" exception as provided
  117.30 + * by Sun in the GPL Version 2 section of the License file that
  117.31 + * accompanied this code. If applicable, add the following below the
  117.32 + * License Header, with the fields enclosed by brackets [] replaced by
  117.33 + * your own identifying information:
  117.34   * "Portions Copyrighted [year] [name of copyright owner]"
  117.35   *
  117.36 + * Contributor(s):
  117.37 + *
  117.38   * The Original Software is NetBeans. The Initial Developer of the Original
  117.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  117.40   * Microsystems, Inc. All Rights Reserved.
  117.41 + *
  117.42 + * If you wish your version of this file to be governed by only the CDDL
  117.43 + * or only the GPL Version 2, indicate your decision by adding
  117.44 + * "[Contributor] elects to include this software in this distribution
  117.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  117.46 + * single choice of license, a recipient has the option to distribute
  117.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  117.48 + * to extend the choice of license to its licensees as provided above.
  117.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  117.50 + * Version 2 license, then the option applies only if the new code is
  117.51 + * made subject to such option by the copyright holder.
  117.52   */
  117.53  
  117.54  package org.netbeans.examples.modules.audioloader;
   118.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Layer.xml	Thu Sep 27 09:06:41 2007 +0000
   118.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/Layer.xml	Thu Sep 27 09:20:11 2007 +0000
   118.3 @@ -1,21 +1,44 @@
   118.4  <?xml version="1.0"?>
   118.5  <!--
   118.6 -The contents of this file are subject to the terms of the Common Development
   118.7 -and Distribution License (the License). You may not use this file except in
   118.8 -compliance with the License.
   118.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  118.10  
  118.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  118.12 -or http://www.netbeans.org/cddl.txt.
  118.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  118.14  
  118.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  118.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  118.17 -If applicable, add the following below the CDDL Header, with the fields
  118.18 -enclosed by brackets [] replaced by your own identifying information:
  118.19 +
  118.20 +The contents of this file are subject to the terms of either the GNU
  118.21 +General Public License Version 2 only ("GPL") or the Common
  118.22 +Development and Distribution License("CDDL") (collectively, the
  118.23 +"License"). You may not use this file except in compliance with the
  118.24 +License. You can obtain a copy of the License at
  118.25 +http://www.netbeans.org/cddl-gplv2.html
  118.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  118.27 +specific language governing permissions and limitations under the
  118.28 +License.  When distributing the software, include this License Header
  118.29 +Notice in each file and include the License file at
  118.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  118.31 +particular file as subject to the "Classpath" exception as provided
  118.32 +by Sun in the GPL Version 2 section of the License file that
  118.33 +accompanied this code. If applicable, add the following below the
  118.34 +License Header, with the fields enclosed by brackets [] replaced by
  118.35 +your own identifying information:
  118.36  "Portions Copyrighted [year] [name of copyright owner]"
  118.37  
  118.38 +Contributor(s):
  118.39 +
  118.40  The Original Software is NetBeans. The Initial Developer of the Original
  118.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  118.42  Microsystems, Inc. All Rights Reserved.
  118.43 +
  118.44 +If you wish your version of this file to be governed by only the CDDL
  118.45 +or only the GPL Version 2, indicate your decision by adding
  118.46 +"[Contributor] elects to include this software in this distribution
  118.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  118.48 +single choice of license, a recipient has the option to distribute
  118.49 +your version of this file under either the CDDL, the GPL Version 2 or
  118.50 +to extend the choice of license to its licensees as provided above.
  118.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  118.52 +Version 2 license, then the option applies only if the new code is
  118.53 +made subject to such option by the copyright holder.
  118.54  -->
  118.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.0//EN" "http://www.netbeans.org/dtds/filesystem-1_0.dtd">
  118.56  <filesystem>
   119.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/MicrophoneTemplateIterator.java	Thu Sep 27 09:06:41 2007 +0000
   119.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/MicrophoneTemplateIterator.java	Thu Sep 27 09:20:11 2007 +0000
   119.3 @@ -1,20 +1,42 @@
   119.4  /*
   119.5 - * The contents of this file are subject to the terms of the Common Development
   119.6 - * and Distribution License (the License). You may not use this file except in
   119.7 - * compliance with the License.
   119.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   119.9   *
  119.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  119.11 - * or http://www.netbeans.org/cddl.txt.
  119.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  119.13   *
  119.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  119.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  119.16 - * If applicable, add the following below the CDDL Header, with the fields
  119.17 - * enclosed by brackets [] replaced by your own identifying information:
  119.18 + * The contents of this file are subject to the terms of either the GNU
  119.19 + * General Public License Version 2 only ("GPL") or the Common
  119.20 + * Development and Distribution License("CDDL") (collectively, the
  119.21 + * "License"). You may not use this file except in compliance with the
  119.22 + * License. You can obtain a copy of the License at
  119.23 + * http://www.netbeans.org/cddl-gplv2.html
  119.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  119.25 + * specific language governing permissions and limitations under the
  119.26 + * License.  When distributing the software, include this License Header
  119.27 + * Notice in each file and include the License file at
  119.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  119.29 + * particular file as subject to the "Classpath" exception as provided
  119.30 + * by Sun in the GPL Version 2 section of the License file that
  119.31 + * accompanied this code. If applicable, add the following below the
  119.32 + * License Header, with the fields enclosed by brackets [] replaced by
  119.33 + * your own identifying information:
  119.34   * "Portions Copyrighted [year] [name of copyright owner]"
  119.35   *
  119.36 + * Contributor(s):
  119.37 + *
  119.38   * The Original Software is NetBeans. The Initial Developer of the Original
  119.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  119.40   * Microsystems, Inc. All Rights Reserved.
  119.41 + *
  119.42 + * If you wish your version of this file to be governed by only the CDDL
  119.43 + * or only the GPL Version 2, indicate your decision by adding
  119.44 + * "[Contributor] elects to include this software in this distribution
  119.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  119.46 + * single choice of license, a recipient has the option to distribute
  119.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  119.48 + * to extend the choice of license to its licensees as provided above.
  119.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  119.50 + * Version 2 license, then the option applies only if the new code is
  119.51 + * made subject to such option by the copyright holder.
  119.52   */
  119.53  
  119.54  package org.netbeans.examples.modules.audioloader;
   120.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/RecordPanel.java	Thu Sep 27 09:06:41 2007 +0000
   120.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/RecordPanel.java	Thu Sep 27 09:20:11 2007 +0000
   120.3 @@ -1,20 +1,42 @@
   120.4  /*
   120.5 - * The contents of this file are subject to the terms of the Common Development
   120.6 - * and Distribution License (the License). You may not use this file except in
   120.7 - * compliance with the License.
   120.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   120.9   *
  120.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  120.11 - * or http://www.netbeans.org/cddl.txt.
  120.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  120.13   *
  120.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  120.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  120.16 - * If applicable, add the following below the CDDL Header, with the fields
  120.17 - * enclosed by brackets [] replaced by your own identifying information:
  120.18 + * The contents of this file are subject to the terms of either the GNU
  120.19 + * General Public License Version 2 only ("GPL") or the Common
  120.20 + * Development and Distribution License("CDDL") (collectively, the
  120.21 + * "License"). You may not use this file except in compliance with the
  120.22 + * License. You can obtain a copy of the License at
  120.23 + * http://www.netbeans.org/cddl-gplv2.html
  120.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  120.25 + * specific language governing permissions and limitations under the
  120.26 + * License.  When distributing the software, include this License Header
  120.27 + * Notice in each file and include the License file at
  120.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  120.29 + * particular file as subject to the "Classpath" exception as provided
  120.30 + * by Sun in the GPL Version 2 section of the License file that
  120.31 + * accompanied this code. If applicable, add the following below the
  120.32 + * License Header, with the fields enclosed by brackets [] replaced by
  120.33 + * your own identifying information:
  120.34   * "Portions Copyrighted [year] [name of copyright owner]"
  120.35   *
  120.36 + * Contributor(s):
  120.37 + *
  120.38   * The Original Software is NetBeans. The Initial Developer of the Original
  120.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  120.40   * Microsystems, Inc. All Rights Reserved.
  120.41 + *
  120.42 + * If you wish your version of this file to be governed by only the CDDL
  120.43 + * or only the GPL Version 2, indicate your decision by adding
  120.44 + * "[Contributor] elects to include this software in this distribution
  120.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  120.46 + * single choice of license, a recipient has the option to distribute
  120.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  120.48 + * to extend the choice of license to its licensees as provided above.
  120.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  120.50 + * Version 2 license, then the option applies only if the new code is
  120.51 + * made subject to such option by the copyright holder.
  120.52   */
  120.53  
  120.54  package org.netbeans.examples.modules.audioloader;
   121.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ViewAudioSupport.java	Thu Sep 27 09:06:41 2007 +0000
   121.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/ViewAudioSupport.java	Thu Sep 27 09:20:11 2007 +0000
   121.3 @@ -1,20 +1,42 @@
   121.4  /*
   121.5 - * The contents of this file are subject to the terms of the Common Development
   121.6 - * and Distribution License (the License). You may not use this file except in
   121.7 - * compliance with the License.
   121.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   121.9   *
  121.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  121.11 - * or http://www.netbeans.org/cddl.txt.
  121.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  121.13   *
  121.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  121.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  121.16 - * If applicable, add the following below the CDDL Header, with the fields
  121.17 - * enclosed by brackets [] replaced by your own identifying information:
  121.18 + * The contents of this file are subject to the terms of either the GNU
  121.19 + * General Public License Version 2 only ("GPL") or the Common
  121.20 + * Development and Distribution License("CDDL") (collectively, the
  121.21 + * "License"). You may not use this file except in compliance with the
  121.22 + * License. You can obtain a copy of the License at
  121.23 + * http://www.netbeans.org/cddl-gplv2.html
  121.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  121.25 + * specific language governing permissions and limitations under the
  121.26 + * License.  When distributing the software, include this License Header
  121.27 + * Notice in each file and include the License file at
  121.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  121.29 + * particular file as subject to the "Classpath" exception as provided
  121.30 + * by Sun in the GPL Version 2 section of the License file that
  121.31 + * accompanied this code. If applicable, add the following below the
  121.32 + * License Header, with the fields enclosed by brackets [] replaced by
  121.33 + * your own identifying information:
  121.34   * "Portions Copyrighted [year] [name of copyright owner]"
  121.35   *
  121.36 + * Contributor(s):
  121.37 + *
  121.38   * The Original Software is NetBeans. The Initial Developer of the Original
  121.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  121.40   * Microsystems, Inc. All Rights Reserved.
  121.41 + *
  121.42 + * If you wish your version of this file to be governed by only the CDDL
  121.43 + * or only the GPL Version 2, indicate your decision by adding
  121.44 + * "[Contributor] elects to include this software in this distribution
  121.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  121.46 + * single choice of license, a recipient has the option to distribute
  121.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  121.48 + * to extend the choice of license to its licensees as provided above.
  121.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  121.50 + * Version 2 license, then the option applies only if the new code is
  121.51 + * made subject to such option by the copyright holder.
  121.52   */
  121.53  
  121.54  package org.netbeans.examples.modules.audioloader;
   122.1 --- a/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/sampledescription.html	Thu Sep 27 09:06:41 2007 +0000
   122.2 +++ b/platform/samples/audio-files/src/org/netbeans/examples/modules/audioloader/sampledescription.html	Thu Sep 27 09:20:11 2007 +0000
   122.3 @@ -1,20 +1,42 @@
   122.4  <!--
   122.5 -   - The contents of this file are subject to the terms of the Common Development
   122.6 -   - and Distribution License (the License). You may not use this file except in
   122.7 -   - compliance with the License.
   122.8 +   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   122.9     -
  122.10 -   - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  122.11 -   - or http://www.netbeans.org/cddl.txt.
  122.12 +   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  122.13     -
  122.14 -   - When distributing Covered Code, include this CDDL Header Notice in each file
  122.15 -   - and include the License file at http://www.netbeans.org/cddl.txt.
  122.16 -   - If applicable, add the following below the CDDL Header, with the fields
  122.17 -   - enclosed by brackets [] replaced by your own identifying information:
  122.18 +   - The contents of this file are subject to the terms of either the GNU
  122.19 +   - General Public License Version 2 only ("GPL") or the Common
  122.20 +   - Development and Distribution License("CDDL") (collectively, the
  122.21 +   - "License"). You may not use this file except in compliance with the
  122.22 +   - License. You can obtain a copy of the License at
  122.23 +   - http://www.netbeans.org/cddl-gplv2.html
  122.24 +   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  122.25 +   - specific language governing permissions and limitations under the
  122.26 +   - License.  When distributing the software, include this License Header
  122.27 +   - Notice in each file and include the License file at
  122.28 +   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  122.29 +   - particular file as subject to the "Classpath" exception as provided
  122.30 +   - by Sun in the GPL Version 2 section of the License file that
  122.31 +   - accompanied this code. If applicable, add the following below the
  122.32 +   - License Header, with the fields enclosed by brackets [] replaced by
  122.33 +   - your own identifying information:
  122.34     - "Portions Copyrighted [year] [name of copyright owner]"
  122.35     -
  122.36 +   - Contributor(s):
  122.37 +   -
  122.38     - The Original Software is NetBeans. The Initial Developer of the Original
  122.39     - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  122.40     - Microsystems, Inc. All Rights Reserved.
  122.41 +   -
  122.42 +   - If you wish your version of this file to be governed by only the CDDL
  122.43 +   - or only the GPL Version 2, indicate your decision by adding
  122.44 +   - "[Contributor] elects to include this software in this distribution
  122.45 +   - under the [CDDL or GPL Version 2] license." If you do not indicate a
  122.46 +   - single choice of license, a recipient has the option to distribute
  122.47 +   - your version of this file under either the CDDL, the GPL Version 2 or
  122.48 +   - to extend the choice of license to its licensees as provided above.
  122.49 +   - However, if you add GPL Version 2 code and therefore, elected the GPL
  122.50 +   - Version 2 license, then the option applies only if the new code is
  122.51 +   - made subject to such option by the copyright holder.
  122.52    -->
  122.53  <HTML><BODY>
  122.54  A sampled audio file (in ULAW format).
   123.1 --- a/platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:06:41 2007 +0000
   123.2 +++ b/platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:20:11 2007 +0000
   123.3 @@ -1,20 +1,42 @@
   123.4  /*
   123.5 - * The contents of this file are subject to the terms of the Common Development
   123.6 - * and Distribution License (the License). You may not use this file except in
   123.7 - * compliance with the License.
   123.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   123.9   *
  123.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  123.11 - * or http://www.netbeans.org/cddl.txt.
  123.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  123.13   *
  123.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  123.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  123.16 - * If applicable, add the following below the CDDL Header, with the fields
  123.17 - * enclosed by brackets [] replaced by your own identifying information:
  123.18 + * The contents of this file are subject to the terms of either the GNU
  123.19 + * General Public License Version 2 only ("GPL") or the Common
  123.20 + * Development and Distribution License("CDDL") (collectively, the
  123.21 + * "License"). You may not use this file except in compliance with the
  123.22 + * License. You can obtain a copy of the License at
  123.23 + * http://www.netbeans.org/cddl-gplv2.html
  123.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  123.25 + * specific language governing permissions and limitations under the
  123.26 + * License.  When distributing the software, include this License Header
  123.27 + * Notice in each file and include the License file at
  123.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  123.29 + * particular file as subject to the "Classpath" exception as provided
  123.30 + * by Sun in the GPL Version 2 section of the License file that
  123.31 + * accompanied this code. If applicable, add the following below the
  123.32 + * License Header, with the fields enclosed by brackets [] replaced by
  123.33 + * your own identifying information:
  123.34   * "Portions Copyrighted [year] [name of copyright owner]"
  123.35   *
  123.36 + * Contributor(s):
  123.37 + *
  123.38   * The Original Software is NetBeans. The Initial Developer of the Original
  123.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  123.40   * Microsystems, Inc. All Rights Reserved.
  123.41 + *
  123.42 + * If you wish your version of this file to be governed by only the CDDL
  123.43 + * or only the GPL Version 2, indicate your decision by adding
  123.44 + * "[Contributor] elects to include this software in this distribution
  123.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  123.46 + * single choice of license, a recipient has the option to distribute
  123.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  123.48 + * to extend the choice of license to its licensees as provided above.
  123.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  123.50 + * Version 2 license, then the option applies only if the new code is
  123.51 + * made subject to such option by the copyright holder.
  123.52   */
  123.53  package org.myorg.myapi;
  123.54  
   124.1 --- a/platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   124.2 +++ b/platform/samples/custom-editors/MyAPI/src/org/myorg/myapi/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   124.3 @@ -1,19 +1,41 @@
   124.4 -# The contents of this file are subject to the terms of the Common Development
   124.5 -# and Distribution License (the License). You may not use this file except in
   124.6 -# compliance with the License.
   124.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   124.8  #
   124.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  124.10 -# or http://www.netbeans.org/cddl.txt.
  124.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  124.12  #
  124.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  124.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  124.15 -# If applicable, add the following below the CDDL Header, with the fields
  124.16 -# enclosed by brackets [] replaced by your own identifying information:
  124.17 +# The contents of this file are subject to the terms of either the GNU
  124.18 +# General Public License Version 2 only ("GPL") or the Common
  124.19 +# Development and Distribution License("CDDL") (collectively, the
  124.20 +# "License"). You may not use this file except in compliance with the
  124.21 +# License. You can obtain a copy of the License at
  124.22 +# http://www.netbeans.org/cddl-gplv2.html
  124.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  124.24 +# specific language governing permissions and limitations under the
  124.25 +# License.  When distributing the software, include this License Header
  124.26 +# Notice in each file and include the License file at
  124.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  124.28 +# particular file as subject to the "Classpath" exception as provided
  124.29 +# by Sun in the GPL Version 2 section of the License file that
  124.30 +# accompanied this code. If applicable, add the following below the
  124.31 +# License Header, with the fields enclosed by brackets [] replaced by
  124.32 +# your own identifying information:
  124.33  # "Portions Copyrighted [year] [name of copyright owner]"
  124.34  #
  124.35 +# Contributor(s):
  124.36 +#
  124.37  # The Original Software is NetBeans. The Initial Developer of the Original
  124.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  124.39  # Microsystems, Inc. All Rights Reserved.
  124.40 +#
  124.41 +# If you wish your version of this file to be governed by only the CDDL
  124.42 +# or only the GPL Version 2, indicate your decision by adding
  124.43 +# "[Contributor] elects to include this software in this distribution
  124.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  124.45 +# single choice of license, a recipient has the option to distribute
  124.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  124.47 +# to extend the choice of license to its licensees as provided above.
  124.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  124.49 +# Version 2 license, then the option applies only if the new code is
  124.50 +# made subject to such option by the copyright holder.
  124.51  
  124.52  OpenIDE-Module-Name=My API 4
  124.53  
   125.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   125.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   125.3 @@ -1,19 +1,41 @@
   125.4 -# The contents of this file are subject to the terms of the Common Development
   125.5 -# and Distribution License (the License). You may not use this file except in
   125.6 -# compliance with the License.
   125.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   125.8  #
   125.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  125.10 -# or http://www.netbeans.org/cddl.txt.
  125.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  125.12  #
  125.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  125.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  125.15 -# If applicable, add the following below the CDDL Header, with the fields
  125.16 -# enclosed by brackets [] replaced by your own identifying information:
  125.17 +# The contents of this file are subject to the terms of either the GNU
  125.18 +# General Public License Version 2 only ("GPL") or the Common
  125.19 +# Development and Distribution License("CDDL") (collectively, the
  125.20 +# "License"). You may not use this file except in compliance with the
  125.21 +# License. You can obtain a copy of the License at
  125.22 +# http://www.netbeans.org/cddl-gplv2.html
  125.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  125.24 +# specific language governing permissions and limitations under the
  125.25 +# License.  When distributing the software, include this License Header
  125.26 +# Notice in each file and include the License file at
  125.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  125.28 +# particular file as subject to the "Classpath" exception as provided
  125.29 +# by Sun in the GPL Version 2 section of the License file that
  125.30 +# accompanied this code. If applicable, add the following below the
  125.31 +# License Header, with the fields enclosed by brackets [] replaced by
  125.32 +# your own identifying information:
  125.33  # "Portions Copyrighted [year] [name of copyright owner]"
  125.34  #
  125.35 +# Contributor(s):
  125.36 +#
  125.37  # The Original Software is NetBeans. The Initial Developer of the Original
  125.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  125.39  # Microsystems, Inc. All Rights Reserved.
  125.40 +#
  125.41 +# If you wish your version of this file to be governed by only the CDDL
  125.42 +# or only the GPL Version 2, indicate your decision by adding
  125.43 +# "[Contributor] elects to include this software in this distribution
  125.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  125.45 +# single choice of license, a recipient has the option to distribute
  125.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  125.47 +# to extend the choice of license to its licensees as provided above.
  125.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  125.49 +# Version 2 license, then the option applies only if the new code is
  125.50 +# made subject to such option by the copyright holder.
  125.51  
  125.52  CTL_OpenEditorAction=Open Editor
  125.53  OpenIDE-Module-Name=My Editor 4
   126.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/DatePropertyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   126.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/DatePropertyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   126.3 @@ -1,20 +1,42 @@
   126.4  /*
   126.5 - * The contents of this file are subject to the terms of the Common Development
   126.6 - * and Distribution License (the License). You may not use this file except in
   126.7 - * compliance with the License.
   126.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   126.9   *
  126.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  126.11 - * or http://www.netbeans.org/cddl.txt.
  126.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  126.13   *
  126.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  126.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  126.16 - * If applicable, add the following below the CDDL Header, with the fields
  126.17 - * enclosed by brackets [] replaced by your own identifying information:
  126.18 + * The contents of this file are subject to the terms of either the GNU
  126.19 + * General Public License Version 2 only ("GPL") or the Common
  126.20 + * Development and Distribution License("CDDL") (collectively, the
  126.21 + * "License"). You may not use this file except in compliance with the
  126.22 + * License. You can obtain a copy of the License at
  126.23 + * http://www.netbeans.org/cddl-gplv2.html
  126.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  126.25 + * specific language governing permissions and limitations under the
  126.26 + * License.  When distributing the software, include this License Header
  126.27 + * Notice in each file and include the License file at
  126.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  126.29 + * particular file as subject to the "Classpath" exception as provided
  126.30 + * by Sun in the GPL Version 2 section of the License file that
  126.31 + * accompanied this code. If applicable, add the following below the
  126.32 + * License Header, with the fields enclosed by brackets [] replaced by
  126.33 + * your own identifying information:
  126.34   * "Portions Copyrighted [year] [name of copyright owner]"
  126.35   *
  126.36 + * Contributor(s):
  126.37 + *
  126.38   * The Original Software is NetBeans. The Initial Developer of the Original
  126.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  126.40   * Microsystems, Inc. All Rights Reserved.
  126.41 + *
  126.42 + * If you wish your version of this file to be governed by only the CDDL
  126.43 + * or only the GPL Version 2, indicate your decision by adding
  126.44 + * "[Contributor] elects to include this software in this distribution
  126.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  126.46 + * single choice of license, a recipient has the option to distribute
  126.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  126.48 + * to extend the choice of license to its licensees as provided above.
  126.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  126.50 + * Version 2 license, then the option applies only if the new code is
  126.51 + * made subject to such option by the copyright holder.
  126.52   */
  126.53  package org.myorg.myeditor;
  126.54  
   127.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Installer.java	Thu Sep 27 09:06:41 2007 +0000
   127.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/Installer.java	Thu Sep 27 09:20:11 2007 +0000
   127.3 @@ -1,20 +1,42 @@
   127.4  /*
   127.5 - * The contents of this file are subject to the terms of the Common Development
   127.6 - * and Distribution License (the License). You may not use this file except in
   127.7 - * compliance with the License.
   127.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   127.9   *
  127.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  127.11 - * or http://www.netbeans.org/cddl.txt.
  127.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  127.13   *
  127.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  127.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  127.16 - * If applicable, add the following below the CDDL Header, with the fields
  127.17 - * enclosed by brackets [] replaced by your own identifying information:
  127.18 + * The contents of this file are subject to the terms of either the GNU
  127.19 + * General Public License Version 2 only ("GPL") or the Common
  127.20 + * Development and Distribution License("CDDL") (collectively, the
  127.21 + * "License"). You may not use this file except in compliance with the
  127.22 + * License. You can obtain a copy of the License at
  127.23 + * http://www.netbeans.org/cddl-gplv2.html
  127.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  127.25 + * specific language governing permissions and limitations under the
  127.26 + * License.  When distributing the software, include this License Header
  127.27 + * Notice in each file and include the License file at
  127.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  127.29 + * particular file as subject to the "Classpath" exception as provided
  127.30 + * by Sun in the GPL Version 2 section of the License file that
  127.31 + * accompanied this code. If applicable, add the following below the
  127.32 + * License Header, with the fields enclosed by brackets [] replaced by
  127.33 + * your own identifying information:
  127.34   * "Portions Copyrighted [year] [name of copyright owner]"
  127.35   *
  127.36 + * Contributor(s):
  127.37 + *
  127.38   * The Original Software is NetBeans. The Initial Developer of the Original
  127.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  127.40   * Microsystems, Inc. All Rights Reserved.
  127.41 + *
  127.42 + * If you wish your version of this file to be governed by only the CDDL
  127.43 + * or only the GPL Version 2, indicate your decision by adding
  127.44 + * "[Contributor] elects to include this software in this distribution
  127.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  127.46 + * single choice of license, a recipient has the option to distribute
  127.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  127.48 + * to extend the choice of license to its licensees as provided above.
  127.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  127.50 + * Version 2 license, then the option applies only if the new code is
  127.51 + * made subject to such option by the copyright holder.
  127.52   */
  127.53  package org.myorg.myeditor;
  127.54  
   128.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:06:41 2007 +0000
   128.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:20:11 2007 +0000
   128.3 @@ -1,20 +1,42 @@
   128.4  /*
   128.5 - * The contents of this file are subject to the terms of the Common Development
   128.6 - * and Distribution License (the License). You may not use this file except in
   128.7 - * compliance with the License.
   128.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   128.9   *
  128.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  128.11 - * or http://www.netbeans.org/cddl.txt.
  128.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  128.13   *
  128.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  128.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  128.16 - * If applicable, add the following below the CDDL Header, with the fields
  128.17 - * enclosed by brackets [] replaced by your own identifying information:
  128.18 + * The contents of this file are subject to the terms of either the GNU
  128.19 + * General Public License Version 2 only ("GPL") or the Common
  128.20 + * Development and Distribution License("CDDL") (collectively, the
  128.21 + * "License"). You may not use this file except in compliance with the
  128.22 + * License. You can obtain a copy of the License at
  128.23 + * http://www.netbeans.org/cddl-gplv2.html
  128.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  128.25 + * specific language governing permissions and limitations under the
  128.26 + * License.  When distributing the software, include this License Header
  128.27 + * Notice in each file and include the License file at
  128.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  128.29 + * particular file as subject to the "Classpath" exception as provided
  128.30 + * by Sun in the GPL Version 2 section of the License file that
  128.31 + * accompanied this code. If applicable, add the following below the
  128.32 + * License Header, with the fields enclosed by brackets [] replaced by
  128.33 + * your own identifying information:
  128.34   * "Portions Copyrighted [year] [name of copyright owner]"
  128.35   *
  128.36 + * Contributor(s):
  128.37 + *
  128.38   * The Original Software is NetBeans. The Initial Developer of the Original
  128.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  128.40   * Microsystems, Inc. All Rights Reserved.
  128.41 + *
  128.42 + * If you wish your version of this file to be governed by only the CDDL
  128.43 + * or only the GPL Version 2, indicate your decision by adding
  128.44 + * "[Contributor] elects to include this software in this distribution
  128.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  128.46 + * single choice of license, a recipient has the option to distribute
  128.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  128.48 + * to extend the choice of license to its licensees as provided above.
  128.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  128.50 + * Version 2 license, then the option applies only if the new code is
  128.51 + * made subject to such option by the copyright holder.
  128.52   */
  128.53  package org.myorg.myeditor;
  128.54  
   129.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   129.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   129.3 @@ -1,20 +1,42 @@
   129.4  /*
   129.5 - * The contents of this file are subject to the terms of the Common Development
   129.6 - * and Distribution License (the License). You may not use this file except in
   129.7 - * compliance with the License.
   129.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   129.9   *
  129.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  129.11 - * or http://www.netbeans.org/cddl.txt.
  129.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  129.13   *
  129.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  129.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  129.16 - * If applicable, add the following below the CDDL Header, with the fields
  129.17 - * enclosed by brackets [] replaced by your own identifying information:
  129.18 + * The contents of this file are subject to the terms of either the GNU
  129.19 + * General Public License Version 2 only ("GPL") or the Common
  129.20 + * Development and Distribution License("CDDL") (collectively, the
  129.21 + * "License"). You may not use this file except in compliance with the
  129.22 + * License. You can obtain a copy of the License at
  129.23 + * http://www.netbeans.org/cddl-gplv2.html
  129.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  129.25 + * specific language governing permissions and limitations under the
  129.26 + * License.  When distributing the software, include this License Header
  129.27 + * Notice in each file and include the License file at
  129.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  129.29 + * particular file as subject to the "Classpath" exception as provided
  129.30 + * by Sun in the GPL Version 2 section of the License file that
  129.31 + * accompanied this code. If applicable, add the following below the
  129.32 + * License Header, with the fields enclosed by brackets [] replaced by
  129.33 + * your own identifying information:
  129.34   * "Portions Copyrighted [year] [name of copyright owner]"
  129.35   *
  129.36 + * Contributor(s):
  129.37 + *
  129.38   * The Original Software is NetBeans. The Initial Developer of the Original
  129.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  129.40   * Microsystems, Inc. All Rights Reserved.
  129.41 + *
  129.42 + * If you wish your version of this file to be governed by only the CDDL
  129.43 + * or only the GPL Version 2, indicate your decision by adding
  129.44 + * "[Contributor] elects to include this software in this distribution
  129.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  129.46 + * single choice of license, a recipient has the option to distribute
  129.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  129.48 + * to extend the choice of license to its licensees as provided above.
  129.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  129.50 + * Version 2 license, then the option applies only if the new code is
  129.51 + * made subject to such option by the copyright holder.
  129.52   */
  129.53  package org.myorg.myeditor;
  129.54  
   130.1 --- a/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyNode.java	Thu Sep 27 09:06:41 2007 +0000
   130.2 +++ b/platform/samples/custom-editors/MyEditor/src/org/myorg/myeditor/MyNode.java	Thu Sep 27 09:20:11 2007 +0000
   130.3 @@ -1,20 +1,42 @@
   130.4  /*
   130.5 - * The contents of this file are subject to the terms of the Common Development
   130.6 - * and Distribution License (the License). You may not use this file except in
   130.7 - * compliance with the License.
   130.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   130.9   *
  130.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  130.11 - * or http://www.netbeans.org/cddl.txt.
  130.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  130.13   *
  130.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  130.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  130.16 - * If applicable, add the following below the CDDL Header, with the fields
  130.17 - * enclosed by brackets [] replaced by your own identifying information:
  130.18 + * The contents of this file are subject to the terms of either the GNU
  130.19 + * General Public License Version 2 only ("GPL") or the Common
  130.20 + * Development and Distribution License("CDDL") (collectively, the
  130.21 + * "License"). You may not use this file except in compliance with the
  130.22 + * License. You can obtain a copy of the License at
  130.23 + * http://www.netbeans.org/cddl-gplv2.html
  130.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  130.25 + * specific language governing permissions and limitations under the
  130.26 + * License.  When distributing the software, include this License Header
  130.27 + * Notice in each file and include the License file at
  130.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  130.29 + * particular file as subject to the "Classpath" exception as provided
  130.30 + * by Sun in the GPL Version 2 section of the License file that
  130.31 + * accompanied this code. If applicable, add the following below the
  130.32 + * License Header, with the fields enclosed by brackets [] replaced by
  130.33 + * your own identifying information:
  130.34   * "Portions Copyrighted [year] [name of copyright owner]"
  130.35   *
  130.36 + * Contributor(s):
  130.37 + *
  130.38   * The Original Software is NetBeans. The Initial Developer of the Original
  130.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  130.40   * Microsystems, Inc. All Rights Reserved.
  130.41 + *
  130.42 + * If you wish your version of this file to be governed by only the CDDL
  130.43 + * or only the GPL Version 2, indicate your decision by adding
  130.44 + * "[Contributor] elects to include this software in this distribution
  130.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  130.46 + * single choice of license, a recipient has the option to distribute
  130.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  130.48 + * to extend the choice of license to its licensees as provided above.
  130.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  130.50 + * Version 2 license, then the option applies only if the new code is
  130.51 + * made subject to such option by the copyright holder.
  130.52   */
  130.53  package org.myorg.myeditor;
  130.54  
   131.1 --- a/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   131.2 +++ b/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   131.3 @@ -1,19 +1,41 @@
   131.4 -# The contents of this file are subject to the terms of the Common Development
   131.5 -# and Distribution License (the License). You may not use this file except in
   131.6 -# compliance with the License.
   131.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   131.8  #
   131.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  131.10 -# or http://www.netbeans.org/cddl.txt.
  131.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  131.12  #
  131.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  131.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  131.15 -# If applicable, add the following below the CDDL Header, with the fields
  131.16 -# enclosed by brackets [] replaced by your own identifying information:
  131.17 +# The contents of this file are subject to the terms of either the GNU
  131.18 +# General Public License Version 2 only ("GPL") or the Common
  131.19 +# Development and Distribution License("CDDL") (collectively, the
  131.20 +# "License"). You may not use this file except in compliance with the
  131.21 +# License. You can obtain a copy of the License at
  131.22 +# http://www.netbeans.org/cddl-gplv2.html
  131.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  131.24 +# specific language governing permissions and limitations under the
  131.25 +# License.  When distributing the software, include this License Header
  131.26 +# Notice in each file and include the License file at
  131.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  131.28 +# particular file as subject to the "Classpath" exception as provided
  131.29 +# by Sun in the GPL Version 2 section of the License file that
  131.30 +# accompanied this code. If applicable, add the following below the
  131.31 +# License Header, with the fields enclosed by brackets [] replaced by
  131.32 +# your own identifying information:
  131.33  # "Portions Copyrighted [year] [name of copyright owner]"
  131.34  #
  131.35 +# Contributor(s):
  131.36 +#
  131.37  # The Original Software is NetBeans. The Initial Developer of the Original
  131.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  131.39  # Microsystems, Inc. All Rights Reserved.
  131.40 +#
  131.41 +# If you wish your version of this file to be governed by only the CDDL
  131.42 +# or only the GPL Version 2, indicate your decision by adding
  131.43 +# "[Contributor] elects to include this software in this distribution
  131.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  131.45 +# single choice of license, a recipient has the option to distribute
  131.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  131.47 +# to extend the choice of license to its licensees as provided above.
  131.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  131.49 +# Version 2 license, then the option applies only if the new code is
  131.50 +# made subject to such option by the copyright holder.
  131.51  
  131.52  CTL_MyViewerAction=Open MyViewer Window
  131.53  CTL_MyViewerTopComponent=MyViewer Window
   132.1 --- a/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:06:41 2007 +0000
   132.2 +++ b/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:20:11 2007 +0000
   132.3 @@ -1,20 +1,42 @@
   132.4  /*
   132.5 - * The contents of this file are subject to the terms of the Common Development
   132.6 - * and Distribution License (the License). You may not use this file except in
   132.7 - * compliance with the License.
   132.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   132.9   *
  132.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  132.11 - * or http://www.netbeans.org/cddl.txt.
  132.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  132.13   *
  132.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  132.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  132.16 - * If applicable, add the following below the CDDL Header, with the fields
  132.17 - * enclosed by brackets [] replaced by your own identifying information:
  132.18 + * The contents of this file are subject to the terms of either the GNU
  132.19 + * General Public License Version 2 only ("GPL") or the Common
  132.20 + * Development and Distribution License("CDDL") (collectively, the
  132.21 + * "License"). You may not use this file except in compliance with the
  132.22 + * License. You can obtain a copy of the License at
  132.23 + * http://www.netbeans.org/cddl-gplv2.html
  132.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  132.25 + * specific language governing permissions and limitations under the
  132.26 + * License.  When distributing the software, include this License Header
  132.27 + * Notice in each file and include the License file at
  132.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  132.29 + * particular file as subject to the "Classpath" exception as provided
  132.30 + * by Sun in the GPL Version 2 section of the License file that
  132.31 + * accompanied this code. If applicable, add the following below the
  132.32 + * License Header, with the fields enclosed by brackets [] replaced by
  132.33 + * your own identifying information:
  132.34   * "Portions Copyrighted [year] [name of copyright owner]"
  132.35   *
  132.36 + * Contributor(s):
  132.37 + *
  132.38   * The Original Software is NetBeans. The Initial Developer of the Original
  132.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  132.40   * Microsystems, Inc. All Rights Reserved.
  132.41 + *
  132.42 + * If you wish your version of this file to be governed by only the CDDL
  132.43 + * or only the GPL Version 2, indicate your decision by adding
  132.44 + * "[Contributor] elects to include this software in this distribution
  132.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  132.46 + * single choice of license, a recipient has the option to distribute
  132.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  132.48 + * to extend the choice of license to its licensees as provided above.
  132.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  132.50 + * Version 2 license, then the option applies only if the new code is
  132.51 + * made subject to such option by the copyright holder.
  132.52   */
  132.53  package org.myorg.myviewer;
  132.54  
   133.1 --- a/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java	Thu Sep 27 09:06:41 2007 +0000
   133.2 +++ b/platform/samples/custom-editors/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java	Thu Sep 27 09:20:11 2007 +0000
   133.3 @@ -1,20 +1,42 @@
   133.4  /*
   133.5 - * The contents of this file are subject to the terms of the Common Development
   133.6 - * and Distribution License (the License). You may not use this file except in
   133.7 - * compliance with the License.
   133.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   133.9   *
  133.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  133.11 - * or http://www.netbeans.org/cddl.txt.
  133.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  133.13   *
  133.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  133.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  133.16 - * If applicable, add the following below the CDDL Header, with the fields
  133.17 - * enclosed by brackets [] replaced by your own identifying information:
  133.18 + * The contents of this file are subject to the terms of either the GNU
  133.19 + * General Public License Version 2 only ("GPL") or the Common
  133.20 + * Development and Distribution License("CDDL") (collectively, the
  133.21 + * "License"). You may not use this file except in compliance with the
  133.22 + * License. You can obtain a copy of the License at
  133.23 + * http://www.netbeans.org/cddl-gplv2.html
  133.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  133.25 + * specific language governing permissions and limitations under the
  133.26 + * License.  When distributing the software, include this License Header
  133.27 + * Notice in each file and include the License file at
  133.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  133.29 + * particular file as subject to the "Classpath" exception as provided
  133.30 + * by Sun in the GPL Version 2 section of the License file that
  133.31 + * accompanied this code. If applicable, add the following below the
  133.32 + * License Header, with the fields enclosed by brackets [] replaced by
  133.33 + * your own identifying information:
  133.34   * "Portions Copyrighted [year] [name of copyright owner]"
  133.35   *
  133.36 + * Contributor(s):
  133.37 + *
  133.38   * The Original Software is NetBeans. The Initial Developer of the Original
  133.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  133.40   * Microsystems, Inc. All Rights Reserved.
  133.41 + *
  133.42 + * If you wish your version of this file to be governed by only the CDDL
  133.43 + * or only the GPL Version 2, indicate your decision by adding
  133.44 + * "[Contributor] elects to include this software in this distribution
  133.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  133.46 + * single choice of license, a recipient has the option to distribute
  133.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  133.48 + * to extend the choice of license to its licensees as provided above.
  133.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  133.50 + * Version 2 license, then the option applies only if the new code is
  133.51 + * made subject to such option by the copyright holder.
  133.52   */
  133.53  package org.myorg.myviewer;
  133.54  
   134.1 --- a/platform/samples/diskexplorer/build.xml	Thu Sep 27 09:06:41 2007 +0000
   134.2 +++ b/platform/samples/diskexplorer/build.xml	Thu Sep 27 09:20:11 2007 +0000
   134.3 @@ -1,21 +1,44 @@
   134.4  <?xml version="1.0" encoding="UTF-8"?>
   134.5  <!--
   134.6 -The contents of this file are subject to the terms of the Common Development
   134.7 -and Distribution License (the License). You may not use this file except in
   134.8 -compliance with the License.
   134.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  134.10  
  134.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  134.12 -or http://www.netbeans.org/cddl.txt.
  134.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  134.14  
  134.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  134.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  134.17 -If applicable, add the following below the CDDL Header, with the fields
  134.18 -enclosed by brackets [] replaced by your own identifying information:
  134.19 +
  134.20 +The contents of this file are subject to the terms of either the GNU
  134.21 +General Public License Version 2 only ("GPL") or the Common
  134.22 +Development and Distribution License("CDDL") (collectively, the
  134.23 +"License"). You may not use this file except in compliance with the
  134.24 +License. You can obtain a copy of the License at
  134.25 +http://www.netbeans.org/cddl-gplv2.html
  134.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  134.27 +specific language governing permissions and limitations under the
  134.28 +License.  When distributing the software, include this License Header
  134.29 +Notice in each file and include the License file at
  134.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  134.31 +particular file as subject to the "Classpath" exception as provided
  134.32 +by Sun in the GPL Version 2 section of the License file that
  134.33 +accompanied this code. If applicable, add the following below the
  134.34 +License Header, with the fields enclosed by brackets [] replaced by
  134.35 +your own identifying information:
  134.36  "Portions Copyrighted [year] [name of copyright owner]"
  134.37  
  134.38 +Contributor(s):
  134.39 +
  134.40  The Original Software is NetBeans. The Initial Developer of the Original
  134.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  134.42  Microsystems, Inc. All Rights Reserved.
  134.43 +
  134.44 +If you wish your version of this file to be governed by only the CDDL
  134.45 +or only the GPL Version 2, indicate your decision by adding
  134.46 +"[Contributor] elects to include this software in this distribution
  134.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  134.48 +single choice of license, a recipient has the option to distribute
  134.49 +your version of this file under either the CDDL, the GPL Version 2 or
  134.50 +to extend the choice of license to its licensees as provided above.
  134.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  134.52 +Version 2 license, then the option applies only if the new code is
  134.53 +made subject to such option by the copyright holder.
  134.54  -->
  134.55  <project basedir="." default="netbeans" name="platform/samples/diskexplorer">
  134.56      <import file="../../../nbbuild/templates/projectized.xml"/>
   135.1 --- a/platform/samples/diskexplorer/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   135.2 +++ b/platform/samples/diskexplorer/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   135.3 @@ -1,16 +1,38 @@
   135.4 -# The contents of this file are subject to the terms of the Common Development
   135.5 -# and Distribution License (the License). You may not use this file except in
   135.6 -# compliance with the License.
   135.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   135.8  #
   135.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  135.10 -# or http://www.netbeans.org/cddl.txt.
  135.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  135.12  #
  135.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  135.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  135.15 -# If applicable, add the following below the CDDL Header, with the fields
  135.16 -# enclosed by brackets [] replaced by your own identifying information:
  135.17 +# The contents of this file are subject to the terms of either the GNU
  135.18 +# General Public License Version 2 only ("GPL") or the Common
  135.19 +# Development and Distribution License("CDDL") (collectively, the
  135.20 +# "License"). You may not use this file except in compliance with the
  135.21 +# License. You can obtain a copy of the License at
  135.22 +# http://www.netbeans.org/cddl-gplv2.html
  135.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  135.24 +# specific language governing permissions and limitations under the
  135.25 +# License.  When distributing the software, include this License Header
  135.26 +# Notice in each file and include the License file at
  135.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  135.28 +# particular file as subject to the "Classpath" exception as provided
  135.29 +# by Sun in the GPL Version 2 section of the License file that
  135.30 +# accompanied this code. If applicable, add the following below the
  135.31 +# License Header, with the fields enclosed by brackets [] replaced by
  135.32 +# your own identifying information:
  135.33  # "Portions Copyrighted [year] [name of copyright owner]"
  135.34  #
  135.35 +# Contributor(s):
  135.36 +#
  135.37  # The Original Software is NetBeans. The Initial Developer of the Original
  135.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  135.39  # Microsystems, Inc. All Rights Reserved.
  135.40 +#
  135.41 +# If you wish your version of this file to be governed by only the CDDL
  135.42 +# or only the GPL Version 2, indicate your decision by adding
  135.43 +# "[Contributor] elects to include this software in this distribution
  135.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  135.45 +# single choice of license, a recipient has the option to distribute
  135.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  135.47 +# to extend the choice of license to its licensees as provided above.
  135.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  135.49 +# Version 2 license, then the option applies only if the new code is
  135.50 +# made subject to such option by the copyright holder.
   136.1 --- a/platform/samples/diskexplorer/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   136.2 +++ b/platform/samples/diskexplorer/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   136.3 @@ -1,21 +1,44 @@
   136.4  <?xml version="1.0" encoding="UTF-8"?>
   136.5  <!--
   136.6 -The contents of this file are subject to the terms of the Common Development
   136.7 -and Distribution License (the License). You may not use this file except in
   136.8 -compliance with the License.
   136.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  136.10  
  136.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  136.12 -or http://www.netbeans.org/cddl.txt.
  136.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  136.14  
  136.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  136.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  136.17 -If applicable, add the following below the CDDL Header, with the fields
  136.18 -enclosed by brackets [] replaced by your own identifying information:
  136.19 +
  136.20 +The contents of this file are subject to the terms of either the GNU
  136.21 +General Public License Version 2 only ("GPL") or the Common
  136.22 +Development and Distribution License("CDDL") (collectively, the
  136.23 +"License"). You may not use this file except in compliance with the
  136.24 +License. You can obtain a copy of the License at
  136.25 +http://www.netbeans.org/cddl-gplv2.html
  136.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  136.27 +specific language governing permissions and limitations under the
  136.28 +License.  When distributing the software, include this License Header
  136.29 +Notice in each file and include the License file at
  136.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  136.31 +particular file as subject to the "Classpath" exception as provided
  136.32 +by Sun in the GPL Version 2 section of the License file that
  136.33 +accompanied this code. If applicable, add the following below the
  136.34 +License Header, with the fields enclosed by brackets [] replaced by
  136.35 +your own identifying information:
  136.36  "Portions Copyrighted [year] [name of copyright owner]"
  136.37  
  136.38 +Contributor(s):
  136.39 +
  136.40  The Original Software is NetBeans. The Initial Developer of the Original
  136.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  136.42  Microsystems, Inc. All Rights Reserved.
  136.43 +
  136.44 +If you wish your version of this file to be governed by only the CDDL
  136.45 +or only the GPL Version 2, indicate your decision by adding
  136.46 +"[Contributor] elects to include this software in this distribution
  136.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  136.48 +single choice of license, a recipient has the option to distribute
  136.49 +your version of this file under either the CDDL, the GPL Version 2 or
  136.50 +to extend the choice of license to its licensees as provided above.
  136.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  136.52 +Version 2 license, then the option applies only if the new code is
  136.53 +made subject to such option by the copyright holder.
  136.54  -->
  136.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  136.56      <type>org.netbeans.modules.apisupport.project</type>
   137.1 --- a/platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/DiskExplorerTopComponent.java	Thu Sep 27 09:06:41 2007 +0000
   137.2 +++ b/platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/DiskExplorerTopComponent.java	Thu Sep 27 09:20:11 2007 +0000
   137.3 @@ -1,20 +1,43 @@
   137.4  /*
   137.5 -The contents of this file are subject to the terms of the Common Development
   137.6 -and Distribution License (the License). You may not use this file except in
   137.7 -compliance with the License.
   137.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   137.9  
  137.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  137.11 -or http://www.netbeans.org/cddl.txt.
  137.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  137.13  
  137.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  137.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  137.16 -If applicable, add the following below the CDDL Header, with the fields
  137.17 -enclosed by brackets [] replaced by your own identifying information:
  137.18 +
  137.19 +The contents of this file are subject to the terms of either the GNU
  137.20 +General Public License Version 2 only ("GPL") or the Common
  137.21 +Development and Distribution License("CDDL") (collectively, the
  137.22 +"License"). You may not use this file except in compliance with the
  137.23 +License. You can obtain a copy of the License at
  137.24 +http://www.netbeans.org/cddl-gplv2.html
  137.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  137.26 +specific language governing permissions and limitations under the
  137.27 +License.  When distributing the software, include this License Header
  137.28 +Notice in each file and include the License file at
  137.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  137.30 +particular file as subject to the "Classpath" exception as provided
  137.31 +by Sun in the GPL Version 2 section of the License file that
  137.32 +accompanied this code. If applicable, add the following below the
  137.33 +License Header, with the fields enclosed by brackets [] replaced by
  137.34 +your own identifying information:
  137.35  "Portions Copyrighted [year] [name of copyright owner]"
  137.36  
  137.37 +Contributor(s):
  137.38 +
  137.39  The Original Software is NetBeans. The Initial Developer of the Original
  137.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  137.41  Microsystems, Inc. All Rights Reserved.
  137.42 +
  137.43 +If you wish your version of this file to be governed by only the CDDL
  137.44 +or only the GPL Version 2, indicate your decision by adding
  137.45 +"[Contributor] elects to include this software in this distribution
  137.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  137.47 +single choice of license, a recipient has the option to distribute
  137.48 +your version of this file under either the CDDL, the GPL Version 2 or
  137.49 +to extend the choice of license to its licensees as provided above.
  137.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  137.51 +Version 2 license, then the option applies only if the new code is
  137.52 +made subject to such option by the copyright holder.
  137.53  */
  137.54  package org.netbeans.modules.diskexplorer;
  137.55  
   138.1 --- a/platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/resources/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   138.2 +++ b/platform/samples/diskexplorer/src/org/netbeans/modules/diskexplorer/resources/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   138.3 @@ -1,21 +1,44 @@
   138.4  <?xml version="1.0" encoding="UTF-8"?>
   138.5  <!--
   138.6 -The contents of this file are subject to the terms of the Common Development
   138.7 -and Distribution License (the License). You may not use this file except in
   138.8 -compliance with the License.
   138.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  138.10  
  138.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  138.12 -or http://www.netbeans.org/cddl.txt.
  138.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  138.14  
  138.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  138.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  138.17 -If applicable, add the following below the CDDL Header, with the fields
  138.18 -enclosed by brackets [] replaced by your own identifying information:
  138.19 +
  138.20 +The contents of this file are subject to the terms of either the GNU
  138.21 +General Public License Version 2 only ("GPL") or the Common
  138.22 +Development and Distribution License("CDDL") (collectively, the
  138.23 +"License"). You may not use this file except in compliance with the
  138.24 +License. You can obtain a copy of the License at
  138.25 +http://www.netbeans.org/cddl-gplv2.html
  138.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  138.27 +specific language governing permissions and limitations under the
  138.28 +License.  When distributing the software, include this License Header
  138.29 +Notice in each file and include the License file at
  138.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  138.31 +particular file as subject to the "Classpath" exception as provided
  138.32 +by Sun in the GPL Version 2 section of the License file that
  138.33 +accompanied this code. If applicable, add the following below the
  138.34 +License Header, with the fields enclosed by brackets [] replaced by
  138.35 +your own identifying information:
  138.36  "Portions Copyrighted [year] [name of copyright owner]"
  138.37  
  138.38 +Contributor(s):
  138.39 +
  138.40  The Original Software is NetBeans. The Initial Developer of the Original
  138.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  138.42  Microsystems, Inc. All Rights Reserved.
  138.43 +
  138.44 +If you wish your version of this file to be governed by only the CDDL
  138.45 +or only the GPL Version 2, indicate your decision by adding
  138.46 +"[Contributor] elects to include this software in this distribution
  138.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  138.48 +single choice of license, a recipient has the option to distribute
  138.49 +your version of this file under either the CDDL, the GPL Version 2 or
  138.50 +to extend the choice of license to its licensees as provided above.
  138.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  138.52 +Version 2 license, then the option applies only if the new code is
  138.53 +made subject to such option by the copyright holder.
  138.54  -->
  138.55  
  138.56  <!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.0//EN' 'http://www.netbeans.org/dtds/filesystem-1_0.dtd'>
   139.1 --- a/platform/samples/editor-action/build.xml	Thu Sep 27 09:06:41 2007 +0000
   139.2 +++ b/platform/samples/editor-action/build.xml	Thu Sep 27 09:20:11 2007 +0000
   139.3 @@ -1,21 +1,44 @@
   139.4  <?xml version="1.0" encoding="UTF-8"?>
   139.5  <!--
   139.6 -The contents of this file are subject to the terms of the Common Development
   139.7 -and Distribution License (the License). You may not use this file except in
   139.8 -compliance with the License.
   139.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  139.10  
  139.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  139.12 -or http://www.netbeans.org/cddl.txt.
  139.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  139.14  
  139.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  139.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  139.17 -If applicable, add the following below the CDDL Header, with the fields
  139.18 -enclosed by brackets [] replaced by your own identifying information:
  139.19 +
  139.20 +The contents of this file are subject to the terms of either the GNU
  139.21 +General Public License Version 2 only ("GPL") or the Common
  139.22 +Development and Distribution License("CDDL") (collectively, the
  139.23 +"License"). You may not use this file except in compliance with the
  139.24 +License. You can obtain a copy of the License at
  139.25 +http://www.netbeans.org/cddl-gplv2.html
  139.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  139.27 +specific language governing permissions and limitations under the
  139.28 +License.  When distributing the software, include this License Header
  139.29 +Notice in each file and include the License file at
  139.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  139.31 +particular file as subject to the "Classpath" exception as provided
  139.32 +by Sun in the GPL Version 2 section of the License file that
  139.33 +accompanied this code. If applicable, add the following below the
  139.34 +License Header, with the fields enclosed by brackets [] replaced by
  139.35 +your own identifying information:
  139.36  "Portions Copyrighted [year] [name of copyright owner]"
  139.37  
  139.38 +Contributor(s):
  139.39 +
  139.40  The Original Software is NetBeans. The Initial Developer of the Original
  139.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  139.42  Microsystems, Inc. All Rights Reserved.
  139.43 +
  139.44 +If you wish your version of this file to be governed by only the CDDL
  139.45 +or only the GPL Version 2, indicate your decision by adding
  139.46 +"[Contributor] elects to include this software in this distribution
  139.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  139.48 +single choice of license, a recipient has the option to distribute
  139.49 +your version of this file under either the CDDL, the GPL Version 2 or
  139.50 +to extend the choice of license to its licensees as provided above.
  139.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  139.52 +Version 2 license, then the option applies only if the new code is
  139.53 +made subject to such option by the copyright holder.
  139.54  -->
  139.55  <project name="developer/samples/editor-action" default="netbeans" basedir=".">
  139.56      <import file="../../../nbbuild/templates/projectized.xml"/>
   140.1 --- a/platform/samples/editor-action/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   140.2 +++ b/platform/samples/editor-action/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   140.3 @@ -1,16 +1,38 @@
   140.4 -# The contents of this file are subject to the terms of the Common Development
   140.5 -# and Distribution License (the License). You may not use this file except in
   140.6 -# compliance with the License.
   140.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   140.8  #
   140.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  140.10 -# or http://www.netbeans.org/cddl.txt.
  140.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  140.12  #
  140.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  140.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  140.15 -# If applicable, add the following below the CDDL Header, with the fields
  140.16 -# enclosed by brackets [] replaced by your own identifying information:
  140.17 +# The contents of this file are subject to the terms of either the GNU
  140.18 +# General Public License Version 2 only ("GPL") or the Common
  140.19 +# Development and Distribution License("CDDL") (collectively, the
  140.20 +# "License"). You may not use this file except in compliance with the
  140.21 +# License. You can obtain a copy of the License at
  140.22 +# http://www.netbeans.org/cddl-gplv2.html
  140.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  140.24 +# specific language governing permissions and limitations under the
  140.25 +# License.  When distributing the software, include this License Header
  140.26 +# Notice in each file and include the License file at
  140.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  140.28 +# particular file as subject to the "Classpath" exception as provided
  140.29 +# by Sun in the GPL Version 2 section of the License file that
  140.30 +# accompanied this code. If applicable, add the following below the
  140.31 +# License Header, with the fields enclosed by brackets [] replaced by
  140.32 +# your own identifying information:
  140.33  # "Portions Copyrighted [year] [name of copyright owner]"
  140.34  #
  140.35 +# Contributor(s):
  140.36 +#
  140.37  # The Original Software is NetBeans. The Initial Developer of the Original
  140.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  140.39  # Microsystems, Inc. All Rights Reserved.
  140.40 +#
  140.41 +# If you wish your version of this file to be governed by only the CDDL
  140.42 +# or only the GPL Version 2, indicate your decision by adding
  140.43 +# "[Contributor] elects to include this software in this distribution
  140.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  140.45 +# single choice of license, a recipient has the option to distribute
  140.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  140.47 +# to extend the choice of license to its licensees as provided above.
  140.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  140.49 +# Version 2 license, then the option applies only if the new code is
  140.50 +# made subject to such option by the copyright holder.
   141.1 --- a/platform/samples/editor-action/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   141.2 +++ b/platform/samples/editor-action/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   141.3 @@ -1,21 +1,44 @@
   141.4  <?xml version="1.0" encoding="UTF-8"?>
   141.5  <!--
   141.6 -The contents of this file are subject to the terms of the Common Development
   141.7 -and Distribution License (the License). You may not use this file except in
   141.8 -compliance with the License.
   141.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  141.10  
  141.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  141.12 -or http://www.netbeans.org/cddl.txt.
  141.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  141.14  
  141.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  141.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  141.17 -If applicable, add the following below the CDDL Header, with the fields
  141.18 -enclosed by brackets [] replaced by your own identifying information:
  141.19 +
  141.20 +The contents of this file are subject to the terms of either the GNU
  141.21 +General Public License Version 2 only ("GPL") or the Common
  141.22 +Development and Distribution License("CDDL") (collectively, the
  141.23 +"License"). You may not use this file except in compliance with the
  141.24 +License. You can obtain a copy of the License at
  141.25 +http://www.netbeans.org/cddl-gplv2.html
  141.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  141.27 +specific language governing permissions and limitations under the
  141.28 +License.  When distributing the software, include this License Header
  141.29 +Notice in each file and include the License file at
  141.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  141.31 +particular file as subject to the "Classpath" exception as provided
  141.32 +by Sun in the GPL Version 2 section of the License file that
  141.33 +accompanied this code. If applicable, add the following below the
  141.34 +License Header, with the fields enclosed by brackets [] replaced by
  141.35 +your own identifying information:
  141.36  "Portions Copyrighted [year] [name of copyright owner]"
  141.37  
  141.38 +Contributor(s):
  141.39 +
  141.40  The Original Software is NetBeans. The Initial Developer of the Original
  141.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  141.42  Microsystems, Inc. All Rights Reserved.
  141.43 +
  141.44 +If you wish your version of this file to be governed by only the CDDL
  141.45 +or only the GPL Version 2, indicate your decision by adding
  141.46 +"[Contributor] elects to include this software in this distribution
  141.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  141.48 +single choice of license, a recipient has the option to distribute
  141.49 +your version of this file under either the CDDL, the GPL Version 2 or
  141.50 +to extend the choice of license to its licensees as provided above.
  141.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  141.52 +Version 2 license, then the option applies only if the new code is
  141.53 +made subject to such option by the copyright holder.
  141.54  -->
  141.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  141.56      <type>org.netbeans.modules.apisupport.project</type>
   142.1 --- a/platform/samples/editor-action/src/org/netbeans/examples/editoraction/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   142.2 +++ b/platform/samples/editor-action/src/org/netbeans/examples/editoraction/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   142.3 @@ -1,18 +1,40 @@
   142.4 -# The contents of this file are subject to the terms of the Common Development
   142.5 -# and Distribution License (the License). You may not use this file except in
   142.6 -# compliance with the License.
   142.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   142.8  #
   142.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  142.10 -# or http://www.netbeans.org/cddl.txt.
  142.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  142.12  #
  142.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  142.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  142.15 -# If applicable, add the following below the CDDL Header, with the fields
  142.16 -# enclosed by brackets [] replaced by your own identifying information:
  142.17 +# The contents of this file are subject to the terms of either the GNU
  142.18 +# General Public License Version 2 only ("GPL") or the Common
  142.19 +# Development and Distribution License("CDDL") (collectively, the
  142.20 +# "License"). You may not use this file except in compliance with the
  142.21 +# License. You can obtain a copy of the License at
  142.22 +# http://www.netbeans.org/cddl-gplv2.html
  142.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  142.24 +# specific language governing permissions and limitations under the
  142.25 +# License.  When distributing the software, include this License Header
  142.26 +# Notice in each file and include the License file at
  142.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  142.28 +# particular file as subject to the "Classpath" exception as provided
  142.29 +# by Sun in the GPL Version 2 section of the License file that
  142.30 +# accompanied this code. If applicable, add the following below the
  142.31 +# License Header, with the fields enclosed by brackets [] replaced by
  142.32 +# your own identifying information:
  142.33  # "Portions Copyrighted [year] [name of copyright owner]"
  142.34  #
  142.35 +# Contributor(s):
  142.36 +#
  142.37  # The Original Software is NetBeans. The Initial Developer of the Original
  142.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  142.39  # Microsystems, Inc. All Rights Reserved.
  142.40 +#
  142.41 +# If you wish your version of this file to be governed by only the CDDL
  142.42 +# or only the GPL Version 2, indicate your decision by adding
  142.43 +# "[Contributor] elects to include this software in this distribution
  142.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  142.45 +# single choice of license, a recipient has the option to distribute
  142.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  142.47 +# to extend the choice of license to its licensees as provided above.
  142.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  142.49 +# Version 2 license, then the option applies only if the new code is
  142.50 +# made subject to such option by the copyright holder.
  142.51  
  142.52  OpenIDE-Module-Name=Editor Action Demo
   143.1 --- a/platform/samples/editor-action/src/org/netbeans/examples/editoraction/ExampleTextAction.java	Thu Sep 27 09:06:41 2007 +0000
   143.2 +++ b/platform/samples/editor-action/src/org/netbeans/examples/editoraction/ExampleTextAction.java	Thu Sep 27 09:20:11 2007 +0000
   143.3 @@ -1,20 +1,42 @@
   143.4  /*
   143.5 - * The contents of this file are subject to the terms of the Common Development
   143.6 - * and Distribution License (the License). You may not use this file except in
   143.7 - * compliance with the License.
   143.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   143.9   *
  143.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  143.11 - * or http://www.netbeans.org/cddl.txt.
  143.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  143.13   *
  143.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  143.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  143.16 - * If applicable, add the following below the CDDL Header, with the fields
  143.17 - * enclosed by brackets [] replaced by your own identifying information:
  143.18 + * The contents of this file are subject to the terms of either the GNU
  143.19 + * General Public License Version 2 only ("GPL") or the Common
  143.20 + * Development and Distribution License("CDDL") (collectively, the
  143.21 + * "License"). You may not use this file except in compliance with the
  143.22 + * License. You can obtain a copy of the License at
  143.23 + * http://www.netbeans.org/cddl-gplv2.html
  143.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  143.25 + * specific language governing permissions and limitations under the
  143.26 + * License.  When distributing the software, include this License Header
  143.27 + * Notice in each file and include the License file at
  143.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  143.29 + * particular file as subject to the "Classpath" exception as provided
  143.30 + * by Sun in the GPL Version 2 section of the License file that
  143.31 + * accompanied this code. If applicable, add the following below the
  143.32 + * License Header, with the fields enclosed by brackets [] replaced by
  143.33 + * your own identifying information:
  143.34   * "Portions Copyrighted [year] [name of copyright owner]"
  143.35   *
  143.36 + * Contributor(s):
  143.37 + *
  143.38   * The Original Software is NetBeans. The Initial Developer of the Original
  143.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  143.40   * Microsystems, Inc. All Rights Reserved.
  143.41 + *
  143.42 + * If you wish your version of this file to be governed by only the CDDL
  143.43 + * or only the GPL Version 2, indicate your decision by adding
  143.44 + * "[Contributor] elects to include this software in this distribution
  143.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  143.46 + * single choice of license, a recipient has the option to distribute
  143.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  143.48 + * to extend the choice of license to its licensees as provided above.
  143.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  143.50 + * Version 2 license, then the option applies only if the new code is
  143.51 + * made subject to such option by the copyright holder.
  143.52   */
  143.53  
  143.54  package org.netbeans.examples.editoraction;
   144.1 --- a/platform/samples/editor-action/src/org/netbeans/examples/editoraction/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   144.2 +++ b/platform/samples/editor-action/src/org/netbeans/examples/editoraction/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   144.3 @@ -1,21 +1,44 @@
   144.4  <?xml version="1.0" encoding="UTF-8"?>
   144.5  <!--
   144.6 -The contents of this file are subject to the terms of the Common Development
   144.7 -and Distribution License (the License). You may not use this file except in
   144.8 -compliance with the License.
   144.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  144.10  
  144.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  144.12 -or http://www.netbeans.org/cddl.txt.
  144.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  144.14  
  144.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  144.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  144.17 -If applicable, add the following below the CDDL Header, with the fields
  144.18 -enclosed by brackets [] replaced by your own identifying information:
  144.19 +
  144.20 +The contents of this file are subject to the terms of either the GNU
  144.21 +General Public License Version 2 only ("GPL") or the Common
  144.22 +Development and Distribution License("CDDL") (collectively, the
  144.23 +"License"). You may not use this file except in compliance with the
  144.24 +License. You can obtain a copy of the License at
  144.25 +http://www.netbeans.org/cddl-gplv2.html
  144.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  144.27 +specific language governing permissions and limitations under the
  144.28 +License.  When distributing the software, include this License Header
  144.29 +Notice in each file and include the License file at
  144.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  144.31 +particular file as subject to the "Classpath" exception as provided
  144.32 +by Sun in the GPL Version 2 section of the License file that
  144.33 +accompanied this code. If applicable, add the following below the
  144.34 +License Header, with the fields enclosed by brackets [] replaced by
  144.35 +your own identifying information:
  144.36  "Portions Copyrighted [year] [name of copyright owner]"
  144.37  
  144.38 +Contributor(s):
  144.39 +
  144.40  The Original Software is NetBeans. The Initial Developer of the Original
  144.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  144.42  Microsystems, Inc. All Rights Reserved.
  144.43 +
  144.44 +If you wish your version of this file to be governed by only the CDDL
  144.45 +or only the GPL Version 2, indicate your decision by adding
  144.46 +"[Contributor] elects to include this software in this distribution
  144.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  144.48 +single choice of license, a recipient has the option to distribute
  144.49 +your version of this file under either the CDDL, the GPL Version 2 or
  144.50 +to extend the choice of license to its licensees as provided above.
  144.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  144.52 +Version 2 license, then the option applies only if the new code is
  144.53 +made subject to such option by the copyright holder.
  144.54  -->
  144.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  144.56  <filesystem>
   145.1 --- a/platform/samples/explorer-servlet/build.xml	Thu Sep 27 09:06:41 2007 +0000
   145.2 +++ b/platform/samples/explorer-servlet/build.xml	Thu Sep 27 09:20:11 2007 +0000
   145.3 @@ -1,21 +1,44 @@
   145.4  <?xml version="1.0" encoding="UTF-8"?>
   145.5  <!--
   145.6 -The contents of this file are subject to the terms of the Common Development
   145.7 -and Distribution License (the License). You may not use this file except in
   145.8 -compliance with the License.
   145.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  145.10  
  145.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  145.12 -or http://www.netbeans.org/cddl.txt.
  145.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  145.14  
  145.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  145.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  145.17 -If applicable, add the following below the CDDL Header, with the fields
  145.18 -enclosed by brackets [] replaced by your own identifying information:
  145.19 +
  145.20 +The contents of this file are subject to the terms of either the GNU
  145.21 +General Public License Version 2 only ("GPL") or the Common
  145.22 +Development and Distribution License("CDDL") (collectively, the
  145.23 +"License"). You may not use this file except in compliance with the
  145.24 +License. You can obtain a copy of the License at
  145.25 +http://www.netbeans.org/cddl-gplv2.html
  145.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  145.27 +specific language governing permissions and limitations under the
  145.28 +License.  When distributing the software, include this License Header
  145.29 +Notice in each file and include the License file at
  145.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  145.31 +particular file as subject to the "Classpath" exception as provided
  145.32 +by Sun in the GPL Version 2 section of the License file that
  145.33 +accompanied this code. If applicable, add the following below the
  145.34 +License Header, with the fields enclosed by brackets [] replaced by
  145.35 +your own identifying information:
  145.36  "Portions Copyrighted [year] [name of copyright owner]"
  145.37  
  145.38 +Contributor(s):
  145.39 +
  145.40  The Original Software is NetBeans. The Initial Developer of the Original
  145.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  145.42  Microsystems, Inc. All Rights Reserved.
  145.43 +
  145.44 +If you wish your version of this file to be governed by only the CDDL
  145.45 +or only the GPL Version 2, indicate your decision by adding
  145.46 +"[Contributor] elects to include this software in this distribution
  145.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  145.48 +single choice of license, a recipient has the option to distribute
  145.49 +your version of this file under either the CDDL, the GPL Version 2 or
  145.50 +to extend the choice of license to its licensees as provided above.
  145.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  145.52 +Version 2 license, then the option applies only if the new code is
  145.53 +made subject to such option by the copyright holder.
  145.54  -->
  145.55  <project name="developer/samples/explorer-servlet" default="netbeans" basedir=".">
  145.56      <import file="../../../nbbuild/templates/projectized.xml"/>
   146.1 --- a/platform/samples/explorer-servlet/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   146.2 +++ b/platform/samples/explorer-servlet/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   146.3 @@ -1,16 +1,38 @@
   146.4 -# The contents of this file are subject to the terms of the Common Development
   146.5 -# and Distribution License (the License). You may not use this file except in
   146.6 -# compliance with the License.
   146.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   146.8  #
   146.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  146.10 -# or http://www.netbeans.org/cddl.txt.
  146.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  146.12  #
  146.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  146.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  146.15 -# If applicable, add the following below the CDDL Header, with the fields
  146.16 -# enclosed by brackets [] replaced by your own identifying information:
  146.17 +# The contents of this file are subject to the terms of either the GNU
  146.18 +# General Public License Version 2 only ("GPL") or the Common
  146.19 +# Development and Distribution License("CDDL") (collectively, the
  146.20 +# "License"). You may not use this file except in compliance with the
  146.21 +# License. You can obtain a copy of the License at
  146.22 +# http://www.netbeans.org/cddl-gplv2.html
  146.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  146.24 +# specific language governing permissions and limitations under the
  146.25 +# License.  When distributing the software, include this License Header
  146.26 +# Notice in each file and include the License file at
  146.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  146.28 +# particular file as subject to the "Classpath" exception as provided
  146.29 +# by Sun in the GPL Version 2 section of the License file that
  146.30 +# accompanied this code. If applicable, add the following below the
  146.31 +# License Header, with the fields enclosed by brackets [] replaced by
  146.32 +# your own identifying information:
  146.33  # "Portions Copyrighted [year] [name of copyright owner]"
  146.34  #
  146.35 +# Contributor(s):
  146.36 +#
  146.37  # The Original Software is NetBeans. The Initial Developer of the Original
  146.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  146.39  # Microsystems, Inc. All Rights Reserved.
  146.40 +#
  146.41 +# If you wish your version of this file to be governed by only the CDDL
  146.42 +# or only the GPL Version 2, indicate your decision by adding
  146.43 +# "[Contributor] elects to include this software in this distribution
  146.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  146.45 +# single choice of license, a recipient has the option to distribute
  146.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  146.47 +# to extend the choice of license to its licensees as provided above.
  146.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  146.49 +# Version 2 license, then the option applies only if the new code is
  146.50 +# made subject to such option by the copyright holder.
   147.1 --- a/platform/samples/explorer-servlet/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   147.2 +++ b/platform/samples/explorer-servlet/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   147.3 @@ -1,21 +1,44 @@
   147.4  <?xml version="1.0" encoding="UTF-8"?>
   147.5  <!--
   147.6 -The contents of this file are subject to the terms of the Common Development
   147.7 -and Distribution License (the License). You may not use this file except in
   147.8 -compliance with the License.
   147.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  147.10  
  147.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  147.12 -or http://www.netbeans.org/cddl.txt.
  147.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  147.14  
  147.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  147.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  147.17 -If applicable, add the following below the CDDL Header, with the fields
  147.18 -enclosed by brackets [] replaced by your own identifying information:
  147.19 +
  147.20 +The contents of this file are subject to the terms of either the GNU
  147.21 +General Public License Version 2 only ("GPL") or the Common
  147.22 +Development and Distribution License("CDDL") (collectively, the
  147.23 +"License"). You may not use this file except in compliance with the
  147.24 +License. You can obtain a copy of the License at
  147.25 +http://www.netbeans.org/cddl-gplv2.html
  147.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  147.27 +specific language governing permissions and limitations under the
  147.28 +License.  When distributing the software, include this License Header
  147.29 +Notice in each file and include the License file at
  147.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  147.31 +particular file as subject to the "Classpath" exception as provided
  147.32 +by Sun in the GPL Version 2 section of the License file that
  147.33 +accompanied this code. If applicable, add the following below the
  147.34 +License Header, with the fields enclosed by brackets [] replaced by
  147.35 +your own identifying information:
  147.36  "Portions Copyrighted [year] [name of copyright owner]"
  147.37  
  147.38 +Contributor(s):
  147.39 +
  147.40  The Original Software is NetBeans. The Initial Developer of the Original
  147.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  147.42  Microsystems, Inc. All Rights Reserved.
  147.43 +
  147.44 +If you wish your version of this file to be governed by only the CDDL
  147.45 +or only the GPL Version 2, indicate your decision by adding
  147.46 +"[Contributor] elects to include this software in this distribution
  147.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  147.48 +single choice of license, a recipient has the option to distribute
  147.49 +your version of this file under either the CDDL, the GPL Version 2 or
  147.50 +to extend the choice of license to its licensees as provided above.
  147.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  147.52 +Version 2 license, then the option applies only if the new code is
  147.53 +made subject to such option by the copyright holder.
  147.54  -->
  147.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  147.56      <type>org.netbeans.modules.apisupport.project</type>
   148.1 --- a/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   148.2 +++ b/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   148.3 @@ -1,19 +1,41 @@
   148.4 -# The contents of this file are subject to the terms of the Common Development
   148.5 -# and Distribution License (the License). You may not use this file except in
   148.6 -# compliance with the License.
   148.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   148.8  #
   148.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  148.10 -# or http://www.netbeans.org/cddl.txt.
  148.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  148.12  #
  148.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  148.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  148.15 -# If applicable, add the following below the CDDL Header, with the fields
  148.16 -# enclosed by brackets [] replaced by your own identifying information:
  148.17 +# The contents of this file are subject to the terms of either the GNU
  148.18 +# General Public License Version 2 only ("GPL") or the Common
  148.19 +# Development and Distribution License("CDDL") (collectively, the
  148.20 +# "License"). You may not use this file except in compliance with the
  148.21 +# License. You can obtain a copy of the License at
  148.22 +# http://www.netbeans.org/cddl-gplv2.html
  148.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  148.24 +# specific language governing permissions and limitations under the
  148.25 +# License.  When distributing the software, include this License Header
  148.26 +# Notice in each file and include the License file at
  148.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  148.28 +# particular file as subject to the "Classpath" exception as provided
  148.29 +# by Sun in the GPL Version 2 section of the License file that
  148.30 +# accompanied this code. If applicable, add the following below the
  148.31 +# License Header, with the fields enclosed by brackets [] replaced by
  148.32 +# your own identifying information:
  148.33  # "Portions Copyrighted [year] [name of copyright owner]"
  148.34  #
  148.35 +# Contributor(s):
  148.36 +#
  148.37  # The Original Software is NetBeans. The Initial Developer of the Original
  148.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  148.39  # Microsystems, Inc. All Rights Reserved.
  148.40 +#
  148.41 +# If you wish your version of this file to be governed by only the CDDL
  148.42 +# or only the GPL Version 2, indicate your decision by adding
  148.43 +# "[Contributor] elects to include this software in this distribution
  148.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  148.45 +# single choice of license, a recipient has the option to distribute
  148.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  148.47 +# to extend the choice of license to its licensees as provided above.
  148.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  148.49 +# Version 2 license, then the option applies only if the new code is
  148.50 +# made subject to such option by the copyright holder.
  148.51  
  148.52  OpenIDE-Module-Name=Explorer Servlet
  148.53  OpenIDE-Module-Display-Category=Web
   149.1 --- a/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ExplorerServlet.java	Thu Sep 27 09:06:41 2007 +0000
   149.2 +++ b/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ExplorerServlet.java	Thu Sep 27 09:20:11 2007 +0000
   149.3 @@ -1,20 +1,42 @@
   149.4  /*
   149.5 - * The contents of this file are subject to the terms of the Common Development
   149.6 - * and Distribution License (the License). You may not use this file except in
   149.7 - * compliance with the License.
   149.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   149.9   *
  149.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  149.11 - * or http://www.netbeans.org/cddl.txt.
  149.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  149.13   *
  149.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  149.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  149.16 - * If applicable, add the following below the CDDL Header, with the fields
  149.17 - * enclosed by brackets [] replaced by your own identifying information:
  149.18 + * The contents of this file are subject to the terms of either the GNU
  149.19 + * General Public License Version 2 only ("GPL") or the Common
  149.20 + * Development and Distribution License("CDDL") (collectively, the
  149.21 + * "License"). You may not use this file except in compliance with the
  149.22 + * License. You can obtain a copy of the License at
  149.23 + * http://www.netbeans.org/cddl-gplv2.html
  149.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  149.25 + * specific language governing permissions and limitations under the
  149.26 + * License.  When distributing the software, include this License Header
  149.27 + * Notice in each file and include the License file at
  149.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  149.29 + * particular file as subject to the "Classpath" exception as provided
  149.30 + * by Sun in the GPL Version 2 section of the License file that
  149.31 + * accompanied this code. If applicable, add the following below the
  149.32 + * License Header, with the fields enclosed by brackets [] replaced by
  149.33 + * your own identifying information:
  149.34   * "Portions Copyrighted [year] [name of copyright owner]"
  149.35   *
  149.36 + * Contributor(s):
  149.37 + *
  149.38   * The Original Software is NetBeans. The Initial Developer of the Original
  149.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  149.40   * Microsystems, Inc. All Rights Reserved.
  149.41 + *
  149.42 + * If you wish your version of this file to be governed by only the CDDL
  149.43 + * or only the GPL Version 2, indicate your decision by adding
  149.44 + * "[Contributor] elects to include this software in this distribution
  149.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  149.46 + * single choice of license, a recipient has the option to distribute
  149.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  149.48 + * to extend the choice of license to its licensees as provided above.
  149.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  149.50 + * Version 2 license, then the option applies only if the new code is
  149.51 + * made subject to such option by the copyright holder.
  149.52   */
  149.53  
  149.54  package org.netbeans.examples.modules.explservlet;
   150.1 --- a/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ShowRootAction.java	Thu Sep 27 09:06:41 2007 +0000
   150.2 +++ b/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/ShowRootAction.java	Thu Sep 27 09:20:11 2007 +0000
   150.3 @@ -1,20 +1,42 @@
   150.4  /*
   150.5 - * The contents of this file are subject to the terms of the Common Development
   150.6 - * and Distribution License (the License). You may not use this file except in
   150.7 - * compliance with the License.
   150.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   150.9   *
  150.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  150.11 - * or http://www.netbeans.org/cddl.txt.
  150.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  150.13   *
  150.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  150.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  150.16 - * If applicable, add the following below the CDDL Header, with the fields
  150.17 - * enclosed by brackets [] replaced by your own identifying information:
  150.18 + * The contents of this file are subject to the terms of either the GNU
  150.19 + * General Public License Version 2 only ("GPL") or the Common
  150.20 + * Development and Distribution License("CDDL") (collectively, the
  150.21 + * "License"). You may not use this file except in compliance with the
  150.22 + * License. You can obtain a copy of the License at
  150.23 + * http://www.netbeans.org/cddl-gplv2.html
  150.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  150.25 + * specific language governing permissions and limitations under the
  150.26 + * License.  When distributing the software, include this License Header
  150.27 + * Notice in each file and include the License file at
  150.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  150.29 + * particular file as subject to the "Classpath" exception as provided
  150.30 + * by Sun in the GPL Version 2 section of the License file that
  150.31 + * accompanied this code. If applicable, add the following below the
  150.32 + * License Header, with the fields enclosed by brackets [] replaced by
  150.33 + * your own identifying information:
  150.34   * "Portions Copyrighted [year] [name of copyright owner]"
  150.35   *
  150.36 + * Contributor(s):
  150.37 + *
  150.38   * The Original Software is NetBeans. The Initial Developer of the Original
  150.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  150.40   * Microsystems, Inc. All Rights Reserved.
  150.41 + *
  150.42 + * If you wish your version of this file to be governed by only the CDDL
  150.43 + * or only the GPL Version 2, indicate your decision by adding
  150.44 + * "[Contributor] elects to include this software in this distribution
  150.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  150.46 + * single choice of license, a recipient has the option to distribute
  150.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  150.48 + * to extend the choice of license to its licensees as provided above.
  150.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  150.50 + * Version 2 license, then the option applies only if the new code is
  150.51 + * made subject to such option by the copyright holder.
  150.52   */
  150.53  
  150.54  package org.netbeans.examples.modules.explservlet;
   151.1 --- a/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   151.2 +++ b/platform/samples/explorer-servlet/src/org/netbeans/examples/modules/explservlet/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   151.3 @@ -1,21 +1,44 @@
   151.4  <?xml version="1.0" encoding="UTF-8"?>
   151.5  <!--
   151.6 -The contents of this file are subject to the terms of the Common Development
   151.7 -and Distribution License (the License). You may not use this file except in
   151.8 -compliance with the License.
   151.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  151.10  
  151.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  151.12 -or http://www.netbeans.org/cddl.txt.
  151.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  151.14  
  151.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  151.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  151.17 -If applicable, add the following below the CDDL Header, with the fields
  151.18 -enclosed by brackets [] replaced by your own identifying information:
  151.19 +
  151.20 +The contents of this file are subject to the terms of either the GNU
  151.21 +General Public License Version 2 only ("GPL") or the Common
  151.22 +Development and Distribution License("CDDL") (collectively, the
  151.23 +"License"). You may not use this file except in compliance with the
  151.24 +License. You can obtain a copy of the License at
  151.25 +http://www.netbeans.org/cddl-gplv2.html
  151.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  151.27 +specific language governing permissions and limitations under the
  151.28 +License.  When distributing the software, include this License Header
  151.29 +Notice in each file and include the License file at
  151.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  151.31 +particular file as subject to the "Classpath" exception as provided
  151.32 +by Sun in the GPL Version 2 section of the License file that
  151.33 +accompanied this code. If applicable, add the following below the
  151.34 +License Header, with the fields enclosed by brackets [] replaced by
  151.35 +your own identifying information:
  151.36  "Portions Copyrighted [year] [name of copyright owner]"
  151.37  
  151.38 +Contributor(s):
  151.39 +
  151.40  The Original Software is NetBeans. The Initial Developer of the Original
  151.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  151.42  Microsystems, Inc. All Rights Reserved.
  151.43 +
  151.44 +If you wish your version of this file to be governed by only the CDDL
  151.45 +or only the GPL Version 2, indicate your decision by adding
  151.46 +"[Contributor] elects to include this software in this distribution
  151.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  151.48 +single choice of license, a recipient has the option to distribute
  151.49 +your version of this file under either the CDDL, the GPL Version 2 or
  151.50 +to extend the choice of license to its licensees as provided above.
  151.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  151.52 +Version 2 license, then the option applies only if the new code is
  151.53 +made subject to such option by the copyright holder.
  151.54  -->
  151.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  151.56  <filesystem>
   152.1 --- a/platform/samples/meta-inf-services-registration/src/org/netbeans/examples/clock/ClockStatusLineElement.java	Thu Sep 27 09:06:41 2007 +0000
   152.2 +++ b/platform/samples/meta-inf-services-registration/src/org/netbeans/examples/clock/ClockStatusLineElement.java	Thu Sep 27 09:20:11 2007 +0000
   152.3 @@ -1,20 +1,42 @@
   152.4  /*
   152.5 - * The contents of this file are subject to the terms of the Common Development
   152.6 - * and Distribution License (the License). You may not use this file except in
   152.7 - * compliance with the License.
   152.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   152.9   *
  152.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  152.11 - * or http://www.netbeans.org/cddl.txt.
  152.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  152.13   *
  152.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  152.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  152.16 - * If applicable, add the following below the CDDL Header, with the fields
  152.17 - * enclosed by brackets [] replaced by your own identifying information:
  152.18 + * The contents of this file are subject to the terms of either the GNU
  152.19 + * General Public License Version 2 only ("GPL") or the Common
  152.20 + * Development and Distribution License("CDDL") (collectively, the
  152.21 + * "License"). You may not use this file except in compliance with the
  152.22 + * License. You can obtain a copy of the License at
  152.23 + * http://www.netbeans.org/cddl-gplv2.html
  152.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  152.25 + * specific language governing permissions and limitations under the
  152.26 + * License.  When distributing the software, include this License Header
  152.27 + * Notice in each file and include the License file at
  152.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  152.29 + * particular file as subject to the "Classpath" exception as provided
  152.30 + * by Sun in the GPL Version 2 section of the License file that
  152.31 + * accompanied this code. If applicable, add the following below the
  152.32 + * License Header, with the fields enclosed by brackets [] replaced by
  152.33 + * your own identifying information:
  152.34   * "Portions Copyrighted [year] [name of copyright owner]"
  152.35   *
  152.36 + * Contributor(s):
  152.37 + *
  152.38   * The Original Software is NetBeans. The Initial Developer of the Original
  152.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  152.40   * Microsystems, Inc. All Rights Reserved.
  152.41 + *
  152.42 + * If you wish your version of this file to be governed by only the CDDL
  152.43 + * or only the GPL Version 2, indicate your decision by adding
  152.44 + * "[Contributor] elects to include this software in this distribution
  152.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  152.46 + * single choice of license, a recipient has the option to distribute
  152.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  152.48 + * to extend the choice of license to its licensees as provided above.
  152.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  152.50 + * Version 2 license, then the option applies only if the new code is
  152.51 + * made subject to such option by the copyright holder.
  152.52   */
  152.53  package org.netbeans.examples.clock;
  152.54  
   153.1 --- a/platform/samples/minicomposer/build.xml	Thu Sep 27 09:06:41 2007 +0000
   153.2 +++ b/platform/samples/minicomposer/build.xml	Thu Sep 27 09:20:11 2007 +0000
   153.3 @@ -1,21 +1,44 @@
   153.4  <?xml version="1.0" encoding="UTF-8"?>
   153.5  <!--
   153.6 -The contents of this file are subject to the terms of the Common Development
   153.7 -and Distribution License (the License). You may not use this file except in
   153.8 -compliance with the License.
   153.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  153.10  
  153.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  153.12 -or http://www.netbeans.org/cddl.txt.
  153.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  153.14  
  153.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  153.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  153.17 -If applicable, add the following below the CDDL Header, with the fields
  153.18 -enclosed by brackets [] replaced by your own identifying information:
  153.19 +
  153.20 +The contents of this file are subject to the terms of either the GNU
  153.21 +General Public License Version 2 only ("GPL") or the Common
  153.22 +Development and Distribution License("CDDL") (collectively, the
  153.23 +"License"). You may not use this file except in compliance with the
  153.24 +License. You can obtain a copy of the License at
  153.25 +http://www.netbeans.org/cddl-gplv2.html
  153.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  153.27 +specific language governing permissions and limitations under the
  153.28 +License.  When distributing the software, include this License Header
  153.29 +Notice in each file and include the License file at
  153.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  153.31 +particular file as subject to the "Classpath" exception as provided
  153.32 +by Sun in the GPL Version 2 section of the License file that
  153.33 +accompanied this code. If applicable, add the following below the
  153.34 +License Header, with the fields enclosed by brackets [] replaced by
  153.35 +your own identifying information:
  153.36  "Portions Copyrighted [year] [name of copyright owner]"
  153.37  
  153.38 +Contributor(s):
  153.39 +
  153.40  The Original Software is NetBeans. The Initial Developer of the Original
  153.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  153.42  Microsystems, Inc. All Rights Reserved.
  153.43 +
  153.44 +If you wish your version of this file to be governed by only the CDDL
  153.45 +or only the GPL Version 2, indicate your decision by adding
  153.46 +"[Contributor] elects to include this software in this distribution
  153.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  153.48 +single choice of license, a recipient has the option to distribute
  153.49 +your version of this file under either the CDDL, the GPL Version 2 or
  153.50 +to extend the choice of license to its licensees as provided above.
  153.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  153.52 +Version 2 license, then the option applies only if the new code is
  153.53 +made subject to such option by the copyright holder.
  153.54  -->
  153.55  <project basedir="." default="netbeans" name="developer/samples/minicomposer">
  153.56      <import file="../../../nbbuild/templates/projectized.xml"/>
   154.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/contents.xml	Thu Sep 27 09:06:41 2007 +0000
   154.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/contents.xml	Thu Sep 27 09:20:11 2007 +0000
   154.3 @@ -1,21 +1,44 @@
   154.4  <?xml version="1.0" encoding="UTF-8"?>
   154.5  <!--
   154.6 -The contents of this file are subject to the terms of the Common Development
   154.7 -and Distribution License (the License). You may not use this file except in
   154.8 -compliance with the License.
   154.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  154.10  
  154.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  154.12 -or http://www.netbeans.org/cddl.txt.
  154.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  154.14  
  154.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  154.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  154.17 -If applicable, add the following below the CDDL Header, with the fields
  154.18 -enclosed by brackets [] replaced by your own identifying information:
  154.19 +
  154.20 +The contents of this file are subject to the terms of either the GNU
  154.21 +General Public License Version 2 only ("GPL") or the Common
  154.22 +Development and Distribution License("CDDL") (collectively, the
  154.23 +"License"). You may not use this file except in compliance with the
  154.24 +License. You can obtain a copy of the License at
  154.25 +http://www.netbeans.org/cddl-gplv2.html
  154.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  154.27 +specific language governing permissions and limitations under the
  154.28 +License.  When distributing the software, include this License Header
  154.29 +Notice in each file and include the License file at
  154.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  154.31 +particular file as subject to the "Classpath" exception as provided
  154.32 +by Sun in the GPL Version 2 section of the License file that
  154.33 +accompanied this code. If applicable, add the following below the
  154.34 +License Header, with the fields enclosed by brackets [] replaced by
  154.35 +your own identifying information:
  154.36  "Portions Copyrighted [year] [name of copyright owner]"
  154.37  
  154.38 +Contributor(s):
  154.39 +
  154.40  The Original Software is NetBeans. The Initial Developer of the Original
  154.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  154.42  Microsystems, Inc. All Rights Reserved.
  154.43 +
  154.44 +If you wish your version of this file to be governed by only the CDDL
  154.45 +or only the GPL Version 2, indicate your decision by adding
  154.46 +"[Contributor] elects to include this software in this distribution
  154.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  154.48 +single choice of license, a recipient has the option to distribute
  154.49 +your version of this file under either the CDDL, the GPL Version 2 or
  154.50 +to extend the choice of license to its licensees as provided above.
  154.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  154.52 +Version 2 license, then the option applies only if the new code is
  154.53 +made subject to such option by the copyright holder.
  154.54  -->
  154.55  <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" "http://java.sun.com/products/javahelp/toc_2_0.dtd">
  154.56  <toc version="2.0">
   155.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/explorer.html	Thu Sep 27 09:06:41 2007 +0000
   155.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/explorer.html	Thu Sep 27 09:20:11 2007 +0000
   155.3 @@ -1,20 +1,43 @@
   155.4  <!--
   155.5 -The contents of this file are subject to the terms of the Common Development
   155.6 -and Distribution License (the License). You may not use this file except in
   155.7 -compliance with the License.
   155.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   155.9  
  155.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  155.11 -or http://www.netbeans.org/cddl.txt.
  155.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  155.13  
  155.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  155.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  155.16 -If applicable, add the following below the CDDL Header, with the fields
  155.17 -enclosed by brackets [] replaced by your own identifying information:
  155.18 +
  155.19 +The contents of this file are subject to the terms of either the GNU
  155.20 +General Public License Version 2 only ("GPL") or the Common
  155.21 +Development and Distribution License("CDDL") (collectively, the
  155.22 +"License"). You may not use this file except in compliance with the
  155.23 +License. You can obtain a copy of the License at
  155.24 +http://www.netbeans.org/cddl-gplv2.html
  155.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  155.26 +specific language governing permissions and limitations under the
  155.27 +License.  When distributing the software, include this License Header
  155.28 +Notice in each file and include the License file at
  155.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  155.30 +particular file as subject to the "Classpath" exception as provided
  155.31 +by Sun in the GPL Version 2 section of the License file that
  155.32 +accompanied this code. If applicable, add the following below the
  155.33 +License Header, with the fields enclosed by brackets [] replaced by
  155.34 +your own identifying information:
  155.35  "Portions Copyrighted [year] [name of copyright owner]"
  155.36  
  155.37 +Contributor(s):
  155.38 +
  155.39  The Original Software is NetBeans. The Initial Developer of the Original
  155.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  155.41  Microsystems, Inc. All Rights Reserved.
  155.42 +
  155.43 +If you wish your version of this file to be governed by only the CDDL
  155.44 +or only the GPL Version 2, indicate your decision by adding
  155.45 +"[Contributor] elects to include this software in this distribution
  155.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  155.47 +single choice of license, a recipient has the option to distribute
  155.48 +your version of this file under either the CDDL, the GPL Version 2 or
  155.49 +to extend the choice of license to its licensees as provided above.
  155.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  155.51 +Version 2 license, then the option applies only if the new code is
  155.52 +made subject to such option by the copyright holder.
  155.53  -->
  155.54  <HTML><HEAD>
  155.55  <TITLE>Mini-Composer - Using the Explorer</TITLE>
   156.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/helpset.xml	Thu Sep 27 09:06:41 2007 +0000
   156.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/helpset.xml	Thu Sep 27 09:20:11 2007 +0000
   156.3 @@ -1,21 +1,44 @@
   156.4  <?xml version="1.0" encoding="UTF-8"?>
   156.5  <!--
   156.6 -The contents of this file are subject to the terms of the Common Development
   156.7 -and Distribution License (the License). You may not use this file except in
   156.8 -compliance with the License.
   156.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  156.10  
  156.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  156.12 -or http://www.netbeans.org/cddl.txt.
  156.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  156.14  
  156.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  156.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  156.17 -If applicable, add the following below the CDDL Header, with the fields
  156.18 -enclosed by brackets [] replaced by your own identifying information:
  156.19 +
  156.20 +The contents of this file are subject to the terms of either the GNU
  156.21 +General Public License Version 2 only ("GPL") or the Common
  156.22 +Development and Distribution License("CDDL") (collectively, the
  156.23 +"License"). You may not use this file except in compliance with the
  156.24 +License. You can obtain a copy of the License at
  156.25 +http://www.netbeans.org/cddl-gplv2.html
  156.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  156.27 +specific language governing permissions and limitations under the
  156.28 +License.  When distributing the software, include this License Header
  156.29 +Notice in each file and include the License file at
  156.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  156.31 +particular file as subject to the "Classpath" exception as provided
  156.32 +by Sun in the GPL Version 2 section of the License file that
  156.33 +accompanied this code. If applicable, add the following below the
  156.34 +License Header, with the fields enclosed by brackets [] replaced by
  156.35 +your own identifying information:
  156.36  "Portions Copyrighted [year] [name of copyright owner]"
  156.37  
  156.38 +Contributor(s):
  156.39 +
  156.40  The Original Software is NetBeans. The Initial Developer of the Original
  156.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  156.42  Microsystems, Inc. All Rights Reserved.
  156.43 +
  156.44 +If you wish your version of this file to be governed by only the CDDL
  156.45 +or only the GPL Version 2, indicate your decision by adding
  156.46 +"[Contributor] elects to include this software in this distribution
  156.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  156.48 +single choice of license, a recipient has the option to distribute
  156.49 +your version of this file under either the CDDL, the GPL Version 2 or
  156.50 +to extend the choice of license to its licensees as provided above.
  156.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  156.52 +Version 2 license, then the option applies only if the new code is
  156.53 +made subject to such option by the copyright holder.
  156.54  -->
  156.55  <!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
  156.56  <helpset version="2.0">
   157.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/main.html	Thu Sep 27 09:06:41 2007 +0000
   157.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/main.html	Thu Sep 27 09:20:11 2007 +0000
   157.3 @@ -1,20 +1,43 @@
   157.4  <!--
   157.5 -The contents of this file are subject to the terms of the Common Development
   157.6 -and Distribution License (the License). You may not use this file except in
   157.7 -compliance with the License.
   157.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   157.9  
  157.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  157.11 -or http://www.netbeans.org/cddl.txt.
  157.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  157.13  
  157.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  157.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  157.16 -If applicable, add the following below the CDDL Header, with the fields
  157.17 -enclosed by brackets [] replaced by your own identifying information:
  157.18 +
  157.19 +The contents of this file are subject to the terms of either the GNU
  157.20 +General Public License Version 2 only ("GPL") or the Common
  157.21 +Development and Distribution License("CDDL") (collectively, the
  157.22 +"License"). You may not use this file except in compliance with the
  157.23 +License. You can obtain a copy of the License at
  157.24 +http://www.netbeans.org/cddl-gplv2.html
  157.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  157.26 +specific language governing permissions and limitations under the
  157.27 +License.  When distributing the software, include this License Header
  157.28 +Notice in each file and include the License file at
  157.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  157.30 +particular file as subject to the "Classpath" exception as provided
  157.31 +by Sun in the GPL Version 2 section of the License file that
  157.32 +accompanied this code. If applicable, add the following below the
  157.33 +License Header, with the fields enclosed by brackets [] replaced by
  157.34 +your own identifying information:
  157.35  "Portions Copyrighted [year] [name of copyright owner]"
  157.36  
  157.37 +Contributor(s):
  157.38 +
  157.39  The Original Software is NetBeans. The Initial Developer of the Original
  157.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  157.41  Microsystems, Inc. All Rights Reserved.
  157.42 +
  157.43 +If you wish your version of this file to be governed by only the CDDL
  157.44 +or only the GPL Version 2, indicate your decision by adding
  157.45 +"[Contributor] elects to include this software in this distribution
  157.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  157.47 +single choice of license, a recipient has the option to distribute
  157.48 +your version of this file under either the CDDL, the GPL Version 2 or
  157.49 +to extend the choice of license to its licensees as provided above.
  157.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  157.51 +Version 2 license, then the option applies only if the new code is
  157.52 +made subject to such option by the copyright holder.
  157.53  -->
  157.54  <HTML><HEAD>
  157.55  <TITLE>Mini-Composer - Introduction</TITLE>
   158.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/map.xml	Thu Sep 27 09:06:41 2007 +0000
   158.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/map.xml	Thu Sep 27 09:20:11 2007 +0000
   158.3 @@ -1,21 +1,44 @@
   158.4  <?xml version="1.0" encoding="UTF-8"?>
   158.5  <!--
   158.6 -The contents of this file are subject to the terms of the Common Development
   158.7 -and Distribution License (the License). You may not use this file except in
   158.8 -compliance with the License.
   158.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  158.10  
  158.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  158.12 -or http://www.netbeans.org/cddl.txt.
  158.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  158.14  
  158.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  158.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  158.17 -If applicable, add the following below the CDDL Header, with the fields
  158.18 -enclosed by brackets [] replaced by your own identifying information:
  158.19 +
  158.20 +The contents of this file are subject to the terms of either the GNU
  158.21 +General Public License Version 2 only ("GPL") or the Common
  158.22 +Development and Distribution License("CDDL") (collectively, the
  158.23 +"License"). You may not use this file except in compliance with the
  158.24 +License. You can obtain a copy of the License at
  158.25 +http://www.netbeans.org/cddl-gplv2.html
  158.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  158.27 +specific language governing permissions and limitations under the
  158.28 +License.  When distributing the software, include this License Header
  158.29 +Notice in each file and include the License file at
  158.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  158.31 +particular file as subject to the "Classpath" exception as provided
  158.32 +by Sun in the GPL Version 2 section of the License file that
  158.33 +accompanied this code. If applicable, add the following below the
  158.34 +License Header, with the fields enclosed by brackets [] replaced by
  158.35 +your own identifying information:
  158.36  "Portions Copyrighted [year] [name of copyright owner]"
  158.37  
  158.38 +Contributor(s):
  158.39 +
  158.40  The Original Software is NetBeans. The Initial Developer of the Original
  158.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  158.42  Microsystems, Inc. All Rights Reserved.
  158.43 +
  158.44 +If you wish your version of this file to be governed by only the CDDL
  158.45 +or only the GPL Version 2, indicate your decision by adding
  158.46 +"[Contributor] elects to include this software in this distribution
  158.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  158.48 +single choice of license, a recipient has the option to distribute
  158.49 +your version of this file under either the CDDL, the GPL Version 2 or
  158.50 +to extend the choice of license to its licensees as provided above.
  158.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  158.52 +Version 2 license, then the option applies only if the new code is
  158.53 +made subject to such option by the copyright holder.
  158.54  -->
  158.55  <!DOCTYPE map PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Map Version 2.0//EN" "http://java.sun.com/products/javahelp/map_2_0.dtd">
  158.56  <map version="2.0">
   159.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/playing.html	Thu Sep 27 09:06:41 2007 +0000
   159.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/playing.html	Thu Sep 27 09:20:11 2007 +0000
   159.3 @@ -1,20 +1,43 @@
   159.4  <!--
   159.5 -The contents of this file are subject to the terms of the Common Development
   159.6 -and Distribution License (the License). You may not use this file except in
   159.7 -compliance with the License.
   159.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   159.9  
  159.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  159.11 -or http://www.netbeans.org/cddl.txt.
  159.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  159.13  
  159.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  159.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  159.16 -If applicable, add the following below the CDDL Header, with the fields
  159.17 -enclosed by brackets [] replaced by your own identifying information:
  159.18 +
  159.19 +The contents of this file are subject to the terms of either the GNU
  159.20 +General Public License Version 2 only ("GPL") or the Common
  159.21 +Development and Distribution License("CDDL") (collectively, the
  159.22 +"License"). You may not use this file except in compliance with the
  159.23 +License. You can obtain a copy of the License at
  159.24 +http://www.netbeans.org/cddl-gplv2.html
  159.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  159.26 +specific language governing permissions and limitations under the
  159.27 +License.  When distributing the software, include this License Header
  159.28 +Notice in each file and include the License file at
  159.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  159.30 +particular file as subject to the "Classpath" exception as provided
  159.31 +by Sun in the GPL Version 2 section of the License file that
  159.32 +accompanied this code. If applicable, add the following below the
  159.33 +License Header, with the fields enclosed by brackets [] replaced by
  159.34 +your own identifying information:
  159.35  "Portions Copyrighted [year] [name of copyright owner]"
  159.36  
  159.37 +Contributor(s):
  159.38 +
  159.39  The Original Software is NetBeans. The Initial Developer of the Original
  159.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  159.41  Microsystems, Inc. All Rights Reserved.
  159.42 +
  159.43 +If you wish your version of this file to be governed by only the CDDL
  159.44 +or only the GPL Version 2, indicate your decision by adding
  159.45 +"[Contributor] elects to include this software in this distribution
  159.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  159.47 +single choice of license, a recipient has the option to distribute
  159.48 +your version of this file under either the CDDL, the GPL Version 2 or
  159.49 +to extend the choice of license to its licensees as provided above.
  159.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  159.51 +Version 2 license, then the option applies only if the new code is
  159.52 +made subject to such option by the copyright holder.
  159.53  -->
  159.54  <HTML><HEAD>
  159.55  <TITLE>Mini-Composer - Playing Scores</TITLE>
   160.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/settings.html	Thu Sep 27 09:06:41 2007 +0000
   160.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/settings.html	Thu Sep 27 09:20:11 2007 +0000
   160.3 @@ -1,20 +1,43 @@
   160.4  <!--
   160.5 -The contents of this file are subject to the terms of the Common Development
   160.6 -and Distribution License (the License). You may not use this file except in
   160.7 -compliance with the License.
   160.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   160.9  
  160.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  160.11 -or http://www.netbeans.org/cddl.txt.
  160.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  160.13  
  160.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  160.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  160.16 -If applicable, add the following below the CDDL Header, with the fields
  160.17 -enclosed by brackets [] replaced by your own identifying information:
  160.18 +
  160.19 +The contents of this file are subject to the terms of either the GNU
  160.20 +General Public License Version 2 only ("GPL") or the Common
  160.21 +Development and Distribution License("CDDL") (collectively, the
  160.22 +"License"). You may not use this file except in compliance with the
  160.23 +License. You can obtain a copy of the License at
  160.24 +http://www.netbeans.org/cddl-gplv2.html
  160.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  160.26 +specific language governing permissions and limitations under the
  160.27 +License.  When distributing the software, include this License Header
  160.28 +Notice in each file and include the License file at
  160.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  160.30 +particular file as subject to the "Classpath" exception as provided
  160.31 +by Sun in the GPL Version 2 section of the License file that
  160.32 +accompanied this code. If applicable, add the following below the
  160.33 +License Header, with the fields enclosed by brackets [] replaced by
  160.34 +your own identifying information:
  160.35  "Portions Copyrighted [year] [name of copyright owner]"
  160.36  
  160.37 +Contributor(s):
  160.38 +
  160.39  The Original Software is NetBeans. The Initial Developer of the Original
  160.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  160.41  Microsystems, Inc. All Rights Reserved.
  160.42 +
  160.43 +If you wish your version of this file to be governed by only the CDDL
  160.44 +or only the GPL Version 2, indicate your decision by adding
  160.45 +"[Contributor] elects to include this software in this distribution
  160.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  160.47 +single choice of license, a recipient has the option to distribute
  160.48 +your version of this file under either the CDDL, the GPL Version 2 or
  160.49 +to extend the choice of license to its licensees as provided above.
  160.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  160.51 +Version 2 license, then the option applies only if the new code is
  160.52 +made subject to such option by the copyright holder.
  160.53  -->
  160.54  <HTML><HEAD>
  160.55  <TITLE>Mini-Composer - Customizations</TITLE>
   161.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/textual.html	Thu Sep 27 09:06:41 2007 +0000
   161.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/textual.html	Thu Sep 27 09:20:11 2007 +0000
   161.3 @@ -1,20 +1,43 @@
   161.4  <!--
   161.5 -The contents of this file are subject to the terms of the Common Development
   161.6 -and Distribution License (the License). You may not use this file except in
   161.7 -compliance with the License.
   161.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   161.9  
  161.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  161.11 -or http://www.netbeans.org/cddl.txt.
  161.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  161.13  
  161.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  161.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  161.16 -If applicable, add the following below the CDDL Header, with the fields
  161.17 -enclosed by brackets [] replaced by your own identifying information:
  161.18 +
  161.19 +The contents of this file are subject to the terms of either the GNU
  161.20 +General Public License Version 2 only ("GPL") or the Common
  161.21 +Development and Distribution License("CDDL") (collectively, the
  161.22 +"License"). You may not use this file except in compliance with the
  161.23 +License. You can obtain a copy of the License at
  161.24 +http://www.netbeans.org/cddl-gplv2.html
  161.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  161.26 +specific language governing permissions and limitations under the
  161.27 +License.  When distributing the software, include this License Header
  161.28 +Notice in each file and include the License file at
  161.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  161.30 +particular file as subject to the "Classpath" exception as provided
  161.31 +by Sun in the GPL Version 2 section of the License file that
  161.32 +accompanied this code. If applicable, add the following below the
  161.33 +License Header, with the fields enclosed by brackets [] replaced by
  161.34 +your own identifying information:
  161.35  "Portions Copyrighted [year] [name of copyright owner]"
  161.36  
  161.37 +Contributor(s):
  161.38 +
  161.39  The Original Software is NetBeans. The Initial Developer of the Original
  161.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  161.41  Microsystems, Inc. All Rights Reserved.
  161.42 +
  161.43 +If you wish your version of this file to be governed by only the CDDL
  161.44 +or only the GPL Version 2, indicate your decision by adding
  161.45 +"[Contributor] elects to include this software in this distribution
  161.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  161.47 +single choice of license, a recipient has the option to distribute
  161.48 +your version of this file under either the CDDL, the GPL Version 2 or
  161.49 +to extend the choice of license to its licensees as provided above.
  161.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  161.51 +Version 2 license, then the option applies only if the new code is
  161.52 +made subject to such option by the copyright holder.
  161.53  -->
  161.54  <HTML><HEAD>
  161.55  <TITLE>Mini-Composer - Textual Composition</TITLE>
   162.1 --- a/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/visual.html	Thu Sep 27 09:06:41 2007 +0000
   162.2 +++ b/platform/samples/minicomposer/javahelp/org/netbeans/examples/modules/minicomposer/docs/visual.html	Thu Sep 27 09:20:11 2007 +0000
   162.3 @@ -1,20 +1,43 @@
   162.4  <!--
   162.5 -The contents of this file are subject to the terms of the Common Development
   162.6 -and Distribution License (the License). You may not use this file except in
   162.7 -compliance with the License.
   162.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   162.9  
  162.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  162.11 -or http://www.netbeans.org/cddl.txt.
  162.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  162.13  
  162.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  162.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  162.16 -If applicable, add the following below the CDDL Header, with the fields
  162.17 -enclosed by brackets [] replaced by your own identifying information:
  162.18 +
  162.19 +The contents of this file are subject to the terms of either the GNU
  162.20 +General Public License Version 2 only ("GPL") or the Common
  162.21 +Development and Distribution License("CDDL") (collectively, the
  162.22 +"License"). You may not use this file except in compliance with the
  162.23 +License. You can obtain a copy of the License at
  162.24 +http://www.netbeans.org/cddl-gplv2.html
  162.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  162.26 +specific language governing permissions and limitations under the
  162.27 +License.  When distributing the software, include this License Header
  162.28 +Notice in each file and include the License file at
  162.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  162.30 +particular file as subject to the "Classpath" exception as provided
  162.31 +by Sun in the GPL Version 2 section of the License file that
  162.32 +accompanied this code. If applicable, add the following below the
  162.33 +License Header, with the fields enclosed by brackets [] replaced by
  162.34 +your own identifying information:
  162.35  "Portions Copyrighted [year] [name of copyright owner]"
  162.36  
  162.37 +Contributor(s):
  162.38 +
  162.39  The Original Software is NetBeans. The Initial Developer of the Original
  162.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  162.41  Microsystems, Inc. All Rights Reserved.
  162.42 +
  162.43 +If you wish your version of this file to be governed by only the CDDL
  162.44 +or only the GPL Version 2, indicate your decision by adding
  162.45 +"[Contributor] elects to include this software in this distribution
  162.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  162.47 +single choice of license, a recipient has the option to distribute
  162.48 +your version of this file under either the CDDL, the GPL Version 2 or
  162.49 +to extend the choice of license to its licensees as provided above.
  162.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  162.51 +Version 2 license, then the option applies only if the new code is
  162.52 +made subject to such option by the copyright holder.
  162.53  -->
  162.54  <HTML><HEAD>
  162.55  <TITLE>Mini-Composer - Visual Composition</TITLE>
   163.1 --- a/platform/samples/minicomposer/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   163.2 +++ b/platform/samples/minicomposer/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   163.3 @@ -1,16 +1,38 @@
   163.4 -# The contents of this file are subject to the terms of the Common Development
   163.5 -# and Distribution License (the License). You may not use this file except in
   163.6 -# compliance with the License.
   163.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   163.8  #
   163.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  163.10 -# or http://www.netbeans.org/cddl.txt.
  163.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  163.12  #
  163.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  163.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  163.15 -# If applicable, add the following below the CDDL Header, with the fields
  163.16 -# enclosed by brackets [] replaced by your own identifying information:
  163.17 +# The contents of this file are subject to the terms of either the GNU
  163.18 +# General Public License Version 2 only ("GPL") or the Common
  163.19 +# Development and Distribution License("CDDL") (collectively, the
  163.20 +# "License"). You may not use this file except in compliance with the
  163.21 +# License. You can obtain a copy of the License at
  163.22 +# http://www.netbeans.org/cddl-gplv2.html
  163.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  163.24 +# specific language governing permissions and limitations under the
  163.25 +# License.  When distributing the software, include this License Header
  163.26 +# Notice in each file and include the License file at
  163.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  163.28 +# particular file as subject to the "Classpath" exception as provided
  163.29 +# by Sun in the GPL Version 2 section of the License file that
  163.30 +# accompanied this code. If applicable, add the following below the
  163.31 +# License Header, with the fields enclosed by brackets [] replaced by
  163.32 +# your own identifying information:
  163.33  # "Portions Copyrighted [year] [name of copyright owner]"
  163.34  #
  163.35 +# Contributor(s):
  163.36 +#
  163.37  # The Original Software is NetBeans. The Initial Developer of the Original
  163.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  163.39  # Microsystems, Inc. All Rights Reserved.
  163.40 +#
  163.41 +# If you wish your version of this file to be governed by only the CDDL
  163.42 +# or only the GPL Version 2, indicate your decision by adding
  163.43 +# "[Contributor] elects to include this software in this distribution
  163.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  163.45 +# single choice of license, a recipient has the option to distribute
  163.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  163.47 +# to extend the choice of license to its licensees as provided above.
  163.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  163.49 +# Version 2 license, then the option applies only if the new code is
  163.50 +# made subject to such option by the copyright holder.
   164.1 --- a/platform/samples/minicomposer/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   164.2 +++ b/platform/samples/minicomposer/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   164.3 @@ -1,21 +1,44 @@
   164.4  <?xml version="1.0" encoding="UTF-8"?>
   164.5  <!--
   164.6 -The contents of this file are subject to the terms of the Common Development
   164.7 -and Distribution License (the License). You may not use this file except in
   164.8 -compliance with the License.
   164.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  164.10  
  164.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  164.12 -or http://www.netbeans.org/cddl.txt.
  164.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  164.14  
  164.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  164.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  164.17 -If applicable, add the following below the CDDL Header, with the fields
  164.18 -enclosed by brackets [] replaced by your own identifying information:
  164.19 +
  164.20 +The contents of this file are subject to the terms of either the GNU
  164.21 +General Public License Version 2 only ("GPL") or the Common
  164.22 +Development and Distribution License("CDDL") (collectively, the
  164.23 +"License"). You may not use this file except in compliance with the
  164.24 +License. You can obtain a copy of the License at
  164.25 +http://www.netbeans.org/cddl-gplv2.html
  164.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  164.27 +specific language governing permissions and limitations under the
  164.28 +License.  When distributing the software, include this License Header
  164.29 +Notice in each file and include the License file at
  164.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  164.31 +particular file as subject to the "Classpath" exception as provided
  164.32 +by Sun in the GPL Version 2 section of the License file that
  164.33 +accompanied this code. If applicable, add the following below the
  164.34 +License Header, with the fields enclosed by brackets [] replaced by
  164.35 +your own identifying information:
  164.36  "Portions Copyrighted [year] [name of copyright owner]"
  164.37  
  164.38 +Contributor(s):
  164.39 +
  164.40  The Original Software is NetBeans. The Initial Developer of the Original
  164.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  164.42  Microsystems, Inc. All Rights Reserved.
  164.43 +
  164.44 +If you wish your version of this file to be governed by only the CDDL
  164.45 +or only the GPL Version 2, indicate your decision by adding
  164.46 +"[Contributor] elects to include this software in this distribution
  164.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  164.48 +single choice of license, a recipient has the option to distribute
  164.49 +your version of this file under either the CDDL, the GPL Version 2 or
  164.50 +to extend the choice of license to its licensees as provided above.
  164.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  164.52 +Version 2 license, then the option applies only if the new code is
  164.53 +made subject to such option by the copyright holder.
  164.54  -->
  164.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  164.56      <type>org.netbeans.modules.apisupport.project</type>
   165.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   165.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   165.3 @@ -1,19 +1,41 @@
   165.4 -# The contents of this file are subject to the terms of the Common Development
   165.5 -# and Distribution License (the License). You may not use this file except in
   165.6 -# compliance with the License.
   165.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   165.8  #
   165.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  165.10 -# or http://www.netbeans.org/cddl.txt.
  165.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  165.12  #
  165.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  165.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  165.15 -# If applicable, add the following below the CDDL Header, with the fields
  165.16 -# enclosed by brackets [] replaced by your own identifying information:
  165.17 +# The contents of this file are subject to the terms of either the GNU
  165.18 +# General Public License Version 2 only ("GPL") or the Common
  165.19 +# Development and Distribution License("CDDL") (collectively, the
  165.20 +# "License"). You may not use this file except in compliance with the
  165.21 +# License. You can obtain a copy of the License at
  165.22 +# http://www.netbeans.org/cddl-gplv2.html
  165.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  165.24 +# specific language governing permissions and limitations under the
  165.25 +# License.  When distributing the software, include this License Header
  165.26 +# Notice in each file and include the License file at
  165.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  165.28 +# particular file as subject to the "Classpath" exception as provided
  165.29 +# by Sun in the GPL Version 2 section of the License file that
  165.30 +# accompanied this code. If applicable, add the following below the
  165.31 +# License Header, with the fields enclosed by brackets [] replaced by
  165.32 +# your own identifying information:
  165.33  # "Portions Copyrighted [year] [name of copyright owner]"
  165.34  #
  165.35 +# Contributor(s):
  165.36 +#
  165.37  # The Original Software is NetBeans. The Initial Developer of the Original
  165.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  165.39  # Microsystems, Inc. All Rights Reserved.
  165.40 +#
  165.41 +# If you wish your version of this file to be governed by only the CDDL
  165.42 +# or only the GPL Version 2, indicate your decision by adding
  165.43 +# "[Contributor] elects to include this software in this distribution
  165.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  165.45 +# single choice of license, a recipient has the option to distribute
  165.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  165.47 +# to extend the choice of license to its licensees as provided above.
  165.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  165.49 +# Version 2 license, then the option applies only if the new code is
  165.50 +# made subject to such option by the copyright holder.
  165.51  
  165.52  # ScoreDataLoader
  165.53  LBL_loaderName=Mini-Composer Scores
   166.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ClipLengthProperty.java	Thu Sep 27 09:06:41 2007 +0000
   166.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ClipLengthProperty.java	Thu Sep 27 09:20:11 2007 +0000
   166.3 @@ -1,20 +1,42 @@
   166.4  /*
   166.5 - * The contents of this file are subject to the terms of the Common Development
   166.6 - * and Distribution License (the License). You may not use this file except in
   166.7 - * compliance with the License.
   166.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   166.9   *
  166.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  166.11 - * or http://www.netbeans.org/cddl.txt.
  166.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  166.13   *
  166.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  166.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  166.16 - * If applicable, add the following below the CDDL Header, with the fields
  166.17 - * enclosed by brackets [] replaced by your own identifying information:
  166.18 + * The contents of this file are subject to the terms of either the GNU
  166.19 + * General Public License Version 2 only ("GPL") or the Common
  166.20 + * Development and Distribution License("CDDL") (collectively, the
  166.21 + * "License"). You may not use this file except in compliance with the
  166.22 + * License. You can obtain a copy of the License at
  166.23 + * http://www.netbeans.org/cddl-gplv2.html
  166.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  166.25 + * specific language governing permissions and limitations under the
  166.26 + * License.  When distributing the software, include this License Header
  166.27 + * Notice in each file and include the License file at
  166.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  166.29 + * particular file as subject to the "Classpath" exception as provided
  166.30 + * by Sun in the GPL Version 2 section of the License file that
  166.31 + * accompanied this code. If applicable, add the following below the
  166.32 + * License Header, with the fields enclosed by brackets [] replaced by
  166.33 + * your own identifying information:
  166.34   * "Portions Copyrighted [year] [name of copyright owner]"
  166.35   *
  166.36 + * Contributor(s):
  166.37 + *
  166.38   * The Original Software is NetBeans. The Initial Developer of the Original
  166.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  166.40   * Microsystems, Inc. All Rights Reserved.
  166.41 + *
  166.42 + * If you wish your version of this file to be governed by only the CDDL
  166.43 + * or only the GPL Version 2, indicate your decision by adding
  166.44 + * "[Contributor] elects to include this software in this distribution
  166.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  166.46 + * single choice of license, a recipient has the option to distribute
  166.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  166.48 + * to extend the choice of license to its licensees as provided above.
  166.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  166.50 + * Version 2 license, then the option applies only if the new code is
  166.51 + * made subject to such option by the copyright holder.
  166.52   */
  166.53  
  166.54  package org.netbeans.examples.modules.minicomposer;
   167.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ComposerSettings.java	Thu Sep 27 09:06:41 2007 +0000
   167.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ComposerSettings.java	Thu Sep 27 09:20:11 2007 +0000
   167.3 @@ -1,20 +1,42 @@
   167.4  /*
   167.5 - * The contents of this file are subject to the terms of the Common Development
   167.6 - * and Distribution License (the License). You may not use this file except in
   167.7 - * compliance with the License.
   167.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   167.9   *
  167.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  167.11 - * or http://www.netbeans.org/cddl.txt.
  167.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  167.13   *
  167.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  167.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  167.16 - * If applicable, add the following below the CDDL Header, with the fields
  167.17 - * enclosed by brackets [] replaced by your own identifying information:
  167.18 + * The contents of this file are subject to the terms of either the GNU
  167.19 + * General Public License Version 2 only ("GPL") or the Common
  167.20 + * Development and Distribution License("CDDL") (collectively, the
  167.21 + * "License"). You may not use this file except in compliance with the
  167.22 + * License. You can obtain a copy of the License at
  167.23 + * http://www.netbeans.org/cddl-gplv2.html
  167.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  167.25 + * specific language governing permissions and limitations under the
  167.26 + * License.  When distributing the software, include this License Header
  167.27 + * Notice in each file and include the License file at
  167.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  167.29 + * particular file as subject to the "Classpath" exception as provided
  167.30 + * by Sun in the GPL Version 2 section of the License file that
  167.31 + * accompanied this code. If applicable, add the following below the
  167.32 + * License Header, with the fields enclosed by brackets [] replaced by
  167.33 + * your own identifying information:
  167.34   * "Portions Copyrighted [year] [name of copyright owner]"
  167.35   *
  167.36 + * Contributor(s):
  167.37 + *
  167.38   * The Original Software is NetBeans. The Initial Developer of the Original
  167.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  167.40   * Microsystems, Inc. All Rights Reserved.
  167.41 + *
  167.42 + * If you wish your version of this file to be governed by only the CDDL
  167.43 + * or only the GPL Version 2, indicate your decision by adding
  167.44 + * "[Contributor] elects to include this software in this distribution
  167.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  167.46 + * single choice of license, a recipient has the option to distribute
  167.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  167.48 + * to extend the choice of license to its licensees as provided above.
  167.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  167.50 + * Version 2 license, then the option applies only if the new code is
  167.51 + * made subject to such option by the copyright holder.
  167.52   */
  167.53  
  167.54  package org.netbeans.examples.modules.minicomposer;
   168.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayer.java	Thu Sep 27 09:06:41 2007 +0000
   168.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayer.java	Thu Sep 27 09:20:11 2007 +0000
   168.3 @@ -1,20 +1,42 @@
   168.4  /*
   168.5 - * The contents of this file are subject to the terms of the Common Development
   168.6 - * and Distribution License (the License). You may not use this file except in
   168.7 - * compliance with the License.
   168.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   168.9   *
  168.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  168.11 - * or http://www.netbeans.org/cddl.txt.
  168.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  168.13   *
  168.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  168.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  168.16 - * If applicable, add the following below the CDDL Header, with the fields
  168.17 - * enclosed by brackets [] replaced by your own identifying information:
  168.18 + * The contents of this file are subject to the terms of either the GNU
  168.19 + * General Public License Version 2 only ("GPL") or the Common
  168.20 + * Development and Distribution License("CDDL") (collectively, the
  168.21 + * "License"). You may not use this file except in compliance with the
  168.22 + * License. You can obtain a copy of the License at
  168.23 + * http://www.netbeans.org/cddl-gplv2.html
  168.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  168.25 + * specific language governing permissions and limitations under the
  168.26 + * License.  When distributing the software, include this License Header
  168.27 + * Notice in each file and include the License file at
  168.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  168.29 + * particular file as subject to the "Classpath" exception as provided
  168.30 + * by Sun in the GPL Version 2 section of the License file that
  168.31 + * accompanied this code. If applicable, add the following below the
  168.32 + * License Header, with the fields enclosed by brackets [] replaced by
  168.33 + * your own identifying information:
  168.34   * "Portions Copyrighted [year] [name of copyright owner]"
  168.35   *
  168.36 + * Contributor(s):
  168.37 + *
  168.38   * The Original Software is NetBeans. The Initial Developer of the Original
  168.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  168.40   * Microsystems, Inc. All Rights Reserved.
  168.41 + *
  168.42 + * If you wish your version of this file to be governed by only the CDDL
  168.43 + * or only the GPL Version 2, indicate your decision by adding
  168.44 + * "[Contributor] elects to include this software in this distribution
  168.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  168.46 + * single choice of license, a recipient has the option to distribute
  168.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  168.48 + * to extend the choice of license to its licensees as provided above.
  168.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  168.50 + * Version 2 license, then the option applies only if the new code is
  168.51 + * made subject to such option by the copyright holder.
  168.52   */
  168.53  
  168.54  package org.netbeans.examples.modules.minicomposer;
   169.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerConvertor.java	Thu Sep 27 09:06:41 2007 +0000
   169.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerConvertor.java	Thu Sep 27 09:20:11 2007 +0000
   169.3 @@ -1,20 +1,42 @@
   169.4  /*
   169.5 - * The contents of this file are subject to the terms of the Common Development
   169.6 - * and Distribution License (the License). You may not use this file except in
   169.7 - * compliance with the License.
   169.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   169.9   *
  169.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  169.11 - * or http://www.netbeans.org/cddl.txt.
  169.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  169.13   *
  169.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  169.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  169.16 - * If applicable, add the following below the CDDL Header, with the fields
  169.17 - * enclosed by brackets [] replaced by your own identifying information:
  169.18 + * The contents of this file are subject to the terms of either the GNU
  169.19 + * General Public License Version 2 only ("GPL") or the Common
  169.20 + * Development and Distribution License("CDDL") (collectively, the
  169.21 + * "License"). You may not use this file except in compliance with the
  169.22 + * License. You can obtain a copy of the License at
  169.23 + * http://www.netbeans.org/cddl-gplv2.html
  169.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  169.25 + * specific language governing permissions and limitations under the
  169.26 + * License.  When distributing the software, include this License Header
  169.27 + * Notice in each file and include the License file at
  169.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  169.29 + * particular file as subject to the "Classpath" exception as provided
  169.30 + * by Sun in the GPL Version 2 section of the License file that
  169.31 + * accompanied this code. If applicable, add the following below the
  169.32 + * License Header, with the fields enclosed by brackets [] replaced by
  169.33 + * your own identifying information:
  169.34   * "Portions Copyrighted [year] [name of copyright owner]"
  169.35   *
  169.36 + * Contributor(s):
  169.37 + *
  169.38   * The Original Software is NetBeans. The Initial Developer of the Original
  169.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  169.40   * Microsystems, Inc. All Rights Reserved.
  169.41 + *
  169.42 + * If you wish your version of this file to be governed by only the CDDL
  169.43 + * or only the GPL Version 2, indicate your decision by adding
  169.44 + * "[Contributor] elects to include this software in this distribution
  169.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  169.46 + * single choice of license, a recipient has the option to distribute
  169.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  169.48 + * to extend the choice of license to its licensees as provided above.
  169.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  169.50 + * Version 2 license, then the option applies only if the new code is
  169.51 + * made subject to such option by the copyright holder.
  169.52   */
  169.53  
  169.54  package org.netbeans.examples.modules.minicomposer;
   170.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerLook.java	Thu Sep 27 09:06:41 2007 +0000
   170.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ExternalPlayerLook.java	Thu Sep 27 09:20:11 2007 +0000
   170.3 @@ -1,20 +1,42 @@
   170.4  /*
   170.5 - * The contents of this file are subject to the terms of the Common Development
   170.6 - * and Distribution License (the License). You may not use this file except in
   170.7 - * compliance with the License.
   170.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   170.9   *
  170.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  170.11 - * or http://www.netbeans.org/cddl.txt.
  170.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  170.13   *
  170.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  170.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  170.16 - * If applicable, add the following below the CDDL Header, with the fields
  170.17 - * enclosed by brackets [] replaced by your own identifying information:
  170.18 + * The contents of this file are subject to the terms of either the GNU
  170.19 + * General Public License Version 2 only ("GPL") or the Common
  170.20 + * Development and Distribution License("CDDL") (collectively, the
  170.21 + * "License"). You may not use this file except in compliance with the
  170.22 + * License. You can obtain a copy of the License at
  170.23 + * http://www.netbeans.org/cddl-gplv2.html
  170.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  170.25 + * specific language governing permissions and limitations under the
  170.26 + * License.  When distributing the software, include this License Header
  170.27 + * Notice in each file and include the License file at
  170.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  170.29 + * particular file as subject to the "Classpath" exception as provided
  170.30 + * by Sun in the GPL Version 2 section of the License file that
  170.31 + * accompanied this code. If applicable, add the following below the
  170.32 + * License Header, with the fields enclosed by brackets [] replaced by
  170.33 + * your own identifying information:
  170.34   * "Portions Copyrighted [year] [name of copyright owner]"
  170.35   *
  170.36 + * Contributor(s):
  170.37 + *
  170.38   * The Original Software is NetBeans. The Initial Developer of the Original
  170.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  170.40   * Microsystems, Inc. All Rights Reserved.
  170.41 + *
  170.42 + * If you wish your version of this file to be governed by only the CDDL
  170.43 + * or only the GPL Version 2, indicate your decision by adding
  170.44 + * "[Contributor] elects to include this software in this distribution
  170.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  170.46 + * single choice of license, a recipient has the option to distribute
  170.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  170.48 + * to extend the choice of license to its licensees as provided above.
  170.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  170.50 + * Version 2 license, then the option applies only if the new code is
  170.51 + * made subject to such option by the copyright holder.
  170.52   */
  170.53  
  170.54  package org.netbeans.examples.modules.minicomposer;
   171.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayer.java	Thu Sep 27 09:06:41 2007 +0000
   171.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayer.java	Thu Sep 27 09:20:11 2007 +0000
   171.3 @@ -1,20 +1,42 @@
   171.4  /*
   171.5 - * The contents of this file are subject to the terms of the Common Development
   171.6 - * and Distribution License (the License). You may not use this file except in
   171.7 - * compliance with the License.
   171.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   171.9   *
  171.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  171.11 - * or http://www.netbeans.org/cddl.txt.
  171.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  171.13   *
  171.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  171.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  171.16 - * If applicable, add the following below the CDDL Header, with the fields
  171.17 - * enclosed by brackets [] replaced by your own identifying information:
  171.18 + * The contents of this file are subject to the terms of either the GNU
  171.19 + * General Public License Version 2 only ("GPL") or the Common
  171.20 + * Development and Distribution License("CDDL") (collectively, the
  171.21 + * "License"). You may not use this file except in compliance with the
  171.22 + * License. You can obtain a copy of the License at
  171.23 + * http://www.netbeans.org/cddl-gplv2.html
  171.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  171.25 + * specific language governing permissions and limitations under the
  171.26 + * License.  When distributing the software, include this License Header
  171.27 + * Notice in each file and include the License file at
  171.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  171.29 + * particular file as subject to the "Classpath" exception as provided
  171.30 + * by Sun in the GPL Version 2 section of the License file that
  171.31 + * accompanied this code. If applicable, add the following below the
  171.32 + * License Header, with the fields enclosed by brackets [] replaced by
  171.33 + * your own identifying information:
  171.34   * "Portions Copyrighted [year] [name of copyright owner]"
  171.35   *
  171.36 + * Contributor(s):
  171.37 + *
  171.38   * The Original Software is NetBeans. The Initial Developer of the Original
  171.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  171.40   * Microsystems, Inc. All Rights Reserved.
  171.41 + *
  171.42 + * If you wish your version of this file to be governed by only the CDDL
  171.43 + * or only the GPL Version 2, indicate your decision by adding
  171.44 + * "[Contributor] elects to include this software in this distribution
  171.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  171.46 + * single choice of license, a recipient has the option to distribute
  171.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  171.48 + * to extend the choice of license to its licensees as provided above.
  171.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  171.50 + * Version 2 license, then the option applies only if the new code is
  171.51 + * made subject to such option by the copyright holder.
  171.52   */
  171.53  
  171.54  package org.netbeans.examples.modules.minicomposer;
   172.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerConvertor.java	Thu Sep 27 09:06:41 2007 +0000
   172.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerConvertor.java	Thu Sep 27 09:20:11 2007 +0000
   172.3 @@ -1,20 +1,42 @@
   172.4  /*
   172.5 - * The contents of this file are subject to the terms of the Common Development
   172.6 - * and Distribution License (the License). You may not use this file except in
   172.7 - * compliance with the License.
   172.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   172.9   *
  172.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  172.11 - * or http://www.netbeans.org/cddl.txt.
  172.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  172.13   *
  172.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  172.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  172.16 - * If applicable, add the following below the CDDL Header, with the fields
  172.17 - * enclosed by brackets [] replaced by your own identifying information:
  172.18 + * The contents of this file are subject to the terms of either the GNU
  172.19 + * General Public License Version 2 only ("GPL") or the Common
  172.20 + * Development and Distribution License("CDDL") (collectively, the
  172.21 + * "License"). You may not use this file except in compliance with the
  172.22 + * License. You can obtain a copy of the License at
  172.23 + * http://www.netbeans.org/cddl-gplv2.html
  172.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  172.25 + * specific language governing permissions and limitations under the
  172.26 + * License.  When distributing the software, include this License Header
  172.27 + * Notice in each file and include the License file at
  172.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  172.29 + * particular file as subject to the "Classpath" exception as provided
  172.30 + * by Sun in the GPL Version 2 section of the License file that
  172.31 + * accompanied this code. If applicable, add the following below the
  172.32 + * License Header, with the fields enclosed by brackets [] replaced by
  172.33 + * your own identifying information:
  172.34   * "Portions Copyrighted [year] [name of copyright owner]"
  172.35   *
  172.36 + * Contributor(s):
  172.37 + *
  172.38   * The Original Software is NetBeans. The Initial Developer of the Original
  172.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  172.40   * Microsystems, Inc. All Rights Reserved.
  172.41 + *
  172.42 + * If you wish your version of this file to be governed by only the CDDL
  172.43 + * or only the GPL Version 2, indicate your decision by adding
  172.44 + * "[Contributor] elects to include this software in this distribution
  172.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  172.46 + * single choice of license, a recipient has the option to distribute
  172.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  172.48 + * to extend the choice of license to its licensees as provided above.
  172.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  172.50 + * Version 2 license, then the option applies only if the new code is
  172.51 + * made subject to such option by the copyright holder.
  172.52   */
  172.53  
  172.54  package org.netbeans.examples.modules.minicomposer;
   173.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerLook.java	Thu Sep 27 09:06:41 2007 +0000
   173.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/InternalPlayerLook.java	Thu Sep 27 09:20:11 2007 +0000
   173.3 @@ -1,20 +1,42 @@
   173.4  /*
   173.5 - * The contents of this file are subject to the terms of the Common Development
   173.6 - * and Distribution License (the License). You may not use this file except in
   173.7 - * compliance with the License.
   173.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   173.9   *
  173.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  173.11 - * or http://www.netbeans.org/cddl.txt.
  173.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  173.13   *
  173.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  173.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  173.16 - * If applicable, add the following below the CDDL Header, with the fields
  173.17 - * enclosed by brackets [] replaced by your own identifying information:
  173.18 + * The contents of this file are subject to the terms of either the GNU
  173.19 + * General Public License Version 2 only ("GPL") or the Common
  173.20 + * Development and Distribution License("CDDL") (collectively, the
  173.21 + * "License"). You may not use this file except in compliance with the
  173.22 + * License. You can obtain a copy of the License at
  173.23 + * http://www.netbeans.org/cddl-gplv2.html
  173.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  173.25 + * specific language governing permissions and limitations under the
  173.26 + * License.  When distributing the software, include this License Header
  173.27 + * Notice in each file and include the License file at
  173.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  173.29 + * particular file as subject to the "Classpath" exception as provided
  173.30 + * by Sun in the GPL Version 2 section of the License file that
  173.31 + * accompanied this code. If applicable, add the following below the
  173.32 + * License Header, with the fields enclosed by brackets [] replaced by
  173.33 + * your own identifying information:
  173.34   * "Portions Copyrighted [year] [name of copyright owner]"
  173.35   *
  173.36 + * Contributor(s):
  173.37 + *
  173.38   * The Original Software is NetBeans. The Initial Developer of the Original
  173.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  173.40   * Microsystems, Inc. All Rights Reserved.
  173.41 + *
  173.42 + * If you wish your version of this file to be governed by only the CDDL
  173.43 + * or only the GPL Version 2, indicate your decision by adding
  173.44 + * "[Contributor] elects to include this software in this distribution
  173.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  173.46 + * single choice of license, a recipient has the option to distribute
  173.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  173.48 + * to extend the choice of license to its licensees as provided above.
  173.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  173.50 + * Version 2 license, then the option applies only if the new code is
  173.51 + * made subject to such option by the copyright holder.
  173.52   */
  173.53  
  173.54  package org.netbeans.examples.modules.minicomposer;
   174.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/LineInFromScore.java	Thu Sep 27 09:06:41 2007 +0000
   174.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/LineInFromScore.java	Thu Sep 27 09:20:11 2007 +0000
   174.3 @@ -1,20 +1,42 @@
   174.4  /*
   174.5 - * The contents of this file are subject to the terms of the Common Development
   174.6 - * and Distribution License (the License). You may not use this file except in
   174.7 - * compliance with the License.
   174.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   174.9   *
  174.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  174.11 - * or http://www.netbeans.org/cddl.txt.
  174.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  174.13   *
  174.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  174.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  174.16 - * If applicable, add the following below the CDDL Header, with the fields
  174.17 - * enclosed by brackets [] replaced by your own identifying information:
  174.18 + * The contents of this file are subject to the terms of either the GNU
  174.19 + * General Public License Version 2 only ("GPL") or the Common
  174.20 + * Development and Distribution License("CDDL") (collectively, the
  174.21 + * "License"). You may not use this file except in compliance with the
  174.22 + * License. You can obtain a copy of the License at
  174.23 + * http://www.netbeans.org/cddl-gplv2.html
  174.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  174.25 + * specific language governing permissions and limitations under the
  174.26 + * License.  When distributing the software, include this License Header
  174.27 + * Notice in each file and include the License file at
  174.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  174.29 + * particular file as subject to the "Classpath" exception as provided
  174.30 + * by Sun in the GPL Version 2 section of the License file that
  174.31 + * accompanied this code. If applicable, add the following below the
  174.32 + * License Header, with the fields enclosed by brackets [] replaced by
  174.33 + * your own identifying information:
  174.34   * "Portions Copyrighted [year] [name of copyright owner]"
  174.35   *
  174.36 + * Contributor(s):
  174.37 + *
  174.38   * The Original Software is NetBeans. The Initial Developer of the Original
  174.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  174.40   * Microsystems, Inc. All Rights Reserved.
  174.41 + *
  174.42 + * If you wish your version of this file to be governed by only the CDDL
  174.43 + * or only the GPL Version 2, indicate your decision by adding
  174.44 + * "[Contributor] elects to include this software in this distribution
  174.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  174.46 + * single choice of license, a recipient has the option to distribute
  174.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  174.48 + * to extend the choice of license to its licensees as provided above.
  174.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  174.50 + * Version 2 license, then the option applies only if the new code is
  174.51 + * made subject to such option by the copyright holder.
  174.52   */
  174.53  
  174.54  package org.netbeans.examples.modules.minicomposer;
   175.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteNode.java	Thu Sep 27 09:06:41 2007 +0000
   175.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteNode.java	Thu Sep 27 09:20:11 2007 +0000
   175.3 @@ -1,20 +1,42 @@
   175.4  /*
   175.5 - * The contents of this file are subject to the terms of the Common Development
   175.6 - * and Distribution License (the License). You may not use this file except in
   175.7 - * compliance with the License.
   175.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   175.9   *
  175.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  175.11 - * or http://www.netbeans.org/cddl.txt.
  175.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  175.13   *
  175.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  175.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  175.16 - * If applicable, add the following below the CDDL Header, with the fields
  175.17 - * enclosed by brackets [] replaced by your own identifying information:
  175.18 + * The contents of this file are subject to the terms of either the GNU
  175.19 + * General Public License Version 2 only ("GPL") or the Common
  175.20 + * Development and Distribution License("CDDL") (collectively, the
  175.21 + * "License"). You may not use this file except in compliance with the
  175.22 + * License. You can obtain a copy of the License at
  175.23 + * http://www.netbeans.org/cddl-gplv2.html
  175.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  175.25 + * specific language governing permissions and limitations under the
  175.26 + * License.  When distributing the software, include this License Header
  175.27 + * Notice in each file and include the License file at
  175.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  175.29 + * particular file as subject to the "Classpath" exception as provided
  175.30 + * by Sun in the GPL Version 2 section of the License file that
  175.31 + * accompanied this code. If applicable, add the following below the
  175.32 + * License Header, with the fields enclosed by brackets [] replaced by
  175.33 + * your own identifying information:
  175.34   * "Portions Copyrighted [year] [name of copyright owner]"
  175.35   *
  175.36 + * Contributor(s):
  175.37 + *
  175.38   * The Original Software is NetBeans. The Initial Developer of the Original
  175.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  175.40   * Microsystems, Inc. All Rights Reserved.
  175.41 + *
  175.42 + * If you wish your version of this file to be governed by only the CDDL
  175.43 + * or only the GPL Version 2, indicate your decision by adding
  175.44 + * "[Contributor] elects to include this software in this distribution
  175.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  175.46 + * single choice of license, a recipient has the option to distribute
  175.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  175.48 + * to extend the choice of license to its licensees as provided above.
  175.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  175.50 + * Version 2 license, then the option applies only if the new code is
  175.51 + * made subject to such option by the copyright holder.
  175.52   */
  175.53  
  175.54  package org.netbeans.examples.modules.minicomposer;
   176.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteProperty.java	Thu Sep 27 09:06:41 2007 +0000
   176.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteProperty.java	Thu Sep 27 09:20:11 2007 +0000
   176.3 @@ -1,20 +1,42 @@
   176.4  /*
   176.5 - * The contents of this file are subject to the terms of the Common Development
   176.6 - * and Distribution License (the License). You may not use this file except in
   176.7 - * compliance with the License.
   176.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   176.9   *
  176.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  176.11 - * or http://www.netbeans.org/cddl.txt.
  176.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  176.13   *
  176.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  176.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  176.16 - * If applicable, add the following below the CDDL Header, with the fields
  176.17 - * enclosed by brackets [] replaced by your own identifying information:
  176.18 + * The contents of this file are subject to the terms of either the GNU
  176.19 + * General Public License Version 2 only ("GPL") or the Common
  176.20 + * Development and Distribution License("CDDL") (collectively, the
  176.21 + * "License"). You may not use this file except in compliance with the
  176.22 + * License. You can obtain a copy of the License at
  176.23 + * http://www.netbeans.org/cddl-gplv2.html
  176.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  176.25 + * specific language governing permissions and limitations under the
  176.26 + * License.  When distributing the software, include this License Header
  176.27 + * Notice in each file and include the License file at
  176.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  176.29 + * particular file as subject to the "Classpath" exception as provided
  176.30 + * by Sun in the GPL Version 2 section of the License file that
  176.31 + * accompanied this code. If applicable, add the following below the
  176.32 + * License Header, with the fields enclosed by brackets [] replaced by
  176.33 + * your own identifying information:
  176.34   * "Portions Copyrighted [year] [name of copyright owner]"
  176.35   *
  176.36 + * Contributor(s):
  176.37 + *
  176.38   * The Original Software is NetBeans. The Initial Developer of the Original
  176.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  176.40   * Microsystems, Inc. All Rights Reserved.
  176.41 + *
  176.42 + * If you wish your version of this file to be governed by only the CDDL
  176.43 + * or only the GPL Version 2, indicate your decision by adding
  176.44 + * "[Contributor] elects to include this software in this distribution
  176.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  176.46 + * single choice of license, a recipient has the option to distribute
  176.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  176.48 + * to extend the choice of license to its licensees as provided above.
  176.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  176.50 + * Version 2 license, then the option applies only if the new code is
  176.51 + * made subject to such option by the copyright holder.
  176.52   */
  176.53  
  176.54  package org.netbeans.examples.modules.minicomposer;
   177.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteTransfer.java	Thu Sep 27 09:06:41 2007 +0000
   177.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/NoteTransfer.java	Thu Sep 27 09:20:11 2007 +0000
   177.3 @@ -1,20 +1,42 @@
   177.4  /*
   177.5 - * The contents of this file are subject to the terms of the Common Development
   177.6 - * and Distribution License (the License). You may not use this file except in
   177.7 - * compliance with the License.
   177.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   177.9   *
  177.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  177.11 - * or http://www.netbeans.org/cddl.txt.
  177.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  177.13   *
  177.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  177.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  177.16 - * If applicable, add the following below the CDDL Header, with the fields
  177.17 - * enclosed by brackets [] replaced by your own identifying information:
  177.18 + * The contents of this file are subject to the terms of either the GNU
  177.19 + * General Public License Version 2 only ("GPL") or the Common
  177.20 + * Development and Distribution License("CDDL") (collectively, the
  177.21 + * "License"). You may not use this file except in compliance with the
  177.22 + * License. You can obtain a copy of the License at
  177.23 + * http://www.netbeans.org/cddl-gplv2.html
  177.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  177.25 + * specific language governing permissions and limitations under the
  177.26 + * License.  When distributing the software, include this License Header
  177.27 + * Notice in each file and include the License file at
  177.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  177.29 + * particular file as subject to the "Classpath" exception as provided
  177.30 + * by Sun in the GPL Version 2 section of the License file that
  177.31 + * accompanied this code. If applicable, add the following below the
  177.32 + * License Header, with the fields enclosed by brackets [] replaced by
  177.33 + * your own identifying information:
  177.34   * "Portions Copyrighted [year] [name of copyright owner]"
  177.35   *
  177.36 + * Contributor(s):
  177.37 + *
  177.38   * The Original Software is NetBeans. The Initial Developer of the Original
  177.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  177.40   * Microsystems, Inc. All Rights Reserved.
  177.41 + *
  177.42 + * If you wish your version of this file to be governed by only the CDDL
  177.43 + * or only the GPL Version 2, indicate your decision by adding
  177.44 + * "[Contributor] elects to include this software in this distribution
  177.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  177.46 + * single choice of license, a recipient has the option to distribute
  177.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  177.48 + * to extend the choice of license to its licensees as provided above.
  177.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  177.50 + * Version 2 license, then the option applies only if the new code is
  177.51 + * made subject to such option by the copyright holder.
  177.52   */
  177.53  
  177.54  package org.netbeans.examples.modules.minicomposer;
   178.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayAction.java	Thu Sep 27 09:06:41 2007 +0000
   178.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayAction.java	Thu Sep 27 09:20:11 2007 +0000
   178.3 @@ -1,20 +1,42 @@
   178.4  /*
   178.5 - * The contents of this file are subject to the terms of the Common Development
   178.6 - * and Distribution License (the License). You may not use this file except in
   178.7 - * compliance with the License.
   178.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   178.9   *
  178.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  178.11 - * or http://www.netbeans.org/cddl.txt.
  178.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  178.13   *
  178.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  178.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  178.16 - * If applicable, add the following below the CDDL Header, with the fields
  178.17 - * enclosed by brackets [] replaced by your own identifying information:
  178.18 + * The contents of this file are subject to the terms of either the GNU
  178.19 + * General Public License Version 2 only ("GPL") or the Common
  178.20 + * Development and Distribution License("CDDL") (collectively, the
  178.21 + * "License"). You may not use this file except in compliance with the
  178.22 + * License. You can obtain a copy of the License at
  178.23 + * http://www.netbeans.org/cddl-gplv2.html
  178.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  178.25 + * specific language governing permissions and limitations under the
  178.26 + * License.  When distributing the software, include this License Header
  178.27 + * Notice in each file and include the License file at
  178.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  178.29 + * particular file as subject to the "Classpath" exception as provided
  178.30 + * by Sun in the GPL Version 2 section of the License file that
  178.31 + * accompanied this code. If applicable, add the following below the
  178.32 + * License Header, with the fields enclosed by brackets [] replaced by
  178.33 + * your own identifying information:
  178.34   * "Portions Copyrighted [year] [name of copyright owner]"
  178.35   *
  178.36 + * Contributor(s):
  178.37 + *
  178.38   * The Original Software is NetBeans. The Initial Developer of the Original
  178.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  178.40   * Microsystems, Inc. All Rights Reserved.
  178.41 + *
  178.42 + * If you wish your version of this file to be governed by only the CDDL
  178.43 + * or only the GPL Version 2, indicate your decision by adding
  178.44 + * "[Contributor] elects to include this software in this distribution
  178.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  178.46 + * single choice of license, a recipient has the option to distribute
  178.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  178.48 + * to extend the choice of license to its licensees as provided above.
  178.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  178.50 + * Version 2 license, then the option applies only if the new code is
  178.51 + * made subject to such option by the copyright holder.
  178.52   */
  178.53  
  178.54  package org.netbeans.examples.modules.minicomposer;
   179.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Player.java	Thu Sep 27 09:06:41 2007 +0000
   179.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Player.java	Thu Sep 27 09:20:11 2007 +0000
   179.3 @@ -1,20 +1,42 @@
   179.4  /*
   179.5 - * The contents of this file are subject to the terms of the Common Development
   179.6 - * and Distribution License (the License). You may not use this file except in
   179.7 - * compliance with the License.
   179.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   179.9   *
  179.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  179.11 - * or http://www.netbeans.org/cddl.txt.
  179.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  179.13   *
  179.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  179.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  179.16 - * If applicable, add the following below the CDDL Header, with the fields
  179.17 - * enclosed by brackets [] replaced by your own identifying information:
  179.18 + * The contents of this file are subject to the terms of either the GNU
  179.19 + * General Public License Version 2 only ("GPL") or the Common
  179.20 + * Development and Distribution License("CDDL") (collectively, the
  179.21 + * "License"). You may not use this file except in compliance with the
  179.22 + * License. You can obtain a copy of the License at
  179.23 + * http://www.netbeans.org/cddl-gplv2.html
  179.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  179.25 + * specific language governing permissions and limitations under the
  179.26 + * License.  When distributing the software, include this License Header
  179.27 + * Notice in each file and include the License file at
  179.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  179.29 + * particular file as subject to the "Classpath" exception as provided
  179.30 + * by Sun in the GPL Version 2 section of the License file that
  179.31 + * accompanied this code. If applicable, add the following below the
  179.32 + * License Header, with the fields enclosed by brackets [] replaced by
  179.33 + * your own identifying information:
  179.34   * "Portions Copyrighted [year] [name of copyright owner]"
  179.35   *
  179.36 + * Contributor(s):
  179.37 + *
  179.38   * The Original Software is NetBeans. The Initial Developer of the Original
  179.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  179.40   * Microsystems, Inc. All Rights Reserved.
  179.41 + *
  179.42 + * If you wish your version of this file to be governed by only the CDDL
  179.43 + * or only the GPL Version 2, indicate your decision by adding
  179.44 + * "[Contributor] elects to include this software in this distribution
  179.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  179.46 + * single choice of license, a recipient has the option to distribute
  179.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  179.48 + * to extend the choice of license to its licensees as provided above.
  179.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  179.50 + * Version 2 license, then the option applies only if the new code is
  179.51 + * made subject to such option by the copyright holder.
  179.52   */
  179.53  
  179.54  package org.netbeans.examples.modules.minicomposer;
   180.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayerLookSelector.java	Thu Sep 27 09:06:41 2007 +0000
   180.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/PlayerLookSelector.java	Thu Sep 27 09:20:11 2007 +0000
   180.3 @@ -1,20 +1,42 @@
   180.4  /*
   180.5 - * The contents of this file are subject to the terms of the Common Development
   180.6 - * and Distribution License (the License). You may not use this file except in
   180.7 - * compliance with the License.
   180.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   180.9   *
  180.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  180.11 - * or http://www.netbeans.org/cddl.txt.
  180.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  180.13   *
  180.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  180.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  180.16 - * If applicable, add the following below the CDDL Header, with the fields
  180.17 - * enclosed by brackets [] replaced by your own identifying information:
  180.18 + * The contents of this file are subject to the terms of either the GNU
  180.19 + * General Public License Version 2 only ("GPL") or the Common
  180.20 + * Development and Distribution License("CDDL") (collectively, the
  180.21 + * "License"). You may not use this file except in compliance with the
  180.22 + * License. You can obtain a copy of the License at
  180.23 + * http://www.netbeans.org/cddl-gplv2.html
  180.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  180.25 + * specific language governing permissions and limitations under the
  180.26 + * License.  When distributing the software, include this License Header
  180.27 + * Notice in each file and include the License file at
  180.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  180.29 + * particular file as subject to the "Classpath" exception as provided
  180.30 + * by Sun in the GPL Version 2 section of the License file that
  180.31 + * accompanied this code. If applicable, add the following below the
  180.32 + * License Header, with the fields enclosed by brackets [] replaced by
  180.33 + * your own identifying information:
  180.34   * "Portions Copyrighted [year] [name of copyright owner]"
  180.35   *
  180.36 + * Contributor(s):
  180.37 + *
  180.38   * The Original Software is NetBeans. The Initial Developer of the Original
  180.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  180.40   * Microsystems, Inc. All Rights Reserved.
  180.41 + *
  180.42 + * If you wish your version of this file to be governed by only the CDDL
  180.43 + * or only the GPL Version 2, indicate your decision by adding
  180.44 + * "[Contributor] elects to include this software in this distribution
  180.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  180.46 + * single choice of license, a recipient has the option to distribute
  180.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  180.48 + * to extend the choice of license to its licensees as provided above.
  180.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  180.50 + * Version 2 license, then the option applies only if the new code is
  180.51 + * made subject to such option by the copyright holder.
  180.52   */
  180.53  
  180.54  package org.netbeans.examples.modules.minicomposer;
   181.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Score.java	Thu Sep 27 09:06:41 2007 +0000
   181.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/Score.java	Thu Sep 27 09:20:11 2007 +0000
   181.3 @@ -1,20 +1,42 @@
   181.4  /*
   181.5 - * The contents of this file are subject to the terms of the Common Development
   181.6 - * and Distribution License (the License). You may not use this file except in
   181.7 - * compliance with the License.
   181.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   181.9   *
  181.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  181.11 - * or http://www.netbeans.org/cddl.txt.
  181.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  181.13   *
  181.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  181.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  181.16 - * If applicable, add the following below the CDDL Header, with the fields
  181.17 - * enclosed by brackets [] replaced by your own identifying information:
  181.18 + * The contents of this file are subject to the terms of either the GNU
  181.19 + * General Public License Version 2 only ("GPL") or the Common
  181.20 + * Development and Distribution License("CDDL") (collectively, the
  181.21 + * "License"). You may not use this file except in compliance with the
  181.22 + * License. You can obtain a copy of the License at
  181.23 + * http://www.netbeans.org/cddl-gplv2.html
  181.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  181.25 + * specific language governing permissions and limitations under the
  181.26 + * License.  When distributing the software, include this License Header
  181.27 + * Notice in each file and include the License file at
  181.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  181.29 + * particular file as subject to the "Classpath" exception as provided
  181.30 + * by Sun in the GPL Version 2 section of the License file that
  181.31 + * accompanied this code. If applicable, add the following below the
  181.32 + * License Header, with the fields enclosed by brackets [] replaced by
  181.33 + * your own identifying information:
  181.34   * "Portions Copyrighted [year] [name of copyright owner]"
  181.35   *
  181.36 + * Contributor(s):
  181.37 + *
  181.38   * The Original Software is NetBeans. The Initial Developer of the Original
  181.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  181.40   * Microsystems, Inc. All Rights Reserved.
  181.41 + *
  181.42 + * If you wish your version of this file to be governed by only the CDDL
  181.43 + * or only the GPL Version 2, indicate your decision by adding
  181.44 + * "[Contributor] elects to include this software in this distribution
  181.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  181.46 + * single choice of license, a recipient has the option to distribute
  181.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  181.48 + * to extend the choice of license to its licensees as provided above.
  181.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  181.50 + * Version 2 license, then the option applies only if the new code is
  181.51 + * made subject to such option by the copyright holder.
  181.52   */
  181.53  
  181.54  package org.netbeans.examples.modules.minicomposer;
   182.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreChildren.java	Thu Sep 27 09:06:41 2007 +0000
   182.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreChildren.java	Thu Sep 27 09:20:11 2007 +0000
   182.3 @@ -1,20 +1,42 @@
   182.4  /*
   182.5 - * The contents of this file are subject to the terms of the Common Development
   182.6 - * and Distribution License (the License). You may not use this file except in
   182.7 - * compliance with the License.
   182.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   182.9   *
  182.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  182.11 - * or http://www.netbeans.org/cddl.txt.
  182.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  182.13   *
  182.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  182.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  182.16 - * If applicable, add the following below the CDDL Header, with the fields
  182.17 - * enclosed by brackets [] replaced by your own identifying information:
  182.18 + * The contents of this file are subject to the terms of either the GNU
  182.19 + * General Public License Version 2 only ("GPL") or the Common
  182.20 + * Development and Distribution License("CDDL") (collectively, the
  182.21 + * "License"). You may not use this file except in compliance with the
  182.22 + * License. You can obtain a copy of the License at
  182.23 + * http://www.netbeans.org/cddl-gplv2.html
  182.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  182.25 + * specific language governing permissions and limitations under the
  182.26 + * License.  When distributing the software, include this License Header
  182.27 + * Notice in each file and include the License file at
  182.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  182.29 + * particular file as subject to the "Classpath" exception as provided
  182.30 + * by Sun in the GPL Version 2 section of the License file that
  182.31 + * accompanied this code. If applicable, add the following below the
  182.32 + * License Header, with the fields enclosed by brackets [] replaced by
  182.33 + * your own identifying information:
  182.34   * "Portions Copyrighted [year] [name of copyright owner]"
  182.35   *
  182.36 + * Contributor(s):
  182.37 + *
  182.38   * The Original Software is NetBeans. The Initial Developer of the Original
  182.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  182.40   * Microsystems, Inc. All Rights Reserved.
  182.41 + *
  182.42 + * If you wish your version of this file to be governed by only the CDDL
  182.43 + * or only the GPL Version 2, indicate your decision by adding
  182.44 + * "[Contributor] elects to include this software in this distribution
  182.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  182.46 + * single choice of license, a recipient has the option to distribute
  182.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  182.48 + * to extend the choice of license to its licensees as provided above.
  182.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  182.50 + * Version 2 license, then the option applies only if the new code is
  182.51 + * made subject to such option by the copyright holder.
  182.52   */
  182.53  
  182.54  package org.netbeans.examples.modules.minicomposer;
   183.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreCookie.java	Thu Sep 27 09:06:41 2007 +0000
   183.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreCookie.java	Thu Sep 27 09:20:11 2007 +0000
   183.3 @@ -1,20 +1,42 @@
   183.4  /*
   183.5 - * The contents of this file are subject to the terms of the Common Development
   183.6 - * and Distribution License (the License). You may not use this file except in
   183.7 - * compliance with the License.
   183.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   183.9   *
  183.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  183.11 - * or http://www.netbeans.org/cddl.txt.
  183.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  183.13   *
  183.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  183.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  183.16 - * If applicable, add the following below the CDDL Header, with the fields
  183.17 - * enclosed by brackets [] replaced by your own identifying information:
  183.18 + * The contents of this file are subject to the terms of either the GNU
  183.19 + * General Public License Version 2 only ("GPL") or the Common
  183.20 + * Development and Distribution License("CDDL") (collectively, the
  183.21 + * "License"). You may not use this file except in compliance with the
  183.22 + * License. You can obtain a copy of the License at
  183.23 + * http://www.netbeans.org/cddl-gplv2.html
  183.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  183.25 + * specific language governing permissions and limitations under the
  183.26 + * License.  When distributing the software, include this License Header
  183.27 + * Notice in each file and include the License file at
  183.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  183.29 + * particular file as subject to the "Classpath" exception as provided
  183.30 + * by Sun in the GPL Version 2 section of the License file that
  183.31 + * accompanied this code. If applicable, add the following below the
  183.32 + * License Header, with the fields enclosed by brackets [] replaced by
  183.33 + * your own identifying information:
  183.34   * "Portions Copyrighted [year] [name of copyright owner]"
  183.35   *
  183.36 + * Contributor(s):
  183.37 + *
  183.38   * The Original Software is NetBeans. The Initial Developer of the Original
  183.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  183.40   * Microsystems, Inc. All Rights Reserved.
  183.41 + *
  183.42 + * If you wish your version of this file to be governed by only the CDDL
  183.43 + * or only the GPL Version 2, indicate your decision by adding
  183.44 + * "[Contributor] elects to include this software in this distribution
  183.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  183.46 + * single choice of license, a recipient has the option to distribute
  183.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  183.48 + * to extend the choice of license to its licensees as provided above.
  183.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  183.50 + * Version 2 license, then the option applies only if the new code is
  183.51 + * made subject to such option by the copyright holder.
  183.52   */
  183.53  
  183.54  package org.netbeans.examples.modules.minicomposer;
   184.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   184.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   184.3 @@ -1,20 +1,42 @@
   184.4  /*
   184.5 - * The contents of this file are subject to the terms of the Common Development
   184.6 - * and Distribution License (the License). You may not use this file except in
   184.7 - * compliance with the License.
   184.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   184.9   *
  184.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  184.11 - * or http://www.netbeans.org/cddl.txt.
  184.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  184.13   *
  184.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  184.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  184.16 - * If applicable, add the following below the CDDL Header, with the fields
  184.17 - * enclosed by brackets [] replaced by your own identifying information:
  184.18 + * The contents of this file are subject to the terms of either the GNU
  184.19 + * General Public License Version 2 only ("GPL") or the Common
  184.20 + * Development and Distribution License("CDDL") (collectively, the
  184.21 + * "License"). You may not use this file except in compliance with the
  184.22 + * License. You can obtain a copy of the License at
  184.23 + * http://www.netbeans.org/cddl-gplv2.html
  184.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  184.25 + * specific language governing permissions and limitations under the
  184.26 + * License.  When distributing the software, include this License Header
  184.27 + * Notice in each file and include the License file at
  184.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  184.29 + * particular file as subject to the "Classpath" exception as provided
  184.30 + * by Sun in the GPL Version 2 section of the License file that
  184.31 + * accompanied this code. If applicable, add the following below the
  184.32 + * License Header, with the fields enclosed by brackets [] replaced by
  184.33 + * your own identifying information:
  184.34   * "Portions Copyrighted [year] [name of copyright owner]"
  184.35   *
  184.36 + * Contributor(s):
  184.37 + *
  184.38   * The Original Software is NetBeans. The Initial Developer of the Original
  184.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  184.40   * Microsystems, Inc. All Rights Reserved.
  184.41 + *
  184.42 + * If you wish your version of this file to be governed by only the CDDL
  184.43 + * or only the GPL Version 2, indicate your decision by adding
  184.44 + * "[Contributor] elects to include this software in this distribution
  184.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  184.46 + * single choice of license, a recipient has the option to distribute
  184.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  184.48 + * to extend the choice of license to its licensees as provided above.
  184.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  184.50 + * Version 2 license, then the option applies only if the new code is
  184.51 + * made subject to such option by the copyright holder.
  184.52   */
  184.53  
  184.54  package org.netbeans.examples.modules.minicomposer;
   185.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   185.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   185.3 @@ -1,20 +1,42 @@
   185.4  /*
   185.5 - * The contents of this file are subject to the terms of the Common Development
   185.6 - * and Distribution License (the License). You may not use this file except in
   185.7 - * compliance with the License.
   185.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   185.9   *
  185.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  185.11 - * or http://www.netbeans.org/cddl.txt.
  185.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  185.13   *
  185.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  185.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  185.16 - * If applicable, add the following below the CDDL Header, with the fields
  185.17 - * enclosed by brackets [] replaced by your own identifying information:
  185.18 + * The contents of this file are subject to the terms of either the GNU
  185.19 + * General Public License Version 2 only ("GPL") or the Common
  185.20 + * Development and Distribution License("CDDL") (collectively, the
  185.21 + * "License"). You may not use this file except in compliance with the
  185.22 + * License. You can obtain a copy of the License at
  185.23 + * http://www.netbeans.org/cddl-gplv2.html
  185.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  185.25 + * specific language governing permissions and limitations under the
  185.26 + * License.  When distributing the software, include this License Header
  185.27 + * Notice in each file and include the License file at
  185.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  185.29 + * particular file as subject to the "Classpath" exception as provided
  185.30 + * by Sun in the GPL Version 2 section of the License file that
  185.31 + * accompanied this code. If applicable, add the following below the
  185.32 + * License Header, with the fields enclosed by brackets [] replaced by
  185.33 + * your own identifying information:
  185.34   * "Portions Copyrighted [year] [name of copyright owner]"
  185.35   *
  185.36 + * Contributor(s):
  185.37 + *
  185.38   * The Original Software is NetBeans. The Initial Developer of the Original
  185.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  185.40   * Microsystems, Inc. All Rights Reserved.
  185.41 + *
  185.42 + * If you wish your version of this file to be governed by only the CDDL
  185.43 + * or only the GPL Version 2, indicate your decision by adding
  185.44 + * "[Contributor] elects to include this software in this distribution
  185.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  185.46 + * single choice of license, a recipient has the option to distribute
  185.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  185.48 + * to extend the choice of license to its licensees as provided above.
  185.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  185.50 + * Version 2 license, then the option applies only if the new code is
  185.51 + * made subject to such option by the copyright holder.
  185.52   */
  185.53  
  185.54  package org.netbeans.examples.modules.minicomposer;
   186.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   186.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   186.3 @@ -1,20 +1,42 @@
   186.4  /*
   186.5 - * The contents of this file are subject to the terms of the Common Development
   186.6 - * and Distribution License (the License). You may not use this file except in
   186.7 - * compliance with the License.
   186.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   186.9   *
  186.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  186.11 - * or http://www.netbeans.org/cddl.txt.
  186.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  186.13   *
  186.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  186.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  186.16 - * If applicable, add the following below the CDDL Header, with the fields
  186.17 - * enclosed by brackets [] replaced by your own identifying information:
  186.18 + * The contents of this file are subject to the terms of either the GNU
  186.19 + * General Public License Version 2 only ("GPL") or the Common
  186.20 + * Development and Distribution License("CDDL") (collectively, the
  186.21 + * "License"). You may not use this file except in compliance with the
  186.22 + * License. You can obtain a copy of the License at
  186.23 + * http://www.netbeans.org/cddl-gplv2.html
  186.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  186.25 + * specific language governing permissions and limitations under the
  186.26 + * License.  When distributing the software, include this License Header
  186.27 + * Notice in each file and include the License file at
  186.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  186.29 + * particular file as subject to the "Classpath" exception as provided
  186.30 + * by Sun in the GPL Version 2 section of the License file that
  186.31 + * accompanied this code. If applicable, add the following below the
  186.32 + * License Header, with the fields enclosed by brackets [] replaced by
  186.33 + * your own identifying information:
  186.34   * "Portions Copyrighted [year] [name of copyright owner]"
  186.35   *
  186.36 + * Contributor(s):
  186.37 + *
  186.38   * The Original Software is NetBeans. The Initial Developer of the Original
  186.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  186.40   * Microsystems, Inc. All Rights Reserved.
  186.41 + *
  186.42 + * If you wish your version of this file to be governed by only the CDDL
  186.43 + * or only the GPL Version 2, indicate your decision by adding
  186.44 + * "[Contributor] elects to include this software in this distribution
  186.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  186.46 + * single choice of license, a recipient has the option to distribute
  186.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  186.48 + * to extend the choice of license to its licensees as provided above.
  186.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  186.50 + * Version 2 license, then the option applies only if the new code is
  186.51 + * made subject to such option by the copyright holder.
  186.52   */
  186.53  
  186.54  package org.netbeans.examples.modules.minicomposer;
   187.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   187.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   187.3 @@ -1,20 +1,42 @@
   187.4  /*
   187.5 - * The contents of this file are subject to the terms of the Common Development
   187.6 - * and Distribution License (the License). You may not use this file except in
   187.7 - * compliance with the License.
   187.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   187.9   *
  187.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  187.11 - * or http://www.netbeans.org/cddl.txt.
  187.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  187.13   *
  187.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  187.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  187.16 - * If applicable, add the following below the CDDL Header, with the fields
  187.17 - * enclosed by brackets [] replaced by your own identifying information:
  187.18 + * The contents of this file are subject to the terms of either the GNU
  187.19 + * General Public License Version 2 only ("GPL") or the Common
  187.20 + * Development and Distribution License("CDDL") (collectively, the
  187.21 + * "License"). You may not use this file except in compliance with the
  187.22 + * License. You can obtain a copy of the License at
  187.23 + * http://www.netbeans.org/cddl-gplv2.html
  187.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  187.25 + * specific language governing permissions and limitations under the
  187.26 + * License.  When distributing the software, include this License Header
  187.27 + * Notice in each file and include the License file at
  187.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  187.29 + * particular file as subject to the "Classpath" exception as provided
  187.30 + * by Sun in the GPL Version 2 section of the License file that
  187.31 + * accompanied this code. If applicable, add the following below the
  187.32 + * License Header, with the fields enclosed by brackets [] replaced by
  187.33 + * your own identifying information:
  187.34   * "Portions Copyrighted [year] [name of copyright owner]"
  187.35   *
  187.36 + * Contributor(s):
  187.37 + *
  187.38   * The Original Software is NetBeans. The Initial Developer of the Original
  187.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  187.40   * Microsystems, Inc. All Rights Reserved.
  187.41 + *
  187.42 + * If you wish your version of this file to be governed by only the CDDL
  187.43 + * or only the GPL Version 2, indicate your decision by adding
  187.44 + * "[Contributor] elects to include this software in this distribution
  187.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  187.46 + * single choice of license, a recipient has the option to distribute
  187.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  187.48 + * to extend the choice of license to its licensees as provided above.
  187.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  187.50 + * Version 2 license, then the option applies only if the new code is
  187.51 + * made subject to such option by the copyright holder.
  187.52   */
  187.53  
  187.54  package org.netbeans.examples.modules.minicomposer;
   188.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreEditorSupport.java	Thu Sep 27 09:06:41 2007 +0000
   188.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreEditorSupport.java	Thu Sep 27 09:20:11 2007 +0000
   188.3 @@ -1,20 +1,42 @@
   188.4  /*
   188.5 - * The contents of this file are subject to the terms of the Common Development
   188.6 - * and Distribution License (the License). You may not use this file except in
   188.7 - * compliance with the License.
   188.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   188.9   *
  188.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  188.11 - * or http://www.netbeans.org/cddl.txt.
  188.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  188.13   *
  188.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  188.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  188.16 - * If applicable, add the following below the CDDL Header, with the fields
  188.17 - * enclosed by brackets [] replaced by your own identifying information:
  188.18 + * The contents of this file are subject to the terms of either the GNU
  188.19 + * General Public License Version 2 only ("GPL") or the Common
  188.20 + * Development and Distribution License("CDDL") (collectively, the
  188.21 + * "License"). You may not use this file except in compliance with the
  188.22 + * License. You can obtain a copy of the License at
  188.23 + * http://www.netbeans.org/cddl-gplv2.html
  188.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  188.25 + * specific language governing permissions and limitations under the
  188.26 + * License.  When distributing the software, include this License Header
  188.27 + * Notice in each file and include the License file at
  188.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  188.29 + * particular file as subject to the "Classpath" exception as provided
  188.30 + * by Sun in the GPL Version 2 section of the License file that
  188.31 + * accompanied this code. If applicable, add the following below the
  188.32 + * License Header, with the fields enclosed by brackets [] replaced by
  188.33 + * your own identifying information:
  188.34   * "Portions Copyrighted [year] [name of copyright owner]"
  188.35   *
  188.36 + * Contributor(s):
  188.37 + *
  188.38   * The Original Software is NetBeans. The Initial Developer of the Original
  188.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  188.40   * Microsystems, Inc. All Rights Reserved.
  188.41 + *
  188.42 + * If you wish your version of this file to be governed by only the CDDL
  188.43 + * or only the GPL Version 2, indicate your decision by adding
  188.44 + * "[Contributor] elects to include this software in this distribution
  188.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  188.46 + * single choice of license, a recipient has the option to distribute
  188.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  188.48 + * to extend the choice of license to its licensees as provided above.
  188.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  188.50 + * Version 2 license, then the option applies only if the new code is
  188.51 + * made subject to such option by the copyright holder.
  188.52   */
  188.53  
  188.54  package org.netbeans.examples.modules.minicomposer;
   189.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScorePanel.java	Thu Sep 27 09:06:41 2007 +0000
   189.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScorePanel.java	Thu Sep 27 09:20:11 2007 +0000
   189.3 @@ -1,20 +1,42 @@
   189.4  /*
   189.5 - * The contents of this file are subject to the terms of the Common Development
   189.6 - * and Distribution License (the License). You may not use this file except in
   189.7 - * compliance with the License.
   189.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   189.9   *
  189.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  189.11 - * or http://www.netbeans.org/cddl.txt.
  189.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  189.13   *
  189.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  189.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  189.16 - * If applicable, add the following below the CDDL Header, with the fields
  189.17 - * enclosed by brackets [] replaced by your own identifying information:
  189.18 + * The contents of this file are subject to the terms of either the GNU
  189.19 + * General Public License Version 2 only ("GPL") or the Common
  189.20 + * Development and Distribution License("CDDL") (collectively, the
  189.21 + * "License"). You may not use this file except in compliance with the
  189.22 + * License. You can obtain a copy of the License at
  189.23 + * http://www.netbeans.org/cddl-gplv2.html
  189.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  189.25 + * specific language governing permissions and limitations under the
  189.26 + * License.  When distributing the software, include this License Header
  189.27 + * Notice in each file and include the License file at
  189.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  189.29 + * particular file as subject to the "Classpath" exception as provided
  189.30 + * by Sun in the GPL Version 2 section of the License file that
  189.31 + * accompanied this code. If applicable, add the following below the
  189.32 + * License Header, with the fields enclosed by brackets [] replaced by
  189.33 + * your own identifying information:
  189.34   * "Portions Copyrighted [year] [name of copyright owner]"
  189.35   *
  189.36 + * Contributor(s):
  189.37 + *
  189.38   * The Original Software is NetBeans. The Initial Developer of the Original
  189.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  189.40   * Microsystems, Inc. All Rights Reserved.
  189.41 + *
  189.42 + * If you wish your version of this file to be governed by only the CDDL
  189.43 + * or only the GPL Version 2, indicate your decision by adding
  189.44 + * "[Contributor] elects to include this software in this distribution
  189.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  189.46 + * single choice of license, a recipient has the option to distribute
  189.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  189.48 + * to extend the choice of license to its licensees as provided above.
  189.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  189.50 + * Version 2 license, then the option applies only if the new code is
  189.51 + * made subject to such option by the copyright holder.
  189.52   */
  189.53  
  189.54  package org.netbeans.examples.modules.minicomposer;
   190.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreSupport.java	Thu Sep 27 09:06:41 2007 +0000
   190.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreSupport.java	Thu Sep 27 09:20:11 2007 +0000
   190.3 @@ -1,20 +1,42 @@
   190.4  /*
   190.5 - * The contents of this file are subject to the terms of the Common Development
   190.6 - * and Distribution License (the License). You may not use this file except in
   190.7 - * compliance with the License.
   190.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   190.9   *
  190.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  190.11 - * or http://www.netbeans.org/cddl.txt.
  190.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  190.13   *
  190.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  190.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  190.16 - * If applicable, add the following below the CDDL Header, with the fields
  190.17 - * enclosed by brackets [] replaced by your own identifying information:
  190.18 + * The contents of this file are subject to the terms of either the GNU
  190.19 + * General Public License Version 2 only ("GPL") or the Common
  190.20 + * Development and Distribution License("CDDL") (collectively, the
  190.21 + * "License"). You may not use this file except in compliance with the
  190.22 + * License. You can obtain a copy of the License at
  190.23 + * http://www.netbeans.org/cddl-gplv2.html
  190.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  190.25 + * specific language governing permissions and limitations under the
  190.26 + * License.  When distributing the software, include this License Header
  190.27 + * Notice in each file and include the License file at
  190.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  190.29 + * particular file as subject to the "Classpath" exception as provided
  190.30 + * by Sun in the GPL Version 2 section of the License file that
  190.31 + * accompanied this code. If applicable, add the following below the
  190.32 + * License Header, with the fields enclosed by brackets [] replaced by
  190.33 + * your own identifying information:
  190.34   * "Portions Copyrighted [year] [name of copyright owner]"
  190.35   *
  190.36 + * Contributor(s):
  190.37 + *
  190.38   * The Original Software is NetBeans. The Initial Developer of the Original
  190.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  190.40   * Microsystems, Inc. All Rights Reserved.
  190.41 + *
  190.42 + * If you wish your version of this file to be governed by only the CDDL
  190.43 + * or only the GPL Version 2, indicate your decision by adding
  190.44 + * "[Contributor] elects to include this software in this distribution
  190.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  190.46 + * single choice of license, a recipient has the option to distribute
  190.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  190.48 + * to extend the choice of license to its licensees as provided above.
  190.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  190.50 + * Version 2 license, then the option applies only if the new code is
  190.51 + * made subject to such option by the copyright holder.
  190.52   */
  190.53  
  190.54  package org.netbeans.examples.modules.minicomposer;
   191.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreToSampledAudio.java	Thu Sep 27 09:06:41 2007 +0000
   191.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/ScoreToSampledAudio.java	Thu Sep 27 09:20:11 2007 +0000
   191.3 @@ -1,20 +1,42 @@
   191.4  /*
   191.5 - * The contents of this file are subject to the terms of the Common Development
   191.6 - * and Distribution License (the License). You may not use this file except in
   191.7 - * compliance with the License.
   191.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   191.9   *
  191.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  191.11 - * or http://www.netbeans.org/cddl.txt.
  191.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  191.13   *
  191.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  191.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  191.16 - * If applicable, add the following below the CDDL Header, with the fields
  191.17 - * enclosed by brackets [] replaced by your own identifying information:
  191.18 + * The contents of this file are subject to the terms of either the GNU
  191.19 + * General Public License Version 2 only ("GPL") or the Common
  191.20 + * Development and Distribution License("CDDL") (collectively, the
  191.21 + * "License"). You may not use this file except in compliance with the
  191.22 + * License. You can obtain a copy of the License at
  191.23 + * http://www.netbeans.org/cddl-gplv2.html
  191.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  191.25 + * specific language governing permissions and limitations under the
  191.26 + * License.  When distributing the software, include this License Header
  191.27 + * Notice in each file and include the License file at
  191.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  191.29 + * particular file as subject to the "Classpath" exception as provided
  191.30 + * by Sun in the GPL Version 2 section of the License file that
  191.31 + * accompanied this code. If applicable, add the following below the
  191.32 + * License Header, with the fields enclosed by brackets [] replaced by
  191.33 + * your own identifying information:
  191.34   * "Portions Copyrighted [year] [name of copyright owner]"
  191.35   *
  191.36 + * Contributor(s):
  191.37 + *
  191.38   * The Original Software is NetBeans. The Initial Developer of the Original
  191.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  191.40   * Microsystems, Inc. All Rights Reserved.
  191.41 + *
  191.42 + * If you wish your version of this file to be governed by only the CDDL
  191.43 + * or only the GPL Version 2, indicate your decision by adding
  191.44 + * "[Contributor] elects to include this software in this distribution
  191.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  191.46 + * single choice of license, a recipient has the option to distribute
  191.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  191.48 + * to extend the choice of license to its licensees as provided above.
  191.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  191.50 + * Version 2 license, then the option applies only if the new code is
  191.51 + * made subject to such option by the copyright holder.
  191.52   */
  191.53  
  191.54  package org.netbeans.examples.modules.minicomposer;
   192.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/DefaultContextLook.java	Thu Sep 27 09:06:41 2007 +0000
   192.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/DefaultContextLook.java	Thu Sep 27 09:20:11 2007 +0000
   192.3 @@ -1,20 +1,42 @@
   192.4  /*
   192.5 - * The contents of this file are subject to the terms of the Common Development
   192.6 - * and Distribution License (the License). You may not use this file except in
   192.7 - * compliance with the License.
   192.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   192.9   *
  192.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  192.11 - * or http://www.netbeans.org/cddl.txt.
  192.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  192.13   *
  192.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  192.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  192.16 - * If applicable, add the following below the CDDL Header, with the fields
  192.17 - * enclosed by brackets [] replaced by your own identifying information:
  192.18 + * The contents of this file are subject to the terms of either the GNU
  192.19 + * General Public License Version 2 only ("GPL") or the Common
  192.20 + * Development and Distribution License("CDDL") (collectively, the
  192.21 + * "License"). You may not use this file except in compliance with the
  192.22 + * License. You can obtain a copy of the License at
  192.23 + * http://www.netbeans.org/cddl-gplv2.html
  192.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  192.25 + * specific language governing permissions and limitations under the
  192.26 + * License.  When distributing the software, include this License Header
  192.27 + * Notice in each file and include the License file at
  192.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  192.29 + * particular file as subject to the "Classpath" exception as provided
  192.30 + * by Sun in the GPL Version 2 section of the License file that
  192.31 + * accompanied this code. If applicable, add the following below the
  192.32 + * License Header, with the fields enclosed by brackets [] replaced by
  192.33 + * your own identifying information:
  192.34   * "Portions Copyrighted [year] [name of copyright owner]"
  192.35   *
  192.36 + * Contributor(s):
  192.37 + *
  192.38   * The Original Software is NetBeans. The Initial Developer of the Original
  192.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  192.40   * Microsystems, Inc. All Rights Reserved.
  192.41 + *
  192.42 + * If you wish your version of this file to be governed by only the CDDL
  192.43 + * or only the GPL Version 2, indicate your decision by adding
  192.44 + * "[Contributor] elects to include this software in this distribution
  192.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  192.46 + * single choice of license, a recipient has the option to distribute
  192.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  192.48 + * to extend the choice of license to its licensees as provided above.
  192.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  192.50 + * Version 2 license, then the option applies only if the new code is
  192.51 + * made subject to such option by the copyright holder.
  192.52   */
  192.53  
  192.54  package org.netbeans.examples.modules.minicomposer.registryutils;
   193.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ContextPropertyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   193.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ContextPropertyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   193.3 @@ -1,20 +1,42 @@
   193.4  /*
   193.5 - * The contents of this file are subject to the terms of the Common Development
   193.6 - * and Distribution License (the License). You may not use this file except in
   193.7 - * compliance with the License.
   193.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   193.9   *
  193.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  193.11 - * or http://www.netbeans.org/cddl.txt.
  193.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  193.13   *
  193.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  193.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  193.16 - * If applicable, add the following below the CDDL Header, with the fields
  193.17 - * enclosed by brackets [] replaced by your own identifying information:
  193.18 + * The contents of this file are subject to the terms of either the GNU
  193.19 + * General Public License Version 2 only ("GPL") or the Common
  193.20 + * Development and Distribution License("CDDL") (collectively, the
  193.21 + * "License"). You may not use this file except in compliance with the
  193.22 + * License. You can obtain a copy of the License at
  193.23 + * http://www.netbeans.org/cddl-gplv2.html
  193.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  193.25 + * specific language governing permissions and limitations under the
  193.26 + * License.  When distributing the software, include this License Header
  193.27 + * Notice in each file and include the License file at
  193.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  193.29 + * particular file as subject to the "Classpath" exception as provided
  193.30 + * by Sun in the GPL Version 2 section of the License file that
  193.31 + * accompanied this code. If applicable, add the following below the
  193.32 + * License Header, with the fields enclosed by brackets [] replaced by
  193.33 + * your own identifying information:
  193.34   * "Portions Copyrighted [year] [name of copyright owner]"
  193.35   *
  193.36 + * Contributor(s):
  193.37 + *
  193.38   * The Original Software is NetBeans. The Initial Developer of the Original
  193.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  193.40   * Microsystems, Inc. All Rights Reserved.
  193.41 + *
  193.42 + * If you wish your version of this file to be governed by only the CDDL
  193.43 + * or only the GPL Version 2, indicate your decision by adding
  193.44 + * "[Contributor] elects to include this software in this distribution
  193.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  193.46 + * single choice of license, a recipient has the option to distribute
  193.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  193.48 + * to extend the choice of license to its licensees as provided above.
  193.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  193.50 + * Version 2 license, then the option applies only if the new code is
  193.51 + * made subject to such option by the copyright holder.
  193.52   */
  193.53  
  193.54  package org.netbeans.examples.modules.minicomposer.registryutils.backcompatible;
   194.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ObjectRefContextLook.java	Thu Sep 27 09:06:41 2007 +0000
   194.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/registryutils/backcompatible/ObjectRefContextLook.java	Thu Sep 27 09:20:11 2007 +0000
   194.3 @@ -1,20 +1,42 @@
   194.4  /*
   194.5 - * The contents of this file are subject to the terms of the Common Development
   194.6 - * and Distribution License (the License). You may not use this file except in
   194.7 - * compliance with the License.
   194.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   194.9   *
  194.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  194.11 - * or http://www.netbeans.org/cddl.txt.
  194.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  194.13   *
  194.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  194.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  194.16 - * If applicable, add the following below the CDDL Header, with the fields
  194.17 - * enclosed by brackets [] replaced by your own identifying information:
  194.18 + * The contents of this file are subject to the terms of either the GNU
  194.19 + * General Public License Version 2 only ("GPL") or the Common
  194.20 + * Development and Distribution License("CDDL") (collectively, the
  194.21 + * "License"). You may not use this file except in compliance with the
  194.22 + * License. You can obtain a copy of the License at
  194.23 + * http://www.netbeans.org/cddl-gplv2.html
  194.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  194.25 + * specific language governing permissions and limitations under the
  194.26 + * License.  When distributing the software, include this License Header
  194.27 + * Notice in each file and include the License file at
  194.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  194.29 + * particular file as subject to the "Classpath" exception as provided
  194.30 + * by Sun in the GPL Version 2 section of the License file that
  194.31 + * accompanied this code. If applicable, add the following below the
  194.32 + * License Header, with the fields enclosed by brackets [] replaced by
  194.33 + * your own identifying information:
  194.34   * "Portions Copyrighted [year] [name of copyright owner]"
  194.35   *
  194.36 + * Contributor(s):
  194.37 + *
  194.38   * The Original Software is NetBeans. The Initial Developer of the Original
  194.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  194.40   * Microsystems, Inc. All Rights Reserved.
  194.41 + *
  194.42 + * If you wish your version of this file to be governed by only the CDDL
  194.43 + * or only the GPL Version 2, indicate your decision by adding
  194.44 + * "[Contributor] elects to include this software in this distribution
  194.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  194.46 + * single choice of license, a recipient has the option to distribute
  194.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  194.48 + * to extend the choice of license to its licensees as provided above.
  194.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  194.50 + * Version 2 license, then the option applies only if the new code is
  194.51 + * made subject to such option by the copyright holder.
  194.52   */
  194.53  
  194.54  package org.netbeans.examples.modules.minicomposer.registryutils.backcompatible;
   195.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   195.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   195.3 @@ -1,19 +1,41 @@
   195.4 -# The contents of this file are subject to the terms of the Common Development
   195.5 -# and Distribution License (the License). You may not use this file except in
   195.6 -# compliance with the License.
   195.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   195.8  #
   195.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  195.10 -# or http://www.netbeans.org/cddl.txt.
  195.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  195.12  #
  195.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  195.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  195.15 -# If applicable, add the following below the CDDL Header, with the fields
  195.16 -# enclosed by brackets [] replaced by your own identifying information:
  195.17 +# The contents of this file are subject to the terms of either the GNU
  195.18 +# General Public License Version 2 only ("GPL") or the Common
  195.19 +# Development and Distribution License("CDDL") (collectively, the
  195.20 +# "License"). You may not use this file except in compliance with the
  195.21 +# License. You can obtain a copy of the License at
  195.22 +# http://www.netbeans.org/cddl-gplv2.html
  195.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  195.24 +# specific language governing permissions and limitations under the
  195.25 +# License.  When distributing the software, include this License Header
  195.26 +# Notice in each file and include the License file at
  195.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  195.28 +# particular file as subject to the "Classpath" exception as provided
  195.29 +# by Sun in the GPL Version 2 section of the License file that
  195.30 +# accompanied this code. If applicable, add the following below the
  195.31 +# License Header, with the fields enclosed by brackets [] replaced by
  195.32 +# your own identifying information:
  195.33  # "Portions Copyrighted [year] [name of copyright owner]"
  195.34  #
  195.35 +# Contributor(s):
  195.36 +#
  195.37  # The Original Software is NetBeans. The Initial Developer of the Original
  195.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  195.39  # Microsystems, Inc. All Rights Reserved.
  195.40 +#
  195.41 +# If you wish your version of this file to be governed by only the CDDL
  195.42 +# or only the GPL Version 2, indicate your decision by adding
  195.43 +# "[Contributor] elects to include this software in this distribution
  195.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  195.45 +# single choice of license, a recipient has the option to distribute
  195.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  195.47 +# to extend the choice of license to its licensees as provided above.
  195.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  195.49 +# Version 2 license, then the option applies only if the new code is
  195.50 +# made subject to such option by the copyright holder.
  195.51  
  195.52  # manifest
  195.53  OpenIDE-Module-Name: Mini-Composer
   196.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/DescForTemplate.html	Thu Sep 27 09:06:41 2007 +0000
   196.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/DescForTemplate.html	Thu Sep 27 09:20:11 2007 +0000
   196.3 @@ -1,20 +1,42 @@
   196.4  <!--
   196.5 -   - The contents of this file are subject to the terms of the Common Development
   196.6 -   - and Distribution License (the License). You may not use this file except in
   196.7 -   - compliance with the License.
   196.8 +   - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   196.9     -
  196.10 -   - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  196.11 -   - or http://www.netbeans.org/cddl.txt.
  196.12 +   - Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  196.13     -
  196.14 -   - When distributing Covered Code, include this CDDL Header Notice in each file
  196.15 -   - and include the License file at http://www.netbeans.org/cddl.txt.
  196.16 -   - If applicable, add the following below the CDDL Header, with the fields
  196.17 -   - enclosed by brackets [] replaced by your own identifying information:
  196.18 +   - The contents of this file are subject to the terms of either the GNU
  196.19 +   - General Public License Version 2 only ("GPL") or the Common
  196.20 +   - Development and Distribution License("CDDL") (collectively, the
  196.21 +   - "License"). You may not use this file except in compliance with the
  196.22 +   - License. You can obtain a copy of the License at
  196.23 +   - http://www.netbeans.org/cddl-gplv2.html
  196.24 +   - or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  196.25 +   - specific language governing permissions and limitations under the
  196.26 +   - License.  When distributing the software, include this License Header
  196.27 +   - Notice in each file and include the License file at
  196.28 +   - nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  196.29 +   - particular file as subject to the "Classpath" exception as provided
  196.30 +   - by Sun in the GPL Version 2 section of the License file that
  196.31 +   - accompanied this code. If applicable, add the following below the
  196.32 +   - License Header, with the fields enclosed by brackets [] replaced by
  196.33 +   - your own identifying information:
  196.34     - "Portions Copyrighted [year] [name of copyright owner]"
  196.35     -
  196.36 +   - Contributor(s):
  196.37 +   -
  196.38     - The Original Software is NetBeans. The Initial Developer of the Original
  196.39     - Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  196.40     - Microsystems, Inc. All Rights Reserved.
  196.41 +   -
  196.42 +   - If you wish your version of this file to be governed by only the CDDL
  196.43 +   - or only the GPL Version 2, indicate your decision by adding
  196.44 +   - "[Contributor] elects to include this software in this distribution
  196.45 +   - under the [CDDL or GPL Version 2] license." If you do not indicate a
  196.46 +   - single choice of license, a recipient has the option to distribute
  196.47 +   - your version of this file under either the CDDL, the GPL Version 2 or
  196.48 +   - to extend the choice of license to its licensees as provided above.
  196.49 +   - However, if you add GPL Version 2 code and therefore, elected the GPL
  196.50 +   - Version 2 license, then the option applies only if the new code is
  196.51 +   - made subject to such option by the copyright holder.
  196.52    -->
  196.53  
  196.54  <html><body>
   197.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-unix.xml	Thu Sep 27 09:06:41 2007 +0000
   197.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-unix.xml	Thu Sep 27 09:20:11 2007 +0000
   197.3 @@ -1,21 +1,44 @@
   197.4  <?xml version="1.0" encoding="UTF-8"?>
   197.5  <!--
   197.6 -The contents of this file are subject to the terms of the Common Development
   197.7 -and Distribution License (the License). You may not use this file except in
   197.8 -compliance with the License.
   197.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  197.10  
  197.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  197.12 -or http://www.netbeans.org/cddl.txt.
  197.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  197.14  
  197.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  197.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  197.17 -If applicable, add the following below the CDDL Header, with the fields
  197.18 -enclosed by brackets [] replaced by your own identifying information:
  197.19 +
  197.20 +The contents of this file are subject to the terms of either the GNU
  197.21 +General Public License Version 2 only ("GPL") or the Common
  197.22 +Development and Distribution License("CDDL") (collectively, the
  197.23 +"License"). You may not use this file except in compliance with the
  197.24 +License. You can obtain a copy of the License at
  197.25 +http://www.netbeans.org/cddl-gplv2.html
  197.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  197.27 +specific language governing permissions and limitations under the
  197.28 +License.  When distributing the software, include this License Header
  197.29 +Notice in each file and include the License file at
  197.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  197.31 +particular file as subject to the "Classpath" exception as provided
  197.32 +by Sun in the GPL Version 2 section of the License file that
  197.33 +accompanied this code. If applicable, add the following below the
  197.34 +License Header, with the fields enclosed by brackets [] replaced by
  197.35 +your own identifying information:
  197.36  "Portions Copyrighted [year] [name of copyright owner]"
  197.37  
  197.38 +Contributor(s):
  197.39 +
  197.40  The Original Software is NetBeans. The Initial Developer of the Original
  197.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  197.42  Microsystems, Inc. All Rights Reserved.
  197.43 +
  197.44 +If you wish your version of this file to be governed by only the CDDL
  197.45 +or only the GPL Version 2, indicate your decision by adding
  197.46 +"[Contributor] elects to include this software in this distribution
  197.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  197.48 +single choice of license, a recipient has the option to distribute
  197.49 +your version of this file under either the CDDL, the GPL Version 2 or
  197.50 +to extend the choice of license to its licensees as provided above.
  197.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  197.52 +Version 2 license, then the option applies only if the new code is
  197.53 +made subject to such option by the copyright holder.
  197.54  -->
  197.55  <external-player xmlns="http://openide.netbeans.org/examples/minicomposer">
  197.56      <label>
   198.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-windows.xml	Thu Sep 27 09:06:41 2007 +0000
   198.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/external-player-windows.xml	Thu Sep 27 09:20:11 2007 +0000
   198.3 @@ -1,21 +1,44 @@
   198.4  <?xml version="1.0" encoding="UTF-8"?>
   198.5  <!--
   198.6 -The contents of this file are subject to the terms of the Common Development
   198.7 -and Distribution License (the License). You may not use this file except in
   198.8 -compliance with the License.
   198.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  198.10  
  198.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  198.12 -or http://www.netbeans.org/cddl.txt.
  198.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  198.14  
  198.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  198.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  198.17 -If applicable, add the following below the CDDL Header, with the fields
  198.18 -enclosed by brackets [] replaced by your own identifying information:
  198.19 +
  198.20 +The contents of this file are subject to the terms of either the GNU
  198.21 +General Public License Version 2 only ("GPL") or the Common
  198.22 +Development and Distribution License("CDDL") (collectively, the
  198.23 +"License"). You may not use this file except in compliance with the
  198.24 +License. You can obtain a copy of the License at
  198.25 +http://www.netbeans.org/cddl-gplv2.html
  198.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  198.27 +specific language governing permissions and limitations under the
  198.28 +License.  When distributing the software, include this License Header
  198.29 +Notice in each file and include the License file at
  198.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  198.31 +particular file as subject to the "Classpath" exception as provided
  198.32 +by Sun in the GPL Version 2 section of the License file that
  198.33 +accompanied this code. If applicable, add the following below the
  198.34 +License Header, with the fields enclosed by brackets [] replaced by
  198.35 +your own identifying information:
  198.36  "Portions Copyrighted [year] [name of copyright owner]"
  198.37  
  198.38 +Contributor(s):
  198.39 +
  198.40  The Original Software is NetBeans. The Initial Developer of the Original
  198.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  198.42  Microsystems, Inc. All Rights Reserved.
  198.43 +
  198.44 +If you wish your version of this file to be governed by only the CDDL
  198.45 +or only the GPL Version 2, indicate your decision by adding
  198.46 +"[Contributor] elects to include this software in this distribution
  198.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  198.48 +single choice of license, a recipient has the option to distribute
  198.49 +your version of this file under either the CDDL, the GPL Version 2 or
  198.50 +to extend the choice of license to its licensees as provided above.
  198.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  198.52 +Version 2 license, then the option applies only if the new code is
  198.53 +made subject to such option by the copyright holder.
  198.54  -->
  198.55  <external-player xmlns="http://openide.netbeans.org/examples/minicomposer">
  198.56      <label>
   199.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/help-set-ref.xml	Thu Sep 27 09:06:41 2007 +0000
   199.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/help-set-ref.xml	Thu Sep 27 09:20:11 2007 +0000
   199.3 @@ -1,21 +1,44 @@
   199.4  <?xml version="1.0" encoding="UTF-8"?>
   199.5  <!--
   199.6 -The contents of this file are subject to the terms of the Common Development
   199.7 -and Distribution License (the License). You may not use this file except in
   199.8 -compliance with the License.
   199.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  199.10  
  199.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  199.12 -or http://www.netbeans.org/cddl.txt.
  199.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  199.14  
  199.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  199.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  199.17 -If applicable, add the following below the CDDL Header, with the fields
  199.18 -enclosed by brackets [] replaced by your own identifying information:
  199.19 +
  199.20 +The contents of this file are subject to the terms of either the GNU
  199.21 +General Public License Version 2 only ("GPL") or the Common
  199.22 +Development and Distribution License("CDDL") (collectively, the
  199.23 +"License"). You may not use this file except in compliance with the
  199.24 +License. You can obtain a copy of the License at
  199.25 +http://www.netbeans.org/cddl-gplv2.html
  199.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  199.27 +specific language governing permissions and limitations under the
  199.28 +License.  When distributing the software, include this License Header
  199.29 +Notice in each file and include the License file at
  199.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  199.31 +particular file as subject to the "Classpath" exception as provided
  199.32 +by Sun in the GPL Version 2 section of the License file that
  199.33 +accompanied this code. If applicable, add the following below the
  199.34 +License Header, with the fields enclosed by brackets [] replaced by
  199.35 +your own identifying information:
  199.36  "Portions Copyrighted [year] [name of copyright owner]"
  199.37  
  199.38 +Contributor(s):
  199.39 +
  199.40  The Original Software is NetBeans. The Initial Developer of the Original
  199.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  199.42  Microsystems, Inc. All Rights Reserved.
  199.43 +
  199.44 +If you wish your version of this file to be governed by only the CDDL
  199.45 +or only the GPL Version 2, indicate your decision by adding
  199.46 +"[Contributor] elects to include this software in this distribution
  199.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  199.48 +single choice of license, a recipient has the option to distribute
  199.49 +your version of this file under either the CDDL, the GPL Version 2 or
  199.50 +to extend the choice of license to its licensees as provided above.
  199.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  199.52 +Version 2 license, then the option applies only if the new code is
  199.53 +made subject to such option by the copyright holder.
  199.54  -->
  199.55  <!DOCTYPE helpsetref PUBLIC
  199.56            "-//NetBeans//DTD JavaHelp Help Set Reference 1.0//EN"
   200.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/internal-player.xml	Thu Sep 27 09:06:41 2007 +0000
   200.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/internal-player.xml	Thu Sep 27 09:20:11 2007 +0000
   200.3 @@ -1,20 +1,43 @@
   200.4  <?xml version="1.0" encoding="UTF-8"?>
   200.5  <!--
   200.6 -The contents of this file are subject to the terms of the Common Development
   200.7 -and Distribution License (the License). You may not use this file except in
   200.8 -compliance with the License.
   200.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  200.10  
  200.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  200.12 -or http://www.netbeans.org/cddl.txt.
  200.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  200.14  
  200.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  200.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  200.17 -If applicable, add the following below the CDDL Header, with the fields
  200.18 -enclosed by brackets [] replaced by your own identifying information:
  200.19 +
  200.20 +The contents of this file are subject to the terms of either the GNU
  200.21 +General Public License Version 2 only ("GPL") or the Common
  200.22 +Development and Distribution License("CDDL") (collectively, the
  200.23 +"License"). You may not use this file except in compliance with the
  200.24 +License. You can obtain a copy of the License at
  200.25 +http://www.netbeans.org/cddl-gplv2.html
  200.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  200.27 +specific language governing permissions and limitations under the
  200.28 +License.  When distributing the software, include this License Header
  200.29 +Notice in each file and include the License file at
  200.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  200.31 +particular file as subject to the "Classpath" exception as provided
  200.32 +by Sun in the GPL Version 2 section of the License file that
  200.33 +accompanied this code. If applicable, add the following below the
  200.34 +License Header, with the fields enclosed by brackets [] replaced by
  200.35 +your own identifying information:
  200.36  "Portions Copyrighted [year] [name of copyright owner]"
  200.37  
  200.38 +Contributor(s):
  200.39 +
  200.40  The Original Software is NetBeans. The Initial Developer of the Original
  200.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  200.42  Microsystems, Inc. All Rights Reserved.
  200.43 +
  200.44 +If you wish your version of this file to be governed by only the CDDL
  200.45 +or only the GPL Version 2, indicate your decision by adding
  200.46 +"[Contributor] elects to include this software in this distribution
  200.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  200.48 +single choice of license, a recipient has the option to distribute
  200.49 +your version of this file under either the CDDL, the GPL Version 2 or
  200.50 +to extend the choice of license to its licensees as provided above.
  200.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  200.52 +Version 2 license, then the option applies only if the new code is
  200.53 +made subject to such option by the copyright holder.
  200.54  -->
  200.55  <internal-player xmlns="http://openide.netbeans.org/examples/minicomposer"/>
   201.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   201.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   201.3 @@ -1,21 +1,44 @@
   201.4  <?xml version="1.0" encoding="UTF-8"?>
   201.5  <!--
   201.6 -The contents of this file are subject to the terms of the Common Development
   201.7 -and Distribution License (the License). You may not use this file except in
   201.8 -compliance with the License.
   201.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  201.10  
  201.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  201.12 -or http://www.netbeans.org/cddl.txt.
  201.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  201.14  
  201.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  201.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  201.17 -If applicable, add the following below the CDDL Header, with the fields
  201.18 -enclosed by brackets [] replaced by your own identifying information:
  201.19 +
  201.20 +The contents of this file are subject to the terms of either the GNU
  201.21 +General Public License Version 2 only ("GPL") or the Common
  201.22 +Development and Distribution License("CDDL") (collectively, the
  201.23 +"License"). You may not use this file except in compliance with the
  201.24 +License. You can obtain a copy of the License at
  201.25 +http://www.netbeans.org/cddl-gplv2.html
  201.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  201.27 +specific language governing permissions and limitations under the
  201.28 +License.  When distributing the software, include this License Header
  201.29 +Notice in each file and include the License file at
  201.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  201.31 +particular file as subject to the "Classpath" exception as provided
  201.32 +by Sun in the GPL Version 2 section of the License file that
  201.33 +accompanied this code. If applicable, add the following below the
  201.34 +License Header, with the fields enclosed by brackets [] replaced by
  201.35 +your own identifying information:
  201.36  "Portions Copyrighted [year] [name of copyright owner]"
  201.37  
  201.38 +Contributor(s):
  201.39 +
  201.40  The Original Software is NetBeans. The Initial Developer of the Original
  201.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  201.42  Microsystems, Inc. All Rights Reserved.
  201.43 +
  201.44 +If you wish your version of this file to be governed by only the CDDL
  201.45 +or only the GPL Version 2, indicate your decision by adding
  201.46 +"[Contributor] elects to include this software in this distribution
  201.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  201.48 +single choice of license, a recipient has the option to distribute
  201.49 +your version of this file under either the CDDL, the GPL Version 2 or
  201.50 +to extend the choice of license to its licensees as provided above.
  201.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  201.52 +Version 2 license, then the option applies only if the new code is
  201.53 +made subject to such option by the copyright holder.
  201.54  -->
  201.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  201.56  <filesystem>
   202.1 --- a/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/mime-resolver.xml	Thu Sep 27 09:06:41 2007 +0000
   202.2 +++ b/platform/samples/minicomposer/src/org/netbeans/examples/modules/minicomposer/resources/mime-resolver.xml	Thu Sep 27 09:20:11 2007 +0000
   202.3 @@ -1,21 +1,44 @@
   202.4  <?xml version="1.0" encoding="UTF-8"?>
   202.5  <!--
   202.6 -The contents of this file are subject to the terms of the Common Development
   202.7 -and Distribution License (the License). You may not use this file except in
   202.8 -compliance with the License.
   202.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  202.10  
  202.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  202.12 -or http://www.netbeans.org/cddl.txt.
  202.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  202.14  
  202.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  202.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  202.17 -If applicable, add the following below the CDDL Header, with the fields
  202.18 -enclosed by brackets [] replaced by your own identifying information:
  202.19 +
  202.20 +The contents of this file are subject to the terms of either the GNU
  202.21 +General Public License Version 2 only ("GPL") or the Common
  202.22 +Development and Distribution License("CDDL") (collectively, the
  202.23 +"License"). You may not use this file except in compliance with the
  202.24 +License. You can obtain a copy of the License at
  202.25 +http://www.netbeans.org/cddl-gplv2.html
  202.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  202.27 +specific language governing permissions and limitations under the
  202.28 +License.  When distributing the software, include this License Header
  202.29 +Notice in each file and include the License file at
  202.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  202.31 +particular file as subject to the "Classpath" exception as provided
  202.32 +by Sun in the GPL Version 2 section of the License file that
  202.33 +accompanied this code. If applicable, add the following below the
  202.34 +License Header, with the fields enclosed by brackets [] replaced by
  202.35 +your own identifying information:
  202.36  "Portions Copyrighted [year] [name of copyright owner]"
  202.37  
  202.38 +Contributor(s):
  202.39 +
  202.40  The Original Software is NetBeans. The Initial Developer of the Original
  202.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  202.42  Microsystems, Inc. All Rights Reserved.
  202.43 +
  202.44 +If you wish your version of this file to be governed by only the CDDL
  202.45 +or only the GPL Version 2, indicate your decision by adding
  202.46 +"[Contributor] elects to include this software in this distribution
  202.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  202.48 +single choice of license, a recipient has the option to distribute
  202.49 +your version of this file under either the CDDL, the GPL Version 2 or
  202.50 +to extend the choice of license to its licensees as provided above.
  202.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  202.52 +Version 2 license, then the option applies only if the new code is
  202.53 +made subject to such option by the copyright holder.
  202.54  -->
  202.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  202.56  <MIME-resolver>
   203.1 --- a/platform/samples/node-decoration/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:06:41 2007 +0000
   203.2 +++ b/platform/samples/node-decoration/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:20:11 2007 +0000
   203.3 @@ -1,20 +1,42 @@
   203.4  /*
   203.5 - * The contents of this file are subject to the terms of the Common Development
   203.6 - * and Distribution License (the License). You may not use this file except in
   203.7 - * compliance with the License.
   203.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   203.9   *
  203.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  203.11 - * or http://www.netbeans.org/cddl.txt.
  203.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  203.13   *
  203.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  203.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  203.16 - * If applicable, add the following below the CDDL Header, with the fields
  203.17 - * enclosed by brackets [] replaced by your own identifying information:
  203.18 + * The contents of this file are subject to the terms of either the GNU
  203.19 + * General Public License Version 2 only ("GPL") or the Common
  203.20 + * Development and Distribution License("CDDL") (collectively, the
  203.21 + * "License"). You may not use this file except in compliance with the
  203.22 + * License. You can obtain a copy of the License at
  203.23 + * http://www.netbeans.org/cddl-gplv2.html
  203.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  203.25 + * specific language governing permissions and limitations under the
  203.26 + * License.  When distributing the software, include this License Header
  203.27 + * Notice in each file and include the License file at
  203.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  203.29 + * particular file as subject to the "Classpath" exception as provided
  203.30 + * by Sun in the GPL Version 2 section of the License file that
  203.31 + * accompanied this code. If applicable, add the following below the
  203.32 + * License Header, with the fields enclosed by brackets [] replaced by
  203.33 + * your own identifying information:
  203.34   * "Portions Copyrighted [year] [name of copyright owner]"
  203.35   *
  203.36 + * Contributor(s):
  203.37 + *
  203.38   * The Original Software is NetBeans. The Initial Developer of the Original
  203.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  203.40   * Microsystems, Inc. All Rights Reserved.
  203.41 + *
  203.42 + * If you wish your version of this file to be governed by only the CDDL
  203.43 + * or only the GPL Version 2, indicate your decision by adding
  203.44 + * "[Contributor] elects to include this software in this distribution
  203.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  203.46 + * single choice of license, a recipient has the option to distribute
  203.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  203.48 + * to extend the choice of license to its licensees as provided above.
  203.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  203.50 + * Version 2 license, then the option applies only if the new code is
  203.51 + * made subject to such option by the copyright holder.
  203.52   */
  203.53  package org.myorg.myapi;
  203.54  
   204.1 --- a/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   204.2 +++ b/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   204.3 @@ -1,19 +1,41 @@
   204.4 -# The contents of this file are subject to the terms of the Common Development
   204.5 -# and Distribution License (the License). You may not use this file except in
   204.6 -# compliance with the License.
   204.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   204.8  #
   204.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  204.10 -# or http://www.netbeans.org/cddl.txt.
  204.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  204.12  #
  204.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  204.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  204.15 -# If applicable, add the following below the CDDL Header, with the fields
  204.16 -# enclosed by brackets [] replaced by your own identifying information:
  204.17 +# The contents of this file are subject to the terms of either the GNU
  204.18 +# General Public License Version 2 only ("GPL") or the Common
  204.19 +# Development and Distribution License("CDDL") (collectively, the
  204.20 +# "License"). You may not use this file except in compliance with the
  204.21 +# License. You can obtain a copy of the License at
  204.22 +# http://www.netbeans.org/cddl-gplv2.html
  204.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  204.24 +# specific language governing permissions and limitations under the
  204.25 +# License.  When distributing the software, include this License Header
  204.26 +# Notice in each file and include the License file at
  204.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  204.28 +# particular file as subject to the "Classpath" exception as provided
  204.29 +# by Sun in the GPL Version 2 section of the License file that
  204.30 +# accompanied this code. If applicable, add the following below the
  204.31 +# License Header, with the fields enclosed by brackets [] replaced by
  204.32 +# your own identifying information:
  204.33  # "Portions Copyrighted [year] [name of copyright owner]"
  204.34  #
  204.35 +# Contributor(s):
  204.36 +#
  204.37  # The Original Software is NetBeans. The Initial Developer of the Original
  204.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  204.39  # Microsystems, Inc. All Rights Reserved.
  204.40 +#
  204.41 +# If you wish your version of this file to be governed by only the CDDL
  204.42 +# or only the GPL Version 2, indicate your decision by adding
  204.43 +# "[Contributor] elects to include this software in this distribution
  204.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  204.45 +# single choice of license, a recipient has the option to distribute
  204.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  204.47 +# to extend the choice of license to its licensees as provided above.
  204.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  204.49 +# Version 2 license, then the option applies only if the new code is
  204.50 +# made subject to such option by the copyright holder.
  204.51  
  204.52  CTL_OpenEditorAction=Open Editor
  204.53  OpenIDE-Module-Name=My Editor 3
   205.1 --- a/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:06:41 2007 +0000
   205.2 +++ b/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:20:11 2007 +0000
   205.3 @@ -1,20 +1,42 @@
   205.4  /*
   205.5 - * The contents of this file are subject to the terms of the Common Development
   205.6 - * and Distribution License (the License). You may not use this file except in
   205.7 - * compliance with the License.
   205.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   205.9   *
  205.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  205.11 - * or http://www.netbeans.org/cddl.txt.
  205.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  205.13   *
  205.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  205.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  205.16 - * If applicable, add the following below the CDDL Header, with the fields
  205.17 - * enclosed by brackets [] replaced by your own identifying information:
  205.18 + * The contents of this file are subject to the terms of either the GNU
  205.19 + * General Public License Version 2 only ("GPL") or the Common
  205.20 + * Development and Distribution License("CDDL") (collectively, the
  205.21 + * "License"). You may not use this file except in compliance with the
  205.22 + * License. You can obtain a copy of the License at
  205.23 + * http://www.netbeans.org/cddl-gplv2.html
  205.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  205.25 + * specific language governing permissions and limitations under the
  205.26 + * License.  When distributing the software, include this License Header
  205.27 + * Notice in each file and include the License file at
  205.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  205.29 + * particular file as subject to the "Classpath" exception as provided
  205.30 + * by Sun in the GPL Version 2 section of the License file that
  205.31 + * accompanied this code. If applicable, add the following below the
  205.32 + * License Header, with the fields enclosed by brackets [] replaced by
  205.33 + * your own identifying information:
  205.34   * "Portions Copyrighted [year] [name of copyright owner]"
  205.35   *
  205.36 + * Contributor(s):
  205.37 + *
  205.38   * The Original Software is NetBeans. The Initial Developer of the Original
  205.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  205.40   * Microsystems, Inc. All Rights Reserved.
  205.41 + *
  205.42 + * If you wish your version of this file to be governed by only the CDDL
  205.43 + * or only the GPL Version 2, indicate your decision by adding
  205.44 + * "[Contributor] elects to include this software in this distribution
  205.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  205.46 + * single choice of license, a recipient has the option to distribute
  205.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  205.48 + * to extend the choice of license to its licensees as provided above.
  205.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  205.50 + * Version 2 license, then the option applies only if the new code is
  205.51 + * made subject to such option by the copyright holder.
  205.52   */
  205.53  package org.myorg.myeditor;
  205.54  
   206.1 --- a/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   206.2 +++ b/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   206.3 @@ -1,20 +1,42 @@
   206.4  /*
   206.5 - * The contents of this file are subject to the terms of the Common Development
   206.6 - * and Distribution License (the License). You may not use this file except in
   206.7 - * compliance with the License.
   206.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   206.9   *
  206.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  206.11 - * or http://www.netbeans.org/cddl.txt.
  206.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  206.13   *
  206.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  206.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  206.16 - * If applicable, add the following below the CDDL Header, with the fields
  206.17 - * enclosed by brackets [] replaced by your own identifying information:
  206.18 + * The contents of this file are subject to the terms of either the GNU
  206.19 + * General Public License Version 2 only ("GPL") or the Common
  206.20 + * Development and Distribution License("CDDL") (collectively, the
  206.21 + * "License"). You may not use this file except in compliance with the
  206.22 + * License. You can obtain a copy of the License at
  206.23 + * http://www.netbeans.org/cddl-gplv2.html
  206.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  206.25 + * specific language governing permissions and limitations under the
  206.26 + * License.  When distributing the software, include this License Header
  206.27 + * Notice in each file and include the License file at
  206.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  206.29 + * particular file as subject to the "Classpath" exception as provided
  206.30 + * by Sun in the GPL Version 2 section of the License file that
  206.31 + * accompanied this code. If applicable, add the following below the
  206.32 + * License Header, with the fields enclosed by brackets [] replaced by
  206.33 + * your own identifying information:
  206.34   * "Portions Copyrighted [year] [name of copyright owner]"
  206.35   *
  206.36 + * Contributor(s):
  206.37 + *
  206.38   * The Original Software is NetBeans. The Initial Developer of the Original
  206.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  206.40   * Microsystems, Inc. All Rights Reserved.
  206.41 + *
  206.42 + * If you wish your version of this file to be governed by only the CDDL
  206.43 + * or only the GPL Version 2, indicate your decision by adding
  206.44 + * "[Contributor] elects to include this software in this distribution
  206.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  206.46 + * single choice of license, a recipient has the option to distribute
  206.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  206.48 + * to extend the choice of license to its licensees as provided above.
  206.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  206.50 + * Version 2 license, then the option applies only if the new code is
  206.51 + * made subject to such option by the copyright holder.
  206.52   */
  206.53  package org.myorg.myeditor;
  206.54  
   207.1 --- a/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyNode.java	Thu Sep 27 09:06:41 2007 +0000
   207.2 +++ b/platform/samples/node-decoration/MyEditor/src/org/myorg/myeditor/MyNode.java	Thu Sep 27 09:20:11 2007 +0000
   207.3 @@ -1,20 +1,42 @@
   207.4  /*
   207.5 - * The contents of this file are subject to the terms of the Common Development
   207.6 - * and Distribution License (the License). You may not use this file except in
   207.7 - * compliance with the License.
   207.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   207.9   *
  207.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  207.11 - * or http://www.netbeans.org/cddl.txt.
  207.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  207.13   *
  207.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  207.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  207.16 - * If applicable, add the following below the CDDL Header, with the fields
  207.17 - * enclosed by brackets [] replaced by your own identifying information:
  207.18 + * The contents of this file are subject to the terms of either the GNU
  207.19 + * General Public License Version 2 only ("GPL") or the Common
  207.20 + * Development and Distribution License("CDDL") (collectively, the
  207.21 + * "License"). You may not use this file except in compliance with the
  207.22 + * License. You can obtain a copy of the License at
  207.23 + * http://www.netbeans.org/cddl-gplv2.html
  207.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  207.25 + * specific language governing permissions and limitations under the
  207.26 + * License.  When distributing the software, include this License Header
  207.27 + * Notice in each file and include the License file at
  207.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  207.29 + * particular file as subject to the "Classpath" exception as provided
  207.30 + * by Sun in the GPL Version 2 section of the License file that
  207.31 + * accompanied this code. If applicable, add the following below the
  207.32 + * License Header, with the fields enclosed by brackets [] replaced by
  207.33 + * your own identifying information:
  207.34   * "Portions Copyrighted [year] [name of copyright owner]"
  207.35   *
  207.36 + * Contributor(s):
  207.37 + *
  207.38   * The Original Software is NetBeans. The Initial Developer of the Original
  207.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  207.40   * Microsystems, Inc. All Rights Reserved.
  207.41 + *
  207.42 + * If you wish your version of this file to be governed by only the CDDL
  207.43 + * or only the GPL Version 2, indicate your decision by adding
  207.44 + * "[Contributor] elects to include this software in this distribution
  207.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  207.46 + * single choice of license, a recipient has the option to distribute
  207.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  207.48 + * to extend the choice of license to its licensees as provided above.
  207.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  207.50 + * Version 2 license, then the option applies only if the new code is
  207.51 + * made subject to such option by the copyright holder.
  207.52   */
  207.53  package org.myorg.myeditor;
  207.54  
   208.1 --- a/platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   208.2 +++ b/platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   208.3 @@ -1,19 +1,41 @@
   208.4 -# The contents of this file are subject to the terms of the Common Development
   208.5 -# and Distribution License (the License). You may not use this file except in
   208.6 -# compliance with the License.
   208.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   208.8  #
   208.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  208.10 -# or http://www.netbeans.org/cddl.txt.
  208.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  208.12  #
  208.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  208.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  208.15 -# If applicable, add the following below the CDDL Header, with the fields
  208.16 -# enclosed by brackets [] replaced by your own identifying information:
  208.17 +# The contents of this file are subject to the terms of either the GNU
  208.18 +# General Public License Version 2 only ("GPL") or the Common
  208.19 +# Development and Distribution License("CDDL") (collectively, the
  208.20 +# "License"). You may not use this file except in compliance with the
  208.21 +# License. You can obtain a copy of the License at
  208.22 +# http://www.netbeans.org/cddl-gplv2.html
  208.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  208.24 +# specific language governing permissions and limitations under the
  208.25 +# License.  When distributing the software, include this License Header
  208.26 +# Notice in each file and include the License file at
  208.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  208.28 +# particular file as subject to the "Classpath" exception as provided
  208.29 +# by Sun in the GPL Version 2 section of the License file that
  208.30 +# accompanied this code. If applicable, add the following below the
  208.31 +# License Header, with the fields enclosed by brackets [] replaced by
  208.32 +# your own identifying information:
  208.33  # "Portions Copyrighted [year] [name of copyright owner]"
  208.34  #
  208.35 +# Contributor(s):
  208.36 +#
  208.37  # The Original Software is NetBeans. The Initial Developer of the Original
  208.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  208.39  # Microsystems, Inc. All Rights Reserved.
  208.40 +#
  208.41 +# If you wish your version of this file to be governed by only the CDDL
  208.42 +# or only the GPL Version 2, indicate your decision by adding
  208.43 +# "[Contributor] elects to include this software in this distribution
  208.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  208.45 +# single choice of license, a recipient has the option to distribute
  208.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  208.47 +# to extend the choice of license to its licensees as provided above.
  208.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  208.49 +# Version 2 license, then the option applies only if the new code is
  208.50 +# made subject to such option by the copyright holder.
  208.51  
  208.52  CTL_MyViewerAction=Open MyViewer Window
  208.53  CTL_MyViewerTopComponent=MyViewer Window
   209.1 --- a/platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:06:41 2007 +0000
   209.2 +++ b/platform/samples/node-decoration/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:20:11 2007 +0000
   209.3 @@ -1,20 +1,42 @@
   209.4  /*
   209.5 - * The contents of this file are subject to the terms of the Common Development
   209.6 - * and Distribution License (the License). You may not use this file except in
   209.7 - * compliance with the License.
   209.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   209.9   *
  209.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  209.11 - * or http://www.netbeans.org/cddl.txt.
  209.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  209.13   *
  209.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  209.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  209.16 - * If applicable, add the following below the CDDL Header, with the fields
  209.17 - * enclosed by brackets [] replaced by your own identifying information:
  209.18 + * The contents of this file are subject to the terms of either the GNU
  209.19 + * General Public License Version 2 only ("GPL") or the Common
  209.20 + * Development and Distribution License("CDDL") (collectively, the
  209.21 + * "License"). You may not use this file except in compliance with the
  209.22 + * License. You can obtain a copy of the License at
  209.23 + * http://www.netbeans.org/cddl-gplv2.html
  209.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  209.25 + * specific language governing permissions and limitations under the
  209.26 + * License.  When distributing the software, include this License Header
  209.27 + * Notice in each file and include the License file at
  209.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  209.29 + * particular file as subject to the "Classpath" exception as provided
  209.30 + * by Sun in the GPL Version 2 section of the License file that
  209.31 + * accompanied this code. If applicable, add the following below the
  209.32 + * License Header, with the fields enclosed by brackets [] replaced by
  209.33 + * your own identifying information:
  209.34   * "Portions Copyrighted [year] [name of copyright owner]"
  209.35   *
  209.36 + * Contributor(s):
  209.37 + *
  209.38   * The Original Software is NetBeans. The Initial Developer of the Original
  209.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  209.40   * Microsystems, Inc. All Rights Reserved.
  209.41 + *
  209.42 + * If you wish your version of this file to be governed by only the CDDL
  209.43 + * or only the GPL Version 2, indicate your decision by adding
  209.44 + * "[Contributor] elects to include this software in this distribution
  209.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  209.46 + * single choice of license, a recipient has the option to distribute
  209.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  209.48 + * to extend the choice of license to its licensees as provided above.
  209.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  209.50 + * Version 2 license, then the option applies only if the new code is
  209.51 + * made subject to such option by the copyright holder.
  209.52   */
  209.53  package org.myorg.myviewer;
  209.54  
   210.1 --- a/platform/samples/povray/povsuite-1/build.xml	Thu Sep 27 09:06:41 2007 +0000
   210.2 +++ b/platform/samples/povray/povsuite-1/build.xml	Thu Sep 27 09:20:11 2007 +0000
   210.3 @@ -1,21 +1,44 @@
   210.4  <?xml version="1.0" encoding="UTF-8"?>
   210.5  <!--
   210.6 -The contents of this file are subject to the terms of the Common Development
   210.7 -and Distribution License (the License). You may not use this file except in
   210.8 -compliance with the License.
   210.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  210.10  
  210.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  210.12 -or http://www.netbeans.org/cddl.txt.
  210.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  210.14  
  210.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  210.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  210.17 -If applicable, add the following below the CDDL Header, with the fields
  210.18 -enclosed by brackets [] replaced by your own identifying information:
  210.19 +
  210.20 +The contents of this file are subject to the terms of either the GNU
  210.21 +General Public License Version 2 only ("GPL") or the Common
  210.22 +Development and Distribution License("CDDL") (collectively, the
  210.23 +"License"). You may not use this file except in compliance with the
  210.24 +License. You can obtain a copy of the License at
  210.25 +http://www.netbeans.org/cddl-gplv2.html
  210.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  210.27 +specific language governing permissions and limitations under the
  210.28 +License.  When distributing the software, include this License Header
  210.29 +Notice in each file and include the License file at
  210.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  210.31 +particular file as subject to the "Classpath" exception as provided
  210.32 +by Sun in the GPL Version 2 section of the License file that
  210.33 +accompanied this code. If applicable, add the following below the
  210.34 +License Header, with the fields enclosed by brackets [] replaced by
  210.35 +your own identifying information:
  210.36  "Portions Copyrighted [year] [name of copyright owner]"
  210.37  
  210.38 +Contributor(s):
  210.39 +
  210.40   The Original Software is NetBeans. The Initial Developer of the Original
  210.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  210.42   Microsystems, Inc. All Rights Reserved.
  210.43 +
  210.44 +If you wish your version of this file to be governed by only the CDDL
  210.45 +or only the GPL Version 2, indicate your decision by adding
  210.46 +"[Contributor] elects to include this software in this distribution
  210.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  210.48 +single choice of license, a recipient has the option to distribute
  210.49 +your version of this file under either the CDDL, the GPL Version 2 or
  210.50 +to extend the choice of license to its licensees as provided above.
  210.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  210.52 +Version 2 license, then the option applies only if the new code is
  210.53 +made subject to such option by the copyright holder.
  210.54  -->
  210.55  <project name="povsuite-1" basedir=".">
  210.56      <description>Builds the module suite povsuite-1.</description>
   211.1 --- a/platform/samples/povray/povsuite-1/povfile/build.xml	Thu Sep 27 09:06:41 2007 +0000
   211.2 +++ b/platform/samples/povray/povsuite-1/povfile/build.xml	Thu Sep 27 09:20:11 2007 +0000
   211.3 @@ -1,21 +1,44 @@
   211.4  <?xml version="1.0" encoding="UTF-8"?>
   211.5  <!--
   211.6 -The contents of this file are subject to the terms of the Common Development
   211.7 -and Distribution License (the License). You may not use this file except in
   211.8 -compliance with the License.
   211.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  211.10  
  211.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  211.12 -or http://www.netbeans.org/cddl.txt.
  211.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  211.14  
  211.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  211.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  211.17 -If applicable, add the following below the CDDL Header, with the fields
  211.18 -enclosed by brackets [] replaced by your own identifying information:
  211.19 +
  211.20 +The contents of this file are subject to the terms of either the GNU
  211.21 +General Public License Version 2 only ("GPL") or the Common
  211.22 +Development and Distribution License("CDDL") (collectively, the
  211.23 +"License"). You may not use this file except in compliance with the
  211.24 +License. You can obtain a copy of the License at
  211.25 +http://www.netbeans.org/cddl-gplv2.html
  211.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  211.27 +specific language governing permissions and limitations under the
  211.28 +License.  When distributing the software, include this License Header
  211.29 +Notice in each file and include the License file at
  211.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  211.31 +particular file as subject to the "Classpath" exception as provided
  211.32 +by Sun in the GPL Version 2 section of the License file that
  211.33 +accompanied this code. If applicable, add the following below the
  211.34 +License Header, with the fields enclosed by brackets [] replaced by
  211.35 +your own identifying information:
  211.36  "Portions Copyrighted [year] [name of copyright owner]"
  211.37  
  211.38 +Contributor(s):
  211.39 +
  211.40   The Original Software is NetBeans. The Initial Developer of the Original
  211.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  211.42   Microsystems, Inc. All Rights Reserved.
  211.43 +
  211.44 +If you wish your version of this file to be governed by only the CDDL
  211.45 +or only the GPL Version 2, indicate your decision by adding
  211.46 +"[Contributor] elects to include this software in this distribution
  211.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  211.48 +single choice of license, a recipient has the option to distribute
  211.49 +your version of this file under either the CDDL, the GPL Version 2 or
  211.50 +to extend the choice of license to its licensees as provided above.
  211.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  211.52 +Version 2 license, then the option applies only if the new code is
  211.53 +made subject to such option by the copyright holder.
  211.54  -->
  211.55  <project name="org.netbeans.examples.modules.povfile" default="netbeans" basedir=".">
  211.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povfile.</description>
   212.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   212.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   212.3 @@ -1,19 +1,41 @@
   212.4 -# The contents of this file are subject to the terms of the Common Development
   212.5 -# and Distribution License (the License). You may not use this file except in
   212.6 -# compliance with the License.
   212.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   212.8  #
   212.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  212.10 -# or http://www.netbeans.org/cddl.txt.
  212.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  212.12  #
  212.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  212.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  212.15 -# If applicable, add the following below the CDDL Header, with the fields
  212.16 -# enclosed by brackets [] replaced by your own identifying information:
  212.17 +# The contents of this file are subject to the terms of either the GNU
  212.18 +# General Public License Version 2 only ("GPL") or the Common
  212.19 +# Development and Distribution License("CDDL") (collectively, the
  212.20 +# "License"). You may not use this file except in compliance with the
  212.21 +# License. You can obtain a copy of the License at
  212.22 +# http://www.netbeans.org/cddl-gplv2.html
  212.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  212.24 +# specific language governing permissions and limitations under the
  212.25 +# License.  When distributing the software, include this License Header
  212.26 +# Notice in each file and include the License file at
  212.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  212.28 +# particular file as subject to the "Classpath" exception as provided
  212.29 +# by Sun in the GPL Version 2 section of the License file that
  212.30 +# accompanied this code. If applicable, add the following below the
  212.31 +# License Header, with the fields enclosed by brackets [] replaced by
  212.32 +# your own identifying information:
  212.33  # "Portions Copyrighted [year] [name of copyright owner]"
  212.34  #
  212.35 +# Contributor(s):
  212.36 +#
  212.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  212.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  212.39  #  Microsystems, Inc. All Rights Reserved.
  212.40 +#
  212.41 +# If you wish your version of this file to be governed by only the CDDL
  212.42 +# or only the GPL Version 2, indicate your decision by adding
  212.43 +# "[Contributor] elects to include this software in this distribution
  212.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  212.45 +# single choice of license, a recipient has the option to distribute
  212.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  212.47 +# to extend the choice of license to its licensees as provided above.
  212.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  212.49 +# Version 2 license, then the option applies only if the new code is
  212.50 +# made subject to such option by the copyright holder.
  212.51  LBL_Povray_loader_name=Povray Files
  212.52  OpenIDE-Module-Name=Povray File Support 1
  212.53  Services/MIMEResolver/PovrayResolver.xml=Povray Files
   213.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   213.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   213.3 @@ -1,20 +1,42 @@
   213.4  /*
   213.5 - * The contents of this file are subject to the terms of the Common Development
   213.6 - * and Distribution License (the License). You may not use this file except in
   213.7 - * compliance with the License.
   213.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   213.9   *
  213.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  213.11 - * or http://www.netbeans.org/cddl.txt.
  213.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  213.13   *
  213.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  213.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  213.16 - * If applicable, add the following below the CDDL Header, with the fields
  213.17 - * enclosed by brackets [] replaced by your own identifying information:
  213.18 + * The contents of this file are subject to the terms of either the GNU
  213.19 + * General Public License Version 2 only ("GPL") or the Common
  213.20 + * Development and Distribution License("CDDL") (collectively, the
  213.21 + * "License"). You may not use this file except in compliance with the
  213.22 + * License. You can obtain a copy of the License at
  213.23 + * http://www.netbeans.org/cddl-gplv2.html
  213.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  213.25 + * specific language governing permissions and limitations under the
  213.26 + * License.  When distributing the software, include this License Header
  213.27 + * Notice in each file and include the License file at
  213.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  213.29 + * particular file as subject to the "Classpath" exception as provided
  213.30 + * by Sun in the GPL Version 2 section of the License file that
  213.31 + * accompanied this code. If applicable, add the following below the
  213.32 + * License Header, with the fields enclosed by brackets [] replaced by
  213.33 + * your own identifying information:
  213.34   * "Portions Copyrighted [year] [name of copyright owner]"
  213.35   *
  213.36 + * Contributor(s):
  213.37 + *
  213.38   * The Original Software is NetBeans. The Initial Developer of the Original
  213.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  213.40   * Microsystems, Inc. All Rights Reserved.
  213.41 + *
  213.42 + * If you wish your version of this file to be governed by only the CDDL
  213.43 + * or only the GPL Version 2, indicate your decision by adding
  213.44 + * "[Contributor] elects to include this software in this distribution
  213.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  213.46 + * single choice of license, a recipient has the option to distribute
  213.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  213.48 + * to extend the choice of license to its licensees as provided above.
  213.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  213.50 + * Version 2 license, then the option applies only if the new code is
  213.51 + * made subject to such option by the copyright holder.
  213.52   */
  213.53  package org.netbeans.examples.modules.povfile;
  213.54  
   214.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   214.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   214.3 @@ -1,20 +1,42 @@
   214.4  /*
   214.5 - * The contents of this file are subject to the terms of the Common Development
   214.6 - * and Distribution License (the License). You may not use this file except in
   214.7 - * compliance with the License.
   214.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   214.9   *
  214.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  214.11 - * or http://www.netbeans.org/cddl.txt.
  214.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  214.13   *
  214.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  214.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  214.16 - * If applicable, add the following below the CDDL Header, with the fields
  214.17 - * enclosed by brackets [] replaced by your own identifying information:
  214.18 + * The contents of this file are subject to the terms of either the GNU
  214.19 + * General Public License Version 2 only ("GPL") or the Common
  214.20 + * Development and Distribution License("CDDL") (collectively, the
  214.21 + * "License"). You may not use this file except in compliance with the
  214.22 + * License. You can obtain a copy of the License at
  214.23 + * http://www.netbeans.org/cddl-gplv2.html
  214.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  214.25 + * specific language governing permissions and limitations under the
  214.26 + * License.  When distributing the software, include this License Header
  214.27 + * Notice in each file and include the License file at
  214.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  214.29 + * particular file as subject to the "Classpath" exception as provided
  214.30 + * by Sun in the GPL Version 2 section of the License file that
  214.31 + * accompanied this code. If applicable, add the following below the
  214.32 + * License Header, with the fields enclosed by brackets [] replaced by
  214.33 + * your own identifying information:
  214.34   * "Portions Copyrighted [year] [name of copyright owner]"
  214.35   *
  214.36 + * Contributor(s):
  214.37 + *
  214.38   * The Original Software is NetBeans. The Initial Developer of the Original
  214.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  214.40   * Microsystems, Inc. All Rights Reserved.
  214.41 + *
  214.42 + * If you wish your version of this file to be governed by only the CDDL
  214.43 + * or only the GPL Version 2, indicate your decision by adding
  214.44 + * "[Contributor] elects to include this software in this distribution
  214.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  214.46 + * single choice of license, a recipient has the option to distribute
  214.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  214.48 + * to extend the choice of license to its licensees as provided above.
  214.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  214.50 + * Version 2 license, then the option applies only if the new code is
  214.51 + * made subject to such option by the copyright holder.
  214.52   */
  214.53  package org.netbeans.examples.modules.povfile;
  214.54  
   215.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   215.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   215.3 @@ -1,20 +1,42 @@
   215.4  /*
   215.5 - * The contents of this file are subject to the terms of the Common Development
   215.6 - * and Distribution License (the License). You may not use this file except in
   215.7 - * compliance with the License.
   215.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   215.9   *
  215.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  215.11 - * or http://www.netbeans.org/cddl.txt.
  215.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  215.13   *
  215.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  215.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  215.16 - * If applicable, add the following below the CDDL Header, with the fields
  215.17 - * enclosed by brackets [] replaced by your own identifying information:
  215.18 + * The contents of this file are subject to the terms of either the GNU
  215.19 + * General Public License Version 2 only ("GPL") or the Common
  215.20 + * Development and Distribution License("CDDL") (collectively, the
  215.21 + * "License"). You may not use this file except in compliance with the
  215.22 + * License. You can obtain a copy of the License at
  215.23 + * http://www.netbeans.org/cddl-gplv2.html
  215.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  215.25 + * specific language governing permissions and limitations under the
  215.26 + * License.  When distributing the software, include this License Header
  215.27 + * Notice in each file and include the License file at
  215.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  215.29 + * particular file as subject to the "Classpath" exception as provided
  215.30 + * by Sun in the GPL Version 2 section of the License file that
  215.31 + * accompanied this code. If applicable, add the following below the
  215.32 + * License Header, with the fields enclosed by brackets [] replaced by
  215.33 + * your own identifying information:
  215.34   * "Portions Copyrighted [year] [name of copyright owner]"
  215.35   *
  215.36 + * Contributor(s):
  215.37 + *
  215.38   * The Original Software is NetBeans. The Initial Developer of the Original
  215.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  215.40   * Microsystems, Inc. All Rights Reserved.
  215.41 + *
  215.42 + * If you wish your version of this file to be governed by only the CDDL
  215.43 + * or only the GPL Version 2, indicate your decision by adding
  215.44 + * "[Contributor] elects to include this software in this distribution
  215.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  215.46 + * single choice of license, a recipient has the option to distribute
  215.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  215.48 + * to extend the choice of license to its licensees as provided above.
  215.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  215.50 + * Version 2 license, then the option applies only if the new code is
  215.51 + * made subject to such option by the copyright holder.
  215.52   */
  215.53  package org.netbeans.examples.modules.povfile;
  215.54  
   216.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   216.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   216.3 @@ -1,20 +1,42 @@
   216.4  /*
   216.5 - * The contents of this file are subject to the terms of the Common Development
   216.6 - * and Distribution License (the License). You may not use this file except in
   216.7 - * compliance with the License.
   216.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   216.9   *
  216.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  216.11 - * or http://www.netbeans.org/cddl.txt.
  216.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  216.13   *
  216.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  216.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  216.16 - * If applicable, add the following below the CDDL Header, with the fields
  216.17 - * enclosed by brackets [] replaced by your own identifying information:
  216.18 + * The contents of this file are subject to the terms of either the GNU
  216.19 + * General Public License Version 2 only ("GPL") or the Common
  216.20 + * Development and Distribution License("CDDL") (collectively, the
  216.21 + * "License"). You may not use this file except in compliance with the
  216.22 + * License. You can obtain a copy of the License at
  216.23 + * http://www.netbeans.org/cddl-gplv2.html
  216.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  216.25 + * specific language governing permissions and limitations under the
  216.26 + * License.  When distributing the software, include this License Header
  216.27 + * Notice in each file and include the License file at
  216.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  216.29 + * particular file as subject to the "Classpath" exception as provided
  216.30 + * by Sun in the GPL Version 2 section of the License file that
  216.31 + * accompanied this code. If applicable, add the following below the
  216.32 + * License Header, with the fields enclosed by brackets [] replaced by
  216.33 + * your own identifying information:
  216.34   * "Portions Copyrighted [year] [name of copyright owner]"
  216.35   *
  216.36 + * Contributor(s):
  216.37 + *
  216.38   * The Original Software is NetBeans. The Initial Developer of the Original
  216.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  216.40   * Microsystems, Inc. All Rights Reserved.
  216.41 + *
  216.42 + * If you wish your version of this file to be governed by only the CDDL
  216.43 + * or only the GPL Version 2, indicate your decision by adding
  216.44 + * "[Contributor] elects to include this software in this distribution
  216.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  216.46 + * single choice of license, a recipient has the option to distribute
  216.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  216.48 + * to extend the choice of license to its licensees as provided above.
  216.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  216.50 + * Version 2 license, then the option applies only if the new code is
  216.51 + * made subject to such option by the copyright holder.
  216.52   */
  216.53  package org.netbeans.examples.modules.povfile;
  216.54  
   217.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:06:41 2007 +0000
   217.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:20:11 2007 +0000
   217.3 @@ -1,21 +1,44 @@
   217.4  <?xml version="1.0" encoding="UTF-8"?>
   217.5  <!--
   217.6 -The contents of this file are subject to the terms of the Common Development
   217.7 -and Distribution License (the License). You may not use this file except in
   217.8 -compliance with the License.
   217.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  217.10  
  217.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  217.12 -or http://www.netbeans.org/cddl.txt.
  217.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  217.14  
  217.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  217.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  217.17 -If applicable, add the following below the CDDL Header, with the fields
  217.18 -enclosed by brackets [] replaced by your own identifying information:
  217.19 +
  217.20 +The contents of this file are subject to the terms of either the GNU
  217.21 +General Public License Version 2 only ("GPL") or the Common
  217.22 +Development and Distribution License("CDDL") (collectively, the
  217.23 +"License"). You may not use this file except in compliance with the
  217.24 +License. You can obtain a copy of the License at
  217.25 +http://www.netbeans.org/cddl-gplv2.html
  217.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  217.27 +specific language governing permissions and limitations under the
  217.28 +License.  When distributing the software, include this License Header
  217.29 +Notice in each file and include the License file at
  217.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  217.31 +particular file as subject to the "Classpath" exception as provided
  217.32 +by Sun in the GPL Version 2 section of the License file that
  217.33 +accompanied this code. If applicable, add the following below the
  217.34 +License Header, with the fields enclosed by brackets [] replaced by
  217.35 +your own identifying information:
  217.36  "Portions Copyrighted [year] [name of copyright owner]"
  217.37  
  217.38 +Contributor(s):
  217.39 +
  217.40   The Original Software is NetBeans. The Initial Developer of the Original
  217.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  217.42   Microsystems, Inc. All Rights Reserved.
  217.43 +
  217.44 +If you wish your version of this file to be governed by only the CDDL
  217.45 +or only the GPL Version 2, indicate your decision by adding
  217.46 +"[Contributor] elects to include this software in this distribution
  217.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  217.48 +single choice of license, a recipient has the option to distribute
  217.49 +your version of this file under either the CDDL, the GPL Version 2 or
  217.50 +to extend the choice of license to its licensees as provided above.
  217.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  217.52 +Version 2 license, then the option applies only if the new code is
  217.53 +made subject to such option by the copyright holder.
  217.54  -->
  217.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  217.56  <MIME-resolver>
   218.1 --- a/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   218.2 +++ b/platform/samples/povray/povsuite-1/povfile/src/org/netbeans/examples/modules/povfile/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   218.3 @@ -1,21 +1,44 @@
   218.4  <?xml version="1.0" encoding="UTF-8"?>
   218.5  <!--
   218.6 -The contents of this file are subject to the terms of the Common Development
   218.7 -and Distribution License (the License). You may not use this file except in
   218.8 -compliance with the License.
   218.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  218.10  
  218.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  218.12 -or http://www.netbeans.org/cddl.txt.
  218.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  218.14  
  218.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  218.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  218.17 -If applicable, add the following below the CDDL Header, with the fields
  218.18 -enclosed by brackets [] replaced by your own identifying information:
  218.19 +
  218.20 +The contents of this file are subject to the terms of either the GNU
  218.21 +General Public License Version 2 only ("GPL") or the Common
  218.22 +Development and Distribution License("CDDL") (collectively, the
  218.23 +"License"). You may not use this file except in compliance with the
  218.24 +License. You can obtain a copy of the License at
  218.25 +http://www.netbeans.org/cddl-gplv2.html
  218.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  218.27 +specific language governing permissions and limitations under the
  218.28 +License.  When distributing the software, include this License Header
  218.29 +Notice in each file and include the License file at
  218.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  218.31 +particular file as subject to the "Classpath" exception as provided
  218.32 +by Sun in the GPL Version 2 section of the License file that
  218.33 +accompanied this code. If applicable, add the following below the
  218.34 +License Header, with the fields enclosed by brackets [] replaced by
  218.35 +your own identifying information:
  218.36  "Portions Copyrighted [year] [name of copyright owner]"
  218.37  
  218.38 +Contributor(s):
  218.39 +
  218.40   The Original Software is NetBeans. The Initial Developer of the Original
  218.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  218.42   Microsystems, Inc. All Rights Reserved.
  218.43 +
  218.44 +If you wish your version of this file to be governed by only the CDDL
  218.45 +or only the GPL Version 2, indicate your decision by adding
  218.46 +"[Contributor] elects to include this software in this distribution
  218.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  218.48 +single choice of license, a recipient has the option to distribute
  218.49 +your version of this file under either the CDDL, the GPL Version 2 or
  218.50 +to extend the choice of license to its licensees as provided above.
  218.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  218.52 +Version 2 license, then the option applies only if the new code is
  218.53 +made subject to such option by the copyright holder.
  218.54  -->
  218.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  218.56  <filesystem>
   219.1 --- a/platform/samples/povray/povsuite-1/povproject/build.xml	Thu Sep 27 09:06:41 2007 +0000
   219.2 +++ b/platform/samples/povray/povsuite-1/povproject/build.xml	Thu Sep 27 09:20:11 2007 +0000
   219.3 @@ -1,21 +1,44 @@
   219.4  <?xml version="1.0" encoding="UTF-8"?>
   219.5  <!--
   219.6 -The contents of this file are subject to the terms of the Common Development
   219.7 -and Distribution License (the License). You may not use this file except in
   219.8 -compliance with the License.
   219.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  219.10  
  219.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  219.12 -or http://www.netbeans.org/cddl.txt.
  219.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  219.14  
  219.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  219.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  219.17 -If applicable, add the following below the CDDL Header, with the fields
  219.18 -enclosed by brackets [] replaced by your own identifying information:
  219.19 +
  219.20 +The contents of this file are subject to the terms of either the GNU
  219.21 +General Public License Version 2 only ("GPL") or the Common
  219.22 +Development and Distribution License("CDDL") (collectively, the
  219.23 +"License"). You may not use this file except in compliance with the
  219.24 +License. You can obtain a copy of the License at
  219.25 +http://www.netbeans.org/cddl-gplv2.html
  219.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  219.27 +specific language governing permissions and limitations under the
  219.28 +License.  When distributing the software, include this License Header
  219.29 +Notice in each file and include the License file at
  219.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  219.31 +particular file as subject to the "Classpath" exception as provided
  219.32 +by Sun in the GPL Version 2 section of the License file that
  219.33 +accompanied this code. If applicable, add the following below the
  219.34 +License Header, with the fields enclosed by brackets [] replaced by
  219.35 +your own identifying information:
  219.36  "Portions Copyrighted [year] [name of copyright owner]"
  219.37  
  219.38 +Contributor(s):
  219.39 +
  219.40   The Original Software is NetBeans. The Initial Developer of the Original
  219.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  219.42   Microsystems, Inc. All Rights Reserved.
  219.43 +
  219.44 +If you wish your version of this file to be governed by only the CDDL
  219.45 +or only the GPL Version 2, indicate your decision by adding
  219.46 +"[Contributor] elects to include this software in this distribution
  219.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  219.48 +single choice of license, a recipient has the option to distribute
  219.49 +your version of this file under either the CDDL, the GPL Version 2 or
  219.50 +to extend the choice of license to its licensees as provided above.
  219.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  219.52 +Version 2 license, then the option applies only if the new code is
  219.53 +made subject to such option by the copyright holder.
  219.54  -->
  219.55  <project name="org.netbeans.examples.modules.povproject" default="netbeans" basedir=".">
  219.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povproject.</description>
   220.1 --- a/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   220.2 +++ b/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   220.3 @@ -1,18 +1,40 @@
   220.4 -# The contents of this file are subject to the terms of the Common Development
   220.5 -# and Distribution License (the License). You may not use this file except in
   220.6 -# compliance with the License.
   220.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   220.8  #
   220.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  220.10 -# or http://www.netbeans.org/cddl.txt.
  220.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  220.12  #
  220.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  220.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  220.15 -# If applicable, add the following below the CDDL Header, with the fields
  220.16 -# enclosed by brackets [] replaced by your own identifying information:
  220.17 +# The contents of this file are subject to the terms of either the GNU
  220.18 +# General Public License Version 2 only ("GPL") or the Common
  220.19 +# Development and Distribution License("CDDL") (collectively, the
  220.20 +# "License"). You may not use this file except in compliance with the
  220.21 +# License. You can obtain a copy of the License at
  220.22 +# http://www.netbeans.org/cddl-gplv2.html
  220.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  220.24 +# specific language governing permissions and limitations under the
  220.25 +# License.  When distributing the software, include this License Header
  220.26 +# Notice in each file and include the License file at
  220.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  220.28 +# particular file as subject to the "Classpath" exception as provided
  220.29 +# by Sun in the GPL Version 2 section of the License file that
  220.30 +# accompanied this code. If applicable, add the following below the
  220.31 +# License Header, with the fields enclosed by brackets [] replaced by
  220.32 +# your own identifying information:
  220.33  # "Portions Copyrighted [year] [name of copyright owner]"
  220.34  #
  220.35 +# Contributor(s):
  220.36 +#
  220.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  220.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  220.39  #  Microsystems, Inc. All Rights Reserved.
  220.40 +#
  220.41 +# If you wish your version of this file to be governed by only the CDDL
  220.42 +# or only the GPL Version 2, indicate your decision by adding
  220.43 +# "[Contributor] elects to include this software in this distribution
  220.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  220.45 +# single choice of license, a recipient has the option to distribute
  220.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  220.47 +# to extend the choice of license to its licensees as provided above.
  220.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  220.49 +# Version 2 license, then the option applies only if the new code is
  220.50 +# made subject to such option by the copyright holder.
  220.51  OpenIDE-Module-Name=Povray Projects 1
  220.52  
   221.1 --- a/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:06:41 2007 +0000
   221.2 +++ b/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:20:11 2007 +0000
   221.3 @@ -1,20 +1,42 @@
   221.4  /*
   221.5 - * The contents of this file are subject to the terms of the Common Development
   221.6 - * and Distribution License (the License). You may not use this file except in
   221.7 - * compliance with the License.
   221.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   221.9   *
  221.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  221.11 - * or http://www.netbeans.org/cddl.txt.
  221.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  221.13   *
  221.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  221.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  221.16 - * If applicable, add the following below the CDDL Header, with the fields
  221.17 - * enclosed by brackets [] replaced by your own identifying information:
  221.18 + * The contents of this file are subject to the terms of either the GNU
  221.19 + * General Public License Version 2 only ("GPL") or the Common
  221.20 + * Development and Distribution License("CDDL") (collectively, the
  221.21 + * "License"). You may not use this file except in compliance with the
  221.22 + * License. You can obtain a copy of the License at
  221.23 + * http://www.netbeans.org/cddl-gplv2.html
  221.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  221.25 + * specific language governing permissions and limitations under the
  221.26 + * License.  When distributing the software, include this License Header
  221.27 + * Notice in each file and include the License file at
  221.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  221.29 + * particular file as subject to the "Classpath" exception as provided
  221.30 + * by Sun in the GPL Version 2 section of the License file that
  221.31 + * accompanied this code. If applicable, add the following below the
  221.32 + * License Header, with the fields enclosed by brackets [] replaced by
  221.33 + * your own identifying information:
  221.34   * "Portions Copyrighted [year] [name of copyright owner]"
  221.35   *
  221.36 + * Contributor(s):
  221.37 + *
  221.38   * The Original Software is NetBeans. The Initial Developer of the Original
  221.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  221.40   * Microsystems, Inc. All Rights Reserved.
  221.41 + *
  221.42 + * If you wish your version of this file to be governed by only the CDDL
  221.43 + * or only the GPL Version 2, indicate your decision by adding
  221.44 + * "[Contributor] elects to include this software in this distribution
  221.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  221.46 + * single choice of license, a recipient has the option to distribute
  221.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  221.48 + * to extend the choice of license to its licensees as provided above.
  221.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  221.50 + * Version 2 license, then the option applies only if the new code is
  221.51 + * made subject to such option by the copyright holder.
  221.52   */
  221.53  
  221.54  package org.netbeans.examples.modules.povproject;
   222.1 --- a/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:06:41 2007 +0000
   222.2 +++ b/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:20:11 2007 +0000
   222.3 @@ -1,20 +1,42 @@
   222.4  /*
   222.5 - * The contents of this file are subject to the terms of the Common Development
   222.6 - * and Distribution License (the License). You may not use this file except in
   222.7 - * compliance with the License.
   222.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   222.9   *
  222.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  222.11 - * or http://www.netbeans.org/cddl.txt.
  222.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  222.13   *
  222.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  222.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  222.16 - * If applicable, add the following below the CDDL Header, with the fields
  222.17 - * enclosed by brackets [] replaced by your own identifying information:
  222.18 + * The contents of this file are subject to the terms of either the GNU
  222.19 + * General Public License Version 2 only ("GPL") or the Common
  222.20 + * Development and Distribution License("CDDL") (collectively, the
  222.21 + * "License"). You may not use this file except in compliance with the
  222.22 + * License. You can obtain a copy of the License at
  222.23 + * http://www.netbeans.org/cddl-gplv2.html
  222.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  222.25 + * specific language governing permissions and limitations under the
  222.26 + * License.  When distributing the software, include this License Header
  222.27 + * Notice in each file and include the License file at
  222.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  222.29 + * particular file as subject to the "Classpath" exception as provided
  222.30 + * by Sun in the GPL Version 2 section of the License file that
  222.31 + * accompanied this code. If applicable, add the following below the
  222.32 + * License Header, with the fields enclosed by brackets [] replaced by
  222.33 + * your own identifying information:
  222.34   * "Portions Copyrighted [year] [name of copyright owner]"
  222.35   *
  222.36 + * Contributor(s):
  222.37 + *
  222.38   * The Original Software is NetBeans. The Initial Developer of the Original
  222.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  222.40   * Microsystems, Inc. All Rights Reserved.
  222.41 + *
  222.42 + * If you wish your version of this file to be governed by only the CDDL
  222.43 + * or only the GPL Version 2, indicate your decision by adding
  222.44 + * "[Contributor] elects to include this software in this distribution
  222.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  222.46 + * single choice of license, a recipient has the option to distribute
  222.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  222.48 + * to extend the choice of license to its licensees as provided above.
  222.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  222.50 + * Version 2 license, then the option applies only if the new code is
  222.51 + * made subject to such option by the copyright holder.
  222.52   */
  222.53  package org.netbeans.examples.modules.povproject;
  222.54  
   223.1 --- a/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:06:41 2007 +0000
   223.2 +++ b/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:20:11 2007 +0000
   223.3 @@ -1,20 +1,42 @@
   223.4  /*
   223.5 - * The contents of this file are subject to the terms of the Common Development
   223.6 - * and Distribution License (the License). You may not use this file except in
   223.7 - * compliance with the License.
   223.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   223.9   *
  223.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  223.11 - * or http://www.netbeans.org/cddl.txt.
  223.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  223.13   *
  223.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  223.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  223.16 - * If applicable, add the following below the CDDL Header, with the fields
  223.17 - * enclosed by brackets [] replaced by your own identifying information:
  223.18 + * The contents of this file are subject to the terms of either the GNU
  223.19 + * General Public License Version 2 only ("GPL") or the Common
  223.20 + * Development and Distribution License("CDDL") (collectively, the
  223.21 + * "License"). You may not use this file except in compliance with the
  223.22 + * License. You can obtain a copy of the License at
  223.23 + * http://www.netbeans.org/cddl-gplv2.html
  223.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  223.25 + * specific language governing permissions and limitations under the
  223.26 + * License.  When distributing the software, include this License Header
  223.27 + * Notice in each file and include the License file at
  223.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  223.29 + * particular file as subject to the "Classpath" exception as provided
  223.30 + * by Sun in the GPL Version 2 section of the License file that
  223.31 + * accompanied this code. If applicable, add the following below the
  223.32 + * License Header, with the fields enclosed by brackets [] replaced by
  223.33 + * your own identifying information:
  223.34   * "Portions Copyrighted [year] [name of copyright owner]"
  223.35   *
  223.36 + * Contributor(s):
  223.37 + *
  223.38   * The Original Software is NetBeans. The Initial Developer of the Original
  223.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  223.40   * Microsystems, Inc. All Rights Reserved.
  223.41 + *
  223.42 + * If you wish your version of this file to be governed by only the CDDL
  223.43 + * or only the GPL Version 2, indicate your decision by adding
  223.44 + * "[Contributor] elects to include this software in this distribution
  223.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  223.46 + * single choice of license, a recipient has the option to distribute
  223.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  223.48 + * to extend the choice of license to its licensees as provided above.
  223.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  223.50 + * Version 2 license, then the option applies only if the new code is
  223.51 + * made subject to such option by the copyright holder.
  223.52   */
  223.53  package org.netbeans.examples.modules.povproject;
  223.54  
   224.1 --- a/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   224.2 +++ b/platform/samples/povray/povsuite-1/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   224.3 @@ -1,21 +1,44 @@
   224.4  <?xml version="1.0" encoding="UTF-8"?>
   224.5  <!--
   224.6 -The contents of this file are subject to the terms of the Common Development
   224.7 -and Distribution License (the License). You may not use this file except in
   224.8 -compliance with the License.
   224.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  224.10  
  224.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  224.12 -or http://www.netbeans.org/cddl.txt.
  224.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  224.14  
  224.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  224.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  224.17 -If applicable, add the following below the CDDL Header, with the fields
  224.18 -enclosed by brackets [] replaced by your own identifying information:
  224.19 +
  224.20 +The contents of this file are subject to the terms of either the GNU
  224.21 +General Public License Version 2 only ("GPL") or the Common
  224.22 +Development and Distribution License("CDDL") (collectively, the
  224.23 +"License"). You may not use this file except in compliance with the
  224.24 +License. You can obtain a copy of the License at
  224.25 +http://www.netbeans.org/cddl-gplv2.html
  224.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  224.27 +specific language governing permissions and limitations under the
  224.28 +License.  When distributing the software, include this License Header
  224.29 +Notice in each file and include the License file at
  224.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  224.31 +particular file as subject to the "Classpath" exception as provided
  224.32 +by Sun in the GPL Version 2 section of the License file that
  224.33 +accompanied this code. If applicable, add the following below the
  224.34 +License Header, with the fields enclosed by brackets [] replaced by
  224.35 +your own identifying information:
  224.36  "Portions Copyrighted [year] [name of copyright owner]"
  224.37  
  224.38 +Contributor(s):
  224.39 +
  224.40   The Original Software is NetBeans. The Initial Developer of the Original
  224.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  224.42   Microsystems, Inc. All Rights Reserved.
  224.43 +
  224.44 +If you wish your version of this file to be governed by only the CDDL
  224.45 +or only the GPL Version 2, indicate your decision by adding
  224.46 +"[Contributor] elects to include this software in this distribution
  224.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  224.48 +single choice of license, a recipient has the option to distribute
  224.49 +your version of this file under either the CDDL, the GPL Version 2 or
  224.50 +to extend the choice of license to its licensees as provided above.
  224.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  224.52 +Version 2 license, then the option applies only if the new code is
  224.53 +made subject to such option by the copyright holder.
  224.54  -->
  224.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  224.56  <filesystem>
   225.1 --- a/platform/samples/povray/povsuite-2/api/build.xml	Thu Sep 27 09:06:41 2007 +0000
   225.2 +++ b/platform/samples/povray/povsuite-2/api/build.xml	Thu Sep 27 09:20:11 2007 +0000
   225.3 @@ -1,21 +1,44 @@
   225.4  <?xml version="1.0" encoding="UTF-8"?>
   225.5  <!--
   225.6 -The contents of this file are subject to the terms of the Common Development
   225.7 -and Distribution License (the License). You may not use this file except in
   225.8 -compliance with the License.
   225.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  225.10  
  225.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  225.12 -or http://www.netbeans.org/cddl.txt.
  225.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  225.14  
  225.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  225.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  225.17 -If applicable, add the following below the CDDL Header, with the fields
  225.18 -enclosed by brackets [] replaced by your own identifying information:
  225.19 +
  225.20 +The contents of this file are subject to the terms of either the GNU
  225.21 +General Public License Version 2 only ("GPL") or the Common
  225.22 +Development and Distribution License("CDDL") (collectively, the
  225.23 +"License"). You may not use this file except in compliance with the
  225.24 +License. You can obtain a copy of the License at
  225.25 +http://www.netbeans.org/cddl-gplv2.html
  225.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  225.27 +specific language governing permissions and limitations under the
  225.28 +License.  When distributing the software, include this License Header
  225.29 +Notice in each file and include the License file at
  225.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  225.31 +particular file as subject to the "Classpath" exception as provided
  225.32 +by Sun in the GPL Version 2 section of the License file that
  225.33 +accompanied this code. If applicable, add the following below the
  225.34 +License Header, with the fields enclosed by brackets [] replaced by
  225.35 +your own identifying information:
  225.36  "Portions Copyrighted [year] [name of copyright owner]"
  225.37  
  225.38 +Contributor(s):
  225.39 +
  225.40   The Original Software is NetBeans. The Initial Developer of the Original
  225.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  225.42   Microsystems, Inc. All Rights Reserved.
  225.43 +
  225.44 +If you wish your version of this file to be governed by only the CDDL
  225.45 +or only the GPL Version 2, indicate your decision by adding
  225.46 +"[Contributor] elects to include this software in this distribution
  225.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  225.48 +single choice of license, a recipient has the option to distribute
  225.49 +your version of this file under either the CDDL, the GPL Version 2 or
  225.50 +to extend the choice of license to its licensees as provided above.
  225.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  225.52 +Version 2 license, then the option applies only if the new code is
  225.53 +made subject to such option by the copyright holder.
  225.54  -->
  225.55  <project name="org.netbeans.modules.examples.api.povray" default="netbeans" basedir=".">
  225.56      <description>Builds, tests, and runs the project org.netbeans.modules.examples.api.povray.</description>
   226.1 --- a/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   226.2 +++ b/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   226.3 @@ -1,17 +1,39 @@
   226.4 -# The contents of this file are subject to the terms of the Common Development
   226.5 -# and Distribution License (the License). You may not use this file except in
   226.6 -# compliance with the License.
   226.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   226.8  #
   226.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  226.10 -# or http://www.netbeans.org/cddl.txt.
  226.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  226.12  #
  226.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  226.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  226.15 -# If applicable, add the following below the CDDL Header, with the fields
  226.16 -# enclosed by brackets [] replaced by your own identifying information:
  226.17 +# The contents of this file are subject to the terms of either the GNU
  226.18 +# General Public License Version 2 only ("GPL") or the Common
  226.19 +# Development and Distribution License("CDDL") (collectively, the
  226.20 +# "License"). You may not use this file except in compliance with the
  226.21 +# License. You can obtain a copy of the License at
  226.22 +# http://www.netbeans.org/cddl-gplv2.html
  226.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  226.24 +# specific language governing permissions and limitations under the
  226.25 +# License.  When distributing the software, include this License Header
  226.26 +# Notice in each file and include the License file at
  226.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  226.28 +# particular file as subject to the "Classpath" exception as provided
  226.29 +# by Sun in the GPL Version 2 section of the License file that
  226.30 +# accompanied this code. If applicable, add the following below the
  226.31 +# License Header, with the fields enclosed by brackets [] replaced by
  226.32 +# your own identifying information:
  226.33  # "Portions Copyrighted [year] [name of copyright owner]"
  226.34  #
  226.35 +# Contributor(s):
  226.36 +#
  226.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  226.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  226.39  #  Microsystems, Inc. All Rights Reserved.
  226.40 +#
  226.41 +# If you wish your version of this file to be governed by only the CDDL
  226.42 +# or only the GPL Version 2, indicate your decision by adding
  226.43 +# "[Contributor] elects to include this software in this distribution
  226.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  226.45 +# single choice of license, a recipient has the option to distribute
  226.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  226.47 +# to extend the choice of license to its licensees as provided above.
  226.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  226.49 +# Version 2 license, then the option applies only if the new code is
  226.50 +# made subject to such option by the copyright holder.
  226.51  OpenIDE-Module-Name=Povray API 2
   227.1 --- a/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:06:41 2007 +0000
   227.2 +++ b/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:20:11 2007 +0000
   227.3 @@ -1,20 +1,42 @@
   227.4  /*
   227.5 - * The contents of this file are subject to the terms of the Common Development
   227.6 - * and Distribution License (the License). You may not use this file except in
   227.7 - * compliance with the License.
   227.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   227.9   *
  227.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  227.11 - * or http://www.netbeans.org/cddl.txt.
  227.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  227.13   *
  227.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  227.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  227.16 - * If applicable, add the following below the CDDL Header, with the fields
  227.17 - * enclosed by brackets [] replaced by your own identifying information:
  227.18 + * The contents of this file are subject to the terms of either the GNU
  227.19 + * General Public License Version 2 only ("GPL") or the Common
  227.20 + * Development and Distribution License("CDDL") (collectively, the
  227.21 + * "License"). You may not use this file except in compliance with the
  227.22 + * License. You can obtain a copy of the License at
  227.23 + * http://www.netbeans.org/cddl-gplv2.html
  227.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  227.25 + * specific language governing permissions and limitations under the
  227.26 + * License.  When distributing the software, include this License Header
  227.27 + * Notice in each file and include the License file at
  227.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  227.29 + * particular file as subject to the "Classpath" exception as provided
  227.30 + * by Sun in the GPL Version 2 section of the License file that
  227.31 + * accompanied this code. If applicable, add the following below the
  227.32 + * License Header, with the fields enclosed by brackets [] replaced by
  227.33 + * your own identifying information:
  227.34   * "Portions Copyrighted [year] [name of copyright owner]"
  227.35   *
  227.36 + * Contributor(s):
  227.37 + *
  227.38   * The Original Software is NetBeans. The Initial Developer of the Original
  227.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  227.40   * Microsystems, Inc. All Rights Reserved.
  227.41 + *
  227.42 + * If you wish your version of this file to be governed by only the CDDL
  227.43 + * or only the GPL Version 2, indicate your decision by adding
  227.44 + * "[Contributor] elects to include this software in this distribution
  227.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  227.46 + * single choice of license, a recipient has the option to distribute
  227.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  227.48 + * to extend the choice of license to its licensees as provided above.
  227.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  227.50 + * Version 2 license, then the option applies only if the new code is
  227.51 + * made subject to such option by the copyright holder.
  227.52   */
  227.53  /*
  227.54   * MainFileProvider.java
   228.1 --- a/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:06:41 2007 +0000
   228.2 +++ b/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:20:11 2007 +0000
   228.3 @@ -1,20 +1,42 @@
   228.4  /*
   228.5 - * The contents of this file are subject to the terms of the Common Development
   228.6 - * and Distribution License (the License). You may not use this file except in
   228.7 - * compliance with the License.
   228.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   228.9   *
  228.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  228.11 - * or http://www.netbeans.org/cddl.txt.
  228.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  228.13   *
  228.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  228.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  228.16 - * If applicable, add the following below the CDDL Header, with the fields
  228.17 - * enclosed by brackets [] replaced by your own identifying information:
  228.18 + * The contents of this file are subject to the terms of either the GNU
  228.19 + * General Public License Version 2 only ("GPL") or the Common
  228.20 + * Development and Distribution License("CDDL") (collectively, the
  228.21 + * "License"). You may not use this file except in compliance with the
  228.22 + * License. You can obtain a copy of the License at
  228.23 + * http://www.netbeans.org/cddl-gplv2.html
  228.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  228.25 + * specific language governing permissions and limitations under the
  228.26 + * License.  When distributing the software, include this License Header
  228.27 + * Notice in each file and include the License file at
  228.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  228.29 + * particular file as subject to the "Classpath" exception as provided
  228.30 + * by Sun in the GPL Version 2 section of the License file that
  228.31 + * accompanied this code. If applicable, add the following below the
  228.32 + * License Header, with the fields enclosed by brackets [] replaced by
  228.33 + * your own identifying information:
  228.34   * "Portions Copyrighted [year] [name of copyright owner]"
  228.35   *
  228.36 + * Contributor(s):
  228.37 + *
  228.38   * The Original Software is NetBeans. The Initial Developer of the Original
  228.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  228.40   * Microsystems, Inc. All Rights Reserved.
  228.41 + *
  228.42 + * If you wish your version of this file to be governed by only the CDDL
  228.43 + * or only the GPL Version 2, indicate your decision by adding
  228.44 + * "[Contributor] elects to include this software in this distribution
  228.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  228.46 + * single choice of license, a recipient has the option to distribute
  228.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  228.48 + * to extend the choice of license to its licensees as provided above.
  228.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  228.50 + * Version 2 license, then the option applies only if the new code is
  228.51 + * made subject to such option by the copyright holder.
  228.52   */
  228.53  /*
  228.54   * RendererService.java
   229.1 --- a/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:06:41 2007 +0000
   229.2 +++ b/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:20:11 2007 +0000
   229.3 @@ -1,20 +1,42 @@
   229.4  /*
   229.5 - * The contents of this file are subject to the terms of the Common Development
   229.6 - * and Distribution License (the License). You may not use this file except in
   229.7 - * compliance with the License.
   229.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   229.9   *
  229.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  229.11 - * or http://www.netbeans.org/cddl.txt.
  229.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  229.13   *
  229.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  229.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  229.16 - * If applicable, add the following below the CDDL Header, with the fields
  229.17 - * enclosed by brackets [] replaced by your own identifying information:
  229.18 + * The contents of this file are subject to the terms of either the GNU
  229.19 + * General Public License Version 2 only ("GPL") or the Common
  229.20 + * Development and Distribution License("CDDL") (collectively, the
  229.21 + * "License"). You may not use this file except in compliance with the
  229.22 + * License. You can obtain a copy of the License at
  229.23 + * http://www.netbeans.org/cddl-gplv2.html
  229.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  229.25 + * specific language governing permissions and limitations under the
  229.26 + * License.  When distributing the software, include this License Header
  229.27 + * Notice in each file and include the License file at
  229.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  229.29 + * particular file as subject to the "Classpath" exception as provided
  229.30 + * by Sun in the GPL Version 2 section of the License file that
  229.31 + * accompanied this code. If applicable, add the following below the
  229.32 + * License Header, with the fields enclosed by brackets [] replaced by
  229.33 + * your own identifying information:
  229.34   * "Portions Copyrighted [year] [name of copyright owner]"
  229.35   *
  229.36 + * Contributor(s):
  229.37 + *
  229.38   * The Original Software is NetBeans. The Initial Developer of the Original
  229.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  229.40   * Microsystems, Inc. All Rights Reserved.
  229.41 + *
  229.42 + * If you wish your version of this file to be governed by only the CDDL
  229.43 + * or only the GPL Version 2, indicate your decision by adding
  229.44 + * "[Contributor] elects to include this software in this distribution
  229.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  229.46 + * single choice of license, a recipient has the option to distribute
  229.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  229.48 + * to extend the choice of license to its licensees as provided above.
  229.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  229.50 + * Version 2 license, then the option applies only if the new code is
  229.51 + * made subject to such option by the copyright holder.
  229.52   */
  229.53  /*
  229.54   * ViewService.java
   230.1 --- a/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   230.2 +++ b/platform/samples/povray/povsuite-2/api/src/org/netbeans/modules/examples/api/povray/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   230.3 @@ -1,21 +1,44 @@
   230.4  <?xml version="1.0" encoding="UTF-8"?>
   230.5  <!--
   230.6 -The contents of this file are subject to the terms of the Common Development
   230.7 -and Distribution License (the License). You may not use this file except in
   230.8 -compliance with the License.
   230.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  230.10  
  230.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  230.12 -or http://www.netbeans.org/cddl.txt.
  230.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  230.14  
  230.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  230.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  230.17 -If applicable, add the following below the CDDL Header, with the fields
  230.18 -enclosed by brackets [] replaced by your own identifying information:
  230.19 +
  230.20 +The contents of this file are subject to the terms of either the GNU
  230.21 +General Public License Version 2 only ("GPL") or the Common
  230.22 +Development and Distribution License("CDDL") (collectively, the
  230.23 +"License"). You may not use this file except in compliance with the
  230.24 +License. You can obtain a copy of the License at
  230.25 +http://www.netbeans.org/cddl-gplv2.html
  230.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  230.27 +specific language governing permissions and limitations under the
  230.28 +License.  When distributing the software, include this License Header
  230.29 +Notice in each file and include the License file at
  230.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  230.31 +particular file as subject to the "Classpath" exception as provided
  230.32 +by Sun in the GPL Version 2 section of the License file that
  230.33 +accompanied this code. If applicable, add the following below the
  230.34 +License Header, with the fields enclosed by brackets [] replaced by
  230.35 +your own identifying information:
  230.36  "Portions Copyrighted [year] [name of copyright owner]"
  230.37  
  230.38 +Contributor(s):
  230.39 +
  230.40   The Original Software is NetBeans. The Initial Developer of the Original
  230.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  230.42   Microsystems, Inc. All Rights Reserved.
  230.43 +
  230.44 +If you wish your version of this file to be governed by only the CDDL
  230.45 +or only the GPL Version 2, indicate your decision by adding
  230.46 +"[Contributor] elects to include this software in this distribution
  230.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  230.48 +single choice of license, a recipient has the option to distribute
  230.49 +your version of this file under either the CDDL, the GPL Version 2 or
  230.50 +to extend the choice of license to its licensees as provided above.
  230.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  230.52 +Version 2 license, then the option applies only if the new code is
  230.53 +made subject to such option by the copyright holder.
  230.54  -->
  230.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  230.56  <filesystem>
   231.1 --- a/platform/samples/povray/povsuite-2/build.xml	Thu Sep 27 09:06:41 2007 +0000
   231.2 +++ b/platform/samples/povray/povsuite-2/build.xml	Thu Sep 27 09:20:11 2007 +0000
   231.3 @@ -1,21 +1,44 @@
   231.4  <?xml version="1.0" encoding="UTF-8"?>
   231.5  <!--
   231.6 -The contents of this file are subject to the terms of the Common Development
   231.7 -and Distribution License (the License). You may not use this file except in
   231.8 -compliance with the License.
   231.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  231.10  
  231.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  231.12 -or http://www.netbeans.org/cddl.txt.
  231.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  231.14  
  231.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  231.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  231.17 -If applicable, add the following below the CDDL Header, with the fields
  231.18 -enclosed by brackets [] replaced by your own identifying information:
  231.19 +
  231.20 +The contents of this file are subject to the terms of either the GNU
  231.21 +General Public License Version 2 only ("GPL") or the Common
  231.22 +Development and Distribution License("CDDL") (collectively, the
  231.23 +"License"). You may not use this file except in compliance with the
  231.24 +License. You can obtain a copy of the License at
  231.25 +http://www.netbeans.org/cddl-gplv2.html
  231.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  231.27 +specific language governing permissions and limitations under the
  231.28 +License.  When distributing the software, include this License Header
  231.29 +Notice in each file and include the License file at
  231.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  231.31 +particular file as subject to the "Classpath" exception as provided
  231.32 +by Sun in the GPL Version 2 section of the License file that
  231.33 +accompanied this code. If applicable, add the following below the
  231.34 +License Header, with the fields enclosed by brackets [] replaced by
  231.35 +your own identifying information:
  231.36  "Portions Copyrighted [year] [name of copyright owner]"
  231.37  
  231.38 +Contributor(s):
  231.39 +
  231.40   The Original Software is NetBeans. The Initial Developer of the Original
  231.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  231.42   Microsystems, Inc. All Rights Reserved.
  231.43 +
  231.44 +If you wish your version of this file to be governed by only the CDDL
  231.45 +or only the GPL Version 2, indicate your decision by adding
  231.46 +"[Contributor] elects to include this software in this distribution
  231.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  231.48 +single choice of license, a recipient has the option to distribute
  231.49 +your version of this file under either the CDDL, the GPL Version 2 or
  231.50 +to extend the choice of license to its licensees as provided above.
  231.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  231.52 +Version 2 license, then the option applies only if the new code is
  231.53 +made subject to such option by the copyright holder.
  231.54  -->
  231.55  <project name="povsuite-2" basedir=".">
  231.56      <description>Builds the module suite povsuite-2.</description>
   232.1 --- a/platform/samples/povray/povsuite-2/povfile/build.xml	Thu Sep 27 09:06:41 2007 +0000
   232.2 +++ b/platform/samples/povray/povsuite-2/povfile/build.xml	Thu Sep 27 09:20:11 2007 +0000
   232.3 @@ -1,21 +1,44 @@
   232.4  <?xml version="1.0" encoding="UTF-8"?>
   232.5  <!--
   232.6 -The contents of this file are subject to the terms of the Common Development
   232.7 -and Distribution License (the License). You may not use this file except in
   232.8 -compliance with the License.
   232.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  232.10  
  232.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  232.12 -or http://www.netbeans.org/cddl.txt.
  232.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  232.14  
  232.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  232.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  232.17 -If applicable, add the following below the CDDL Header, with the fields
  232.18 -enclosed by brackets [] replaced by your own identifying information:
  232.19 +
  232.20 +The contents of this file are subject to the terms of either the GNU
  232.21 +General Public License Version 2 only ("GPL") or the Common
  232.22 +Development and Distribution License("CDDL") (collectively, the
  232.23 +"License"). You may not use this file except in compliance with the
  232.24 +License. You can obtain a copy of the License at
  232.25 +http://www.netbeans.org/cddl-gplv2.html
  232.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  232.27 +specific language governing permissions and limitations under the
  232.28 +License.  When distributing the software, include this License Header
  232.29 +Notice in each file and include the License file at
  232.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  232.31 +particular file as subject to the "Classpath" exception as provided
  232.32 +by Sun in the GPL Version 2 section of the License file that
  232.33 +accompanied this code. If applicable, add the following below the
  232.34 +License Header, with the fields enclosed by brackets [] replaced by
  232.35 +your own identifying information:
  232.36  "Portions Copyrighted [year] [name of copyright owner]"
  232.37  
  232.38 +Contributor(s):
  232.39 +
  232.40   The Original Software is NetBeans. The Initial Developer of the Original
  232.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  232.42   Microsystems, Inc. All Rights Reserved.
  232.43 +
  232.44 +If you wish your version of this file to be governed by only the CDDL
  232.45 +or only the GPL Version 2, indicate your decision by adding
  232.46 +"[Contributor] elects to include this software in this distribution
  232.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  232.48 +single choice of license, a recipient has the option to distribute
  232.49 +your version of this file under either the CDDL, the GPL Version 2 or
  232.50 +to extend the choice of license to its licensees as provided above.
  232.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  232.52 +Version 2 license, then the option applies only if the new code is
  232.53 +made subject to such option by the copyright holder.
  232.54  -->
  232.55  <project name="org.netbeans.examples.modules.povfile2" default="netbeans" basedir=".">
  232.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povfile2.</description>
   233.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   233.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   233.3 @@ -1,19 +1,41 @@
   233.4 -# The contents of this file are subject to the terms of the Common Development
   233.5 -# and Distribution License (the License). You may not use this file except in
   233.6 -# compliance with the License.
   233.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   233.8  #
   233.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  233.10 -# or http://www.netbeans.org/cddl.txt.
  233.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  233.12  #
  233.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  233.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  233.15 -# If applicable, add the following below the CDDL Header, with the fields
  233.16 -# enclosed by brackets [] replaced by your own identifying information:
  233.17 +# The contents of this file are subject to the terms of either the GNU
  233.18 +# General Public License Version 2 only ("GPL") or the Common
  233.19 +# Development and Distribution License("CDDL") (collectively, the
  233.20 +# "License"). You may not use this file except in compliance with the
  233.21 +# License. You can obtain a copy of the License at
  233.22 +# http://www.netbeans.org/cddl-gplv2.html
  233.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  233.24 +# specific language governing permissions and limitations under the
  233.25 +# License.  When distributing the software, include this License Header
  233.26 +# Notice in each file and include the License file at
  233.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  233.28 +# particular file as subject to the "Classpath" exception as provided
  233.29 +# by Sun in the GPL Version 2 section of the License file that
  233.30 +# accompanied this code. If applicable, add the following below the
  233.31 +# License Header, with the fields enclosed by brackets [] replaced by
  233.32 +# your own identifying information:
  233.33  # "Portions Copyrighted [year] [name of copyright owner]"
  233.34  #
  233.35 +# Contributor(s):
  233.36 +#
  233.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  233.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  233.39  #  Microsystems, Inc. All Rights Reserved.
  233.40 +#
  233.41 +# If you wish your version of this file to be governed by only the CDDL
  233.42 +# or only the GPL Version 2, indicate your decision by adding
  233.43 +# "[Contributor] elects to include this software in this distribution
  233.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  233.45 +# single choice of license, a recipient has the option to distribute
  233.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  233.47 +# to extend the choice of license to its licensees as provided above.
  233.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  233.49 +# Version 2 license, then the option applies only if the new code is
  233.50 +# made subject to such option by the copyright holder.
  233.51  LBL_Povray_loader_name=Povray Files
  233.52  OpenIDE-Module-Name=Povray File Support 2
  233.53  Services/MIMEResolver/PovrayResolver.xml=Povray Files
   234.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   234.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   234.3 @@ -1,20 +1,42 @@
   234.4  /*
   234.5 - * The contents of this file are subject to the terms of the Common Development
   234.6 - * and Distribution License (the License). You may not use this file except in
   234.7 - * compliance with the License.
   234.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   234.9   *
  234.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  234.11 - * or http://www.netbeans.org/cddl.txt.
  234.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  234.13   *
  234.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  234.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  234.16 - * If applicable, add the following below the CDDL Header, with the fields
  234.17 - * enclosed by brackets [] replaced by your own identifying information:
  234.18 + * The contents of this file are subject to the terms of either the GNU
  234.19 + * General Public License Version 2 only ("GPL") or the Common
  234.20 + * Development and Distribution License("CDDL") (collectively, the
  234.21 + * "License"). You may not use this file except in compliance with the
  234.22 + * License. You can obtain a copy of the License at
  234.23 + * http://www.netbeans.org/cddl-gplv2.html
  234.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  234.25 + * specific language governing permissions and limitations under the
  234.26 + * License.  When distributing the software, include this License Header
  234.27 + * Notice in each file and include the License file at
  234.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  234.29 + * particular file as subject to the "Classpath" exception as provided
  234.30 + * by Sun in the GPL Version 2 section of the License file that
  234.31 + * accompanied this code. If applicable, add the following below the
  234.32 + * License Header, with the fields enclosed by brackets [] replaced by
  234.33 + * your own identifying information:
  234.34   * "Portions Copyrighted [year] [name of copyright owner]"
  234.35   *
  234.36 + * Contributor(s):
  234.37 + *
  234.38   * The Original Software is NetBeans. The Initial Developer of the Original
  234.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  234.40   * Microsystems, Inc. All Rights Reserved.
  234.41 + *
  234.42 + * If you wish your version of this file to be governed by only the CDDL
  234.43 + * or only the GPL Version 2, indicate your decision by adding
  234.44 + * "[Contributor] elects to include this software in this distribution
  234.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  234.46 + * single choice of license, a recipient has the option to distribute
  234.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  234.48 + * to extend the choice of license to its licensees as provided above.
  234.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  234.50 + * Version 2 license, then the option applies only if the new code is
  234.51 + * made subject to such option by the copyright holder.
  234.52   */
  234.53  package org.netbeans.examples.modules.povfile;
  234.54  
   235.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   235.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   235.3 @@ -1,20 +1,42 @@
   235.4  /*
   235.5 - * The contents of this file are subject to the terms of the Common Development
   235.6 - * and Distribution License (the License). You may not use this file except in
   235.7 - * compliance with the License.
   235.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   235.9   *
  235.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  235.11 - * or http://www.netbeans.org/cddl.txt.
  235.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  235.13   *
  235.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  235.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  235.16 - * If applicable, add the following below the CDDL Header, with the fields
  235.17 - * enclosed by brackets [] replaced by your own identifying information:
  235.18 + * The contents of this file are subject to the terms of either the GNU
  235.19 + * General Public License Version 2 only ("GPL") or the Common
  235.20 + * Development and Distribution License("CDDL") (collectively, the
  235.21 + * "License"). You may not use this file except in compliance with the
  235.22 + * License. You can obtain a copy of the License at
  235.23 + * http://www.netbeans.org/cddl-gplv2.html
  235.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  235.25 + * specific language governing permissions and limitations under the
  235.26 + * License.  When distributing the software, include this License Header
  235.27 + * Notice in each file and include the License file at
  235.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  235.29 + * particular file as subject to the "Classpath" exception as provided
  235.30 + * by Sun in the GPL Version 2 section of the License file that
  235.31 + * accompanied this code. If applicable, add the following below the
  235.32 + * License Header, with the fields enclosed by brackets [] replaced by
  235.33 + * your own identifying information:
  235.34   * "Portions Copyrighted [year] [name of copyright owner]"
  235.35   *
  235.36 + * Contributor(s):
  235.37 + *
  235.38   * The Original Software is NetBeans. The Initial Developer of the Original
  235.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  235.40   * Microsystems, Inc. All Rights Reserved.
  235.41 + *
  235.42 + * If you wish your version of this file to be governed by only the CDDL
  235.43 + * or only the GPL Version 2, indicate your decision by adding
  235.44 + * "[Contributor] elects to include this software in this distribution
  235.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  235.46 + * single choice of license, a recipient has the option to distribute
  235.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  235.48 + * to extend the choice of license to its licensees as provided above.
  235.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  235.50 + * Version 2 license, then the option applies only if the new code is
  235.51 + * made subject to such option by the copyright holder.
  235.52   */
  235.53  package org.netbeans.examples.modules.povfile;
  235.54  
   236.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   236.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   236.3 @@ -1,20 +1,42 @@
   236.4  /*
   236.5 - * The contents of this file are subject to the terms of the Common Development
   236.6 - * and Distribution License (the License). You may not use this file except in
   236.7 - * compliance with the License.
   236.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   236.9   *
  236.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  236.11 - * or http://www.netbeans.org/cddl.txt.
  236.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  236.13   *
  236.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  236.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  236.16 - * If applicable, add the following below the CDDL Header, with the fields
  236.17 - * enclosed by brackets [] replaced by your own identifying information:
  236.18 + * The contents of this file are subject to the terms of either the GNU
  236.19 + * General Public License Version 2 only ("GPL") or the Common
  236.20 + * Development and Distribution License("CDDL") (collectively, the
  236.21 + * "License"). You may not use this file except in compliance with the
  236.22 + * License. You can obtain a copy of the License at
  236.23 + * http://www.netbeans.org/cddl-gplv2.html
  236.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  236.25 + * specific language governing permissions and limitations under the
  236.26 + * License.  When distributing the software, include this License Header
  236.27 + * Notice in each file and include the License file at
  236.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  236.29 + * particular file as subject to the "Classpath" exception as provided
  236.30 + * by Sun in the GPL Version 2 section of the License file that
  236.31 + * accompanied this code. If applicable, add the following below the
  236.32 + * License Header, with the fields enclosed by brackets [] replaced by
  236.33 + * your own identifying information:
  236.34   * "Portions Copyrighted [year] [name of copyright owner]"
  236.35   *
  236.36 + * Contributor(s):
  236.37 + *
  236.38   * The Original Software is NetBeans. The Initial Developer of the Original
  236.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  236.40   * Microsystems, Inc. All Rights Reserved.
  236.41 + *
  236.42 + * If you wish your version of this file to be governed by only the CDDL
  236.43 + * or only the GPL Version 2, indicate your decision by adding
  236.44 + * "[Contributor] elects to include this software in this distribution
  236.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  236.46 + * single choice of license, a recipient has the option to distribute
  236.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  236.48 + * to extend the choice of license to its licensees as provided above.
  236.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  236.50 + * Version 2 license, then the option applies only if the new code is
  236.51 + * made subject to such option by the copyright holder.
  236.52   */
  236.53  package org.netbeans.examples.modules.povfile;
  236.54  
   237.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   237.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   237.3 @@ -1,20 +1,42 @@
   237.4  /*
   237.5 - * The contents of this file are subject to the terms of the Common Development
   237.6 - * and Distribution License (the License). You may not use this file except in
   237.7 - * compliance with the License.
   237.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   237.9   *
  237.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  237.11 - * or http://www.netbeans.org/cddl.txt.
  237.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  237.13   *
  237.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  237.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  237.16 - * If applicable, add the following below the CDDL Header, with the fields
  237.17 - * enclosed by brackets [] replaced by your own identifying information:
  237.18 + * The contents of this file are subject to the terms of either the GNU
  237.19 + * General Public License Version 2 only ("GPL") or the Common
  237.20 + * Development and Distribution License("CDDL") (collectively, the
  237.21 + * "License"). You may not use this file except in compliance with the
  237.22 + * License. You can obtain a copy of the License at
  237.23 + * http://www.netbeans.org/cddl-gplv2.html
  237.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  237.25 + * specific language governing permissions and limitations under the
  237.26 + * License.  When distributing the software, include this License Header
  237.27 + * Notice in each file and include the License file at
  237.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  237.29 + * particular file as subject to the "Classpath" exception as provided
  237.30 + * by Sun in the GPL Version 2 section of the License file that
  237.31 + * accompanied this code. If applicable, add the following below the
  237.32 + * License Header, with the fields enclosed by brackets [] replaced by
  237.33 + * your own identifying information:
  237.34   * "Portions Copyrighted [year] [name of copyright owner]"
  237.35   *
  237.36 + * Contributor(s):
  237.37 + *
  237.38   * The Original Software is NetBeans. The Initial Developer of the Original
  237.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  237.40   * Microsystems, Inc. All Rights Reserved.
  237.41 + *
  237.42 + * If you wish your version of this file to be governed by only the CDDL
  237.43 + * or only the GPL Version 2, indicate your decision by adding
  237.44 + * "[Contributor] elects to include this software in this distribution
  237.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  237.46 + * single choice of license, a recipient has the option to distribute
  237.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  237.48 + * to extend the choice of license to its licensees as provided above.
  237.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  237.50 + * Version 2 license, then the option applies only if the new code is
  237.51 + * made subject to such option by the copyright holder.
  237.52   */
  237.53  package org.netbeans.examples.modules.povfile;
  237.54  
   238.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:06:41 2007 +0000
   238.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:20:11 2007 +0000
   238.3 @@ -1,21 +1,44 @@
   238.4  <?xml version="1.0" encoding="UTF-8"?>
   238.5  <!--
   238.6 -The contents of this file are subject to the terms of the Common Development
   238.7 -and Distribution License (the License). You may not use this file except in
   238.8 -compliance with the License.
   238.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  238.10  
  238.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  238.12 -or http://www.netbeans.org/cddl.txt.
  238.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  238.14  
  238.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  238.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  238.17 -If applicable, add the following below the CDDL Header, with the fields
  238.18 -enclosed by brackets [] replaced by your own identifying information:
  238.19 +
  238.20 +The contents of this file are subject to the terms of either the GNU
  238.21 +General Public License Version 2 only ("GPL") or the Common
  238.22 +Development and Distribution License("CDDL") (collectively, the
  238.23 +"License"). You may not use this file except in compliance with the
  238.24 +License. You can obtain a copy of the License at
  238.25 +http://www.netbeans.org/cddl-gplv2.html
  238.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  238.27 +specific language governing permissions and limitations under the
  238.28 +License.  When distributing the software, include this License Header
  238.29 +Notice in each file and include the License file at
  238.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  238.31 +particular file as subject to the "Classpath" exception as provided
  238.32 +by Sun in the GPL Version 2 section of the License file that
  238.33 +accompanied this code. If applicable, add the following below the
  238.34 +License Header, with the fields enclosed by brackets [] replaced by
  238.35 +your own identifying information:
  238.36  "Portions Copyrighted [year] [name of copyright owner]"
  238.37  
  238.38 +Contributor(s):
  238.39 +
  238.40   The Original Software is NetBeans. The Initial Developer of the Original
  238.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  238.42   Microsystems, Inc. All Rights Reserved.
  238.43 +
  238.44 +If you wish your version of this file to be governed by only the CDDL
  238.45 +or only the GPL Version 2, indicate your decision by adding
  238.46 +"[Contributor] elects to include this software in this distribution
  238.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  238.48 +single choice of license, a recipient has the option to distribute
  238.49 +your version of this file under either the CDDL, the GPL Version 2 or
  238.50 +to extend the choice of license to its licensees as provided above.
  238.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  238.52 +Version 2 license, then the option applies only if the new code is
  238.53 +made subject to such option by the copyright holder.
  238.54  -->
  238.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  238.56  <MIME-resolver>
   239.1 --- a/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   239.2 +++ b/platform/samples/povray/povsuite-2/povfile/src/org/netbeans/examples/modules/povfile/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   239.3 @@ -1,21 +1,44 @@
   239.4  <?xml version="1.0" encoding="UTF-8"?>
   239.5  <!--
   239.6 -The contents of this file are subject to the terms of the Common Development
   239.7 -and Distribution License (the License). You may not use this file except in
   239.8 -compliance with the License.
   239.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  239.10  
  239.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  239.12 -or http://www.netbeans.org/cddl.txt.
  239.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  239.14  
  239.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  239.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  239.17 -If applicable, add the following below the CDDL Header, with the fields
  239.18 -enclosed by brackets [] replaced by your own identifying information:
  239.19 +
  239.20 +The contents of this file are subject to the terms of either the GNU
  239.21 +General Public License Version 2 only ("GPL") or the Common
  239.22 +Development and Distribution License("CDDL") (collectively, the
  239.23 +"License"). You may not use this file except in compliance with the
  239.24 +License. You can obtain a copy of the License at
  239.25 +http://www.netbeans.org/cddl-gplv2.html
  239.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  239.27 +specific language governing permissions and limitations under the
  239.28 +License.  When distributing the software, include this License Header
  239.29 +Notice in each file and include the License file at
  239.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  239.31 +particular file as subject to the "Classpath" exception as provided
  239.32 +by Sun in the GPL Version 2 section of the License file that
  239.33 +accompanied this code. If applicable, add the following below the
  239.34 +License Header, with the fields enclosed by brackets [] replaced by
  239.35 +your own identifying information:
  239.36  "Portions Copyrighted [year] [name of copyright owner]"
  239.37  
  239.38 +Contributor(s):
  239.39 +
  239.40   The Original Software is NetBeans. The Initial Developer of the Original
  239.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  239.42   Microsystems, Inc. All Rights Reserved.
  239.43 +
  239.44 +If you wish your version of this file to be governed by only the CDDL
  239.45 +or only the GPL Version 2, indicate your decision by adding
  239.46 +"[Contributor] elects to include this software in this distribution
  239.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  239.48 +single choice of license, a recipient has the option to distribute
  239.49 +your version of this file under either the CDDL, the GPL Version 2 or
  239.50 +to extend the choice of license to its licensees as provided above.
  239.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  239.52 +Version 2 license, then the option applies only if the new code is
  239.53 +made subject to such option by the copyright holder.
  239.54  -->
  239.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  239.56  <filesystem>
   240.1 --- a/platform/samples/povray/povsuite-2/povproject/build.xml	Thu Sep 27 09:06:41 2007 +0000
   240.2 +++ b/platform/samples/povray/povsuite-2/povproject/build.xml	Thu Sep 27 09:20:11 2007 +0000
   240.3 @@ -1,21 +1,44 @@
   240.4  <?xml version="1.0" encoding="UTF-8"?>
   240.5  <!--
   240.6 -The contents of this file are subject to the terms of the Common Development
   240.7 -and Distribution License (the License). You may not use this file except in
   240.8 -compliance with the License.
   240.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  240.10  
  240.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  240.12 -or http://www.netbeans.org/cddl.txt.
  240.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  240.14  
  240.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  240.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  240.17 -If applicable, add the following below the CDDL Header, with the fields
  240.18 -enclosed by brackets [] replaced by your own identifying information:
  240.19 +
  240.20 +The contents of this file are subject to the terms of either the GNU
  240.21 +General Public License Version 2 only ("GPL") or the Common
  240.22 +Development and Distribution License("CDDL") (collectively, the
  240.23 +"License"). You may not use this file except in compliance with the
  240.24 +License. You can obtain a copy of the License at
  240.25 +http://www.netbeans.org/cddl-gplv2.html
  240.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  240.27 +specific language governing permissions and limitations under the
  240.28 +License.  When distributing the software, include this License Header
  240.29 +Notice in each file and include the License file at
  240.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  240.31 +particular file as subject to the "Classpath" exception as provided
  240.32 +by Sun in the GPL Version 2 section of the License file that
  240.33 +accompanied this code. If applicable, add the following below the
  240.34 +License Header, with the fields enclosed by brackets [] replaced by
  240.35 +your own identifying information:
  240.36  "Portions Copyrighted [year] [name of copyright owner]"
  240.37  
  240.38 +Contributor(s):
  240.39 +
  240.40   The Original Software is NetBeans. The Initial Developer of the Original
  240.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  240.42   Microsystems, Inc. All Rights Reserved.
  240.43 +
  240.44 +If you wish your version of this file to be governed by only the CDDL
  240.45 +or only the GPL Version 2, indicate your decision by adding
  240.46 +"[Contributor] elects to include this software in this distribution
  240.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  240.48 +single choice of license, a recipient has the option to distribute
  240.49 +your version of this file under either the CDDL, the GPL Version 2 or
  240.50 +to extend the choice of license to its licensees as provided above.
  240.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  240.52 +Version 2 license, then the option applies only if the new code is
  240.53 +made subject to such option by the copyright holder.
  240.54  -->
  240.55  <project name="org.netbeans.examples.modules.povproject2" default="netbeans" basedir=".">
  240.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povproject2.</description>
   241.1 --- a/platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:06:41 2007 +0000
   241.2 +++ b/platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:20:11 2007 +0000
   241.3 @@ -1,20 +1,42 @@
   241.4  /*
   241.5 - * The contents of this file are subject to the terms of the Common Development
   241.6 - * and Distribution License (the License). You may not use this file except in
   241.7 - * compliance with the License.
   241.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   241.9   *
  241.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  241.11 - * or http://www.netbeans.org/cddl.txt.
  241.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  241.13   *
  241.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  241.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  241.16 - * If applicable, add the following below the CDDL Header, with the fields
  241.17 - * enclosed by brackets [] replaced by your own identifying information:
  241.18 + * The contents of this file are subject to the terms of either the GNU
  241.19 + * General Public License Version 2 only ("GPL") or the Common
  241.20 + * Development and Distribution License("CDDL") (collectively, the
  241.21 + * "License"). You may not use this file except in compliance with the
  241.22 + * License. You can obtain a copy of the License at
  241.23 + * http://www.netbeans.org/cddl-gplv2.html
  241.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  241.25 + * specific language governing permissions and limitations under the
  241.26 + * License.  When distributing the software, include this License Header
  241.27 + * Notice in each file and include the License file at
  241.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  241.29 + * particular file as subject to the "Classpath" exception as provided
  241.30 + * by Sun in the GPL Version 2 section of the License file that
  241.31 + * accompanied this code. If applicable, add the following below the
  241.32 + * License Header, with the fields enclosed by brackets [] replaced by
  241.33 + * your own identifying information:
  241.34   * "Portions Copyrighted [year] [name of copyright owner]"
  241.35   *
  241.36 + * Contributor(s):
  241.37 + *
  241.38   * The Original Software is NetBeans. The Initial Developer of the Original
  241.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  241.40   * Microsystems, Inc. All Rights Reserved.
  241.41 + *
  241.42 + * If you wish your version of this file to be governed by only the CDDL
  241.43 + * or only the GPL Version 2, indicate your decision by adding
  241.44 + * "[Contributor] elects to include this software in this distribution
  241.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  241.46 + * single choice of license, a recipient has the option to distribute
  241.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  241.48 + * to extend the choice of license to its licensees as provided above.
  241.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  241.50 + * Version 2 license, then the option applies only if the new code is
  241.51 + * made subject to such option by the copyright holder.
  241.52   */
  241.53  
  241.54  package org.netbeans.examples.modules.povproject;
   242.1 --- a/platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:06:41 2007 +0000
   242.2 +++ b/platform/samples/povray/povsuite-2/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:20:11 2007 +0000
   242.3 @@ -1,20 +1,42 @@
   242.4  /*
   242.5 - * The contents of this file are subject to the terms of the Common Development
   242.6 - * and Distribution License (the License). You may not use this file except in
   242.7 - * compliance with the License.
   242.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   242.9   *
  242.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  242.11 - * or http://www.netbeans.org/cddl.txt.
  242.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  242.13   *
  242.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  242.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  242.16 - * If applicable, add the following below the CDDL Header, with the fields
  242.17 - * enclosed by brackets [] replaced by your own identifying information:
  242.18 + * The contents of this file are subject to the terms of either the GNU
  242.19 + * General Public License Version 2 only ("GPL") or the Common
  242.20 + * Development and Distribution License("CDDL") (collectively, the
  242.21 + * "License"). You may not use this file except in compliance with the
  242.22 + * License. You can obtain a copy of the License at
  242.23 + * http://www.netbeans.org/cddl-gplv2.html
  242.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  242.25 + * specific language governing permissions and limitations under the
  242.26 + * License.  When distributing the software, include this License Header
  242.27 + * Notice in each file and include the License file at
  242.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  242.29 + * particular file as subject to the "Classpath" exception as provided
  242.30 + * by Sun in the GPL Version 2 section of the License file that
  242.31 + * accompanied this code. If applicable, add the following below the
  242.32 + * License Header, with the fields enclosed by brackets [] replaced by
  242.33 + * your own identifying information:
  242.34   * "Portions Copyrighted [year] [name of copyright owner]"
  242.35   *
  242.36 + * Contributor(s):
  242.37 + *
  242.38   * The Original Software is NetBeans. The Initial Developer of the Original
  242.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  242.40   * Microsystems, Inc. All Rights Reserved.
  242.41 + *
  242.42 + * If you wish your version of this file to be governed by only the CDDL
  242.43 + * or only the GPL Version 2, indicate your decision by adding
  242.44 + * "[Contributor] elects to include this software in this distribution
  242.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  242.46 + * single choice of license, a recipient has the option to distribute
  242.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  242.48 + * to extend the choice of license to its licensees as provided above.
  242.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  242.50 + * Version 2 license, then the option applies only if the new code is
  242.51 + * made subject to such option by the copyright holder.
  242.52   */
  242.53  package org.netbeans.examples.modules.povproject;
  242.54  
   243.1 --- a/platform/samples/povray/povsuite-3/api/build.xml	Thu Sep 27 09:06:41 2007 +0000
   243.2 +++ b/platform/samples/povray/povsuite-3/api/build.xml	Thu Sep 27 09:20:11 2007 +0000
   243.3 @@ -1,21 +1,44 @@
   243.4  <?xml version="1.0" encoding="UTF-8"?>
   243.5  <!--
   243.6 -The contents of this file are subject to the terms of the Common Development
   243.7 -and Distribution License (the License). You may not use this file except in
   243.8 -compliance with the License.
   243.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  243.10  
  243.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  243.12 -or http://www.netbeans.org/cddl.txt.
  243.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  243.14  
  243.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  243.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  243.17 -If applicable, add the following below the CDDL Header, with the fields
  243.18 -enclosed by brackets [] replaced by your own identifying information:
  243.19 +
  243.20 +The contents of this file are subject to the terms of either the GNU
  243.21 +General Public License Version 2 only ("GPL") or the Common
  243.22 +Development and Distribution License("CDDL") (collectively, the
  243.23 +"License"). You may not use this file except in compliance with the
  243.24 +License. You can obtain a copy of the License at
  243.25 +http://www.netbeans.org/cddl-gplv2.html
  243.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  243.27 +specific language governing permissions and limitations under the
  243.28 +License.  When distributing the software, include this License Header
  243.29 +Notice in each file and include the License file at
  243.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  243.31 +particular file as subject to the "Classpath" exception as provided
  243.32 +by Sun in the GPL Version 2 section of the License file that
  243.33 +accompanied this code. If applicable, add the following below the
  243.34 +License Header, with the fields enclosed by brackets [] replaced by
  243.35 +your own identifying information:
  243.36  "Portions Copyrighted [year] [name of copyright owner]"
  243.37  
  243.38 +Contributor(s):
  243.39 +
  243.40   The Original Software is NetBeans. The Initial Developer of the Original
  243.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  243.42   Microsystems, Inc. All Rights Reserved.
  243.43 +
  243.44 +If you wish your version of this file to be governed by only the CDDL
  243.45 +or only the GPL Version 2, indicate your decision by adding
  243.46 +"[Contributor] elects to include this software in this distribution
  243.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  243.48 +single choice of license, a recipient has the option to distribute
  243.49 +your version of this file under either the CDDL, the GPL Version 2 or
  243.50 +to extend the choice of license to its licensees as provided above.
  243.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  243.52 +Version 2 license, then the option applies only if the new code is
  243.53 +made subject to such option by the copyright holder.
  243.54  -->
  243.55  <project name="org.netbeans.modules.examples.api.povray3" default="netbeans" basedir=".">
  243.56      <description>Builds, tests, and runs the project org.netbeans.modules.examples.api.povray3.</description>
   244.1 --- a/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   244.2 +++ b/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   244.3 @@ -1,17 +1,39 @@
   244.4 -# The contents of this file are subject to the terms of the Common Development
   244.5 -# and Distribution License (the License). You may not use this file except in
   244.6 -# compliance with the License.
   244.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   244.8  #
   244.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  244.10 -# or http://www.netbeans.org/cddl.txt.
  244.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  244.12  #
  244.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  244.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  244.15 -# If applicable, add the following below the CDDL Header, with the fields
  244.16 -# enclosed by brackets [] replaced by your own identifying information:
  244.17 +# The contents of this file are subject to the terms of either the GNU
  244.18 +# General Public License Version 2 only ("GPL") or the Common
  244.19 +# Development and Distribution License("CDDL") (collectively, the
  244.20 +# "License"). You may not use this file except in compliance with the
  244.21 +# License. You can obtain a copy of the License at
  244.22 +# http://www.netbeans.org/cddl-gplv2.html
  244.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  244.24 +# specific language governing permissions and limitations under the
  244.25 +# License.  When distributing the software, include this License Header
  244.26 +# Notice in each file and include the License file at
  244.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  244.28 +# particular file as subject to the "Classpath" exception as provided
  244.29 +# by Sun in the GPL Version 2 section of the License file that
  244.30 +# accompanied this code. If applicable, add the following below the
  244.31 +# License Header, with the fields enclosed by brackets [] replaced by
  244.32 +# your own identifying information:
  244.33  # "Portions Copyrighted [year] [name of copyright owner]"
  244.34  #
  244.35 +# Contributor(s):
  244.36 +#
  244.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  244.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  244.39  #  Microsystems, Inc. All Rights Reserved.
  244.40 +#
  244.41 +# If you wish your version of this file to be governed by only the CDDL
  244.42 +# or only the GPL Version 2, indicate your decision by adding
  244.43 +# "[Contributor] elects to include this software in this distribution
  244.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  244.45 +# single choice of license, a recipient has the option to distribute
  244.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  244.47 +# to extend the choice of license to its licensees as provided above.
  244.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  244.49 +# Version 2 license, then the option applies only if the new code is
  244.50 +# made subject to such option by the copyright holder.
  244.51  OpenIDE-Module-Name=Povray API 3
   245.1 --- a/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:06:41 2007 +0000
   245.2 +++ b/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:20:11 2007 +0000
   245.3 @@ -1,20 +1,42 @@
   245.4  /*
   245.5 - * The contents of this file are subject to the terms of the Common Development
   245.6 - * and Distribution License (the License). You may not use this file except in
   245.7 - * compliance with the License.
   245.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   245.9   *
  245.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  245.11 - * or http://www.netbeans.org/cddl.txt.
  245.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  245.13   *
  245.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  245.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  245.16 - * If applicable, add the following below the CDDL Header, with the fields
  245.17 - * enclosed by brackets [] replaced by your own identifying information:
  245.18 + * The contents of this file are subject to the terms of either the GNU
  245.19 + * General Public License Version 2 only ("GPL") or the Common
  245.20 + * Development and Distribution License("CDDL") (collectively, the
  245.21 + * "License"). You may not use this file except in compliance with the
  245.22 + * License. You can obtain a copy of the License at
  245.23 + * http://www.netbeans.org/cddl-gplv2.html
  245.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  245.25 + * specific language governing permissions and limitations under the
  245.26 + * License.  When distributing the software, include this License Header
  245.27 + * Notice in each file and include the License file at
  245.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  245.29 + * particular file as subject to the "Classpath" exception as provided
  245.30 + * by Sun in the GPL Version 2 section of the License file that
  245.31 + * accompanied this code. If applicable, add the following below the
  245.32 + * License Header, with the fields enclosed by brackets [] replaced by
  245.33 + * your own identifying information:
  245.34   * "Portions Copyrighted [year] [name of copyright owner]"
  245.35   *
  245.36 + * Contributor(s):
  245.37 + *
  245.38   * The Original Software is NetBeans. The Initial Developer of the Original
  245.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  245.40   * Microsystems, Inc. All Rights Reserved.
  245.41 + *
  245.42 + * If you wish your version of this file to be governed by only the CDDL
  245.43 + * or only the GPL Version 2, indicate your decision by adding
  245.44 + * "[Contributor] elects to include this software in this distribution
  245.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  245.46 + * single choice of license, a recipient has the option to distribute
  245.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  245.48 + * to extend the choice of license to its licensees as provided above.
  245.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  245.50 + * Version 2 license, then the option applies only if the new code is
  245.51 + * made subject to such option by the copyright holder.
  245.52   */
  245.53  /*
  245.54   * MainFileProvider.java
   246.1 --- a/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:06:41 2007 +0000
   246.2 +++ b/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:20:11 2007 +0000
   246.3 @@ -1,20 +1,42 @@
   246.4  /*
   246.5 - * The contents of this file are subject to the terms of the Common Development
   246.6 - * and Distribution License (the License). You may not use this file except in
   246.7 - * compliance with the License.
   246.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   246.9   *
  246.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  246.11 - * or http://www.netbeans.org/cddl.txt.
  246.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  246.13   *
  246.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  246.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  246.16 - * If applicable, add the following below the CDDL Header, with the fields
  246.17 - * enclosed by brackets [] replaced by your own identifying information:
  246.18 + * The contents of this file are subject to the terms of either the GNU
  246.19 + * General Public License Version 2 only ("GPL") or the Common
  246.20 + * Development and Distribution License("CDDL") (collectively, the
  246.21 + * "License"). You may not use this file except in compliance with the
  246.22 + * License. You can obtain a copy of the License at
  246.23 + * http://www.netbeans.org/cddl-gplv2.html
  246.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  246.25 + * specific language governing permissions and limitations under the
  246.26 + * License.  When distributing the software, include this License Header
  246.27 + * Notice in each file and include the License file at
  246.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  246.29 + * particular file as subject to the "Classpath" exception as provided
  246.30 + * by Sun in the GPL Version 2 section of the License file that
  246.31 + * accompanied this code. If applicable, add the following below the
  246.32 + * License Header, with the fields enclosed by brackets [] replaced by
  246.33 + * your own identifying information:
  246.34   * "Portions Copyrighted [year] [name of copyright owner]"
  246.35   *
  246.36 + * Contributor(s):
  246.37 + *
  246.38   * The Original Software is NetBeans. The Initial Developer of the Original
  246.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  246.40   * Microsystems, Inc. All Rights Reserved.
  246.41 + *
  246.42 + * If you wish your version of this file to be governed by only the CDDL
  246.43 + * or only the GPL Version 2, indicate your decision by adding
  246.44 + * "[Contributor] elects to include this software in this distribution
  246.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  246.46 + * single choice of license, a recipient has the option to distribute
  246.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  246.48 + * to extend the choice of license to its licensees as provided above.
  246.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  246.50 + * Version 2 license, then the option applies only if the new code is
  246.51 + * made subject to such option by the copyright holder.
  246.52   */
  246.53  /*
  246.54   * RendererService.java
   247.1 --- a/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:06:41 2007 +0000
   247.2 +++ b/platform/samples/povray/povsuite-3/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:20:11 2007 +0000
   247.3 @@ -1,20 +1,42 @@
   247.4  /*
   247.5 - * The contents of this file are subject to the terms of the Common Development
   247.6 - * and Distribution License (the License). You may not use this file except in
   247.7 - * compliance with the License.
   247.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   247.9   *
  247.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  247.11 - * or http://www.netbeans.org/cddl.txt.
  247.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  247.13   *
  247.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  247.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  247.16 - * If applicable, add the following below the CDDL Header, with the fields
  247.17 - * enclosed by brackets [] replaced by your own identifying information:
  247.18 + * The contents of this file are subject to the terms of either the GNU
  247.19 + * General Public License Version 2 only ("GPL") or the Common
  247.20 + * Development and Distribution License("CDDL") (collectively, the
  247.21 + * "License"). You may not use this file except in compliance with the
  247.22 + * License. You can obtain a copy of the License at
  247.23 + * http://www.netbeans.org/cddl-gplv2.html
  247.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  247.25 + * specific language governing permissions and limitations under the
  247.26 + * License.  When distributing the software, include this License Header
  247.27 + * Notice in each file and include the License file at
  247.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  247.29 + * particular file as subject to the "Classpath" exception as provided
  247.30 + * by Sun in the GPL Version 2 section of the License file that
  247.31 + * accompanied this code. If applicable, add the following below the
  247.32 + * License Header, with the fields enclosed by brackets [] replaced by
  247.33 + * your own identifying information:
  247.34   * "Portions Copyrighted [year] [name of copyright owner]"
  247.35   *
  247.36 + * Contributor(s):
  247.37 + *
  247.38   * The Original Software is NetBeans. The Initial Developer of the Original
  247.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  247.40   * Microsystems, Inc. All Rights Reserved.
  247.41 + *
  247.42 + * If you wish your version of this file to be governed by only the CDDL
  247.43 + * or only the GPL Version 2, indicate your decision by adding
  247.44 + * "[Contributor] elects to include this software in this distribution
  247.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  247.46 + * single choice of license, a recipient has the option to distribute
  247.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  247.48 + * to extend the choice of license to its licensees as provided above.
  247.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  247.50 + * Version 2 license, then the option applies only if the new code is
  247.51 + * made subject to such option by the copyright holder.
  247.52   */
  247.53  /*
  247.54   * ViewService.java
   248.1 --- a/platform/samples/povray/povsuite-3/build.xml	Thu Sep 27 09:06:41 2007 +0000
   248.2 +++ b/platform/samples/povray/povsuite-3/build.xml	Thu Sep 27 09:20:11 2007 +0000
   248.3 @@ -1,21 +1,44 @@
   248.4  <?xml version="1.0" encoding="UTF-8"?>
   248.5  <!--
   248.6 -The contents of this file are subject to the terms of the Common Development
   248.7 -and Distribution License (the License). You may not use this file except in
   248.8 -compliance with the License.
   248.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  248.10  
  248.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  248.12 -or http://www.netbeans.org/cddl.txt.
  248.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  248.14  
  248.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  248.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  248.17 -If applicable, add the following below the CDDL Header, with the fields
  248.18 -enclosed by brackets [] replaced by your own identifying information:
  248.19 +
  248.20 +The contents of this file are subject to the terms of either the GNU
  248.21 +General Public License Version 2 only ("GPL") or the Common
  248.22 +Development and Distribution License("CDDL") (collectively, the
  248.23 +"License"). You may not use this file except in compliance with the
  248.24 +License. You can obtain a copy of the License at
  248.25 +http://www.netbeans.org/cddl-gplv2.html
  248.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  248.27 +specific language governing permissions and limitations under the
  248.28 +License.  When distributing the software, include this License Header
  248.29 +Notice in each file and include the License file at
  248.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  248.31 +particular file as subject to the "Classpath" exception as provided
  248.32 +by Sun in the GPL Version 2 section of the License file that
  248.33 +accompanied this code. If applicable, add the following below the
  248.34 +License Header, with the fields enclosed by brackets [] replaced by
  248.35 +your own identifying information:
  248.36  "Portions Copyrighted [year] [name of copyright owner]"
  248.37  
  248.38 +Contributor(s):
  248.39 +
  248.40   The Original Software is NetBeans. The Initial Developer of the Original
  248.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  248.42   Microsystems, Inc. All Rights Reserved.
  248.43 +
  248.44 +If you wish your version of this file to be governed by only the CDDL
  248.45 +or only the GPL Version 2, indicate your decision by adding
  248.46 +"[Contributor] elects to include this software in this distribution
  248.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  248.48 +single choice of license, a recipient has the option to distribute
  248.49 +your version of this file under either the CDDL, the GPL Version 2 or
  248.50 +to extend the choice of license to its licensees as provided above.
  248.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  248.52 +Version 2 license, then the option applies only if the new code is
  248.53 +made subject to such option by the copyright holder.
  248.54  -->
  248.55  <project name="povsuite-3" basedir=".">
  248.56      <description>Builds the module suite povsuite-3.</description>
   249.1 --- a/platform/samples/povray/povsuite-3/povfile/build.xml	Thu Sep 27 09:06:41 2007 +0000
   249.2 +++ b/platform/samples/povray/povsuite-3/povfile/build.xml	Thu Sep 27 09:20:11 2007 +0000
   249.3 @@ -1,21 +1,44 @@
   249.4  <?xml version="1.0" encoding="UTF-8"?>
   249.5  <!--
   249.6 -The contents of this file are subject to the terms of the Common Development
   249.7 -and Distribution License (the License). You may not use this file except in
   249.8 -compliance with the License.
   249.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  249.10  
  249.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  249.12 -or http://www.netbeans.org/cddl.txt.
  249.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  249.14  
  249.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  249.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  249.17 -If applicable, add the following below the CDDL Header, with the fields
  249.18 -enclosed by brackets [] replaced by your own identifying information:
  249.19 +
  249.20 +The contents of this file are subject to the terms of either the GNU
  249.21 +General Public License Version 2 only ("GPL") or the Common
  249.22 +Development and Distribution License("CDDL") (collectively, the
  249.23 +"License"). You may not use this file except in compliance with the
  249.24 +License. You can obtain a copy of the License at
  249.25 +http://www.netbeans.org/cddl-gplv2.html
  249.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  249.27 +specific language governing permissions and limitations under the
  249.28 +License.  When distributing the software, include this License Header
  249.29 +Notice in each file and include the License file at
  249.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  249.31 +particular file as subject to the "Classpath" exception as provided
  249.32 +by Sun in the GPL Version 2 section of the License file that
  249.33 +accompanied this code. If applicable, add the following below the
  249.34 +License Header, with the fields enclosed by brackets [] replaced by
  249.35 +your own identifying information:
  249.36  "Portions Copyrighted [year] [name of copyright owner]"
  249.37  
  249.38 +Contributor(s):
  249.39 +
  249.40   The Original Software is NetBeans. The Initial Developer of the Original
  249.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  249.42   Microsystems, Inc. All Rights Reserved.
  249.43 +
  249.44 +If you wish your version of this file to be governed by only the CDDL
  249.45 +or only the GPL Version 2, indicate your decision by adding
  249.46 +"[Contributor] elects to include this software in this distribution
  249.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  249.48 +single choice of license, a recipient has the option to distribute
  249.49 +your version of this file under either the CDDL, the GPL Version 2 or
  249.50 +to extend the choice of license to its licensees as provided above.
  249.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  249.52 +Version 2 license, then the option applies only if the new code is
  249.53 +made subject to such option by the copyright holder.
  249.54  -->
  249.55  <project name="org.netbeans.examples.modules.povfile3" default="netbeans" basedir=".">
  249.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povfile3.</description>
   250.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   250.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   250.3 @@ -1,19 +1,41 @@
   250.4 -# The contents of this file are subject to the terms of the Common Development
   250.5 -# and Distribution License (the License). You may not use this file except in
   250.6 -# compliance with the License.
   250.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   250.8  #
   250.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  250.10 -# or http://www.netbeans.org/cddl.txt.
  250.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  250.12  #
  250.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  250.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  250.15 -# If applicable, add the following below the CDDL Header, with the fields
  250.16 -# enclosed by brackets [] replaced by your own identifying information:
  250.17 +# The contents of this file are subject to the terms of either the GNU
  250.18 +# General Public License Version 2 only ("GPL") or the Common
  250.19 +# Development and Distribution License("CDDL") (collectively, the
  250.20 +# "License"). You may not use this file except in compliance with the
  250.21 +# License. You can obtain a copy of the License at
  250.22 +# http://www.netbeans.org/cddl-gplv2.html
  250.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  250.24 +# specific language governing permissions and limitations under the
  250.25 +# License.  When distributing the software, include this License Header
  250.26 +# Notice in each file and include the License file at
  250.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  250.28 +# particular file as subject to the "Classpath" exception as provided
  250.29 +# by Sun in the GPL Version 2 section of the License file that
  250.30 +# accompanied this code. If applicable, add the following below the
  250.31 +# License Header, with the fields enclosed by brackets [] replaced by
  250.32 +# your own identifying information:
  250.33  # "Portions Copyrighted [year] [name of copyright owner]"
  250.34  #
  250.35 +# Contributor(s):
  250.36 +#
  250.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  250.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  250.39  #  Microsystems, Inc. All Rights Reserved.
  250.40 +#
  250.41 +# If you wish your version of this file to be governed by only the CDDL
  250.42 +# or only the GPL Version 2, indicate your decision by adding
  250.43 +# "[Contributor] elects to include this software in this distribution
  250.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  250.45 +# single choice of license, a recipient has the option to distribute
  250.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  250.47 +# to extend the choice of license to its licensees as provided above.
  250.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  250.49 +# Version 2 license, then the option applies only if the new code is
  250.50 +# made subject to such option by the copyright holder.
  250.51  LBL_Povray_loader_name=Povray Files
  250.52  OpenIDE-Module-Name=Povray File Support 3
  250.53  Services/MIMEResolver/PovrayResolver.xml=Povray Files
   251.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   251.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   251.3 @@ -1,20 +1,42 @@
   251.4  /*
   251.5 - * The contents of this file are subject to the terms of the Common Development
   251.6 - * and Distribution License (the License). You may not use this file except in
   251.7 - * compliance with the License.
   251.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   251.9   *
  251.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  251.11 - * or http://www.netbeans.org/cddl.txt.
  251.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  251.13   *
  251.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  251.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  251.16 - * If applicable, add the following below the CDDL Header, with the fields
  251.17 - * enclosed by brackets [] replaced by your own identifying information:
  251.18 + * The contents of this file are subject to the terms of either the GNU
  251.19 + * General Public License Version 2 only ("GPL") or the Common
  251.20 + * Development and Distribution License("CDDL") (collectively, the
  251.21 + * "License"). You may not use this file except in compliance with the
  251.22 + * License. You can obtain a copy of the License at
  251.23 + * http://www.netbeans.org/cddl-gplv2.html
  251.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  251.25 + * specific language governing permissions and limitations under the
  251.26 + * License.  When distributing the software, include this License Header
  251.27 + * Notice in each file and include the License file at
  251.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  251.29 + * particular file as subject to the "Classpath" exception as provided
  251.30 + * by Sun in the GPL Version 2 section of the License file that
  251.31 + * accompanied this code. If applicable, add the following below the
  251.32 + * License Header, with the fields enclosed by brackets [] replaced by
  251.33 + * your own identifying information:
  251.34   * "Portions Copyrighted [year] [name of copyright owner]"
  251.35   *
  251.36 + * Contributor(s):
  251.37 + *
  251.38   * The Original Software is NetBeans. The Initial Developer of the Original
  251.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  251.40   * Microsystems, Inc. All Rights Reserved.
  251.41 + *
  251.42 + * If you wish your version of this file to be governed by only the CDDL
  251.43 + * or only the GPL Version 2, indicate your decision by adding
  251.44 + * "[Contributor] elects to include this software in this distribution
  251.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  251.46 + * single choice of license, a recipient has the option to distribute
  251.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  251.48 + * to extend the choice of license to its licensees as provided above.
  251.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  251.50 + * Version 2 license, then the option applies only if the new code is
  251.51 + * made subject to such option by the copyright holder.
  251.52   */
  251.53  package org.netbeans.examples.modules.povfile;
  251.54  
   252.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   252.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   252.3 @@ -1,20 +1,42 @@
   252.4  /*
   252.5 - * The contents of this file are subject to the terms of the Common Development
   252.6 - * and Distribution License (the License). You may not use this file except in
   252.7 - * compliance with the License.
   252.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   252.9   *
  252.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  252.11 - * or http://www.netbeans.org/cddl.txt.
  252.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  252.13   *
  252.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  252.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  252.16 - * If applicable, add the following below the CDDL Header, with the fields
  252.17 - * enclosed by brackets [] replaced by your own identifying information:
  252.18 + * The contents of this file are subject to the terms of either the GNU
  252.19 + * General Public License Version 2 only ("GPL") or the Common
  252.20 + * Development and Distribution License("CDDL") (collectively, the
  252.21 + * "License"). You may not use this file except in compliance with the
  252.22 + * License. You can obtain a copy of the License at
  252.23 + * http://www.netbeans.org/cddl-gplv2.html
  252.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  252.25 + * specific language governing permissions and limitations under the
  252.26 + * License.  When distributing the software, include this License Header
  252.27 + * Notice in each file and include the License file at
  252.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  252.29 + * particular file as subject to the "Classpath" exception as provided
  252.30 + * by Sun in the GPL Version 2 section of the License file that
  252.31 + * accompanied this code. If applicable, add the following below the
  252.32 + * License Header, with the fields enclosed by brackets [] replaced by
  252.33 + * your own identifying information:
  252.34   * "Portions Copyrighted [year] [name of copyright owner]"
  252.35   *
  252.36 + * Contributor(s):
  252.37 + *
  252.38   * The Original Software is NetBeans. The Initial Developer of the Original
  252.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  252.40   * Microsystems, Inc. All Rights Reserved.
  252.41 + *
  252.42 + * If you wish your version of this file to be governed by only the CDDL
  252.43 + * or only the GPL Version 2, indicate your decision by adding
  252.44 + * "[Contributor] elects to include this software in this distribution
  252.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  252.46 + * single choice of license, a recipient has the option to distribute
  252.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  252.48 + * to extend the choice of license to its licensees as provided above.
  252.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  252.50 + * Version 2 license, then the option applies only if the new code is
  252.51 + * made subject to such option by the copyright holder.
  252.52   */
  252.53  package org.netbeans.examples.modules.povfile;
  252.54  
   253.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   253.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   253.3 @@ -1,20 +1,42 @@
   253.4  /*
   253.5 - * The contents of this file are subject to the terms of the Common Development
   253.6 - * and Distribution License (the License). You may not use this file except in
   253.7 - * compliance with the License.
   253.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   253.9   *
  253.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  253.11 - * or http://www.netbeans.org/cddl.txt.
  253.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  253.13   *
  253.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  253.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  253.16 - * If applicable, add the following below the CDDL Header, with the fields
  253.17 - * enclosed by brackets [] replaced by your own identifying information:
  253.18 + * The contents of this file are subject to the terms of either the GNU
  253.19 + * General Public License Version 2 only ("GPL") or the Common
  253.20 + * Development and Distribution License("CDDL") (collectively, the
  253.21 + * "License"). You may not use this file except in compliance with the
  253.22 + * License. You can obtain a copy of the License at
  253.23 + * http://www.netbeans.org/cddl-gplv2.html
  253.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  253.25 + * specific language governing permissions and limitations under the
  253.26 + * License.  When distributing the software, include this License Header
  253.27 + * Notice in each file and include the License file at
  253.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  253.29 + * particular file as subject to the "Classpath" exception as provided
  253.30 + * by Sun in the GPL Version 2 section of the License file that
  253.31 + * accompanied this code. If applicable, add the following below the
  253.32 + * License Header, with the fields enclosed by brackets [] replaced by
  253.33 + * your own identifying information:
  253.34   * "Portions Copyrighted [year] [name of copyright owner]"
  253.35   *
  253.36 + * Contributor(s):
  253.37 + *
  253.38   * The Original Software is NetBeans. The Initial Developer of the Original
  253.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  253.40   * Microsystems, Inc. All Rights Reserved.
  253.41 + *
  253.42 + * If you wish your version of this file to be governed by only the CDDL
  253.43 + * or only the GPL Version 2, indicate your decision by adding
  253.44 + * "[Contributor] elects to include this software in this distribution
  253.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  253.46 + * single choice of license, a recipient has the option to distribute
  253.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  253.48 + * to extend the choice of license to its licensees as provided above.
  253.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  253.50 + * Version 2 license, then the option applies only if the new code is
  253.51 + * made subject to such option by the copyright holder.
  253.52   */
  253.53  package org.netbeans.examples.modules.povfile;
  253.54  
   254.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   254.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   254.3 @@ -1,20 +1,42 @@
   254.4  /*
   254.5 - * The contents of this file are subject to the terms of the Common Development
   254.6 - * and Distribution License (the License). You may not use this file except in
   254.7 - * compliance with the License.
   254.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   254.9   *
  254.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  254.11 - * or http://www.netbeans.org/cddl.txt.
  254.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  254.13   *
  254.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  254.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  254.16 - * If applicable, add the following below the CDDL Header, with the fields
  254.17 - * enclosed by brackets [] replaced by your own identifying information:
  254.18 + * The contents of this file are subject to the terms of either the GNU
  254.19 + * General Public License Version 2 only ("GPL") or the Common
  254.20 + * Development and Distribution License("CDDL") (collectively, the
  254.21 + * "License"). You may not use this file except in compliance with the
  254.22 + * License. You can obtain a copy of the License at
  254.23 + * http://www.netbeans.org/cddl-gplv2.html
  254.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  254.25 + * specific language governing permissions and limitations under the
  254.26 + * License.  When distributing the software, include this License Header
  254.27 + * Notice in each file and include the License file at
  254.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  254.29 + * particular file as subject to the "Classpath" exception as provided
  254.30 + * by Sun in the GPL Version 2 section of the License file that
  254.31 + * accompanied this code. If applicable, add the following below the
  254.32 + * License Header, with the fields enclosed by brackets [] replaced by
  254.33 + * your own identifying information:
  254.34   * "Portions Copyrighted [year] [name of copyright owner]"
  254.35   *
  254.36 + * Contributor(s):
  254.37 + *
  254.38   * The Original Software is NetBeans. The Initial Developer of the Original
  254.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  254.40   * Microsystems, Inc. All Rights Reserved.
  254.41 + *
  254.42 + * If you wish your version of this file to be governed by only the CDDL
  254.43 + * or only the GPL Version 2, indicate your decision by adding
  254.44 + * "[Contributor] elects to include this software in this distribution
  254.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  254.46 + * single choice of license, a recipient has the option to distribute
  254.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  254.48 + * to extend the choice of license to its licensees as provided above.
  254.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  254.50 + * Version 2 license, then the option applies only if the new code is
  254.51 + * made subject to such option by the copyright holder.
  254.52   */
  254.53  package org.netbeans.examples.modules.povfile;
  254.54  
   255.1 --- a/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:06:41 2007 +0000
   255.2 +++ b/platform/samples/povray/povsuite-3/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:20:11 2007 +0000
   255.3 @@ -1,21 +1,44 @@
   255.4  <?xml version="1.0" encoding="UTF-8"?>
   255.5  <!--
   255.6 -The contents of this file are subject to the terms of the Common Development
   255.7 -and Distribution License (the License). You may not use this file except in
   255.8 -compliance with the License.
   255.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  255.10  
  255.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  255.12 -or http://www.netbeans.org/cddl.txt.
  255.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  255.14  
  255.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  255.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  255.17 -If applicable, add the following below the CDDL Header, with the fields
  255.18 -enclosed by brackets [] replaced by your own identifying information:
  255.19 +
  255.20 +The contents of this file are subject to the terms of either the GNU
  255.21 +General Public License Version 2 only ("GPL") or the Common
  255.22 +Development and Distribution License("CDDL") (collectively, the
  255.23 +"License"). You may not use this file except in compliance with the
  255.24 +License. You can obtain a copy of the License at
  255.25 +http://www.netbeans.org/cddl-gplv2.html
  255.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  255.27 +specific language governing permissions and limitations under the
  255.28 +License.  When distributing the software, include this License Header
  255.29 +Notice in each file and include the License file at
  255.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  255.31 +particular file as subject to the "Classpath" exception as provided
  255.32 +by Sun in the GPL Version 2 section of the License file that
  255.33 +accompanied this code. If applicable, add the following below the
  255.34 +License Header, with the fields enclosed by brackets [] replaced by
  255.35 +your own identifying information:
  255.36  "Portions Copyrighted [year] [name of copyright owner]"
  255.37  
  255.38 +Contributor(s):
  255.39 +
  255.40   The Original Software is NetBeans. The Initial Developer of the Original
  255.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  255.42   Microsystems, Inc. All Rights Reserved.
  255.43 +
  255.44 +If you wish your version of this file to be governed by only the CDDL
  255.45 +or only the GPL Version 2, indicate your decision by adding
  255.46 +"[Contributor] elects to include this software in this distribution
  255.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  255.48 +single choice of license, a recipient has the option to distribute
  255.49 +your version of this file under either the CDDL, the GPL Version 2 or
  255.50 +to extend the choice of license to its licensees as provided above.
  255.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  255.52 +Version 2 license, then the option applies only if the new code is
  255.53 +made subject to such option by the copyright holder.
  255.54  -->
  255.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  255.56  <MIME-resolver>
   256.1 --- a/platform/samples/povray/povsuite-3/povproject/build.xml	Thu Sep 27 09:06:41 2007 +0000
   256.2 +++ b/platform/samples/povray/povsuite-3/povproject/build.xml	Thu Sep 27 09:20:11 2007 +0000
   256.3 @@ -1,21 +1,44 @@
   256.4  <?xml version="1.0" encoding="UTF-8"?>
   256.5  <!--
   256.6 -The contents of this file are subject to the terms of the Common Development
   256.7 -and Distribution License (the License). You may not use this file except in
   256.8 -compliance with the License.
   256.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  256.10  
  256.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  256.12 -or http://www.netbeans.org/cddl.txt.
  256.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  256.14  
  256.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  256.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  256.17 -If applicable, add the following below the CDDL Header, with the fields
  256.18 -enclosed by brackets [] replaced by your own identifying information:
  256.19 +
  256.20 +The contents of this file are subject to the terms of either the GNU
  256.21 +General Public License Version 2 only ("GPL") or the Common
  256.22 +Development and Distribution License("CDDL") (collectively, the
  256.23 +"License"). You may not use this file except in compliance with the
  256.24 +License. You can obtain a copy of the License at
  256.25 +http://www.netbeans.org/cddl-gplv2.html
  256.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  256.27 +specific language governing permissions and limitations under the
  256.28 +License.  When distributing the software, include this License Header
  256.29 +Notice in each file and include the License file at
  256.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  256.31 +particular file as subject to the "Classpath" exception as provided
  256.32 +by Sun in the GPL Version 2 section of the License file that
  256.33 +accompanied this code. If applicable, add the following below the
  256.34 +License Header, with the fields enclosed by brackets [] replaced by
  256.35 +your own identifying information:
  256.36  "Portions Copyrighted [year] [name of copyright owner]"
  256.37  
  256.38 +Contributor(s):
  256.39 +
  256.40   The Original Software is NetBeans. The Initial Developer of the Original
  256.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  256.42   Microsystems, Inc. All Rights Reserved.
  256.43 +
  256.44 +If you wish your version of this file to be governed by only the CDDL
  256.45 +or only the GPL Version 2, indicate your decision by adding
  256.46 +"[Contributor] elects to include this software in this distribution
  256.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  256.48 +single choice of license, a recipient has the option to distribute
  256.49 +your version of this file under either the CDDL, the GPL Version 2 or
  256.50 +to extend the choice of license to its licensees as provided above.
  256.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  256.52 +Version 2 license, then the option applies only if the new code is
  256.53 +made subject to such option by the copyright holder.
  256.54  -->
  256.55  <project name="org.netbeans.examples.modules.povproject3" default="netbeans" basedir=".">
  256.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povproject3.</description>
   257.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   257.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   257.3 @@ -1,19 +1,41 @@
   257.4 -# The contents of this file are subject to the terms of the Common Development
   257.5 -# and Distribution License (the License). You may not use this file except in
   257.6 -# compliance with the License.
   257.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   257.8  #
   257.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  257.10 -# or http://www.netbeans.org/cddl.txt.
  257.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  257.12  #
  257.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  257.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  257.15 -# If applicable, add the following below the CDDL Header, with the fields
  257.16 -# enclosed by brackets [] replaced by your own identifying information:
  257.17 +# The contents of this file are subject to the terms of either the GNU
  257.18 +# General Public License Version 2 only ("GPL") or the Common
  257.19 +# Development and Distribution License("CDDL") (collectively, the
  257.20 +# "License"). You may not use this file except in compliance with the
  257.21 +# License. You can obtain a copy of the License at
  257.22 +# http://www.netbeans.org/cddl-gplv2.html
  257.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  257.24 +# specific language governing permissions and limitations under the
  257.25 +# License.  When distributing the software, include this License Header
  257.26 +# Notice in each file and include the License file at
  257.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  257.28 +# particular file as subject to the "Classpath" exception as provided
  257.29 +# by Sun in the GPL Version 2 section of the License file that
  257.30 +# accompanied this code. If applicable, add the following below the
  257.31 +# License Header, with the fields enclosed by brackets [] replaced by
  257.32 +# your own identifying information:
  257.33  # "Portions Copyrighted [year] [name of copyright owner]"
  257.34  #
  257.35 +# Contributor(s):
  257.36 +#
  257.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  257.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  257.39  #  Microsystems, Inc. All Rights Reserved.
  257.40 +#
  257.41 +# If you wish your version of this file to be governed by only the CDDL
  257.42 +# or only the GPL Version 2, indicate your decision by adding
  257.43 +# "[Contributor] elects to include this software in this distribution
  257.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  257.45 +# single choice of license, a recipient has the option to distribute
  257.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  257.47 +# to extend the choice of license to its licensees as provided above.
  257.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  257.49 +# Version 2 license, then the option applies only if the new code is
  257.50 +# made subject to such option by the copyright holder.
  257.51  LBL_CreateProjectStep=Create a new Sample Povray Project project
  257.52  OpenIDE-Module-Name=Povray Projects 3
  257.53  
   258.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:06:41 2007 +0000
   258.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:20:11 2007 +0000
   258.3 @@ -1,20 +1,42 @@
   258.4  /*
   258.5 - * The contents of this file are subject to the terms of the Common Development
   258.6 - * and Distribution License (the License). You may not use this file except in
   258.7 - * compliance with the License.
   258.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   258.9   *
  258.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  258.11 - * or http://www.netbeans.org/cddl.txt.
  258.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  258.13   *
  258.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  258.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  258.16 - * If applicable, add the following below the CDDL Header, with the fields
  258.17 - * enclosed by brackets [] replaced by your own identifying information:
  258.18 + * The contents of this file are subject to the terms of either the GNU
  258.19 + * General Public License Version 2 only ("GPL") or the Common
  258.20 + * Development and Distribution License("CDDL") (collectively, the
  258.21 + * "License"). You may not use this file except in compliance with the
  258.22 + * License. You can obtain a copy of the License at
  258.23 + * http://www.netbeans.org/cddl-gplv2.html
  258.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  258.25 + * specific language governing permissions and limitations under the
  258.26 + * License.  When distributing the software, include this License Header
  258.27 + * Notice in each file and include the License file at
  258.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  258.29 + * particular file as subject to the "Classpath" exception as provided
  258.30 + * by Sun in the GPL Version 2 section of the License file that
  258.31 + * accompanied this code. If applicable, add the following below the
  258.32 + * License Header, with the fields enclosed by brackets [] replaced by
  258.33 + * your own identifying information:
  258.34   * "Portions Copyrighted [year] [name of copyright owner]"
  258.35   *
  258.36 + * Contributor(s):
  258.37 + *
  258.38   * The Original Software is NetBeans. The Initial Developer of the Original
  258.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  258.40   * Microsystems, Inc. All Rights Reserved.
  258.41 + *
  258.42 + * If you wish your version of this file to be governed by only the CDDL
  258.43 + * or only the GPL Version 2, indicate your decision by adding
  258.44 + * "[Contributor] elects to include this software in this distribution
  258.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  258.46 + * single choice of license, a recipient has the option to distribute
  258.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  258.48 + * to extend the choice of license to its licensees as provided above.
  258.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  258.50 + * Version 2 license, then the option applies only if the new code is
  258.51 + * made subject to such option by the copyright holder.
  258.52   */
  258.53  package org.netbeans.examples.modules.povproject;
  258.54  
   259.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:06:41 2007 +0000
   259.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:20:11 2007 +0000
   259.3 @@ -1,20 +1,42 @@
   259.4  /*
   259.5 - * The contents of this file are subject to the terms of the Common Development
   259.6 - * and Distribution License (the License). You may not use this file except in
   259.7 - * compliance with the License.
   259.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   259.9   *
  259.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  259.11 - * or http://www.netbeans.org/cddl.txt.
  259.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  259.13   *
  259.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  259.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  259.16 - * If applicable, add the following below the CDDL Header, with the fields
  259.17 - * enclosed by brackets [] replaced by your own identifying information:
  259.18 + * The contents of this file are subject to the terms of either the GNU
  259.19 + * General Public License Version 2 only ("GPL") or the Common
  259.20 + * Development and Distribution License("CDDL") (collectively, the
  259.21 + * "License"). You may not use this file except in compliance with the
  259.22 + * License. You can obtain a copy of the License at
  259.23 + * http://www.netbeans.org/cddl-gplv2.html
  259.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  259.25 + * specific language governing permissions and limitations under the
  259.26 + * License.  When distributing the software, include this License Header
  259.27 + * Notice in each file and include the License file at
  259.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  259.29 + * particular file as subject to the "Classpath" exception as provided
  259.30 + * by Sun in the GPL Version 2 section of the License file that
  259.31 + * accompanied this code. If applicable, add the following below the
  259.32 + * License Header, with the fields enclosed by brackets [] replaced by
  259.33 + * your own identifying information:
  259.34   * "Portions Copyrighted [year] [name of copyright owner]"
  259.35   *
  259.36 + * Contributor(s):
  259.37 + *
  259.38   * The Original Software is NetBeans. The Initial Developer of the Original
  259.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  259.40   * Microsystems, Inc. All Rights Reserved.
  259.41 + *
  259.42 + * If you wish your version of this file to be governed by only the CDDL
  259.43 + * or only the GPL Version 2, indicate your decision by adding
  259.44 + * "[Contributor] elects to include this software in this distribution
  259.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  259.46 + * single choice of license, a recipient has the option to distribute
  259.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  259.48 + * to extend the choice of license to its licensees as provided above.
  259.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  259.50 + * Version 2 license, then the option applies only if the new code is
  259.51 + * made subject to such option by the copyright holder.
  259.52   */
  259.53  package org.netbeans.examples.modules.povproject;
  259.54  
   260.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:06:41 2007 +0000
   260.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:20:11 2007 +0000
   260.3 @@ -1,20 +1,42 @@
   260.4  /*
   260.5 - * The contents of this file are subject to the terms of the Common Development
   260.6 - * and Distribution License (the License). You may not use this file except in
   260.7 - * compliance with the License.
   260.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   260.9   *
  260.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  260.11 - * or http://www.netbeans.org/cddl.txt.
  260.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  260.13   *
  260.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  260.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  260.16 - * If applicable, add the following below the CDDL Header, with the fields
  260.17 - * enclosed by brackets [] replaced by your own identifying information:
  260.18 + * The contents of this file are subject to the terms of either the GNU
  260.19 + * General Public License Version 2 only ("GPL") or the Common
  260.20 + * Development and Distribution License("CDDL") (collectively, the
  260.21 + * "License"). You may not use this file except in compliance with the
  260.22 + * License. You can obtain a copy of the License at
  260.23 + * http://www.netbeans.org/cddl-gplv2.html
  260.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  260.25 + * specific language governing permissions and limitations under the
  260.26 + * License.  When distributing the software, include this License Header
  260.27 + * Notice in each file and include the License file at
  260.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  260.29 + * particular file as subject to the "Classpath" exception as provided
  260.30 + * by Sun in the GPL Version 2 section of the License file that
  260.31 + * accompanied this code. If applicable, add the following below the
  260.32 + * License Header, with the fields enclosed by brackets [] replaced by
  260.33 + * your own identifying information:
  260.34   * "Portions Copyrighted [year] [name of copyright owner]"
  260.35   *
  260.36 + * Contributor(s):
  260.37 + *
  260.38   * The Original Software is NetBeans. The Initial Developer of the Original
  260.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  260.40   * Microsystems, Inc. All Rights Reserved.
  260.41 + *
  260.42 + * If you wish your version of this file to be governed by only the CDDL
  260.43 + * or only the GPL Version 2, indicate your decision by adding
  260.44 + * "[Contributor] elects to include this software in this distribution
  260.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  260.46 + * single choice of license, a recipient has the option to distribute
  260.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  260.48 + * to extend the choice of license to its licensees as provided above.
  260.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  260.50 + * Version 2 license, then the option applies only if the new code is
  260.51 + * made subject to such option by the copyright holder.
  260.52   */
  260.53  package org.netbeans.examples.modules.povproject;
  260.54  
   261.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:06:41 2007 +0000
   261.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:20:11 2007 +0000
   261.3 @@ -1,20 +1,42 @@
   261.4  /*
   261.5 - * The contents of this file are subject to the terms of the Common Development
   261.6 - * and Distribution License (the License). You may not use this file except in
   261.7 - * compliance with the License.
   261.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   261.9   *
  261.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  261.11 - * or http://www.netbeans.org/cddl.txt.
  261.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  261.13   *
  261.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  261.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  261.16 - * If applicable, add the following below the CDDL Header, with the fields
  261.17 - * enclosed by brackets [] replaced by your own identifying information:
  261.18 + * The contents of this file are subject to the terms of either the GNU
  261.19 + * General Public License Version 2 only ("GPL") or the Common
  261.20 + * Development and Distribution License("CDDL") (collectively, the
  261.21 + * "License"). You may not use this file except in compliance with the
  261.22 + * License. You can obtain a copy of the License at
  261.23 + * http://www.netbeans.org/cddl-gplv2.html
  261.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  261.25 + * specific language governing permissions and limitations under the
  261.26 + * License.  When distributing the software, include this License Header
  261.27 + * Notice in each file and include the License file at
  261.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  261.29 + * particular file as subject to the "Classpath" exception as provided
  261.30 + * by Sun in the GPL Version 2 section of the License file that
  261.31 + * accompanied this code. If applicable, add the following below the
  261.32 + * License Header, with the fields enclosed by brackets [] replaced by
  261.33 + * your own identifying information:
  261.34   * "Portions Copyrighted [year] [name of copyright owner]"
  261.35   *
  261.36 + * Contributor(s):
  261.37 + *
  261.38   * The Original Software is NetBeans. The Initial Developer of the Original
  261.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  261.40   * Microsystems, Inc. All Rights Reserved.
  261.41 + *
  261.42 + * If you wish your version of this file to be governed by only the CDDL
  261.43 + * or only the GPL Version 2, indicate your decision by adding
  261.44 + * "[Contributor] elects to include this software in this distribution
  261.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  261.46 + * single choice of license, a recipient has the option to distribute
  261.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  261.48 + * to extend the choice of license to its licensees as provided above.
  261.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  261.50 + * Version 2 license, then the option applies only if the new code is
  261.51 + * made subject to such option by the copyright holder.
  261.52   */
  261.53  package org.netbeans.examples.modules.povproject;
  261.54  
   262.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:06:41 2007 +0000
   262.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:20:11 2007 +0000
   262.3 @@ -1,20 +1,42 @@
   262.4  /*
   262.5 - * The contents of this file are subject to the terms of the Common Development
   262.6 - * and Distribution License (the License). You may not use this file except in
   262.7 - * compliance with the License.
   262.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   262.9   *
  262.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  262.11 - * or http://www.netbeans.org/cddl.txt.
  262.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  262.13   *
  262.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  262.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  262.16 - * If applicable, add the following below the CDDL Header, with the fields
  262.17 - * enclosed by brackets [] replaced by your own identifying information:
  262.18 + * The contents of this file are subject to the terms of either the GNU
  262.19 + * General Public License Version 2 only ("GPL") or the Common
  262.20 + * Development and Distribution License("CDDL") (collectively, the
  262.21 + * "License"). You may not use this file except in compliance with the
  262.22 + * License. You can obtain a copy of the License at
  262.23 + * http://www.netbeans.org/cddl-gplv2.html
  262.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  262.25 + * specific language governing permissions and limitations under the
  262.26 + * License.  When distributing the software, include this License Header
  262.27 + * Notice in each file and include the License file at
  262.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  262.29 + * particular file as subject to the "Classpath" exception as provided
  262.30 + * by Sun in the GPL Version 2 section of the License file that
  262.31 + * accompanied this code. If applicable, add the following below the
  262.32 + * License Header, with the fields enclosed by brackets [] replaced by
  262.33 + * your own identifying information:
  262.34   * "Portions Copyrighted [year] [name of copyright owner]"
  262.35   *
  262.36 + * Contributor(s):
  262.37 + *
  262.38   * The Original Software is NetBeans. The Initial Developer of the Original
  262.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  262.40   * Microsystems, Inc. All Rights Reserved.
  262.41 + *
  262.42 + * If you wish your version of this file to be governed by only the CDDL
  262.43 + * or only the GPL Version 2, indicate your decision by adding
  262.44 + * "[Contributor] elects to include this software in this distribution
  262.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  262.46 + * single choice of license, a recipient has the option to distribute
  262.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  262.48 + * to extend the choice of license to its licensees as provided above.
  262.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  262.50 + * Version 2 license, then the option applies only if the new code is
  262.51 + * made subject to such option by the copyright holder.
  262.52   */
  262.53  package org.netbeans.examples.modules.povproject;
  262.54  
   263.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:06:41 2007 +0000
   263.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:20:11 2007 +0000
   263.3 @@ -1,20 +1,42 @@
   263.4  /*
   263.5 - * The contents of this file are subject to the terms of the Common Development
   263.6 - * and Distribution License (the License). You may not use this file except in
   263.7 - * compliance with the License.
   263.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   263.9   *
  263.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  263.11 - * or http://www.netbeans.org/cddl.txt.
  263.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  263.13   *
  263.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  263.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  263.16 - * If applicable, add the following below the CDDL Header, with the fields
  263.17 - * enclosed by brackets [] replaced by your own identifying information:
  263.18 + * The contents of this file are subject to the terms of either the GNU
  263.19 + * General Public License Version 2 only ("GPL") or the Common
  263.20 + * Development and Distribution License("CDDL") (collectively, the
  263.21 + * "License"). You may not use this file except in compliance with the
  263.22 + * License. You can obtain a copy of the License at
  263.23 + * http://www.netbeans.org/cddl-gplv2.html
  263.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  263.25 + * specific language governing permissions and limitations under the
  263.26 + * License.  When distributing the software, include this License Header
  263.27 + * Notice in each file and include the License file at
  263.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  263.29 + * particular file as subject to the "Classpath" exception as provided
  263.30 + * by Sun in the GPL Version 2 section of the License file that
  263.31 + * accompanied this code. If applicable, add the following below the
  263.32 + * License Header, with the fields enclosed by brackets [] replaced by
  263.33 + * your own identifying information:
  263.34   * "Portions Copyrighted [year] [name of copyright owner]"
  263.35   *
  263.36 + * Contributor(s):
  263.37 + *
  263.38   * The Original Software is NetBeans. The Initial Developer of the Original
  263.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  263.40   * Microsystems, Inc. All Rights Reserved.
  263.41 + *
  263.42 + * If you wish your version of this file to be governed by only the CDDL
  263.43 + * or only the GPL Version 2, indicate your decision by adding
  263.44 + * "[Contributor] elects to include this software in this distribution
  263.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  263.46 + * single choice of license, a recipient has the option to distribute
  263.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  263.48 + * to extend the choice of license to its licensees as provided above.
  263.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  263.50 + * Version 2 license, then the option applies only if the new code is
  263.51 + * made subject to such option by the copyright holder.
  263.52   */
  263.53  package org.netbeans.examples.modules.povproject;
  263.54  
   264.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768.properties	Thu Sep 27 09:06:41 2007 +0000
   264.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768.properties	Thu Sep 27 09:20:11 2007 +0000
   264.3 @@ -1,19 +1,41 @@
   264.4 -# The contents of this file are subject to the terms of the Common Development
   264.5 -# and Distribution License (the License). You may not use this file except in
   264.6 -# compliance with the License.
   264.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   264.8  #
   264.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  264.10 -# or http://www.netbeans.org/cddl.txt.
  264.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  264.12  #
  264.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  264.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  264.15 -# If applicable, add the following below the CDDL Header, with the fields
  264.16 -# enclosed by brackets [] replaced by your own identifying information:
  264.17 +# The contents of this file are subject to the terms of either the GNU
  264.18 +# General Public License Version 2 only ("GPL") or the Common
  264.19 +# Development and Distribution License("CDDL") (collectively, the
  264.20 +# "License"). You may not use this file except in compliance with the
  264.21 +# License. You can obtain a copy of the License at
  264.22 +# http://www.netbeans.org/cddl-gplv2.html
  264.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  264.24 +# specific language governing permissions and limitations under the
  264.25 +# License.  When distributing the software, include this License Header
  264.26 +# Notice in each file and include the License file at
  264.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  264.28 +# particular file as subject to the "Classpath" exception as provided
  264.29 +# by Sun in the GPL Version 2 section of the License file that
  264.30 +# accompanied this code. If applicable, add the following below the
  264.31 +# License Header, with the fields enclosed by brackets [] replaced by
  264.32 +# your own identifying information:
  264.33  # "Portions Copyrighted [year] [name of copyright owner]"
  264.34  #
  264.35 +# Contributor(s):
  264.36 +#
  264.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  264.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  264.39  #  Microsystems, Inc. All Rights Reserved.
  264.40 +#
  264.41 +# If you wish your version of this file to be governed by only the CDDL
  264.42 +# or only the GPL Version 2, indicate your decision by adding
  264.43 +# "[Contributor] elects to include this software in this distribution
  264.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  264.45 +# single choice of license, a recipient has the option to distribute
  264.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  264.47 +# to extend the choice of license to its licensees as provided above.
  264.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  264.49 +# Version 2 license, then the option applies only if the new code is
  264.50 +# made subject to such option by the copyright holder.
  264.51  W=1024
  264.52  H=768
  264.53  Q=4
   265.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768hq.properties	Thu Sep 27 09:06:41 2007 +0000
   265.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/1024x768hq.properties	Thu Sep 27 09:20:11 2007 +0000
   265.3 @@ -1,19 +1,41 @@
   265.4 -# The contents of this file are subject to the terms of the Common Development
   265.5 -# and Distribution License (the License). You may not use this file except in
   265.6 -# compliance with the License.
   265.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   265.8  #
   265.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  265.10 -# or http://www.netbeans.org/cddl.txt.
  265.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  265.12  #
  265.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  265.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  265.15 -# If applicable, add the following below the CDDL Header, with the fields
  265.16 -# enclosed by brackets [] replaced by your own identifying information:
  265.17 +# The contents of this file are subject to the terms of either the GNU
  265.18 +# General Public License Version 2 only ("GPL") or the Common
  265.19 +# Development and Distribution License("CDDL") (collectively, the
  265.20 +# "License"). You may not use this file except in compliance with the
  265.21 +# License. You can obtain a copy of the License at
  265.22 +# http://www.netbeans.org/cddl-gplv2.html
  265.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  265.24 +# specific language governing permissions and limitations under the
  265.25 +# License.  When distributing the software, include this License Header
  265.26 +# Notice in each file and include the License file at
  265.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  265.28 +# particular file as subject to the "Classpath" exception as provided
  265.29 +# by Sun in the GPL Version 2 section of the License file that
  265.30 +# accompanied this code. If applicable, add the following below the
  265.31 +# License Header, with the fields enclosed by brackets [] replaced by
  265.32 +# your own identifying information:
  265.33  # "Portions Copyrighted [year] [name of copyright owner]"
  265.34  #
  265.35 +# Contributor(s):
  265.36 +#
  265.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  265.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  265.39  #  Microsystems, Inc. All Rights Reserved.
  265.40 +#
  265.41 +# If you wish your version of this file to be governed by only the CDDL
  265.42 +# or only the GPL Version 2, indicate your decision by adding
  265.43 +# "[Contributor] elects to include this software in this distribution
  265.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  265.45 +# single choice of license, a recipient has the option to distribute
  265.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  265.47 +# to extend the choice of license to its licensees as provided above.
  265.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  265.49 +# Version 2 license, then the option applies only if the new code is
  265.50 +# made subject to such option by the copyright holder.
  265.51  W=1024
  265.52  H=768
  265.53  Q=R
   266.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/160x100.properties	Thu Sep 27 09:06:41 2007 +0000
   266.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/160x100.properties	Thu Sep 27 09:20:11 2007 +0000
   266.3 @@ -1,19 +1,41 @@
   266.4 -# The contents of this file are subject to the terms of the Common Development
   266.5 -# and Distribution License (the License). You may not use this file except in
   266.6 -# compliance with the License.
   266.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   266.8  #
   266.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  266.10 -# or http://www.netbeans.org/cddl.txt.
  266.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  266.12  #
  266.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  266.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  266.15 -# If applicable, add the following below the CDDL Header, with the fields
  266.16 -# enclosed by brackets [] replaced by your own identifying information:
  266.17 +# The contents of this file are subject to the terms of either the GNU
  266.18 +# General Public License Version 2 only ("GPL") or the Common
  266.19 +# Development and Distribution License("CDDL") (collectively, the
  266.20 +# "License"). You may not use this file except in compliance with the
  266.21 +# License. You can obtain a copy of the License at
  266.22 +# http://www.netbeans.org/cddl-gplv2.html
  266.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  266.24 +# specific language governing permissions and limitations under the
  266.25 +# License.  When distributing the software, include this License Header
  266.26 +# Notice in each file and include the License file at
  266.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  266.28 +# particular file as subject to the "Classpath" exception as provided
  266.29 +# by Sun in the GPL Version 2 section of the License file that
  266.30 +# accompanied this code. If applicable, add the following below the
  266.31 +# License Header, with the fields enclosed by brackets [] replaced by
  266.32 +# your own identifying information:
  266.33  # "Portions Copyrighted [year] [name of copyright owner]"
  266.34  #
  266.35 +# Contributor(s):
  266.36 +#
  266.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  266.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  266.39  #  Microsystems, Inc. All Rights Reserved.
  266.40 +#
  266.41 +# If you wish your version of this file to be governed by only the CDDL
  266.42 +# or only the GPL Version 2, indicate your decision by adding
  266.43 +# "[Contributor] elects to include this software in this distribution
  266.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  266.45 +# single choice of license, a recipient has the option to distribute
  266.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  266.47 +# to extend the choice of license to its licensees as provided above.
  266.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  266.49 +# Version 2 license, then the option applies only if the new code is
  266.50 +# made subject to such option by the copyright holder.
  266.51  W=160
  266.52  H=100
  266.53  Q=4
   267.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/320x200.properties	Thu Sep 27 09:06:41 2007 +0000
   267.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/320x200.properties	Thu Sep 27 09:20:11 2007 +0000
   267.3 @@ -1,19 +1,41 @@
   267.4 -# The contents of this file are subject to the terms of the Common Development
   267.5 -# and Distribution License (the License). You may not use this file except in
   267.6 -# compliance with the License.
   267.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   267.8  #
   267.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  267.10 -# or http://www.netbeans.org/cddl.txt.
  267.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  267.12  #
  267.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  267.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  267.15 -# If applicable, add the following below the CDDL Header, with the fields
  267.16 -# enclosed by brackets [] replaced by your own identifying information:
  267.17 +# The contents of this file are subject to the terms of either the GNU
  267.18 +# General Public License Version 2 only ("GPL") or the Common
  267.19 +# Development and Distribution License("CDDL") (collectively, the
  267.20 +# "License"). You may not use this file except in compliance with the
  267.21 +# License. You can obtain a copy of the License at
  267.22 +# http://www.netbeans.org/cddl-gplv2.html
  267.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  267.24 +# specific language governing permissions and limitations under the
  267.25 +# License.  When distributing the software, include this License Header
  267.26 +# Notice in each file and include the License file at
  267.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  267.28 +# particular file as subject to the "Classpath" exception as provided
  267.29 +# by Sun in the GPL Version 2 section of the License file that
  267.30 +# accompanied this code. If applicable, add the following below the
  267.31 +# License Header, with the fields enclosed by brackets [] replaced by
  267.32 +# your own identifying information:
  267.33  # "Portions Copyrighted [year] [name of copyright owner]"
  267.34  #
  267.35 +# Contributor(s):
  267.36 +#
  267.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  267.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  267.39  #  Microsystems, Inc. All Rights Reserved.
  267.40 +#
  267.41 +# If you wish your version of this file to be governed by only the CDDL
  267.42 +# or only the GPL Version 2, indicate your decision by adding
  267.43 +# "[Contributor] elects to include this software in this distribution
  267.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  267.45 +# single choice of license, a recipient has the option to distribute
  267.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  267.47 +# to extend the choice of license to its licensees as provided above.
  267.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  267.49 +# Version 2 license, then the option applies only if the new code is
  267.50 +# made subject to such option by the copyright holder.
  267.51  W=320
  267.52  H=200
  267.53  Q=4
   268.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480.properties	Thu Sep 27 09:06:41 2007 +0000
   268.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480.properties	Thu Sep 27 09:20:11 2007 +0000
   268.3 @@ -1,19 +1,41 @@
   268.4 -# The contents of this file are subject to the terms of the Common Development
   268.5 -# and Distribution License (the License). You may not use this file except in
   268.6 -# compliance with the License.
   268.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   268.8  #
   268.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  268.10 -# or http://www.netbeans.org/cddl.txt.
  268.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  268.12  #
  268.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  268.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  268.15 -# If applicable, add the following below the CDDL Header, with the fields
  268.16 -# enclosed by brackets [] replaced by your own identifying information:
  268.17 +# The contents of this file are subject to the terms of either the GNU
  268.18 +# General Public License Version 2 only ("GPL") or the Common
  268.19 +# Development and Distribution License("CDDL") (collectively, the
  268.20 +# "License"). You may not use this file except in compliance with the
  268.21 +# License. You can obtain a copy of the License at
  268.22 +# http://www.netbeans.org/cddl-gplv2.html
  268.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  268.24 +# specific language governing permissions and limitations under the
  268.25 +# License.  When distributing the software, include this License Header
  268.26 +# Notice in each file and include the License file at
  268.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  268.28 +# particular file as subject to the "Classpath" exception as provided
  268.29 +# by Sun in the GPL Version 2 section of the License file that
  268.30 +# accompanied this code. If applicable, add the following below the
  268.31 +# License Header, with the fields enclosed by brackets [] replaced by
  268.32 +# your own identifying information:
  268.33  # "Portions Copyrighted [year] [name of copyright owner]"
  268.34  #
  268.35 +# Contributor(s):
  268.36 +#
  268.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  268.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  268.39  #  Microsystems, Inc. All Rights Reserved.
  268.40 +#
  268.41 +# If you wish your version of this file to be governed by only the CDDL
  268.42 +# or only the GPL Version 2, indicate your decision by adding
  268.43 +# "[Contributor] elects to include this software in this distribution
  268.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  268.45 +# single choice of license, a recipient has the option to distribute
  268.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  268.47 +# to extend the choice of license to its licensees as provided above.
  268.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  268.49 +# Version 2 license, then the option applies only if the new code is
  268.50 +# made subject to such option by the copyright holder.
  268.51  W=640
  268.52  H=480
  268.53  Q=4
   269.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480hq.properties	Thu Sep 27 09:06:41 2007 +0000
   269.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/640x480hq.properties	Thu Sep 27 09:20:11 2007 +0000
   269.3 @@ -1,19 +1,41 @@
   269.4 -# The contents of this file are subject to the terms of the Common Development
   269.5 -# and Distribution License (the License). You may not use this file except in
   269.6 -# compliance with the License.
   269.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   269.8  #
   269.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  269.10 -# or http://www.netbeans.org/cddl.txt.
  269.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  269.12  #
  269.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  269.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  269.15 -# If applicable, add the following below the CDDL Header, with the fields
  269.16 -# enclosed by brackets [] replaced by your own identifying information:
  269.17 +# The contents of this file are subject to the terms of either the GNU
  269.18 +# General Public License Version 2 only ("GPL") or the Common
  269.19 +# Development and Distribution License("CDDL") (collectively, the
  269.20 +# "License"). You may not use this file except in compliance with the
  269.21 +# License. You can obtain a copy of the License at
  269.22 +# http://www.netbeans.org/cddl-gplv2.html
  269.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  269.24 +# specific language governing permissions and limitations under the
  269.25 +# License.  When distributing the software, include this License Header
  269.26 +# Notice in each file and include the License file at
  269.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  269.28 +# particular file as subject to the "Classpath" exception as provided
  269.29 +# by Sun in the GPL Version 2 section of the License file that
  269.30 +# accompanied this code. If applicable, add the following below the
  269.31 +# License Header, with the fields enclosed by brackets [] replaced by
  269.32 +# your own identifying information:
  269.33  # "Portions Copyrighted [year] [name of copyright owner]"
  269.34  #
  269.35 +# Contributor(s):
  269.36 +#
  269.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  269.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  269.39  #  Microsystems, Inc. All Rights Reserved.
  269.40 +#
  269.41 +# If you wish your version of this file to be governed by only the CDDL
  269.42 +# or only the GPL Version 2, indicate your decision by adding
  269.43 +# "[Contributor] elects to include this software in this distribution
  269.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  269.45 +# single choice of license, a recipient has the option to distribute
  269.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  269.47 +# to extend the choice of license to its licensees as provided above.
  269.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  269.49 +# Version 2 license, then the option applies only if the new code is
  269.50 +# made subject to such option by the copyright holder.
  269.51  W=640
  269.52  H=480
  269.53  Q=R
   270.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   270.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/defaults/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   270.3 @@ -1,19 +1,41 @@
   270.4 -# The contents of this file are subject to the terms of the Common Development
   270.5 -# and Distribution License (the License). You may not use this file except in
   270.6 -# compliance with the License.
   270.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   270.8  #
   270.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  270.10 -# or http://www.netbeans.org/cddl.txt.
  270.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  270.12  #
  270.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  270.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  270.15 -# If applicable, add the following below the CDDL Header, with the fields
  270.16 -# enclosed by brackets [] replaced by your own identifying information:
  270.17 +# The contents of this file are subject to the terms of either the GNU
  270.18 +# General Public License Version 2 only ("GPL") or the Common
  270.19 +# Development and Distribution License("CDDL") (collectively, the
  270.20 +# "License"). You may not use this file except in compliance with the
  270.21 +# License. You can obtain a copy of the License at
  270.22 +# http://www.netbeans.org/cddl-gplv2.html
  270.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  270.24 +# specific language governing permissions and limitations under the
  270.25 +# License.  When distributing the software, include this License Header
  270.26 +# Notice in each file and include the License file at
  270.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  270.28 +# particular file as subject to the "Classpath" exception as provided
  270.29 +# by Sun in the GPL Version 2 section of the License file that
  270.30 +# accompanied this code. If applicable, add the following below the
  270.31 +# License Header, with the fields enclosed by brackets [] replaced by
  270.32 +# your own identifying information:
  270.33  # "Portions Copyrighted [year] [name of copyright owner]"
  270.34  #
  270.35 +# Contributor(s):
  270.36 +#
  270.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  270.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  270.39  #  Microsystems, Inc. All Rights Reserved.
  270.40 +#
  270.41 +# If you wish your version of this file to be governed by only the CDDL
  270.42 +# or only the GPL Version 2, indicate your decision by adding
  270.43 +# "[Contributor] elects to include this software in this distribution
  270.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  270.45 +# single choice of license, a recipient has the option to distribute
  270.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  270.47 +# to extend the choice of license to its licensees as provided above.
  270.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  270.49 +# Version 2 license, then the option applies only if the new code is
  270.50 +# made subject to such option by the copyright holder.
  270.51  Povray/RendererSettings/1024x768.properties=1024 x 768
  270.52  Povray/RendererSettings/1024x768hq.properties=1024 x 768 High Quality
  270.53  Povray/RendererSettings/640x480hq.properties=640 x 480 High Quality
   271.1 --- a/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   271.2 +++ b/platform/samples/povray/povsuite-3/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   271.3 @@ -1,21 +1,44 @@
   271.4  <?xml version="1.0" encoding="UTF-8"?>
   271.5  <!--
   271.6 -The contents of this file are subject to the terms of the Common Development
   271.7 -and Distribution License (the License). You may not use this file except in
   271.8 -compliance with the License.
   271.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  271.10  
  271.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  271.12 -or http://www.netbeans.org/cddl.txt.
  271.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  271.14  
  271.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  271.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  271.17 -If applicable, add the following below the CDDL Header, with the fields
  271.18 -enclosed by brackets [] replaced by your own identifying information:
  271.19 +
  271.20 +The contents of this file are subject to the terms of either the GNU
  271.21 +General Public License Version 2 only ("GPL") or the Common
  271.22 +Development and Distribution License("CDDL") (collectively, the
  271.23 +"License"). You may not use this file except in compliance with the
  271.24 +License. You can obtain a copy of the License at
  271.25 +http://www.netbeans.org/cddl-gplv2.html
  271.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  271.27 +specific language governing permissions and limitations under the
  271.28 +License.  When distributing the software, include this License Header
  271.29 +Notice in each file and include the License file at
  271.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  271.31 +particular file as subject to the "Classpath" exception as provided
  271.32 +by Sun in the GPL Version 2 section of the License file that
  271.33 +accompanied this code. If applicable, add the following below the
  271.34 +License Header, with the fields enclosed by brackets [] replaced by
  271.35 +your own identifying information:
  271.36  "Portions Copyrighted [year] [name of copyright owner]"
  271.37  
  271.38 +Contributor(s):
  271.39 +
  271.40   The Original Software is NetBeans. The Initial Developer of the Original
  271.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  271.42   Microsystems, Inc. All Rights Reserved.
  271.43 +
  271.44 +If you wish your version of this file to be governed by only the CDDL
  271.45 +or only the GPL Version 2, indicate your decision by adding
  271.46 +"[Contributor] elects to include this software in this distribution
  271.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  271.48 +single choice of license, a recipient has the option to distribute
  271.49 +your version of this file under either the CDDL, the GPL Version 2 or
  271.50 +to extend the choice of license to its licensees as provided above.
  271.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  271.52 +Version 2 license, then the option applies only if the new code is
  271.53 +made subject to such option by the copyright holder.
  271.54  -->
  271.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  271.56  <filesystem>
   272.1 --- a/platform/samples/povray/povsuite-4/api/build.xml	Thu Sep 27 09:06:41 2007 +0000
   272.2 +++ b/platform/samples/povray/povsuite-4/api/build.xml	Thu Sep 27 09:20:11 2007 +0000
   272.3 @@ -1,21 +1,44 @@
   272.4  <?xml version="1.0" encoding="UTF-8"?>
   272.5  <!--
   272.6 -The contents of this file are subject to the terms of the Common Development
   272.7 -and Distribution License (the License). You may not use this file except in
   272.8 -compliance with the License.
   272.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  272.10  
  272.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  272.12 -or http://www.netbeans.org/cddl.txt.
  272.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  272.14  
  272.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  272.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  272.17 -If applicable, add the following below the CDDL Header, with the fields
  272.18 -enclosed by brackets [] replaced by your own identifying information:
  272.19 +
  272.20 +The contents of this file are subject to the terms of either the GNU
  272.21 +General Public License Version 2 only ("GPL") or the Common
  272.22 +Development and Distribution License("CDDL") (collectively, the
  272.23 +"License"). You may not use this file except in compliance with the
  272.24 +License. You can obtain a copy of the License at
  272.25 +http://www.netbeans.org/cddl-gplv2.html
  272.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  272.27 +specific language governing permissions and limitations under the
  272.28 +License.  When distributing the software, include this License Header
  272.29 +Notice in each file and include the License file at
  272.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  272.31 +particular file as subject to the "Classpath" exception as provided
  272.32 +by Sun in the GPL Version 2 section of the License file that
  272.33 +accompanied this code. If applicable, add the following below the
  272.34 +License Header, with the fields enclosed by brackets [] replaced by
  272.35 +your own identifying information:
  272.36  "Portions Copyrighted [year] [name of copyright owner]"
  272.37  
  272.38 +Contributor(s):
  272.39 +
  272.40   The Original Software is NetBeans. The Initial Developer of the Original
  272.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  272.42   Microsystems, Inc. All Rights Reserved.
  272.43 +
  272.44 +If you wish your version of this file to be governed by only the CDDL
  272.45 +or only the GPL Version 2, indicate your decision by adding
  272.46 +"[Contributor] elects to include this software in this distribution
  272.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  272.48 +single choice of license, a recipient has the option to distribute
  272.49 +your version of this file under either the CDDL, the GPL Version 2 or
  272.50 +to extend the choice of license to its licensees as provided above.
  272.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  272.52 +Version 2 license, then the option applies only if the new code is
  272.53 +made subject to such option by the copyright holder.
  272.54  -->
  272.55  <project name="org.netbeans.modules.examples.api.povray4" default="netbeans" basedir=".">
  272.56      <description>Builds, tests, and runs the project org.netbeans.modules.examples.api.povray4.</description>
   273.1 --- a/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   273.2 +++ b/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   273.3 @@ -1,19 +1,41 @@
   273.4 -# The contents of this file are subject to the terms of the Common Development
   273.5 -# and Distribution License (the License). You may not use this file except in
   273.6 -# compliance with the License.
   273.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   273.8  #
   273.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  273.10 -# or http://www.netbeans.org/cddl.txt.
  273.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  273.12  #
  273.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  273.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  273.15 -# If applicable, add the following below the CDDL Header, with the fields
  273.16 -# enclosed by brackets [] replaced by your own identifying information:
  273.17 +# The contents of this file are subject to the terms of either the GNU
  273.18 +# General Public License Version 2 only ("GPL") or the Common
  273.19 +# Development and Distribution License("CDDL") (collectively, the
  273.20 +# "License"). You may not use this file except in compliance with the
  273.21 +# License. You can obtain a copy of the License at
  273.22 +# http://www.netbeans.org/cddl-gplv2.html
  273.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  273.24 +# specific language governing permissions and limitations under the
  273.25 +# License.  When distributing the software, include this License Header
  273.26 +# Notice in each file and include the License file at
  273.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  273.28 +# particular file as subject to the "Classpath" exception as provided
  273.29 +# by Sun in the GPL Version 2 section of the License file that
  273.30 +# accompanied this code. If applicable, add the following below the
  273.31 +# License Header, with the fields enclosed by brackets [] replaced by
  273.32 +# your own identifying information:
  273.33  # "Portions Copyrighted [year] [name of copyright owner]"
  273.34  #
  273.35 +# Contributor(s):
  273.36 +#
  273.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  273.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  273.39  #  Microsystems, Inc. All Rights Reserved.
  273.40 +#
  273.41 +# If you wish your version of this file to be governed by only the CDDL
  273.42 +# or only the GPL Version 2, indicate your decision by adding
  273.43 +# "[Contributor] elects to include this software in this distribution
  273.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  273.45 +# single choice of license, a recipient has the option to distribute
  273.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  273.47 +# to extend the choice of license to its licensees as provided above.
  273.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  273.49 +# Version 2 license, then the option applies only if the new code is
  273.50 +# made subject to such option by the copyright holder.
  273.51  OpenIDE-Module-Name=Povray API 4
  273.52  
  273.53  LBL_ChooseMainFile=Select Main File
   274.1 --- a/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:06:41 2007 +0000
   274.2 +++ b/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:20:11 2007 +0000
   274.3 @@ -1,20 +1,42 @@
   274.4  /*
   274.5 - * The contents of this file are subject to the terms of the Common Development
   274.6 - * and Distribution License (the License). You may not use this file except in
   274.7 - * compliance with the License.
   274.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   274.9   *
  274.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  274.11 - * or http://www.netbeans.org/cddl.txt.
  274.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  274.13   *
  274.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  274.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  274.16 - * If applicable, add the following below the CDDL Header, with the fields
  274.17 - * enclosed by brackets [] replaced by your own identifying information:
  274.18 + * The contents of this file are subject to the terms of either the GNU
  274.19 + * General Public License Version 2 only ("GPL") or the Common
  274.20 + * Development and Distribution License("CDDL") (collectively, the
  274.21 + * "License"). You may not use this file except in compliance with the
  274.22 + * License. You can obtain a copy of the License at
  274.23 + * http://www.netbeans.org/cddl-gplv2.html
  274.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  274.25 + * specific language governing permissions and limitations under the
  274.26 + * License.  When distributing the software, include this License Header
  274.27 + * Notice in each file and include the License file at
  274.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  274.29 + * particular file as subject to the "Classpath" exception as provided
  274.30 + * by Sun in the GPL Version 2 section of the License file that
  274.31 + * accompanied this code. If applicable, add the following below the
  274.32 + * License Header, with the fields enclosed by brackets [] replaced by
  274.33 + * your own identifying information:
  274.34   * "Portions Copyrighted [year] [name of copyright owner]"
  274.35   *
  274.36 + * Contributor(s):
  274.37 + *
  274.38   * The Original Software is NetBeans. The Initial Developer of the Original
  274.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  274.40   * Microsystems, Inc. All Rights Reserved.
  274.41 + *
  274.42 + * If you wish your version of this file to be governed by only the CDDL
  274.43 + * or only the GPL Version 2, indicate your decision by adding
  274.44 + * "[Contributor] elects to include this software in this distribution
  274.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  274.46 + * single choice of license, a recipient has the option to distribute
  274.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  274.48 + * to extend the choice of license to its licensees as provided above.
  274.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  274.50 + * Version 2 license, then the option applies only if the new code is
  274.51 + * made subject to such option by the copyright holder.
  274.52   */
  274.53  /*
  274.54   * MainFileProvider.java
   275.1 --- a/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:06:41 2007 +0000
   275.2 +++ b/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:20:11 2007 +0000
   275.3 @@ -1,20 +1,42 @@
   275.4  /*
   275.5 - * The contents of this file are subject to the terms of the Common Development
   275.6 - * and Distribution License (the License). You may not use this file except in
   275.7 - * compliance with the License.
   275.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   275.9   *
  275.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  275.11 - * or http://www.netbeans.org/cddl.txt.
  275.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  275.13   *
  275.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  275.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  275.16 - * If applicable, add the following below the CDDL Header, with the fields
  275.17 - * enclosed by brackets [] replaced by your own identifying information:
  275.18 + * The contents of this file are subject to the terms of either the GNU
  275.19 + * General Public License Version 2 only ("GPL") or the Common
  275.20 + * Development and Distribution License("CDDL") (collectively, the
  275.21 + * "License"). You may not use this file except in compliance with the
  275.22 + * License. You can obtain a copy of the License at
  275.23 + * http://www.netbeans.org/cddl-gplv2.html
  275.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  275.25 + * specific language governing permissions and limitations under the
  275.26 + * License.  When distributing the software, include this License Header
  275.27 + * Notice in each file and include the License file at
  275.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  275.29 + * particular file as subject to the "Classpath" exception as provided
  275.30 + * by Sun in the GPL Version 2 section of the License file that
  275.31 + * accompanied this code. If applicable, add the following below the
  275.32 + * License Header, with the fields enclosed by brackets [] replaced by
  275.33 + * your own identifying information:
  275.34   * "Portions Copyrighted [year] [name of copyright owner]"
  275.35   *
  275.36 + * Contributor(s):
  275.37 + *
  275.38   * The Original Software is NetBeans. The Initial Developer of the Original
  275.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  275.40   * Microsystems, Inc. All Rights Reserved.
  275.41 + *
  275.42 + * If you wish your version of this file to be governed by only the CDDL
  275.43 + * or only the GPL Version 2, indicate your decision by adding
  275.44 + * "[Contributor] elects to include this software in this distribution
  275.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  275.46 + * single choice of license, a recipient has the option to distribute
  275.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  275.48 + * to extend the choice of license to its licensees as provided above.
  275.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  275.50 + * Version 2 license, then the option applies only if the new code is
  275.51 + * made subject to such option by the copyright holder.
  275.52   */
  275.53  /*
  275.54   * RendererService.java
   276.1 --- a/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:06:41 2007 +0000
   276.2 +++ b/platform/samples/povray/povsuite-4/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:20:11 2007 +0000
   276.3 @@ -1,20 +1,42 @@
   276.4  /*
   276.5 - * The contents of this file are subject to the terms of the Common Development
   276.6 - * and Distribution License (the License). You may not use this file except in
   276.7 - * compliance with the License.
   276.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   276.9   *
  276.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  276.11 - * or http://www.netbeans.org/cddl.txt.
  276.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  276.13   *
  276.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  276.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  276.16 - * If applicable, add the following below the CDDL Header, with the fields
  276.17 - * enclosed by brackets [] replaced by your own identifying information:
  276.18 + * The contents of this file are subject to the terms of either the GNU
  276.19 + * General Public License Version 2 only ("GPL") or the Common
  276.20 + * Development and Distribution License("CDDL") (collectively, the
  276.21 + * "License"). You may not use this file except in compliance with the
  276.22 + * License. You can obtain a copy of the License at
  276.23 + * http://www.netbeans.org/cddl-gplv2.html
  276.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  276.25 + * specific language governing permissions and limitations under the
  276.26 + * License.  When distributing the software, include this License Header
  276.27 + * Notice in each file and include the License file at
  276.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  276.29 + * particular file as subject to the "Classpath" exception as provided
  276.30 + * by Sun in the GPL Version 2 section of the License file that
  276.31 + * accompanied this code. If applicable, add the following below the
  276.32 + * License Header, with the fields enclosed by brackets [] replaced by
  276.33 + * your own identifying information:
  276.34   * "Portions Copyrighted [year] [name of copyright owner]"
  276.35   *
  276.36 + * Contributor(s):
  276.37 + *
  276.38   * The Original Software is NetBeans. The Initial Developer of the Original
  276.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  276.40   * Microsystems, Inc. All Rights Reserved.
  276.41 + *
  276.42 + * If you wish your version of this file to be governed by only the CDDL
  276.43 + * or only the GPL Version 2, indicate your decision by adding
  276.44 + * "[Contributor] elects to include this software in this distribution
  276.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  276.46 + * single choice of license, a recipient has the option to distribute
  276.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  276.48 + * to extend the choice of license to its licensees as provided above.
  276.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  276.50 + * Version 2 license, then the option applies only if the new code is
  276.51 + * made subject to such option by the copyright holder.
  276.52   */
  276.53  /*
  276.54   * ViewService.java
   277.1 --- a/platform/samples/povray/povsuite-4/build.xml	Thu Sep 27 09:06:41 2007 +0000
   277.2 +++ b/platform/samples/povray/povsuite-4/build.xml	Thu Sep 27 09:20:11 2007 +0000
   277.3 @@ -1,21 +1,44 @@
   277.4  <?xml version="1.0" encoding="UTF-8"?>
   277.5  <!--
   277.6 -The contents of this file are subject to the terms of the Common Development
   277.7 -and Distribution License (the License). You may not use this file except in
   277.8 -compliance with the License.
   277.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  277.10  
  277.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  277.12 -or http://www.netbeans.org/cddl.txt.
  277.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  277.14  
  277.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  277.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  277.17 -If applicable, add the following below the CDDL Header, with the fields
  277.18 -enclosed by brackets [] replaced by your own identifying information:
  277.19 +
  277.20 +The contents of this file are subject to the terms of either the GNU
  277.21 +General Public License Version 2 only ("GPL") or the Common
  277.22 +Development and Distribution License("CDDL") (collectively, the
  277.23 +"License"). You may not use this file except in compliance with the
  277.24 +License. You can obtain a copy of the License at
  277.25 +http://www.netbeans.org/cddl-gplv2.html
  277.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  277.27 +specific language governing permissions and limitations under the
  277.28 +License.  When distributing the software, include this License Header
  277.29 +Notice in each file and include the License file at
  277.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  277.31 +particular file as subject to the "Classpath" exception as provided
  277.32 +by Sun in the GPL Version 2 section of the License file that
  277.33 +accompanied this code. If applicable, add the following below the
  277.34 +License Header, with the fields enclosed by brackets [] replaced by
  277.35 +your own identifying information:
  277.36  "Portions Copyrighted [year] [name of copyright owner]"
  277.37  
  277.38 +Contributor(s):
  277.39 +
  277.40   The Original Software is NetBeans. The Initial Developer of the Original
  277.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  277.42   Microsystems, Inc. All Rights Reserved.
  277.43 +
  277.44 +If you wish your version of this file to be governed by only the CDDL
  277.45 +or only the GPL Version 2, indicate your decision by adding
  277.46 +"[Contributor] elects to include this software in this distribution
  277.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  277.48 +single choice of license, a recipient has the option to distribute
  277.49 +your version of this file under either the CDDL, the GPL Version 2 or
  277.50 +to extend the choice of license to its licensees as provided above.
  277.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  277.52 +Version 2 license, then the option applies only if the new code is
  277.53 +made subject to such option by the copyright holder.
  277.54  -->
  277.55  <project name="povsuite-4" basedir=".">
  277.56      <description>Builds the module suite povsuite-4</description>
   278.1 --- a/platform/samples/povray/povsuite-4/povfile/build.xml	Thu Sep 27 09:06:41 2007 +0000
   278.2 +++ b/platform/samples/povray/povsuite-4/povfile/build.xml	Thu Sep 27 09:20:11 2007 +0000
   278.3 @@ -1,21 +1,44 @@
   278.4  <?xml version="1.0" encoding="UTF-8"?>
   278.5  <!--
   278.6 -The contents of this file are subject to the terms of the Common Development
   278.7 -and Distribution License (the License). You may not use this file except in
   278.8 -compliance with the License.
   278.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  278.10  
  278.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  278.12 -or http://www.netbeans.org/cddl.txt.
  278.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  278.14  
  278.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  278.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  278.17 -If applicable, add the following below the CDDL Header, with the fields
  278.18 -enclosed by brackets [] replaced by your own identifying information:
  278.19 +
  278.20 +The contents of this file are subject to the terms of either the GNU
  278.21 +General Public License Version 2 only ("GPL") or the Common
  278.22 +Development and Distribution License("CDDL") (collectively, the
  278.23 +"License"). You may not use this file except in compliance with the
  278.24 +License. You can obtain a copy of the License at
  278.25 +http://www.netbeans.org/cddl-gplv2.html
  278.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  278.27 +specific language governing permissions and limitations under the
  278.28 +License.  When distributing the software, include this License Header
  278.29 +Notice in each file and include the License file at
  278.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  278.31 +particular file as subject to the "Classpath" exception as provided
  278.32 +by Sun in the GPL Version 2 section of the License file that
  278.33 +accompanied this code. If applicable, add the following below the
  278.34 +License Header, with the fields enclosed by brackets [] replaced by
  278.35 +your own identifying information:
  278.36  "Portions Copyrighted [year] [name of copyright owner]"
  278.37  
  278.38 +Contributor(s):
  278.39 +
  278.40   The Original Software is NetBeans. The Initial Developer of the Original
  278.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  278.42   Microsystems, Inc. All Rights Reserved.
  278.43 +
  278.44 +If you wish your version of this file to be governed by only the CDDL
  278.45 +or only the GPL Version 2, indicate your decision by adding
  278.46 +"[Contributor] elects to include this software in this distribution
  278.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  278.48 +single choice of license, a recipient has the option to distribute
  278.49 +your version of this file under either the CDDL, the GPL Version 2 or
  278.50 +to extend the choice of license to its licensees as provided above.
  278.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  278.52 +Version 2 license, then the option applies only if the new code is
  278.53 +made subject to such option by the copyright holder.
  278.54  -->
  278.55  <project name="org.netbeans.examples.modules.povfile4" default="netbeans" basedir=".">
  278.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povfile4.</description>
   279.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   279.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   279.3 @@ -1,19 +1,41 @@
   279.4 -# The contents of this file are subject to the terms of the Common Development
   279.5 -# and Distribution License (the License). You may not use this file except in
   279.6 -# compliance with the License.
   279.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   279.8  #
   279.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  279.10 -# or http://www.netbeans.org/cddl.txt.
  279.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  279.12  #
  279.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  279.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  279.15 -# If applicable, add the following below the CDDL Header, with the fields
  279.16 -# enclosed by brackets [] replaced by your own identifying information:
  279.17 +# The contents of this file are subject to the terms of either the GNU
  279.18 +# General Public License Version 2 only ("GPL") or the Common
  279.19 +# Development and Distribution License("CDDL") (collectively, the
  279.20 +# "License"). You may not use this file except in compliance with the
  279.21 +# License. You can obtain a copy of the License at
  279.22 +# http://www.netbeans.org/cddl-gplv2.html
  279.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  279.24 +# specific language governing permissions and limitations under the
  279.25 +# License.  When distributing the software, include this License Header
  279.26 +# Notice in each file and include the License file at
  279.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  279.28 +# particular file as subject to the "Classpath" exception as provided
  279.29 +# by Sun in the GPL Version 2 section of the License file that
  279.30 +# accompanied this code. If applicable, add the following below the
  279.31 +# License Header, with the fields enclosed by brackets [] replaced by
  279.32 +# your own identifying information:
  279.33  # "Portions Copyrighted [year] [name of copyright owner]"
  279.34  #
  279.35 +# Contributor(s):
  279.36 +#
  279.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  279.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  279.39  #  Microsystems, Inc. All Rights Reserved.
  279.40 +#
  279.41 +# If you wish your version of this file to be governed by only the CDDL
  279.42 +# or only the GPL Version 2, indicate your decision by adding
  279.43 +# "[Contributor] elects to include this software in this distribution
  279.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  279.45 +# single choice of license, a recipient has the option to distribute
  279.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  279.47 +# to extend the choice of license to its licensees as provided above.
  279.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  279.49 +# Version 2 license, then the option applies only if the new code is
  279.50 +# made subject to such option by the copyright holder.
  279.51  LBL_Povray_loader_name=Povray Files
  279.52  OpenIDE-Module-Name=Povray File Support 4
  279.53  Services/MIMEResolver/PovrayResolver.xml=Povray Files
   280.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   280.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   280.3 @@ -1,20 +1,42 @@
   280.4  /*
   280.5 - * The contents of this file are subject to the terms of the Common Development
   280.6 - * and Distribution License (the License). You may not use this file except in
   280.7 - * compliance with the License.
   280.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   280.9   *
  280.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  280.11 - * or http://www.netbeans.org/cddl.txt.
  280.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  280.13   *
  280.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  280.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  280.16 - * If applicable, add the following below the CDDL Header, with the fields
  280.17 - * enclosed by brackets [] replaced by your own identifying information:
  280.18 + * The contents of this file are subject to the terms of either the GNU
  280.19 + * General Public License Version 2 only ("GPL") or the Common
  280.20 + * Development and Distribution License("CDDL") (collectively, the
  280.21 + * "License"). You may not use this file except in compliance with the
  280.22 + * License. You can obtain a copy of the License at
  280.23 + * http://www.netbeans.org/cddl-gplv2.html
  280.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  280.25 + * specific language governing permissions and limitations under the
  280.26 + * License.  When distributing the software, include this License Header
  280.27 + * Notice in each file and include the License file at
  280.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  280.29 + * particular file as subject to the "Classpath" exception as provided
  280.30 + * by Sun in the GPL Version 2 section of the License file that
  280.31 + * accompanied this code. If applicable, add the following below the
  280.32 + * License Header, with the fields enclosed by brackets [] replaced by
  280.33 + * your own identifying information:
  280.34   * "Portions Copyrighted [year] [name of copyright owner]"
  280.35   *
  280.36 + * Contributor(s):
  280.37 + *
  280.38   * The Original Software is NetBeans. The Initial Developer of the Original
  280.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  280.40   * Microsystems, Inc. All Rights Reserved.
  280.41 + *
  280.42 + * If you wish your version of this file to be governed by only the CDDL
  280.43 + * or only the GPL Version 2, indicate your decision by adding
  280.44 + * "[Contributor] elects to include this software in this distribution
  280.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  280.46 + * single choice of license, a recipient has the option to distribute
  280.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  280.48 + * to extend the choice of license to its licensees as provided above.
  280.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  280.50 + * Version 2 license, then the option applies only if the new code is
  280.51 + * made subject to such option by the copyright holder.
  280.52   */
  280.53  package org.netbeans.examples.modules.povfile;
  280.54  
   281.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   281.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   281.3 @@ -1,20 +1,42 @@
   281.4  /*
   281.5 - * The contents of this file are subject to the terms of the Common Development
   281.6 - * and Distribution License (the License). You may not use this file except in
   281.7 - * compliance with the License.
   281.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   281.9   *
  281.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  281.11 - * or http://www.netbeans.org/cddl.txt.
  281.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  281.13   *
  281.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  281.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  281.16 - * If applicable, add the following below the CDDL Header, with the fields
  281.17 - * enclosed by brackets [] replaced by your own identifying information:
  281.18 + * The contents of this file are subject to the terms of either the GNU
  281.19 + * General Public License Version 2 only ("GPL") or the Common
  281.20 + * Development and Distribution License("CDDL") (collectively, the
  281.21 + * "License"). You may not use this file except in compliance with the
  281.22 + * License. You can obtain a copy of the License at
  281.23 + * http://www.netbeans.org/cddl-gplv2.html
  281.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  281.25 + * specific language governing permissions and limitations under the
  281.26 + * License.  When distributing the software, include this License Header
  281.27 + * Notice in each file and include the License file at
  281.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  281.29 + * particular file as subject to the "Classpath" exception as provided
  281.30 + * by Sun in the GPL Version 2 section of the License file that
  281.31 + * accompanied this code. If applicable, add the following below the
  281.32 + * License Header, with the fields enclosed by brackets [] replaced by
  281.33 + * your own identifying information:
  281.34   * "Portions Copyrighted [year] [name of copyright owner]"
  281.35   *
  281.36 + * Contributor(s):
  281.37 + *
  281.38   * The Original Software is NetBeans. The Initial Developer of the Original
  281.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  281.40   * Microsystems, Inc. All Rights Reserved.
  281.41 + *
  281.42 + * If you wish your version of this file to be governed by only the CDDL
  281.43 + * or only the GPL Version 2, indicate your decision by adding
  281.44 + * "[Contributor] elects to include this software in this distribution
  281.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  281.46 + * single choice of license, a recipient has the option to distribute
  281.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  281.48 + * to extend the choice of license to its licensees as provided above.
  281.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  281.50 + * Version 2 license, then the option applies only if the new code is
  281.51 + * made subject to such option by the copyright holder.
  281.52   */
  281.53  package org.netbeans.examples.modules.povfile;
  281.54  
   282.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   282.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   282.3 @@ -1,20 +1,42 @@
   282.4  /*
   282.5 - * The contents of this file are subject to the terms of the Common Development
   282.6 - * and Distribution License (the License). You may not use this file except in
   282.7 - * compliance with the License.
   282.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   282.9   *
  282.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  282.11 - * or http://www.netbeans.org/cddl.txt.
  282.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  282.13   *
  282.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  282.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  282.16 - * If applicable, add the following below the CDDL Header, with the fields
  282.17 - * enclosed by brackets [] replaced by your own identifying information:
  282.18 + * The contents of this file are subject to the terms of either the GNU
  282.19 + * General Public License Version 2 only ("GPL") or the Common
  282.20 + * Development and Distribution License("CDDL") (collectively, the
  282.21 + * "License"). You may not use this file except in compliance with the
  282.22 + * License. You can obtain a copy of the License at
  282.23 + * http://www.netbeans.org/cddl-gplv2.html
  282.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  282.25 + * specific language governing permissions and limitations under the
  282.26 + * License.  When distributing the software, include this License Header
  282.27 + * Notice in each file and include the License file at
  282.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  282.29 + * particular file as subject to the "Classpath" exception as provided
  282.30 + * by Sun in the GPL Version 2 section of the License file that
  282.31 + * accompanied this code. If applicable, add the following below the
  282.32 + * License Header, with the fields enclosed by brackets [] replaced by
  282.33 + * your own identifying information:
  282.34   * "Portions Copyrighted [year] [name of copyright owner]"
  282.35   *
  282.36 + * Contributor(s):
  282.37 + *
  282.38   * The Original Software is NetBeans. The Initial Developer of the Original
  282.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  282.40   * Microsystems, Inc. All Rights Reserved.
  282.41 + *
  282.42 + * If you wish your version of this file to be governed by only the CDDL
  282.43 + * or only the GPL Version 2, indicate your decision by adding
  282.44 + * "[Contributor] elects to include this software in this distribution
  282.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  282.46 + * single choice of license, a recipient has the option to distribute
  282.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  282.48 + * to extend the choice of license to its licensees as provided above.
  282.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  282.50 + * Version 2 license, then the option applies only if the new code is
  282.51 + * made subject to such option by the copyright holder.
  282.52   */
  282.53  package org.netbeans.examples.modules.povfile;
  282.54  
   283.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   283.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   283.3 @@ -1,20 +1,42 @@
   283.4  /*
   283.5 - * The contents of this file are subject to the terms of the Common Development
   283.6 - * and Distribution License (the License). You may not use this file except in
   283.7 - * compliance with the License.
   283.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   283.9   *
  283.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  283.11 - * or http://www.netbeans.org/cddl.txt.
  283.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  283.13   *
  283.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  283.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  283.16 - * If applicable, add the following below the CDDL Header, with the fields
  283.17 - * enclosed by brackets [] replaced by your own identifying information:
  283.18 + * The contents of this file are subject to the terms of either the GNU
  283.19 + * General Public License Version 2 only ("GPL") or the Common
  283.20 + * Development and Distribution License("CDDL") (collectively, the
  283.21 + * "License"). You may not use this file except in compliance with the
  283.22 + * License. You can obtain a copy of the License at
  283.23 + * http://www.netbeans.org/cddl-gplv2.html
  283.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  283.25 + * specific language governing permissions and limitations under the
  283.26 + * License.  When distributing the software, include this License Header
  283.27 + * Notice in each file and include the License file at
  283.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  283.29 + * particular file as subject to the "Classpath" exception as provided
  283.30 + * by Sun in the GPL Version 2 section of the License file that
  283.31 + * accompanied this code. If applicable, add the following below the
  283.32 + * License Header, with the fields enclosed by brackets [] replaced by
  283.33 + * your own identifying information:
  283.34   * "Portions Copyrighted [year] [name of copyright owner]"
  283.35   *
  283.36 + * Contributor(s):
  283.37 + *
  283.38   * The Original Software is NetBeans. The Initial Developer of the Original
  283.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  283.40   * Microsystems, Inc. All Rights Reserved.
  283.41 + *
  283.42 + * If you wish your version of this file to be governed by only the CDDL
  283.43 + * or only the GPL Version 2, indicate your decision by adding
  283.44 + * "[Contributor] elects to include this software in this distribution
  283.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  283.46 + * single choice of license, a recipient has the option to distribute
  283.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  283.48 + * to extend the choice of license to its licensees as provided above.
  283.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  283.50 + * Version 2 license, then the option applies only if the new code is
  283.51 + * made subject to such option by the copyright holder.
  283.52   */
  283.53  package org.netbeans.examples.modules.povfile;
  283.54  
   284.1 --- a/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:06:41 2007 +0000
   284.2 +++ b/platform/samples/povray/povsuite-4/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:20:11 2007 +0000
   284.3 @@ -1,21 +1,44 @@
   284.4  <?xml version="1.0" encoding="UTF-8"?>
   284.5  <!--
   284.6 -The contents of this file are subject to the terms of the Common Development
   284.7 -and Distribution License (the License). You may not use this file except in
   284.8 -compliance with the License.
   284.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  284.10  
  284.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  284.12 -or http://www.netbeans.org/cddl.txt.
  284.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  284.14  
  284.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  284.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  284.17 -If applicable, add the following below the CDDL Header, with the fields
  284.18 -enclosed by brackets [] replaced by your own identifying information:
  284.19 +
  284.20 +The contents of this file are subject to the terms of either the GNU
  284.21 +General Public License Version 2 only ("GPL") or the Common
  284.22 +Development and Distribution License("CDDL") (collectively, the
  284.23 +"License"). You may not use this file except in compliance with the
  284.24 +License. You can obtain a copy of the License at
  284.25 +http://www.netbeans.org/cddl-gplv2.html
  284.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  284.27 +specific language governing permissions and limitations under the
  284.28 +License.  When distributing the software, include this License Header
  284.29 +Notice in each file and include the License file at
  284.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  284.31 +particular file as subject to the "Classpath" exception as provided
  284.32 +by Sun in the GPL Version 2 section of the License file that
  284.33 +accompanied this code. If applicable, add the following below the
  284.34 +License Header, with the fields enclosed by brackets [] replaced by
  284.35 +your own identifying information:
  284.36  "Portions Copyrighted [year] [name of copyright owner]"
  284.37  
  284.38 +Contributor(s):
  284.39 +
  284.40   The Original Software is NetBeans. The Initial Developer of the Original
  284.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  284.42   Microsystems, Inc. All Rights Reserved.
  284.43 +
  284.44 +If you wish your version of this file to be governed by only the CDDL
  284.45 +or only the GPL Version 2, indicate your decision by adding
  284.46 +"[Contributor] elects to include this software in this distribution
  284.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  284.48 +single choice of license, a recipient has the option to distribute
  284.49 +your version of this file under either the CDDL, the GPL Version 2 or
  284.50 +to extend the choice of license to its licensees as provided above.
  284.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  284.52 +Version 2 license, then the option applies only if the new code is
  284.53 +made subject to such option by the copyright holder.
  284.54  -->
  284.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  284.56  <MIME-resolver>
   285.1 --- a/platform/samples/povray/povsuite-4/povproject/build.xml	Thu Sep 27 09:06:41 2007 +0000
   285.2 +++ b/platform/samples/povray/povsuite-4/povproject/build.xml	Thu Sep 27 09:20:11 2007 +0000
   285.3 @@ -1,21 +1,44 @@
   285.4  <?xml version="1.0" encoding="UTF-8"?>
   285.5  <!--
   285.6 -The contents of this file are subject to the terms of the Common Development
   285.7 -and Distribution License (the License). You may not use this file except in
   285.8 -compliance with the License.
   285.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  285.10  
  285.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  285.12 -or http://www.netbeans.org/cddl.txt.
  285.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  285.14  
  285.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  285.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  285.17 -If applicable, add the following below the CDDL Header, with the fields
  285.18 -enclosed by brackets [] replaced by your own identifying information:
  285.19 +
  285.20 +The contents of this file are subject to the terms of either the GNU
  285.21 +General Public License Version 2 only ("GPL") or the Common
  285.22 +Development and Distribution License("CDDL") (collectively, the
  285.23 +"License"). You may not use this file except in compliance with the
  285.24 +License. You can obtain a copy of the License at
  285.25 +http://www.netbeans.org/cddl-gplv2.html
  285.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  285.27 +specific language governing permissions and limitations under the
  285.28 +License.  When distributing the software, include this License Header
  285.29 +Notice in each file and include the License file at
  285.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  285.31 +particular file as subject to the "Classpath" exception as provided
  285.32 +by Sun in the GPL Version 2 section of the License file that
  285.33 +accompanied this code. If applicable, add the following below the
  285.34 +License Header, with the fields enclosed by brackets [] replaced by
  285.35 +your own identifying information:
  285.36  "Portions Copyrighted [year] [name of copyright owner]"
  285.37  
  285.38 +Contributor(s):
  285.39 +
  285.40   The Original Software is NetBeans. The Initial Developer of the Original
  285.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  285.42   Microsystems, Inc. All Rights Reserved.
  285.43 +
  285.44 +If you wish your version of this file to be governed by only the CDDL
  285.45 +or only the GPL Version 2, indicate your decision by adding
  285.46 +"[Contributor] elects to include this software in this distribution
  285.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  285.48 +single choice of license, a recipient has the option to distribute
  285.49 +your version of this file under either the CDDL, the GPL Version 2 or
  285.50 +to extend the choice of license to its licensees as provided above.
  285.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  285.52 +Version 2 license, then the option applies only if the new code is
  285.53 +made subject to such option by the copyright holder.
  285.54  -->
  285.55  <project name="org.netbeans.examples.modules.povproject4" default="netbeans" basedir=".">
  285.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povproject4.</description>
   286.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   286.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   286.3 @@ -1,19 +1,41 @@
   286.4 -# The contents of this file are subject to the terms of the Common Development
   286.5 -# and Distribution License (the License). You may not use this file except in
   286.6 -# compliance with the License.
   286.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   286.8  #
   286.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  286.10 -# or http://www.netbeans.org/cddl.txt.
  286.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  286.12  #
  286.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  286.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  286.15 -# If applicable, add the following below the CDDL Header, with the fields
  286.16 -# enclosed by brackets [] replaced by your own identifying information:
  286.17 +# The contents of this file are subject to the terms of either the GNU
  286.18 +# General Public License Version 2 only ("GPL") or the Common
  286.19 +# Development and Distribution License("CDDL") (collectively, the
  286.20 +# "License"). You may not use this file except in compliance with the
  286.21 +# License. You can obtain a copy of the License at
  286.22 +# http://www.netbeans.org/cddl-gplv2.html
  286.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  286.24 +# specific language governing permissions and limitations under the
  286.25 +# License.  When distributing the software, include this License Header
  286.26 +# Notice in each file and include the License file at
  286.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  286.28 +# particular file as subject to the "Classpath" exception as provided
  286.29 +# by Sun in the GPL Version 2 section of the License file that
  286.30 +# accompanied this code. If applicable, add the following below the
  286.31 +# License Header, with the fields enclosed by brackets [] replaced by
  286.32 +# your own identifying information:
  286.33  # "Portions Copyrighted [year] [name of copyright owner]"
  286.34  #
  286.35 +# Contributor(s):
  286.36 +#
  286.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  286.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  286.39  #  Microsystems, Inc. All Rights Reserved.
  286.40 +#
  286.41 +# If you wish your version of this file to be governed by only the CDDL
  286.42 +# or only the GPL Version 2, indicate your decision by adding
  286.43 +# "[Contributor] elects to include this software in this distribution
  286.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  286.45 +# single choice of license, a recipient has the option to distribute
  286.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  286.47 +# to extend the choice of license to its licensees as provided above.
  286.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  286.49 +# Version 2 license, then the option applies only if the new code is
  286.50 +# made subject to such option by the copyright holder.
  286.51  LBL_CreateProjectStep=Create a new Sample Povray Project project
  286.52  OpenIDE-Module-Name=Povray Projects 4
  286.53  
   287.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java	Thu Sep 27 09:06:41 2007 +0000
   287.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java	Thu Sep 27 09:20:11 2007 +0000
   287.3 @@ -1,20 +1,42 @@
   287.4  /*
   287.5 - * The contents of this file are subject to the terms of the Common Development
   287.6 - * and Distribution License (the License). You may not use this file except in
   287.7 - * compliance with the License.
   287.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   287.9   *
  287.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  287.11 - * or http://www.netbeans.org/cddl.txt.
  287.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  287.13   *
  287.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  287.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  287.16 - * If applicable, add the following below the CDDL Header, with the fields
  287.17 - * enclosed by brackets [] replaced by your own identifying information:
  287.18 + * The contents of this file are subject to the terms of either the GNU
  287.19 + * General Public License Version 2 only ("GPL") or the Common
  287.20 + * Development and Distribution License("CDDL") (collectively, the
  287.21 + * "License"). You may not use this file except in compliance with the
  287.22 + * License. You can obtain a copy of the License at
  287.23 + * http://www.netbeans.org/cddl-gplv2.html
  287.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  287.25 + * specific language governing permissions and limitations under the
  287.26 + * License.  When distributing the software, include this License Header
  287.27 + * Notice in each file and include the License file at
  287.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  287.29 + * particular file as subject to the "Classpath" exception as provided
  287.30 + * by Sun in the GPL Version 2 section of the License file that
  287.31 + * accompanied this code. If applicable, add the following below the
  287.32 + * License Header, with the fields enclosed by brackets [] replaced by
  287.33 + * your own identifying information:
  287.34   * "Portions Copyrighted [year] [name of copyright owner]"
  287.35   *
  287.36 + * Contributor(s):
  287.37 + *
  287.38   * The Original Software is NetBeans. The Initial Developer of the Original
  287.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  287.40   * Microsystems, Inc. All Rights Reserved.
  287.41 + *
  287.42 + * If you wish your version of this file to be governed by only the CDDL
  287.43 + * or only the GPL Version 2, indicate your decision by adding
  287.44 + * "[Contributor] elects to include this software in this distribution
  287.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  287.46 + * single choice of license, a recipient has the option to distribute
  287.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  287.48 + * to extend the choice of license to its licensees as provided above.
  287.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  287.50 + * Version 2 license, then the option applies only if the new code is
  287.51 + * made subject to such option by the copyright holder.
  287.52   */
  287.53  package org.netbeans.examples.modules.povproject;
  287.54  
   288.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:06:41 2007 +0000
   288.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:20:11 2007 +0000
   288.3 @@ -1,20 +1,42 @@
   288.4  /*
   288.5 - * The contents of this file are subject to the terms of the Common Development
   288.6 - * and Distribution License (the License). You may not use this file except in
   288.7 - * compliance with the License.
   288.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   288.9   *
  288.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  288.11 - * or http://www.netbeans.org/cddl.txt.
  288.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  288.13   *
  288.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  288.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  288.16 - * If applicable, add the following below the CDDL Header, with the fields
  288.17 - * enclosed by brackets [] replaced by your own identifying information:
  288.18 + * The contents of this file are subject to the terms of either the GNU
  288.19 + * General Public License Version 2 only ("GPL") or the Common
  288.20 + * Development and Distribution License("CDDL") (collectively, the
  288.21 + * "License"). You may not use this file except in compliance with the
  288.22 + * License. You can obtain a copy of the License at
  288.23 + * http://www.netbeans.org/cddl-gplv2.html
  288.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  288.25 + * specific language governing permissions and limitations under the
  288.26 + * License.  When distributing the software, include this License Header
  288.27 + * Notice in each file and include the License file at
  288.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  288.29 + * particular file as subject to the "Classpath" exception as provided
  288.30 + * by Sun in the GPL Version 2 section of the License file that
  288.31 + * accompanied this code. If applicable, add the following below the
  288.32 + * License Header, with the fields enclosed by brackets [] replaced by
  288.33 + * your own identifying information:
  288.34   * "Portions Copyrighted [year] [name of copyright owner]"
  288.35   *
  288.36 + * Contributor(s):
  288.37 + *
  288.38   * The Original Software is NetBeans. The Initial Developer of the Original
  288.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  288.40   * Microsystems, Inc. All Rights Reserved.
  288.41 + *
  288.42 + * If you wish your version of this file to be governed by only the CDDL
  288.43 + * or only the GPL Version 2, indicate your decision by adding
  288.44 + * "[Contributor] elects to include this software in this distribution
  288.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  288.46 + * single choice of license, a recipient has the option to distribute
  288.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  288.48 + * to extend the choice of license to its licensees as provided above.
  288.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  288.50 + * Version 2 license, then the option applies only if the new code is
  288.51 + * made subject to such option by the copyright holder.
  288.52   */
  288.53  package org.netbeans.examples.modules.povproject;
  288.54  
   289.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:06:41 2007 +0000
   289.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:20:11 2007 +0000
   289.3 @@ -1,20 +1,42 @@
   289.4  /*
   289.5 - * The contents of this file are subject to the terms of the Common Development
   289.6 - * and Distribution License (the License). You may not use this file except in
   289.7 - * compliance with the License.
   289.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   289.9   *
  289.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  289.11 - * or http://www.netbeans.org/cddl.txt.
  289.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  289.13   *
  289.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  289.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  289.16 - * If applicable, add the following below the CDDL Header, with the fields
  289.17 - * enclosed by brackets [] replaced by your own identifying information:
  289.18 + * The contents of this file are subject to the terms of either the GNU
  289.19 + * General Public License Version 2 only ("GPL") or the Common
  289.20 + * Development and Distribution License("CDDL") (collectively, the
  289.21 + * "License"). You may not use this file except in compliance with the
  289.22 + * License. You can obtain a copy of the License at
  289.23 + * http://www.netbeans.org/cddl-gplv2.html
  289.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  289.25 + * specific language governing permissions and limitations under the
  289.26 + * License.  When distributing the software, include this License Header
  289.27 + * Notice in each file and include the License file at
  289.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  289.29 + * particular file as subject to the "Classpath" exception as provided
  289.30 + * by Sun in the GPL Version 2 section of the License file that
  289.31 + * accompanied this code. If applicable, add the following below the
  289.32 + * License Header, with the fields enclosed by brackets [] replaced by
  289.33 + * your own identifying information:
  289.34   * "Portions Copyrighted [year] [name of copyright owner]"
  289.35   *
  289.36 + * Contributor(s):
  289.37 + *
  289.38   * The Original Software is NetBeans. The Initial Developer of the Original
  289.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  289.40   * Microsystems, Inc. All Rights Reserved.
  289.41 + *
  289.42 + * If you wish your version of this file to be governed by only the CDDL
  289.43 + * or only the GPL Version 2, indicate your decision by adding
  289.44 + * "[Contributor] elects to include this software in this distribution
  289.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  289.46 + * single choice of license, a recipient has the option to distribute
  289.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  289.48 + * to extend the choice of license to its licensees as provided above.
  289.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  289.50 + * Version 2 license, then the option applies only if the new code is
  289.51 + * made subject to such option by the copyright holder.
  289.52   */
  289.53  package org.netbeans.examples.modules.povproject;
  289.54  
   290.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:06:41 2007 +0000
   290.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:20:11 2007 +0000
   290.3 @@ -1,20 +1,42 @@
   290.4  /*
   290.5 - * The contents of this file are subject to the terms of the Common Development
   290.6 - * and Distribution License (the License). You may not use this file except in
   290.7 - * compliance with the License.
   290.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   290.9   *
  290.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  290.11 - * or http://www.netbeans.org/cddl.txt.
  290.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  290.13   *
  290.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  290.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  290.16 - * If applicable, add the following below the CDDL Header, with the fields
  290.17 - * enclosed by brackets [] replaced by your own identifying information:
  290.18 + * The contents of this file are subject to the terms of either the GNU
  290.19 + * General Public License Version 2 only ("GPL") or the Common
  290.20 + * Development and Distribution License("CDDL") (collectively, the
  290.21 + * "License"). You may not use this file except in compliance with the
  290.22 + * License. You can obtain a copy of the License at
  290.23 + * http://www.netbeans.org/cddl-gplv2.html
  290.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  290.25 + * specific language governing permissions and limitations under the
  290.26 + * License.  When distributing the software, include this License Header
  290.27 + * Notice in each file and include the License file at
  290.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  290.29 + * particular file as subject to the "Classpath" exception as provided
  290.30 + * by Sun in the GPL Version 2 section of the License file that
  290.31 + * accompanied this code. If applicable, add the following below the
  290.32 + * License Header, with the fields enclosed by brackets [] replaced by
  290.33 + * your own identifying information:
  290.34   * "Portions Copyrighted [year] [name of copyright owner]"
  290.35   *
  290.36 + * Contributor(s):
  290.37 + *
  290.38   * The Original Software is NetBeans. The Initial Developer of the Original
  290.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  290.40   * Microsystems, Inc. All Rights Reserved.
  290.41 + *
  290.42 + * If you wish your version of this file to be governed by only the CDDL
  290.43 + * or only the GPL Version 2, indicate your decision by adding
  290.44 + * "[Contributor] elects to include this software in this distribution
  290.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  290.46 + * single choice of license, a recipient has the option to distribute
  290.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  290.48 + * to extend the choice of license to its licensees as provided above.
  290.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  290.50 + * Version 2 license, then the option applies only if the new code is
  290.51 + * made subject to such option by the copyright holder.
  290.52   */
  290.53  package org.netbeans.examples.modules.povproject;
  290.54  
   291.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:06:41 2007 +0000
   291.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:20:11 2007 +0000
   291.3 @@ -1,20 +1,42 @@
   291.4  /*
   291.5 - * The contents of this file are subject to the terms of the Common Development
   291.6 - * and Distribution License (the License). You may not use this file except in
   291.7 - * compliance with the License.
   291.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   291.9   *
  291.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  291.11 - * or http://www.netbeans.org/cddl.txt.
  291.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  291.13   *
  291.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  291.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  291.16 - * If applicable, add the following below the CDDL Header, with the fields
  291.17 - * enclosed by brackets [] replaced by your own identifying information:
  291.18 + * The contents of this file are subject to the terms of either the GNU
  291.19 + * General Public License Version 2 only ("GPL") or the Common
  291.20 + * Development and Distribution License("CDDL") (collectively, the
  291.21 + * "License"). You may not use this file except in compliance with the
  291.22 + * License. You can obtain a copy of the License at
  291.23 + * http://www.netbeans.org/cddl-gplv2.html
  291.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  291.25 + * specific language governing permissions and limitations under the
  291.26 + * License.  When distributing the software, include this License Header
  291.27 + * Notice in each file and include the License file at
  291.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  291.29 + * particular file as subject to the "Classpath" exception as provided
  291.30 + * by Sun in the GPL Version 2 section of the License file that
  291.31 + * accompanied this code. If applicable, add the following below the
  291.32 + * License Header, with the fields enclosed by brackets [] replaced by
  291.33 + * your own identifying information:
  291.34   * "Portions Copyrighted [year] [name of copyright owner]"
  291.35   *
  291.36 + * Contributor(s):
  291.37 + *
  291.38   * The Original Software is NetBeans. The Initial Developer of the Original
  291.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  291.40   * Microsystems, Inc. All Rights Reserved.
  291.41 + *
  291.42 + * If you wish your version of this file to be governed by only the CDDL
  291.43 + * or only the GPL Version 2, indicate your decision by adding
  291.44 + * "[Contributor] elects to include this software in this distribution
  291.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  291.46 + * single choice of license, a recipient has the option to distribute
  291.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  291.48 + * to extend the choice of license to its licensees as provided above.
  291.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  291.50 + * Version 2 license, then the option applies only if the new code is
  291.51 + * made subject to such option by the copyright holder.
  291.52   */
  291.53  package org.netbeans.examples.modules.povproject;
  291.54  
   292.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:06:41 2007 +0000
   292.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:20:11 2007 +0000
   292.3 @@ -1,20 +1,42 @@
   292.4  /*
   292.5 - * The contents of this file are subject to the terms of the Common Development
   292.6 - * and Distribution License (the License). You may not use this file except in
   292.7 - * compliance with the License.
   292.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   292.9   *
  292.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  292.11 - * or http://www.netbeans.org/cddl.txt.
  292.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  292.13   *
  292.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  292.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  292.16 - * If applicable, add the following below the CDDL Header, with the fields
  292.17 - * enclosed by brackets [] replaced by your own identifying information:
  292.18 + * The contents of this file are subject to the terms of either the GNU
  292.19 + * General Public License Version 2 only ("GPL") or the Common
  292.20 + * Development and Distribution License("CDDL") (collectively, the
  292.21 + * "License"). You may not use this file except in compliance with the
  292.22 + * License. You can obtain a copy of the License at
  292.23 + * http://www.netbeans.org/cddl-gplv2.html
  292.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  292.25 + * specific language governing permissions and limitations under the
  292.26 + * License.  When distributing the software, include this License Header
  292.27 + * Notice in each file and include the License file at
  292.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  292.29 + * particular file as subject to the "Classpath" exception as provided
  292.30 + * by Sun in the GPL Version 2 section of the License file that
  292.31 + * accompanied this code. If applicable, add the following below the
  292.32 + * License Header, with the fields enclosed by brackets [] replaced by
  292.33 + * your own identifying information:
  292.34   * "Portions Copyrighted [year] [name of copyright owner]"
  292.35   *
  292.36 + * Contributor(s):
  292.37 + *
  292.38   * The Original Software is NetBeans. The Initial Developer of the Original
  292.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  292.40   * Microsystems, Inc. All Rights Reserved.
  292.41 + *
  292.42 + * If you wish your version of this file to be governed by only the CDDL
  292.43 + * or only the GPL Version 2, indicate your decision by adding
  292.44 + * "[Contributor] elects to include this software in this distribution
  292.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  292.46 + * single choice of license, a recipient has the option to distribute
  292.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  292.48 + * to extend the choice of license to its licensees as provided above.
  292.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  292.50 + * Version 2 license, then the option applies only if the new code is
  292.51 + * made subject to such option by the copyright holder.
  292.52   */
  292.53  package org.netbeans.examples.modules.povproject;
  292.54  
   293.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:06:41 2007 +0000
   293.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:20:11 2007 +0000
   293.3 @@ -1,20 +1,42 @@
   293.4  /*
   293.5 - * The contents of this file are subject to the terms of the Common Development
   293.6 - * and Distribution License (the License). You may not use this file except in
   293.7 - * compliance with the License.
   293.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   293.9   *
  293.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  293.11 - * or http://www.netbeans.org/cddl.txt.
  293.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  293.13   *
  293.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  293.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  293.16 - * If applicable, add the following below the CDDL Header, with the fields
  293.17 - * enclosed by brackets [] replaced by your own identifying information:
  293.18 + * The contents of this file are subject to the terms of either the GNU
  293.19 + * General Public License Version 2 only ("GPL") or the Common
  293.20 + * Development and Distribution License("CDDL") (collectively, the
  293.21 + * "License"). You may not use this file except in compliance with the
  293.22 + * License. You can obtain a copy of the License at
  293.23 + * http://www.netbeans.org/cddl-gplv2.html
  293.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  293.25 + * specific language governing permissions and limitations under the
  293.26 + * License.  When distributing the software, include this License Header
  293.27 + * Notice in each file and include the License file at
  293.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  293.29 + * particular file as subject to the "Classpath" exception as provided
  293.30 + * by Sun in the GPL Version 2 section of the License file that
  293.31 + * accompanied this code. If applicable, add the following below the
  293.32 + * License Header, with the fields enclosed by brackets [] replaced by
  293.33 + * your own identifying information:
  293.34   * "Portions Copyrighted [year] [name of copyright owner]"
  293.35   *
  293.36 + * Contributor(s):
  293.37 + *
  293.38   * The Original Software is NetBeans. The Initial Developer of the Original
  293.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  293.40   * Microsystems, Inc. All Rights Reserved.
  293.41 + *
  293.42 + * If you wish your version of this file to be governed by only the CDDL
  293.43 + * or only the GPL Version 2, indicate your decision by adding
  293.44 + * "[Contributor] elects to include this software in this distribution
  293.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  293.46 + * single choice of license, a recipient has the option to distribute
  293.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  293.48 + * to extend the choice of license to its licensees as provided above.
  293.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  293.50 + * Version 2 license, then the option applies only if the new code is
  293.51 + * made subject to such option by the copyright holder.
  293.52   */
  293.53  package org.netbeans.examples.modules.povproject;
  293.54  
   294.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java	Thu Sep 27 09:06:41 2007 +0000
   294.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java	Thu Sep 27 09:20:11 2007 +0000
   294.3 @@ -1,20 +1,42 @@
   294.4  /*
   294.5 - * The contents of this file are subject to the terms of the Common Development
   294.6 - * and Distribution License (the License). You may not use this file except in
   294.7 - * compliance with the License.
   294.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   294.9   *
  294.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  294.11 - * or http://www.netbeans.org/cddl.txt.
  294.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  294.13   *
  294.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  294.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  294.16 - * If applicable, add the following below the CDDL Header, with the fields
  294.17 - * enclosed by brackets [] replaced by your own identifying information:
  294.18 + * The contents of this file are subject to the terms of either the GNU
  294.19 + * General Public License Version 2 only ("GPL") or the Common
  294.20 + * Development and Distribution License("CDDL") (collectively, the
  294.21 + * "License"). You may not use this file except in compliance with the
  294.22 + * License. You can obtain a copy of the License at
  294.23 + * http://www.netbeans.org/cddl-gplv2.html
  294.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  294.25 + * specific language governing permissions and limitations under the
  294.26 + * License.  When distributing the software, include this License Header
  294.27 + * Notice in each file and include the License file at
  294.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  294.29 + * particular file as subject to the "Classpath" exception as provided
  294.30 + * by Sun in the GPL Version 2 section of the License file that
  294.31 + * accompanied this code. If applicable, add the following below the
  294.32 + * License Header, with the fields enclosed by brackets [] replaced by
  294.33 + * your own identifying information:
  294.34   * "Portions Copyrighted [year] [name of copyright owner]"
  294.35   *
  294.36 + * Contributor(s):
  294.37 + *
  294.38   * The Original Software is NetBeans. The Initial Developer of the Original
  294.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  294.40   * Microsystems, Inc. All Rights Reserved.
  294.41 + *
  294.42 + * If you wish your version of this file to be governed by only the CDDL
  294.43 + * or only the GPL Version 2, indicate your decision by adding
  294.44 + * "[Contributor] elects to include this software in this distribution
  294.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  294.46 + * single choice of license, a recipient has the option to distribute
  294.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  294.48 + * to extend the choice of license to its licensees as provided above.
  294.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  294.50 + * Version 2 license, then the option applies only if the new code is
  294.51 + * made subject to such option by the copyright holder.
  294.52   */
  294.53  package org.netbeans.examples.modules.povproject;
  294.54  
   295.1 --- a/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   295.2 +++ b/platform/samples/povray/povsuite-4/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   295.3 @@ -1,21 +1,44 @@
   295.4  <?xml version="1.0" encoding="UTF-8"?>
   295.5  <!--
   295.6 -The contents of this file are subject to the terms of the Common Development
   295.7 -and Distribution License (the License). You may not use this file except in
   295.8 -compliance with the License.
   295.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  295.10  
  295.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  295.12 -or http://www.netbeans.org/cddl.txt.
  295.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  295.14  
  295.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  295.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  295.17 -If applicable, add the following below the CDDL Header, with the fields
  295.18 -enclosed by brackets [] replaced by your own identifying information:
  295.19 +
  295.20 +The contents of this file are subject to the terms of either the GNU
  295.21 +General Public License Version 2 only ("GPL") or the Common
  295.22 +Development and Distribution License("CDDL") (collectively, the
  295.23 +"License"). You may not use this file except in compliance with the
  295.24 +License. You can obtain a copy of the License at
  295.25 +http://www.netbeans.org/cddl-gplv2.html
  295.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  295.27 +specific language governing permissions and limitations under the
  295.28 +License.  When distributing the software, include this License Header
  295.29 +Notice in each file and include the License file at
  295.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  295.31 +particular file as subject to the "Classpath" exception as provided
  295.32 +by Sun in the GPL Version 2 section of the License file that
  295.33 +accompanied this code. If applicable, add the following below the
  295.34 +License Header, with the fields enclosed by brackets [] replaced by
  295.35 +your own identifying information:
  295.36  "Portions Copyrighted [year] [name of copyright owner]"
  295.37  
  295.38 +Contributor(s):
  295.39 +
  295.40   The Original Software is NetBeans. The Initial Developer of the Original
  295.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  295.42   Microsystems, Inc. All Rights Reserved.
  295.43 +
  295.44 +If you wish your version of this file to be governed by only the CDDL
  295.45 +or only the GPL Version 2, indicate your decision by adding
  295.46 +"[Contributor] elects to include this software in this distribution
  295.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  295.48 +single choice of license, a recipient has the option to distribute
  295.49 +your version of this file under either the CDDL, the GPL Version 2 or
  295.50 +to extend the choice of license to its licensees as provided above.
  295.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  295.52 +Version 2 license, then the option applies only if the new code is
  295.53 +made subject to such option by the copyright holder.
  295.54  -->
  295.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  295.56  <filesystem>
   296.1 --- a/platform/samples/povray/povsuite-5/api/build.xml	Thu Sep 27 09:06:41 2007 +0000
   296.2 +++ b/platform/samples/povray/povsuite-5/api/build.xml	Thu Sep 27 09:20:11 2007 +0000
   296.3 @@ -1,21 +1,44 @@
   296.4  <?xml version="1.0" encoding="UTF-8"?>
   296.5  <!--
   296.6 -The contents of this file are subject to the terms of the Common Development
   296.7 -and Distribution License (the License). You may not use this file except in
   296.8 -compliance with the License.
   296.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  296.10  
  296.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  296.12 -or http://www.netbeans.org/cddl.txt.
  296.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  296.14  
  296.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  296.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  296.17 -If applicable, add the following below the CDDL Header, with the fields
  296.18 -enclosed by brackets [] replaced by your own identifying information:
  296.19 +
  296.20 +The contents of this file are subject to the terms of either the GNU
  296.21 +General Public License Version 2 only ("GPL") or the Common
  296.22 +Development and Distribution License("CDDL") (collectively, the
  296.23 +"License"). You may not use this file except in compliance with the
  296.24 +License. You can obtain a copy of the License at
  296.25 +http://www.netbeans.org/cddl-gplv2.html
  296.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  296.27 +specific language governing permissions and limitations under the
  296.28 +License.  When distributing the software, include this License Header
  296.29 +Notice in each file and include the License file at
  296.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  296.31 +particular file as subject to the "Classpath" exception as provided
  296.32 +by Sun in the GPL Version 2 section of the License file that
  296.33 +accompanied this code. If applicable, add the following below the
  296.34 +License Header, with the fields enclosed by brackets [] replaced by
  296.35 +your own identifying information:
  296.36  "Portions Copyrighted [year] [name of copyright owner]"
  296.37  
  296.38 +Contributor(s):
  296.39 +
  296.40   The Original Software is NetBeans. The Initial Developer of the Original
  296.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  296.42   Microsystems, Inc. All Rights Reserved.
  296.43 +
  296.44 +If you wish your version of this file to be governed by only the CDDL
  296.45 +or only the GPL Version 2, indicate your decision by adding
  296.46 +"[Contributor] elects to include this software in this distribution
  296.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  296.48 +single choice of license, a recipient has the option to distribute
  296.49 +your version of this file under either the CDDL, the GPL Version 2 or
  296.50 +to extend the choice of license to its licensees as provided above.
  296.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  296.52 +Version 2 license, then the option applies only if the new code is
  296.53 +made subject to such option by the copyright holder.
  296.54  -->
  296.55  <project name="org.netbeans.modules.examples.api.povray5" default="netbeans" basedir=".">
  296.56      <description>Builds, tests, and runs the project org.netbeans.modules.examples.api.povray5.</description>
   297.1 --- a/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   297.2 +++ b/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   297.3 @@ -1,19 +1,41 @@
   297.4 -# The contents of this file are subject to the terms of the Common Development
   297.5 -# and Distribution License (the License). You may not use this file except in
   297.6 -# compliance with the License.
   297.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   297.8  #
   297.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  297.10 -# or http://www.netbeans.org/cddl.txt.
  297.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  297.12  #
  297.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  297.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  297.15 -# If applicable, add the following below the CDDL Header, with the fields
  297.16 -# enclosed by brackets [] replaced by your own identifying information:
  297.17 +# The contents of this file are subject to the terms of either the GNU
  297.18 +# General Public License Version 2 only ("GPL") or the Common
  297.19 +# Development and Distribution License("CDDL") (collectively, the
  297.20 +# "License"). You may not use this file except in compliance with the
  297.21 +# License. You can obtain a copy of the License at
  297.22 +# http://www.netbeans.org/cddl-gplv2.html
  297.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  297.24 +# specific language governing permissions and limitations under the
  297.25 +# License.  When distributing the software, include this License Header
  297.26 +# Notice in each file and include the License file at
  297.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  297.28 +# particular file as subject to the "Classpath" exception as provided
  297.29 +# by Sun in the GPL Version 2 section of the License file that
  297.30 +# accompanied this code. If applicable, add the following below the
  297.31 +# License Header, with the fields enclosed by brackets [] replaced by
  297.32 +# your own identifying information:
  297.33  # "Portions Copyrighted [year] [name of copyright owner]"
  297.34  #
  297.35 +# Contributor(s):
  297.36 +#
  297.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  297.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  297.39  #  Microsystems, Inc. All Rights Reserved.
  297.40 +#
  297.41 +# If you wish your version of this file to be governed by only the CDDL
  297.42 +# or only the GPL Version 2, indicate your decision by adding
  297.43 +# "[Contributor] elects to include this software in this distribution
  297.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  297.45 +# single choice of license, a recipient has the option to distribute
  297.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  297.47 +# to extend the choice of license to its licensees as provided above.
  297.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  297.49 +# Version 2 license, then the option applies only if the new code is
  297.50 +# made subject to such option by the copyright holder.
  297.51  OpenIDE-Module-Name=Povray API 5
  297.52  
  297.53  LBL_ChooseMainFile=Select Main File
   298.1 --- a/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:06:41 2007 +0000
   298.2 +++ b/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/MainFileProvider.java	Thu Sep 27 09:20:11 2007 +0000
   298.3 @@ -1,20 +1,42 @@
   298.4  /*
   298.5 - * The contents of this file are subject to the terms of the Common Development
   298.6 - * and Distribution License (the License). You may not use this file except in
   298.7 - * compliance with the License.
   298.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   298.9   *
  298.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  298.11 - * or http://www.netbeans.org/cddl.txt.
  298.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  298.13   *
  298.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  298.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  298.16 - * If applicable, add the following below the CDDL Header, with the fields
  298.17 - * enclosed by brackets [] replaced by your own identifying information:
  298.18 + * The contents of this file are subject to the terms of either the GNU
  298.19 + * General Public License Version 2 only ("GPL") or the Common
  298.20 + * Development and Distribution License("CDDL") (collectively, the
  298.21 + * "License"). You may not use this file except in compliance with the
  298.22 + * License. You can obtain a copy of the License at
  298.23 + * http://www.netbeans.org/cddl-gplv2.html
  298.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  298.25 + * specific language governing permissions and limitations under the
  298.26 + * License.  When distributing the software, include this License Header
  298.27 + * Notice in each file and include the License file at
  298.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  298.29 + * particular file as subject to the "Classpath" exception as provided
  298.30 + * by Sun in the GPL Version 2 section of the License file that
  298.31 + * accompanied this code. If applicable, add the following below the
  298.32 + * License Header, with the fields enclosed by brackets [] replaced by
  298.33 + * your own identifying information:
  298.34   * "Portions Copyrighted [year] [name of copyright owner]"
  298.35   *
  298.36 + * Contributor(s):
  298.37 + *
  298.38   * The Original Software is NetBeans. The Initial Developer of the Original
  298.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  298.40   * Microsystems, Inc. All Rights Reserved.
  298.41 + *
  298.42 + * If you wish your version of this file to be governed by only the CDDL
  298.43 + * or only the GPL Version 2, indicate your decision by adding
  298.44 + * "[Contributor] elects to include this software in this distribution
  298.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  298.46 + * single choice of license, a recipient has the option to distribute
  298.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  298.48 + * to extend the choice of license to its licensees as provided above.
  298.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  298.50 + * Version 2 license, then the option applies only if the new code is
  298.51 + * made subject to such option by the copyright holder.
  298.52   */
  298.53  /*
  298.54   * MainFileProvider.java
   299.1 --- a/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:06:41 2007 +0000
   299.2 +++ b/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/RendererService.java	Thu Sep 27 09:20:11 2007 +0000
   299.3 @@ -1,20 +1,42 @@
   299.4  /*
   299.5 - * The contents of this file are subject to the terms of the Common Development
   299.6 - * and Distribution License (the License). You may not use this file except in
   299.7 - * compliance with the License.
   299.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   299.9   *
  299.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  299.11 - * or http://www.netbeans.org/cddl.txt.
  299.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  299.13   *
  299.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  299.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  299.16 - * If applicable, add the following below the CDDL Header, with the fields
  299.17 - * enclosed by brackets [] replaced by your own identifying information:
  299.18 + * The contents of this file are subject to the terms of either the GNU
  299.19 + * General Public License Version 2 only ("GPL") or the Common
  299.20 + * Development and Distribution License("CDDL") (collectively, the
  299.21 + * "License"). You may not use this file except in compliance with the
  299.22 + * License. You can obtain a copy of the License at
  299.23 + * http://www.netbeans.org/cddl-gplv2.html
  299.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  299.25 + * specific language governing permissions and limitations under the
  299.26 + * License.  When distributing the software, include this License Header
  299.27 + * Notice in each file and include the License file at
  299.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  299.29 + * particular file as subject to the "Classpath" exception as provided
  299.30 + * by Sun in the GPL Version 2 section of the License file that
  299.31 + * accompanied this code. If applicable, add the following below the
  299.32 + * License Header, with the fields enclosed by brackets [] replaced by
  299.33 + * your own identifying information:
  299.34   * "Portions Copyrighted [year] [name of copyright owner]"
  299.35   *
  299.36 + * Contributor(s):
  299.37 + *
  299.38   * The Original Software is NetBeans. The Initial Developer of the Original
  299.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  299.40   * Microsystems, Inc. All Rights Reserved.
  299.41 + *
  299.42 + * If you wish your version of this file to be governed by only the CDDL
  299.43 + * or only the GPL Version 2, indicate your decision by adding
  299.44 + * "[Contributor] elects to include this software in this distribution
  299.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  299.46 + * single choice of license, a recipient has the option to distribute
  299.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  299.48 + * to extend the choice of license to its licensees as provided above.
  299.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  299.50 + * Version 2 license, then the option applies only if the new code is
  299.51 + * made subject to such option by the copyright holder.
  299.52   */
  299.53  /*
  299.54   * RendererService.java
   300.1 --- a/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:06:41 2007 +0000
   300.2 +++ b/platform/samples/povray/povsuite-5/api/src/org/netbeans/modules/examples/api/povray/ViewService.java	Thu Sep 27 09:20:11 2007 +0000
   300.3 @@ -1,20 +1,42 @@
   300.4  /*
   300.5 - * The contents of this file are subject to the terms of the Common Development
   300.6 - * and Distribution License (the License). You may not use this file except in
   300.7 - * compliance with the License.
   300.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   300.9   *
  300.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  300.11 - * or http://www.netbeans.org/cddl.txt.
  300.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  300.13   *
  300.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  300.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  300.16 - * If applicable, add the following below the CDDL Header, with the fields
  300.17 - * enclosed by brackets [] replaced by your own identifying information:
  300.18 + * The contents of this file are subject to the terms of either the GNU
  300.19 + * General Public License Version 2 only ("GPL") or the Common
  300.20 + * Development and Distribution License("CDDL") (collectively, the
  300.21 + * "License"). You may not use this file except in compliance with the
  300.22 + * License. You can obtain a copy of the License at
  300.23 + * http://www.netbeans.org/cddl-gplv2.html
  300.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  300.25 + * specific language governing permissions and limitations under the
  300.26 + * License.  When distributing the software, include this License Header
  300.27 + * Notice in each file and include the License file at
  300.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  300.29 + * particular file as subject to the "Classpath" exception as provided
  300.30 + * by Sun in the GPL Version 2 section of the License file that
  300.31 + * accompanied this code. If applicable, add the following below the
  300.32 + * License Header, with the fields enclosed by brackets [] replaced by
  300.33 + * your own identifying information:
  300.34   * "Portions Copyrighted [year] [name of copyright owner]"
  300.35   *
  300.36 + * Contributor(s):
  300.37 + *
  300.38   * The Original Software is NetBeans. The Initial Developer of the Original
  300.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  300.40   * Microsystems, Inc. All Rights Reserved.
  300.41 + *
  300.42 + * If you wish your version of this file to be governed by only the CDDL
  300.43 + * or only the GPL Version 2, indicate your decision by adding
  300.44 + * "[Contributor] elects to include this software in this distribution
  300.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  300.46 + * single choice of license, a recipient has the option to distribute
  300.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  300.48 + * to extend the choice of license to its licensees as provided above.
  300.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  300.50 + * Version 2 license, then the option applies only if the new code is
  300.51 + * made subject to such option by the copyright holder.
  300.52   */
  300.53  /*
  300.54   * ViewService.java
   301.1 --- a/platform/samples/povray/povsuite-5/build.xml	Thu Sep 27 09:06:41 2007 +0000
   301.2 +++ b/platform/samples/povray/povsuite-5/build.xml	Thu Sep 27 09:20:11 2007 +0000
   301.3 @@ -1,21 +1,44 @@
   301.4  <?xml version="1.0" encoding="UTF-8"?>
   301.5  <!--
   301.6 -The contents of this file are subject to the terms of the Common Development
   301.7 -and Distribution License (the License). You may not use this file except in
   301.8 -compliance with the License.
   301.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  301.10  
  301.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  301.12 -or http://www.netbeans.org/cddl.txt.
  301.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  301.14  
  301.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  301.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  301.17 -If applicable, add the following below the CDDL Header, with the fields
  301.18 -enclosed by brackets [] replaced by your own identifying information:
  301.19 +
  301.20 +The contents of this file are subject to the terms of either the GNU
  301.21 +General Public License Version 2 only ("GPL") or the Common
  301.22 +Development and Distribution License("CDDL") (collectively, the
  301.23 +"License"). You may not use this file except in compliance with the
  301.24 +License. You can obtain a copy of the License at
  301.25 +http://www.netbeans.org/cddl-gplv2.html
  301.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  301.27 +specific language governing permissions and limitations under the
  301.28 +License.  When distributing the software, include this License Header
  301.29 +Notice in each file and include the License file at
  301.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  301.31 +particular file as subject to the "Classpath" exception as provided
  301.32 +by Sun in the GPL Version 2 section of the License file that
  301.33 +accompanied this code. If applicable, add the following below the
  301.34 +License Header, with the fields enclosed by brackets [] replaced by
  301.35 +your own identifying information:
  301.36  "Portions Copyrighted [year] [name of copyright owner]"
  301.37  
  301.38 +Contributor(s):
  301.39 +
  301.40   The Original Software is NetBeans. The Initial Developer of the Original
  301.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  301.42   Microsystems, Inc. All Rights Reserved.
  301.43 +
  301.44 +If you wish your version of this file to be governed by only the CDDL
  301.45 +or only the GPL Version 2, indicate your decision by adding
  301.46 +"[Contributor] elects to include this software in this distribution
  301.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  301.48 +single choice of license, a recipient has the option to distribute
  301.49 +your version of this file under either the CDDL, the GPL Version 2 or
  301.50 +to extend the choice of license to its licensees as provided above.
  301.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  301.52 +Version 2 license, then the option applies only if the new code is
  301.53 +made subject to such option by the copyright holder.
  301.54  -->
  301.55  <project name="povsuite-5" basedir=".">
  301.56      <description>Builds the module suite povsuite-5</description>
   302.1 --- a/platform/samples/povray/povsuite-5/povfile/build.xml	Thu Sep 27 09:06:41 2007 +0000
   302.2 +++ b/platform/samples/povray/povsuite-5/povfile/build.xml	Thu Sep 27 09:20:11 2007 +0000
   302.3 @@ -1,21 +1,44 @@
   302.4  <?xml version="1.0" encoding="UTF-8"?>
   302.5  <!--
   302.6 -The contents of this file are subject to the terms of the Common Development
   302.7 -and Distribution License (the License). You may not use this file except in
   302.8 -compliance with the License.
   302.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  302.10  
  302.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  302.12 -or http://www.netbeans.org/cddl.txt.
  302.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  302.14  
  302.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  302.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  302.17 -If applicable, add the following below the CDDL Header, with the fields
  302.18 -enclosed by brackets [] replaced by your own identifying information:
  302.19 +
  302.20 +The contents of this file are subject to the terms of either the GNU
  302.21 +General Public License Version 2 only ("GPL") or the Common
  302.22 +Development and Distribution License("CDDL") (collectively, the
  302.23 +"License"). You may not use this file except in compliance with the
  302.24 +License. You can obtain a copy of the License at
  302.25 +http://www.netbeans.org/cddl-gplv2.html
  302.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  302.27 +specific language governing permissions and limitations under the
  302.28 +License.  When distributing the software, include this License Header
  302.29 +Notice in each file and include the License file at
  302.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  302.31 +particular file as subject to the "Classpath" exception as provided
  302.32 +by Sun in the GPL Version 2 section of the License file that
  302.33 +accompanied this code. If applicable, add the following below the
  302.34 +License Header, with the fields enclosed by brackets [] replaced by
  302.35 +your own identifying information:
  302.36  "Portions Copyrighted [year] [name of copyright owner]"
  302.37  
  302.38 +Contributor(s):
  302.39 +
  302.40   The Original Software is NetBeans. The Initial Developer of the Original
  302.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  302.42   Microsystems, Inc. All Rights Reserved.
  302.43 +
  302.44 +If you wish your version of this file to be governed by only the CDDL
  302.45 +or only the GPL Version 2, indicate your decision by adding
  302.46 +"[Contributor] elects to include this software in this distribution
  302.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  302.48 +single choice of license, a recipient has the option to distribute
  302.49 +your version of this file under either the CDDL, the GPL Version 2 or
  302.50 +to extend the choice of license to its licensees as provided above.
  302.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  302.52 +Version 2 license, then the option applies only if the new code is
  302.53 +made subject to such option by the copyright holder.
  302.54  -->
  302.55  <project name="org.netbeans.examples.modules.povfile5" default="netbeans" basedir=".">
  302.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povfile5.</description>
   303.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   303.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   303.3 @@ -1,19 +1,41 @@
   303.4 -# The contents of this file are subject to the terms of the Common Development
   303.5 -# and Distribution License (the License). You may not use this file except in
   303.6 -# compliance with the License.
   303.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   303.8  #
   303.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  303.10 -# or http://www.netbeans.org/cddl.txt.
  303.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  303.12  #
  303.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  303.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  303.15 -# If applicable, add the following below the CDDL Header, with the fields
  303.16 -# enclosed by brackets [] replaced by your own identifying information:
  303.17 +# The contents of this file are subject to the terms of either the GNU
  303.18 +# General Public License Version 2 only ("GPL") or the Common
  303.19 +# Development and Distribution License("CDDL") (collectively, the
  303.20 +# "License"). You may not use this file except in compliance with the
  303.21 +# License. You can obtain a copy of the License at
  303.22 +# http://www.netbeans.org/cddl-gplv2.html
  303.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  303.24 +# specific language governing permissions and limitations under the
  303.25 +# License.  When distributing the software, include this License Header
  303.26 +# Notice in each file and include the License file at
  303.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  303.28 +# particular file as subject to the "Classpath" exception as provided
  303.29 +# by Sun in the GPL Version 2 section of the License file that
  303.30 +# accompanied this code. If applicable, add the following below the
  303.31 +# License Header, with the fields enclosed by brackets [] replaced by
  303.32 +# your own identifying information:
  303.33  # "Portions Copyrighted [year] [name of copyright owner]"
  303.34  #
  303.35 +# Contributor(s):
  303.36 +#
  303.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  303.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  303.39  #  Microsystems, Inc. All Rights Reserved.
  303.40 +#
  303.41 +# If you wish your version of this file to be governed by only the CDDL
  303.42 +# or only the GPL Version 2, indicate your decision by adding
  303.43 +# "[Contributor] elects to include this software in this distribution
  303.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  303.45 +# single choice of license, a recipient has the option to distribute
  303.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  303.47 +# to extend the choice of license to its licensees as provided above.
  303.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  303.49 +# Version 2 license, then the option applies only if the new code is
  303.50 +# made subject to such option by the copyright holder.
  303.51  LBL_Povray_loader_name=Povray Files
  303.52  OpenIDE-Module-Name=Povray File Support 5
  303.53  Services/MIMEResolver/PovrayResolver.xml=Povray Files
   304.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   304.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   304.3 @@ -1,20 +1,42 @@
   304.4  /*
   304.5 - * The contents of this file are subject to the terms of the Common Development
   304.6 - * and Distribution License (the License). You may not use this file except in
   304.7 - * compliance with the License.
   304.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   304.9   *
  304.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  304.11 - * or http://www.netbeans.org/cddl.txt.
  304.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  304.13   *
  304.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  304.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  304.16 - * If applicable, add the following below the CDDL Header, with the fields
  304.17 - * enclosed by brackets [] replaced by your own identifying information:
  304.18 + * The contents of this file are subject to the terms of either the GNU
  304.19 + * General Public License Version 2 only ("GPL") or the Common
  304.20 + * Development and Distribution License("CDDL") (collectively, the
  304.21 + * "License"). You may not use this file except in compliance with the
  304.22 + * License. You can obtain a copy of the License at
  304.23 + * http://www.netbeans.org/cddl-gplv2.html
  304.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  304.25 + * specific language governing permissions and limitations under the
  304.26 + * License.  When distributing the software, include this License Header
  304.27 + * Notice in each file and include the License file at
  304.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  304.29 + * particular file as subject to the "Classpath" exception as provided
  304.30 + * by Sun in the GPL Version 2 section of the License file that
  304.31 + * accompanied this code. If applicable, add the following below the
  304.32 + * License Header, with the fields enclosed by brackets [] replaced by
  304.33 + * your own identifying information:
  304.34   * "Portions Copyrighted [year] [name of copyright owner]"
  304.35   *
  304.36 + * Contributor(s):
  304.37 + *
  304.38   * The Original Software is NetBeans. The Initial Developer of the Original
  304.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  304.40   * Microsystems, Inc. All Rights Reserved.
  304.41 + *
  304.42 + * If you wish your version of this file to be governed by only the CDDL
  304.43 + * or only the GPL Version 2, indicate your decision by adding
  304.44 + * "[Contributor] elects to include this software in this distribution
  304.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  304.46 + * single choice of license, a recipient has the option to distribute
  304.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  304.48 + * to extend the choice of license to its licensees as provided above.
  304.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  304.50 + * Version 2 license, then the option applies only if the new code is
  304.51 + * made subject to such option by the copyright holder.
  304.52   */
  304.53  package org.netbeans.examples.modules.povfile;
  304.54  
   305.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   305.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   305.3 @@ -1,20 +1,42 @@
   305.4  /*
   305.5 - * The contents of this file are subject to the terms of the Common Development
   305.6 - * and Distribution License (the License). You may not use this file except in
   305.7 - * compliance with the License.
   305.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   305.9   *
  305.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  305.11 - * or http://www.netbeans.org/cddl.txt.
  305.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  305.13   *
  305.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  305.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  305.16 - * If applicable, add the following below the CDDL Header, with the fields
  305.17 - * enclosed by brackets [] replaced by your own identifying information:
  305.18 + * The contents of this file are subject to the terms of either the GNU
  305.19 + * General Public License Version 2 only ("GPL") or the Common
  305.20 + * Development and Distribution License("CDDL") (collectively, the
  305.21 + * "License"). You may not use this file except in compliance with the
  305.22 + * License. You can obtain a copy of the License at
  305.23 + * http://www.netbeans.org/cddl-gplv2.html
  305.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  305.25 + * specific language governing permissions and limitations under the
  305.26 + * License.  When distributing the software, include this License Header
  305.27 + * Notice in each file and include the License file at
  305.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  305.29 + * particular file as subject to the "Classpath" exception as provided
  305.30 + * by Sun in the GPL Version 2 section of the License file that
  305.31 + * accompanied this code. If applicable, add the following below the
  305.32 + * License Header, with the fields enclosed by brackets [] replaced by
  305.33 + * your own identifying information:
  305.34   * "Portions Copyrighted [year] [name of copyright owner]"
  305.35   *
  305.36 + * Contributor(s):
  305.37 + *
  305.38   * The Original Software is NetBeans. The Initial Developer of the Original
  305.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  305.40   * Microsystems, Inc. All Rights Reserved.
  305.41 + *
  305.42 + * If you wish your version of this file to be governed by only the CDDL
  305.43 + * or only the GPL Version 2, indicate your decision by adding
  305.44 + * "[Contributor] elects to include this software in this distribution
  305.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  305.46 + * single choice of license, a recipient has the option to distribute
  305.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  305.48 + * to extend the choice of license to its licensees as provided above.
  305.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  305.50 + * Version 2 license, then the option applies only if the new code is
  305.51 + * made subject to such option by the copyright holder.
  305.52   */
  305.53  package org.netbeans.examples.modules.povfile;
  305.54  
   306.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:06:41 2007 +0000
   306.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataNode.java	Thu Sep 27 09:20:11 2007 +0000
   306.3 @@ -1,20 +1,42 @@
   306.4  /*
   306.5 - * The contents of this file are subject to the terms of the Common Development
   306.6 - * and Distribution License (the License). You may not use this file except in
   306.7 - * compliance with the License.
   306.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   306.9   *
  306.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  306.11 - * or http://www.netbeans.org/cddl.txt.
  306.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  306.13   *
  306.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  306.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  306.16 - * If applicable, add the following below the CDDL Header, with the fields
  306.17 - * enclosed by brackets [] replaced by your own identifying information:
  306.18 + * The contents of this file are subject to the terms of either the GNU
  306.19 + * General Public License Version 2 only ("GPL") or the Common
  306.20 + * Development and Distribution License("CDDL") (collectively, the
  306.21 + * "License"). You may not use this file except in compliance with the
  306.22 + * License. You can obtain a copy of the License at
  306.23 + * http://www.netbeans.org/cddl-gplv2.html
  306.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  306.25 + * specific language governing permissions and limitations under the
  306.26 + * License.  When distributing the software, include this License Header
  306.27 + * Notice in each file and include the License file at
  306.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  306.29 + * particular file as subject to the "Classpath" exception as provided
  306.30 + * by Sun in the GPL Version 2 section of the License file that
  306.31 + * accompanied this code. If applicable, add the following below the
  306.32 + * License Header, with the fields enclosed by brackets [] replaced by
  306.33 + * your own identifying information:
  306.34   * "Portions Copyrighted [year] [name of copyright owner]"
  306.35   *
  306.36 + * Contributor(s):
  306.37 + *
  306.38   * The Original Software is NetBeans. The Initial Developer of the Original
  306.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  306.40   * Microsystems, Inc. All Rights Reserved.
  306.41 + *
  306.42 + * If you wish your version of this file to be governed by only the CDDL
  306.43 + * or only the GPL Version 2, indicate your decision by adding
  306.44 + * "[Contributor] elects to include this software in this distribution
  306.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  306.46 + * single choice of license, a recipient has the option to distribute
  306.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  306.48 + * to extend the choice of license to its licensees as provided above.
  306.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  306.50 + * Version 2 license, then the option applies only if the new code is
  306.51 + * made subject to such option by the copyright holder.
  306.52   */
  306.53  package org.netbeans.examples.modules.povfile;
  306.54  
   307.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   307.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   307.3 @@ -1,20 +1,42 @@
   307.4  /*
   307.5 - * The contents of this file are subject to the terms of the Common Development
   307.6 - * and Distribution License (the License). You may not use this file except in
   307.7 - * compliance with the License.
   307.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   307.9   *
  307.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  307.11 - * or http://www.netbeans.org/cddl.txt.
  307.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  307.13   *
  307.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  307.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  307.16 - * If applicable, add the following below the CDDL Header, with the fields
  307.17 - * enclosed by brackets [] replaced by your own identifying information:
  307.18 + * The contents of this file are subject to the terms of either the GNU
  307.19 + * General Public License Version 2 only ("GPL") or the Common
  307.20 + * Development and Distribution License("CDDL") (collectively, the
  307.21 + * "License"). You may not use this file except in compliance with the
  307.22 + * License. You can obtain a copy of the License at
  307.23 + * http://www.netbeans.org/cddl-gplv2.html
  307.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  307.25 + * specific language governing permissions and limitations under the
  307.26 + * License.  When distributing the software, include this License Header
  307.27 + * Notice in each file and include the License file at
  307.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  307.29 + * particular file as subject to the "Classpath" exception as provided
  307.30 + * by Sun in the GPL Version 2 section of the License file that
  307.31 + * accompanied this code. If applicable, add the following below the
  307.32 + * License Header, with the fields enclosed by brackets [] replaced by
  307.33 + * your own identifying information:
  307.34   * "Portions Copyrighted [year] [name of copyright owner]"
  307.35   *
  307.36 + * Contributor(s):
  307.37 + *
  307.38   * The Original Software is NetBeans. The Initial Developer of the Original
  307.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  307.40   * Microsystems, Inc. All Rights Reserved.
  307.41 + *
  307.42 + * If you wish your version of this file to be governed by only the CDDL
  307.43 + * or only the GPL Version 2, indicate your decision by adding
  307.44 + * "[Contributor] elects to include this software in this distribution
  307.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  307.46 + * single choice of license, a recipient has the option to distribute
  307.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  307.48 + * to extend the choice of license to its licensees as provided above.
  307.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  307.50 + * Version 2 license, then the option applies only if the new code is
  307.51 + * made subject to such option by the copyright holder.
  307.52   */
  307.53  package org.netbeans.examples.modules.povfile;
  307.54  
   308.1 --- a/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:06:41 2007 +0000
   308.2 +++ b/platform/samples/povray/povsuite-5/povfile/src/org/netbeans/examples/modules/povfile/PovrayResolver.xml	Thu Sep 27 09:20:11 2007 +0000
   308.3 @@ -1,21 +1,44 @@
   308.4  <?xml version="1.0" encoding="UTF-8"?>
   308.5  <!--
   308.6 -The contents of this file are subject to the terms of the Common Development
   308.7 -and Distribution License (the License). You may not use this file except in
   308.8 -compliance with the License.
   308.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  308.10  
  308.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  308.12 -or http://www.netbeans.org/cddl.txt.
  308.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  308.14  
  308.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  308.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  308.17 -If applicable, add the following below the CDDL Header, with the fields
  308.18 -enclosed by brackets [] replaced by your own identifying information:
  308.19 +
  308.20 +The contents of this file are subject to the terms of either the GNU
  308.21 +General Public License Version 2 only ("GPL") or the Common
  308.22 +Development and Distribution License("CDDL") (collectively, the
  308.23 +"License"). You may not use this file except in compliance with the
  308.24 +License. You can obtain a copy of the License at
  308.25 +http://www.netbeans.org/cddl-gplv2.html
  308.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  308.27 +specific language governing permissions and limitations under the
  308.28 +License.  When distributing the software, include this License Header
  308.29 +Notice in each file and include the License file at
  308.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  308.31 +particular file as subject to the "Classpath" exception as provided
  308.32 +by Sun in the GPL Version 2 section of the License file that
  308.33 +accompanied this code. If applicable, add the following below the
  308.34 +License Header, with the fields enclosed by brackets [] replaced by
  308.35 +your own identifying information:
  308.36  "Portions Copyrighted [year] [name of copyright owner]"
  308.37  
  308.38 +Contributor(s):
  308.39 +
  308.40   The Original Software is NetBeans. The Initial Developer of the Original
  308.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  308.42   Microsystems, Inc. All Rights Reserved.
  308.43 +
  308.44 +If you wish your version of this file to be governed by only the CDDL
  308.45 +or only the GPL Version 2, indicate your decision by adding
  308.46 +"[Contributor] elects to include this software in this distribution
  308.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  308.48 +single choice of license, a recipient has the option to distribute
  308.49 +your version of this file under either the CDDL, the GPL Version 2 or
  308.50 +to extend the choice of license to its licensees as provided above.
  308.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  308.52 +Version 2 license, then the option applies only if the new code is
  308.53 +made subject to such option by the copyright holder.
  308.54  -->
  308.55  <!DOCTYPE MIME-resolver PUBLIC "-//NetBeans//DTD MIME Resolver 1.0//EN" "http://www.netbeans.org/dtds/mime-resolver-1_0.dtd">
  308.56  <MIME-resolver>
   309.1 --- a/platform/samples/povray/povsuite-5/povproject/build.xml	Thu Sep 27 09:06:41 2007 +0000
   309.2 +++ b/platform/samples/povray/povsuite-5/povproject/build.xml	Thu Sep 27 09:20:11 2007 +0000
   309.3 @@ -1,21 +1,44 @@
   309.4  <?xml version="1.0" encoding="UTF-8"?>
   309.5  <!--
   309.6 -The contents of this file are subject to the terms of the Common Development
   309.7 -and Distribution License (the License). You may not use this file except in
   309.8 -compliance with the License.
   309.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  309.10  
  309.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  309.12 -or http://www.netbeans.org/cddl.txt.
  309.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  309.14  
  309.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  309.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  309.17 -If applicable, add the following below the CDDL Header, with the fields
  309.18 -enclosed by brackets [] replaced by your own identifying information:
  309.19 +
  309.20 +The contents of this file are subject to the terms of either the GNU
  309.21 +General Public License Version 2 only ("GPL") or the Common
  309.22 +Development and Distribution License("CDDL") (collectively, the
  309.23 +"License"). You may not use this file except in compliance with the
  309.24 +License. You can obtain a copy of the License at
  309.25 +http://www.netbeans.org/cddl-gplv2.html
  309.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  309.27 +specific language governing permissions and limitations under the
  309.28 +License.  When distributing the software, include this License Header
  309.29 +Notice in each file and include the License file at
  309.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  309.31 +particular file as subject to the "Classpath" exception as provided
  309.32 +by Sun in the GPL Version 2 section of the License file that
  309.33 +accompanied this code. If applicable, add the following below the
  309.34 +License Header, with the fields enclosed by brackets [] replaced by
  309.35 +your own identifying information:
  309.36  "Portions Copyrighted [year] [name of copyright owner]"
  309.37  
  309.38 +Contributor(s):
  309.39 +
  309.40   The Original Software is NetBeans. The Initial Developer of the Original
  309.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  309.42   Microsystems, Inc. All Rights Reserved.
  309.43 +
  309.44 +If you wish your version of this file to be governed by only the CDDL
  309.45 +or only the GPL Version 2, indicate your decision by adding
  309.46 +"[Contributor] elects to include this software in this distribution
  309.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  309.48 +single choice of license, a recipient has the option to distribute
  309.49 +your version of this file under either the CDDL, the GPL Version 2 or
  309.50 +to extend the choice of license to its licensees as provided above.
  309.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  309.52 +Version 2 license, then the option applies only if the new code is
  309.53 +made subject to such option by the copyright holder.
  309.54  -->
  309.55  <project name="org.netbeans.examples.modules.povproject5" default="netbeans" basedir=".">
  309.56      <description>Builds, tests, and runs the project org.netbeans.examples.modules.povproject5.</description>
   310.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   310.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   310.3 @@ -1,19 +1,41 @@
   310.4 -# The contents of this file are subject to the terms of the Common Development
   310.5 -# and Distribution License (the License). You may not use this file except in
   310.6 -# compliance with the License.
   310.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   310.8  #
   310.9 -#  You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  310.10 -# or http://www.netbeans.org/cddl.txt.
  310.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  310.12  #
  310.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  310.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  310.15 -# If applicable, add the following below the CDDL Header, with the fields
  310.16 -# enclosed by brackets [] replaced by your own identifying information:
  310.17 +# The contents of this file are subject to the terms of either the GNU
  310.18 +# General Public License Version 2 only ("GPL") or the Common
  310.19 +# Development and Distribution License("CDDL") (collectively, the
  310.20 +# "License"). You may not use this file except in compliance with the
  310.21 +# License. You can obtain a copy of the License at
  310.22 +# http://www.netbeans.org/cddl-gplv2.html
  310.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  310.24 +# specific language governing permissions and limitations under the
  310.25 +# License.  When distributing the software, include this License Header
  310.26 +# Notice in each file and include the License file at
  310.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  310.28 +# particular file as subject to the "Classpath" exception as provided
  310.29 +# by Sun in the GPL Version 2 section of the License file that
  310.30 +# accompanied this code. If applicable, add the following below the
  310.31 +# License Header, with the fields enclosed by brackets [] replaced by
  310.32 +# your own identifying information:
  310.33  # "Portions Copyrighted [year] [name of copyright owner]"
  310.34  #
  310.35 +# Contributor(s):
  310.36 +#
  310.37  #  The Original Software is NetBeans. The Initial Developer of the Original
  310.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  310.39  #  Microsystems, Inc. All Rights Reserved.
  310.40 +#
  310.41 +# If you wish your version of this file to be governed by only the CDDL
  310.42 +# or only the GPL Version 2, indicate your decision by adding
  310.43 +# "[Contributor] elects to include this software in this distribution
  310.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  310.45 +# single choice of license, a recipient has the option to distribute
  310.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  310.47 +# to extend the choice of license to its licensees as provided above.
  310.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  310.49 +# Version 2 license, then the option applies only if the new code is
  310.50 +# made subject to such option by the copyright holder.
  310.51  LBL_CreateProjectStep=Create a new Sample Povray Project project
  310.52  OpenIDE-Module-Name=Povray Projects 5
  310.53  
   311.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java	Thu Sep 27 09:06:41 2007 +0000
   311.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileChooser.java	Thu Sep 27 09:20:11 2007 +0000
   311.3 @@ -1,20 +1,42 @@
   311.4  /*
   311.5 - * The contents of this file are subject to the terms of the Common Development
   311.6 - * and Distribution License (the License). You may not use this file except in
   311.7 - * compliance with the License.
   311.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   311.9   *
  311.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  311.11 - * or http://www.netbeans.org/cddl.txt.
  311.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  311.13   *
  311.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  311.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  311.16 - * If applicable, add the following below the CDDL Header, with the fields
  311.17 - * enclosed by brackets [] replaced by your own identifying information:
  311.18 + * The contents of this file are subject to the terms of either the GNU
  311.19 + * General Public License Version 2 only ("GPL") or the Common
  311.20 + * Development and Distribution License("CDDL") (collectively, the
  311.21 + * "License"). You may not use this file except in compliance with the
  311.22 + * License. You can obtain a copy of the License at
  311.23 + * http://www.netbeans.org/cddl-gplv2.html
  311.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  311.25 + * specific language governing permissions and limitations under the
  311.26 + * License.  When distributing the software, include this License Header
  311.27 + * Notice in each file and include the License file at
  311.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  311.29 + * particular file as subject to the "Classpath" exception as provided
  311.30 + * by Sun in the GPL Version 2 section of the License file that
  311.31 + * accompanied this code. If applicable, add the following below the
  311.32 + * License Header, with the fields enclosed by brackets [] replaced by
  311.33 + * your own identifying information:
  311.34   * "Portions Copyrighted [year] [name of copyright owner]"
  311.35   *
  311.36 + * Contributor(s):
  311.37 + *
  311.38   * The Original Software is NetBeans. The Initial Developer of the Original
  311.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  311.40   * Microsystems, Inc. All Rights Reserved.
  311.41 + *
  311.42 + * If you wish your version of this file to be governed by only the CDDL
  311.43 + * or only the GPL Version 2, indicate your decision by adding
  311.44 + * "[Contributor] elects to include this software in this distribution
  311.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  311.46 + * single choice of license, a recipient has the option to distribute
  311.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  311.48 + * to extend the choice of license to its licensees as provided above.
  311.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  311.50 + * Version 2 license, then the option applies only if the new code is
  311.51 + * made subject to such option by the copyright holder.
  311.52   */
  311.53  package org.netbeans.examples.modules.povproject;
  311.54  
   312.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:06:41 2007 +0000
   312.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/MainFileProviderImpl.java	Thu Sep 27 09:20:11 2007 +0000
   312.3 @@ -1,20 +1,42 @@
   312.4  /*
   312.5 - * The contents of this file are subject to the terms of the Common Development
   312.6 - * and Distribution License (the License). You may not use this file except in
   312.7 - * compliance with the License.
   312.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   312.9   *
  312.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  312.11 - * or http://www.netbeans.org/cddl.txt.
  312.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  312.13   *
  312.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  312.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  312.16 - * If applicable, add the following below the CDDL Header, with the fields
  312.17 - * enclosed by brackets [] replaced by your own identifying information:
  312.18 + * The contents of this file are subject to the terms of either the GNU
  312.19 + * General Public License Version 2 only ("GPL") or the Common
  312.20 + * Development and Distribution License("CDDL") (collectively, the
  312.21 + * "License"). You may not use this file except in compliance with the
  312.22 + * License. You can obtain a copy of the License at
  312.23 + * http://www.netbeans.org/cddl-gplv2.html
  312.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  312.25 + * specific language governing permissions and limitations under the
  312.26 + * License.  When distributing the software, include this License Header
  312.27 + * Notice in each file and include the License file at
  312.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  312.29 + * particular file as subject to the "Classpath" exception as provided
  312.30 + * by Sun in the GPL Version 2 section of the License file that
  312.31 + * accompanied this code. If applicable, add the following below the
  312.32 + * License Header, with the fields enclosed by brackets [] replaced by
  312.33 + * your own identifying information:
  312.34   * "Portions Copyrighted [year] [name of copyright owner]"
  312.35   *
  312.36 + * Contributor(s):
  312.37 + *
  312.38   * The Original Software is NetBeans. The Initial Developer of the Original
  312.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  312.40   * Microsystems, Inc. All Rights Reserved.
  312.41 + *
  312.42 + * If you wish your version of this file to be governed by only the CDDL
  312.43 + * or only the GPL Version 2, indicate your decision by adding
  312.44 + * "[Contributor] elects to include this software in this distribution
  312.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  312.46 + * single choice of license, a recipient has the option to distribute
  312.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  312.48 + * to extend the choice of license to its licensees as provided above.
  312.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  312.50 + * Version 2 license, then the option applies only if the new code is
  312.51 + * made subject to such option by the copyright holder.
  312.52   */
  312.53  package org.netbeans.examples.modules.povproject;
  312.54  
   313.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:06:41 2007 +0000
   313.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovProjectFactory.java	Thu Sep 27 09:20:11 2007 +0000
   313.3 @@ -1,20 +1,42 @@
   313.4  /*
   313.5 - * The contents of this file are subject to the terms of the Common Development
   313.6 - * and Distribution License (the License). You may not use this file except in
   313.7 - * compliance with the License.
   313.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   313.9   *
  313.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  313.11 - * or http://www.netbeans.org/cddl.txt.
  313.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  313.13   *
  313.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  313.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  313.16 - * If applicable, add the following below the CDDL Header, with the fields
  313.17 - * enclosed by brackets [] replaced by your own identifying information:
  313.18 + * The contents of this file are subject to the terms of either the GNU
  313.19 + * General Public License Version 2 only ("GPL") or the Common
  313.20 + * Development and Distribution License("CDDL") (collectively, the
  313.21 + * "License"). You may not use this file except in compliance with the
  313.22 + * License. You can obtain a copy of the License at
  313.23 + * http://www.netbeans.org/cddl-gplv2.html
  313.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  313.25 + * specific language governing permissions and limitations under the
  313.26 + * License.  When distributing the software, include this License Header
  313.27 + * Notice in each file and include the License file at
  313.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  313.29 + * particular file as subject to the "Classpath" exception as provided
  313.30 + * by Sun in the GPL Version 2 section of the License file that
  313.31 + * accompanied this code. If applicable, add the following below the
  313.32 + * License Header, with the fields enclosed by brackets [] replaced by
  313.33 + * your own identifying information:
  313.34   * "Portions Copyrighted [year] [name of copyright owner]"
  313.35   *
  313.36 + * Contributor(s):
  313.37 + *
  313.38   * The Original Software is NetBeans. The Initial Developer of the Original
  313.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  313.40   * Microsystems, Inc. All Rights Reserved.
  313.41 + *
  313.42 + * If you wish your version of this file to be governed by only the CDDL
  313.43 + * or only the GPL Version 2, indicate your decision by adding
  313.44 + * "[Contributor] elects to include this software in this distribution
  313.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  313.46 + * single choice of license, a recipient has the option to distribute
  313.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  313.48 + * to extend the choice of license to its licensees as provided above.
  313.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  313.50 + * Version 2 license, then the option applies only if the new code is
  313.51 + * made subject to such option by the copyright holder.
  313.52   */
  313.53  package org.netbeans.examples.modules.povproject;
  313.54  
   314.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:06:41 2007 +0000
   314.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/Povray.java	Thu Sep 27 09:20:11 2007 +0000
   314.3 @@ -1,20 +1,42 @@
   314.4  /*
   314.5 - * The contents of this file are subject to the terms of the Common Development
   314.6 - * and Distribution License (the License). You may not use this file except in
   314.7 - * compliance with the License.
   314.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   314.9   *
  314.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  314.11 - * or http://www.netbeans.org/cddl.txt.
  314.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  314.13   *
  314.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  314.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  314.16 - * If applicable, add the following below the CDDL Header, with the fields
  314.17 - * enclosed by brackets [] replaced by your own identifying information:
  314.18 + * The contents of this file are subject to the terms of either the GNU
  314.19 + * General Public License Version 2 only ("GPL") or the Common
  314.20 + * Development and Distribution License("CDDL") (collectively, the
  314.21 + * "License"). You may not use this file except in compliance with the
  314.22 + * License. You can obtain a copy of the License at
  314.23 + * http://www.netbeans.org/cddl-gplv2.html
  314.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  314.25 + * specific language governing permissions and limitations under the
  314.26 + * License.  When distributing the software, include this License Header
  314.27 + * Notice in each file and include the License file at
  314.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  314.29 + * particular file as subject to the "Classpath" exception as provided
  314.30 + * by Sun in the GPL Version 2 section of the License file that
  314.31 + * accompanied this code. If applicable, add the following below the
  314.32 + * License Header, with the fields enclosed by brackets [] replaced by
  314.33 + * your own identifying information:
  314.34   * "Portions Copyrighted [year] [name of copyright owner]"
  314.35   *
  314.36 + * Contributor(s):
  314.37 + *
  314.38   * The Original Software is NetBeans. The Initial Developer of the Original
  314.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  314.40   * Microsystems, Inc. All Rights Reserved.
  314.41 + *
  314.42 + * If you wish your version of this file to be governed by only the CDDL
  314.43 + * or only the GPL Version 2, indicate your decision by adding
  314.44 + * "[Contributor] elects to include this software in this distribution
  314.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  314.46 + * single choice of license, a recipient has the option to distribute
  314.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  314.48 + * to extend the choice of license to its licensees as provided above.
  314.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  314.50 + * Version 2 license, then the option applies only if the new code is
  314.51 + * made subject to such option by the copyright holder.
  314.52   */
  314.53  package org.netbeans.examples.modules.povproject;
  314.54  
   315.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:06:41 2007 +0000
   315.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayLogicalView.java	Thu Sep 27 09:20:11 2007 +0000
   315.3 @@ -1,20 +1,42 @@
   315.4  /*
   315.5 - * The contents of this file are subject to the terms of the Common Development
   315.6 - * and Distribution License (the License). You may not use this file except in
   315.7 - * compliance with the License.
   315.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   315.9   *
  315.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  315.11 - * or http://www.netbeans.org/cddl.txt.
  315.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  315.13   *
  315.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  315.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  315.16 - * If applicable, add the following below the CDDL Header, with the fields
  315.17 - * enclosed by brackets [] replaced by your own identifying information:
  315.18 + * The contents of this file are subject to the terms of either the GNU
  315.19 + * General Public License Version 2 only ("GPL") or the Common
  315.20 + * Development and Distribution License("CDDL") (collectively, the
  315.21 + * "License"). You may not use this file except in compliance with the
  315.22 + * License. You can obtain a copy of the License at
  315.23 + * http://www.netbeans.org/cddl-gplv2.html
  315.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  315.25 + * specific language governing permissions and limitations under the
  315.26 + * License.  When distributing the software, include this License Header
  315.27 + * Notice in each file and include the License file at
  315.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  315.29 + * particular file as subject to the "Classpath" exception as provided
  315.30 + * by Sun in the GPL Version 2 section of the License file that
  315.31 + * accompanied this code. If applicable, add the following below the
  315.32 + * License Header, with the fields enclosed by brackets [] replaced by
  315.33 + * your own identifying information:
  315.34   * "Portions Copyrighted [year] [name of copyright owner]"
  315.35   *
  315.36 + * Contributor(s):
  315.37 + *
  315.38   * The Original Software is NetBeans. The Initial Developer of the Original
  315.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  315.40   * Microsystems, Inc. All Rights Reserved.
  315.41 + *
  315.42 + * If you wish your version of this file to be governed by only the CDDL
  315.43 + * or only the GPL Version 2, indicate your decision by adding
  315.44 + * "[Contributor] elects to include this software in this distribution
  315.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  315.46 + * single choice of license, a recipient has the option to distribute
  315.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  315.48 + * to extend the choice of license to its licensees as provided above.
  315.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  315.50 + * Version 2 license, then the option applies only if the new code is
  315.51 + * made subject to such option by the copyright holder.
  315.52   */
  315.53  package org.netbeans.examples.modules.povproject;
  315.54  
   316.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:06:41 2007 +0000
   316.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/PovrayProject.java	Thu Sep 27 09:20:11 2007 +0000
   316.3 @@ -1,20 +1,42 @@
   316.4  /*
   316.5 - * The contents of this file are subject to the terms of the Common Development
   316.6 - * and Distribution License (the License). You may not use this file except in
   316.7 - * compliance with the License.
   316.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   316.9   *
  316.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  316.11 - * or http://www.netbeans.org/cddl.txt.
  316.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  316.13   *
  316.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  316.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  316.16 - * If applicable, add the following below the CDDL Header, with the fields
  316.17 - * enclosed by brackets [] replaced by your own identifying information:
  316.18 + * The contents of this file are subject to the terms of either the GNU
  316.19 + * General Public License Version 2 only ("GPL") or the Common
  316.20 + * Development and Distribution License("CDDL") (collectively, the
  316.21 + * "License"). You may not use this file except in compliance with the
  316.22 + * License. You can obtain a copy of the License at
  316.23 + * http://www.netbeans.org/cddl-gplv2.html
  316.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  316.25 + * specific language governing permissions and limitations under the
  316.26 + * License.  When distributing the software, include this License Header
  316.27 + * Notice in each file and include the License file at
  316.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  316.29 + * particular file as subject to the "Classpath" exception as provided
  316.30 + * by Sun in the GPL Version 2 section of the License file that
  316.31 + * accompanied this code. If applicable, add the following below the
  316.32 + * License Header, with the fields enclosed by brackets [] replaced by
  316.33 + * your own identifying information:
  316.34   * "Portions Copyrighted [year] [name of copyright owner]"
  316.35   *
  316.36 + * Contributor(s):
  316.37 + *
  316.38   * The Original Software is NetBeans. The Initial Developer of the Original
  316.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  316.40   * Microsystems, Inc. All Rights Reserved.
  316.41 + *
  316.42 + * If you wish your version of this file to be governed by only the CDDL
  316.43 + * or only the GPL Version 2, indicate your decision by adding
  316.44 + * "[Contributor] elects to include this software in this distribution
  316.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  316.46 + * single choice of license, a recipient has the option to distribute
  316.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  316.48 + * to extend the choice of license to its licensees as provided above.
  316.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  316.50 + * Version 2 license, then the option applies only if the new code is
  316.51 + * made subject to such option by the copyright holder.
  316.52   */
  316.53  package org.netbeans.examples.modules.povproject;
  316.54  
   317.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:06:41 2007 +0000
   317.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/RendererServiceImpl.java	Thu Sep 27 09:20:11 2007 +0000
   317.3 @@ -1,20 +1,42 @@
   317.4  /*
   317.5 - * The contents of this file are subject to the terms of the Common Development
   317.6 - * and Distribution License (the License). You may not use this file except in
   317.7 - * compliance with the License.
   317.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   317.9   *
  317.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  317.11 - * or http://www.netbeans.org/cddl.txt.
  317.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  317.13   *
  317.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  317.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  317.16 - * If applicable, add the following below the CDDL Header, with the fields
  317.17 - * enclosed by brackets [] replaced by your own identifying information:
  317.18 + * The contents of this file are subject to the terms of either the GNU
  317.19 + * General Public License Version 2 only ("GPL") or the Common
  317.20 + * Development and Distribution License("CDDL") (collectively, the
  317.21 + * "License"). You may not use this file except in compliance with the
  317.22 + * License. You can obtain a copy of the License at
  317.23 + * http://www.netbeans.org/cddl-gplv2.html
  317.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  317.25 + * specific language governing permissions and limitations under the
  317.26 + * License.  When distributing the software, include this License Header
  317.27 + * Notice in each file and include the License file at
  317.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  317.29 + * particular file as subject to the "Classpath" exception as provided
  317.30 + * by Sun in the GPL Version 2 section of the License file that
  317.31 + * accompanied this code. If applicable, add the following below the
  317.32 + * License Header, with the fields enclosed by brackets [] replaced by
  317.33 + * your own identifying information:
  317.34   * "Portions Copyrighted [year] [name of copyright owner]"
  317.35   *
  317.36 + * Contributor(s):
  317.37 + *
  317.38   * The Original Software is NetBeans. The Initial Developer of the Original
  317.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  317.40   * Microsystems, Inc. All Rights Reserved.
  317.41 + *
  317.42 + * If you wish your version of this file to be governed by only the CDDL
  317.43 + * or only the GPL Version 2, indicate your decision by adding
  317.44 + * "[Contributor] elects to include this software in this distribution
  317.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  317.46 + * single choice of license, a recipient has the option to distribute
  317.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  317.48 + * to extend the choice of license to its licensees as provided above.
  317.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  317.50 + * Version 2 license, then the option applies only if the new code is
  317.51 + * made subject to such option by the copyright holder.
  317.52   */
  317.53  package org.netbeans.examples.modules.povproject;
  317.54  
   318.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java	Thu Sep 27 09:06:41 2007 +0000
   318.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/ViewServiceImpl.java	Thu Sep 27 09:20:11 2007 +0000
   318.3 @@ -1,20 +1,42 @@
   318.4  /*
   318.5 - * The contents of this file are subject to the terms of the Common Development
   318.6 - * and Distribution License (the License). You may not use this file except in
   318.7 - * compliance with the License.
   318.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   318.9   *
  318.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  318.11 - * or http://www.netbeans.org/cddl.txt.
  318.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  318.13   *
  318.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  318.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  318.16 - * If applicable, add the following below the CDDL Header, with the fields
  318.17 - * enclosed by brackets [] replaced by your own identifying information:
  318.18 + * The contents of this file are subject to the terms of either the GNU
  318.19 + * General Public License Version 2 only ("GPL") or the Common
  318.20 + * Development and Distribution License("CDDL") (collectively, the
  318.21 + * "License"). You may not use this file except in compliance with the
  318.22 + * License. You can obtain a copy of the License at
  318.23 + * http://www.netbeans.org/cddl-gplv2.html
  318.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  318.25 + * specific language governing permissions and limitations under the
  318.26 + * License.  When distributing the software, include this License Header
  318.27 + * Notice in each file and include the License file at
  318.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  318.29 + * particular file as subject to the "Classpath" exception as provided
  318.30 + * by Sun in the GPL Version 2 section of the License file that
  318.31 + * accompanied this code. If applicable, add the following below the
  318.32 + * License Header, with the fields enclosed by brackets [] replaced by
  318.33 + * your own identifying information:
  318.34   * "Portions Copyrighted [year] [name of copyright owner]"
  318.35   *
  318.36 + * Contributor(s):
  318.37 + *
  318.38   * The Original Software is NetBeans. The Initial Developer of the Original
  318.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  318.40   * Microsystems, Inc. All Rights Reserved.
  318.41 + *
  318.42 + * If you wish your version of this file to be governed by only the CDDL
  318.43 + * or only the GPL Version 2, indicate your decision by adding
  318.44 + * "[Contributor] elects to include this software in this distribution
  318.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  318.46 + * single choice of license, a recipient has the option to distribute
  318.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  318.48 + * to extend the choice of license to its licensees as provided above.
  318.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  318.50 + * Version 2 license, then the option applies only if the new code is
  318.51 + * made subject to such option by the copyright holder.
  318.52   */
  318.53  package org.netbeans.examples.modules.povproject;
  318.54  
   319.1 --- a/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   319.2 +++ b/platform/samples/povray/povsuite-5/povproject/src/org/netbeans/examples/modules/povproject/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   319.3 @@ -1,21 +1,44 @@
   319.4  <?xml version="1.0" encoding="UTF-8"?>
   319.5  <!--
   319.6 -The contents of this file are subject to the terms of the Common Development
   319.7 -and Distribution License (the License). You may not use this file except in
   319.8 -compliance with the License.
   319.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  319.10  
  319.11 - You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  319.12 -or http://www.netbeans.org/cddl.txt.
  319.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  319.14  
  319.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  319.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  319.17 -If applicable, add the following below the CDDL Header, with the fields
  319.18 -enclosed by brackets [] replaced by your own identifying information:
  319.19 +
  319.20 +The contents of this file are subject to the terms of either the GNU
  319.21 +General Public License Version 2 only ("GPL") or the Common
  319.22 +Development and Distribution License("CDDL") (collectively, the
  319.23 +"License"). You may not use this file except in compliance with the
  319.24 +License. You can obtain a copy of the License at
  319.25 +http://www.netbeans.org/cddl-gplv2.html
  319.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  319.27 +specific language governing permissions and limitations under the
  319.28 +License.  When distributing the software, include this License Header
  319.29 +Notice in each file and include the License file at
  319.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  319.31 +particular file as subject to the "Classpath" exception as provided
  319.32 +by Sun in the GPL Version 2 section of the License file that
  319.33 +accompanied this code. If applicable, add the following below the
  319.34 +License Header, with the fields enclosed by brackets [] replaced by
  319.35 +your own identifying information:
  319.36  "Portions Copyrighted [year] [name of copyright owner]"
  319.37  
  319.38 +Contributor(s):
  319.39 +
  319.40   The Original Software is NetBeans. The Initial Developer of the Original
  319.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  319.42   Microsystems, Inc. All Rights Reserved.
  319.43 +
  319.44 +If you wish your version of this file to be governed by only the CDDL
  319.45 +or only the GPL Version 2, indicate your decision by adding
  319.46 +"[Contributor] elects to include this software in this distribution
  319.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  319.48 +single choice of license, a recipient has the option to distribute
  319.49 +your version of this file under either the CDDL, the GPL Version 2 or
  319.50 +to extend the choice of license to its licensees as provided above.
  319.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  319.52 +Version 2 license, then the option applies only if the new code is
  319.53 +made subject to such option by the copyright holder.
  319.54  -->
  319.55  <!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "http://www.netbeans.org/dtds/filesystem-1_1.dtd">
  319.56  <filesystem>
   320.1 --- a/platform/samples/selectionsuite/MyAPI/src/org/myorg/myapi/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   320.2 +++ b/platform/samples/selectionsuite/MyAPI/src/org/myorg/myapi/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   320.3 @@ -1,18 +1,40 @@
   320.4 -# The contents of this file are subject to the terms of the Common Development
   320.5 -# and Distribution License (the License). You may not use this file except in
   320.6 -# compliance with the License.
   320.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   320.8  #
   320.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  320.10 -# or http://www.netbeans.org/cddl.txt.
  320.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  320.12  #
  320.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  320.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  320.15 -# If applicable, add the following below the CDDL Header, with the fields
  320.16 -# enclosed by brackets [] replaced by your own identifying information:
  320.17 +# The contents of this file are subject to the terms of either the GNU
  320.18 +# General Public License Version 2 only ("GPL") or the Common
  320.19 +# Development and Distribution License("CDDL") (collectively, the
  320.20 +# "License"). You may not use this file except in compliance with the
  320.21 +# License. You can obtain a copy of the License at
  320.22 +# http://www.netbeans.org/cddl-gplv2.html
  320.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  320.24 +# specific language governing permissions and limitations under the
  320.25 +# License.  When distributing the software, include this License Header
  320.26 +# Notice in each file and include the License file at
  320.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  320.28 +# particular file as subject to the "Classpath" exception as provided
  320.29 +# by Sun in the GPL Version 2 section of the License file that
  320.30 +# accompanied this code. If applicable, add the following below the
  320.31 +# License Header, with the fields enclosed by brackets [] replaced by
  320.32 +# your own identifying information:
  320.33  # "Portions Copyrighted [year] [name of copyright owner]"
  320.34  #
  320.35 +# Contributor(s):
  320.36 +#
  320.37  # The Original Software is NetBeans. The Initial Developer of the Original
  320.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  320.39  # Microsystems, Inc. All Rights Reserved.
  320.40 +#
  320.41 +# If you wish your version of this file to be governed by only the CDDL
  320.42 +# or only the GPL Version 2, indicate your decision by adding
  320.43 +# "[Contributor] elects to include this software in this distribution
  320.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  320.45 +# single choice of license, a recipient has the option to distribute
  320.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  320.47 +# to extend the choice of license to its licensees as provided above.
  320.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  320.49 +# Version 2 license, then the option applies only if the new code is
  320.50 +# made subject to such option by the copyright holder.
  320.51  
  320.52  OpenIDE-Module-Name=My API
   321.1 --- a/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   321.2 +++ b/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   321.3 @@ -1,19 +1,41 @@
   321.4 -# The contents of this file are subject to the terms of the Common Development
   321.5 -# and Distribution License (the License). You may not use this file except in
   321.6 -# compliance with the License.
   321.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   321.8  #
   321.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  321.10 -# or http://www.netbeans.org/cddl.txt.
  321.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  321.12  #
  321.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  321.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  321.15 -# If applicable, add the following below the CDDL Header, with the fields
  321.16 -# enclosed by brackets [] replaced by your own identifying information:
  321.17 +# The contents of this file are subject to the terms of either the GNU
  321.18 +# General Public License Version 2 only ("GPL") or the Common
  321.19 +# Development and Distribution License("CDDL") (collectively, the
  321.20 +# "License"). You may not use this file except in compliance with the
  321.21 +# License. You can obtain a copy of the License at
  321.22 +# http://www.netbeans.org/cddl-gplv2.html
  321.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  321.24 +# specific language governing permissions and limitations under the
  321.25 +# License.  When distributing the software, include this License Header
  321.26 +# Notice in each file and include the License file at
  321.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  321.28 +# particular file as subject to the "Classpath" exception as provided
  321.29 +# by Sun in the GPL Version 2 section of the License file that
  321.30 +# accompanied this code. If applicable, add the following below the
  321.31 +# License Header, with the fields enclosed by brackets [] replaced by
  321.32 +# your own identifying information:
  321.33  # "Portions Copyrighted [year] [name of copyright owner]"
  321.34  #
  321.35 +# Contributor(s):
  321.36 +#
  321.37  # The Original Software is NetBeans. The Initial Developer of the Original
  321.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  321.39  # Microsystems, Inc. All Rights Reserved.
  321.40 +#
  321.41 +# If you wish your version of this file to be governed by only the CDDL
  321.42 +# or only the GPL Version 2, indicate your decision by adding
  321.43 +# "[Contributor] elects to include this software in this distribution
  321.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  321.45 +# single choice of license, a recipient has the option to distribute
  321.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  321.47 +# to extend the choice of license to its licensees as provided above.
  321.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  321.49 +# Version 2 license, then the option applies only if the new code is
  321.50 +# made subject to such option by the copyright holder.
  321.51  
  321.52  CTL_OpenEditorAction=Open Editor
  321.53  OpenIDE-Module-Name=My Editor
   322.1 --- a/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   322.2 +++ b/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   322.3 @@ -1,20 +1,42 @@
   322.4  /*
   322.5 - * The contents of this file are subject to the terms of the Common Development
   322.6 - * and Distribution License (the License). You may not use this file except in
   322.7 - * compliance with the License.
   322.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   322.9   *
  322.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  322.11 - * or http://www.netbeans.org/cddl.txt.
  322.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  322.13   *
  322.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  322.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  322.16 - * If applicable, add the following below the CDDL Header, with the fields
  322.17 - * enclosed by brackets [] replaced by your own identifying information:
  322.18 + * The contents of this file are subject to the terms of either the GNU
  322.19 + * General Public License Version 2 only ("GPL") or the Common
  322.20 + * Development and Distribution License("CDDL") (collectively, the
  322.21 + * "License"). You may not use this file except in compliance with the
  322.22 + * License. You can obtain a copy of the License at
  322.23 + * http://www.netbeans.org/cddl-gplv2.html
  322.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  322.25 + * specific language governing permissions and limitations under the
  322.26 + * License.  When distributing the software, include this License Header
  322.27 + * Notice in each file and include the License file at
  322.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  322.29 + * particular file as subject to the "Classpath" exception as provided
  322.30 + * by Sun in the GPL Version 2 section of the License file that
  322.31 + * accompanied this code. If applicable, add the following below the
  322.32 + * License Header, with the fields enclosed by brackets [] replaced by
  322.33 + * your own identifying information:
  322.34   * "Portions Copyrighted [year] [name of copyright owner]"
  322.35   *
  322.36 + * Contributor(s):
  322.37 + *
  322.38   * The Original Software is NetBeans. The Initial Developer of the Original
  322.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  322.40   * Microsystems, Inc. All Rights Reserved.
  322.41 + *
  322.42 + * If you wish your version of this file to be governed by only the CDDL
  322.43 + * or only the GPL Version 2, indicate your decision by adding
  322.44 + * "[Contributor] elects to include this software in this distribution
  322.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  322.46 + * single choice of license, a recipient has the option to distribute
  322.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  322.48 + * to extend the choice of license to its licensees as provided above.
  322.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  322.50 + * Version 2 license, then the option applies only if the new code is
  322.51 + * made subject to such option by the copyright holder.
  322.52   */
  322.53  package org.myorg.myeditor;
  322.54  
   323.1 --- a/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/OpenEditorAction.java	Thu Sep 27 09:06:41 2007 +0000
   323.2 +++ b/platform/samples/selectionsuite/MyEditor/src/org/myorg/myeditor/OpenEditorAction.java	Thu Sep 27 09:20:11 2007 +0000
   323.3 @@ -1,20 +1,42 @@
   323.4  /*
   323.5 - * The contents of this file are subject to the terms of the Common Development
   323.6 - * and Distribution License (the License). You may not use this file except in
   323.7 - * compliance with the License.
   323.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   323.9   *
  323.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  323.11 - * or http://www.netbeans.org/cddl.txt.
  323.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  323.13   *
  323.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  323.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  323.16 - * If applicable, add the following below the CDDL Header, with the fields
  323.17 - * enclosed by brackets [] replaced by your own identifying information:
  323.18 + * The contents of this file are subject to the terms of either the GNU
  323.19 + * General Public License Version 2 only ("GPL") or the Common
  323.20 + * Development and Distribution License("CDDL") (collectively, the
  323.21 + * "License"). You may not use this file except in compliance with the
  323.22 + * License. You can obtain a copy of the License at
  323.23 + * http://www.netbeans.org/cddl-gplv2.html
  323.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  323.25 + * specific language governing permissions and limitations under the
  323.26 + * License.  When distributing the software, include this License Header
  323.27 + * Notice in each file and include the License file at
  323.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  323.29 + * particular file as subject to the "Classpath" exception as provided
  323.30 + * by Sun in the GPL Version 2 section of the License file that
  323.31 + * accompanied this code. If applicable, add the following below the
  323.32 + * License Header, with the fields enclosed by brackets [] replaced by
  323.33 + * your own identifying information:
  323.34   * "Portions Copyrighted [year] [name of copyright owner]"
  323.35   *
  323.36 + * Contributor(s):
  323.37 + *
  323.38   * The Original Software is NetBeans. The Initial Developer of the Original
  323.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  323.40   * Microsystems, Inc. All Rights Reserved.
  323.41 + *
  323.42 + * If you wish your version of this file to be governed by only the CDDL
  323.43 + * or only the GPL Version 2, indicate your decision by adding
  323.44 + * "[Contributor] elects to include this software in this distribution
  323.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  323.46 + * single choice of license, a recipient has the option to distribute
  323.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  323.48 + * to extend the choice of license to its licensees as provided above.
  323.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  323.50 + * Version 2 license, then the option applies only if the new code is
  323.51 + * made subject to such option by the copyright holder.
  323.52   */
  323.53  package org.myorg.myeditor;
  323.54  
   324.1 --- a/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   324.2 +++ b/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   324.3 @@ -1,19 +1,41 @@
   324.4 -# The contents of this file are subject to the terms of the Common Development
   324.5 -# and Distribution License (the License). You may not use this file except in
   324.6 -# compliance with the License.
   324.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   324.8  #
   324.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  324.10 -# or http://www.netbeans.org/cddl.txt.
  324.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  324.12  #
  324.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  324.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  324.15 -# If applicable, add the following below the CDDL Header, with the fields
  324.16 -# enclosed by brackets [] replaced by your own identifying information:
  324.17 +# The contents of this file are subject to the terms of either the GNU
  324.18 +# General Public License Version 2 only ("GPL") or the Common
  324.19 +# Development and Distribution License("CDDL") (collectively, the
  324.20 +# "License"). You may not use this file except in compliance with the
  324.21 +# License. You can obtain a copy of the License at
  324.22 +# http://www.netbeans.org/cddl-gplv2.html
  324.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  324.24 +# specific language governing permissions and limitations under the
  324.25 +# License.  When distributing the software, include this License Header
  324.26 +# Notice in each file and include the License file at
  324.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  324.28 +# particular file as subject to the "Classpath" exception as provided
  324.29 +# by Sun in the GPL Version 2 section of the License file that
  324.30 +# accompanied this code. If applicable, add the following below the
  324.31 +# License Header, with the fields enclosed by brackets [] replaced by
  324.32 +# your own identifying information:
  324.33  # "Portions Copyrighted [year] [name of copyright owner]"
  324.34  #
  324.35 +# Contributor(s):
  324.36 +#
  324.37  # The Original Software is NetBeans. The Initial Developer of the Original
  324.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  324.39  # Microsystems, Inc. All Rights Reserved.
  324.40 +#
  324.41 +# If you wish your version of this file to be governed by only the CDDL
  324.42 +# or only the GPL Version 2, indicate your decision by adding
  324.43 +# "[Contributor] elects to include this software in this distribution
  324.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  324.45 +# single choice of license, a recipient has the option to distribute
  324.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  324.47 +# to extend the choice of license to its licensees as provided above.
  324.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  324.49 +# Version 2 license, then the option applies only if the new code is
  324.50 +# made subject to such option by the copyright holder.
  324.51  
  324.52  CTL_MyViewerAction=Open MyViewer Window
  324.53  CTL_MyViewerTopComponent=MyViewer Window
   325.1 --- a/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:06:41 2007 +0000
   325.2 +++ b/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:20:11 2007 +0000
   325.3 @@ -1,20 +1,42 @@
   325.4  /*
   325.5 - * The contents of this file are subject to the terms of the Common Development
   325.6 - * and Distribution License (the License). You may not use this file except in
   325.7 - * compliance with the License.
   325.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   325.9   *
  325.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  325.11 - * or http://www.netbeans.org/cddl.txt.
  325.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  325.13   *
  325.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  325.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  325.16 - * If applicable, add the following below the CDDL Header, with the fields
  325.17 - * enclosed by brackets [] replaced by your own identifying information:
  325.18 + * The contents of this file are subject to the terms of either the GNU
  325.19 + * General Public License Version 2 only ("GPL") or the Common
  325.20 + * Development and Distribution License("CDDL") (collectively, the
  325.21 + * "License"). You may not use this file except in compliance with the
  325.22 + * License. You can obtain a copy of the License at
  325.23 + * http://www.netbeans.org/cddl-gplv2.html
  325.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  325.25 + * specific language governing permissions and limitations under the
  325.26 + * License.  When distributing the software, include this License Header
  325.27 + * Notice in each file and include the License file at
  325.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  325.29 + * particular file as subject to the "Classpath" exception as provided
  325.30 + * by Sun in the GPL Version 2 section of the License file that
  325.31 + * accompanied this code. If applicable, add the following below the
  325.32 + * License Header, with the fields enclosed by brackets [] replaced by
  325.33 + * your own identifying information:
  325.34   * "Portions Copyrighted [year] [name of copyright owner]"
  325.35   *
  325.36 + * Contributor(s):
  325.37 + *
  325.38   * The Original Software is NetBeans. The Initial Developer of the Original
  325.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  325.40   * Microsystems, Inc. All Rights Reserved.
  325.41 + *
  325.42 + * If you wish your version of this file to be governed by only the CDDL
  325.43 + * or only the GPL Version 2, indicate your decision by adding
  325.44 + * "[Contributor] elects to include this software in this distribution
  325.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  325.46 + * single choice of license, a recipient has the option to distribute
  325.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  325.48 + * to extend the choice of license to its licensees as provided above.
  325.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  325.50 + * Version 2 license, then the option applies only if the new code is
  325.51 + * made subject to such option by the copyright holder.
  325.52   */
  325.53  package org.myorg.myviewer;
  325.54  
   326.1 --- a/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java	Thu Sep 27 09:06:41 2007 +0000
   326.2 +++ b/platform/samples/selectionsuite/MyViewer/src/org/myorg/myviewer/MyViewerTopComponent.java	Thu Sep 27 09:20:11 2007 +0000
   326.3 @@ -1,20 +1,42 @@
   326.4  /*
   326.5 - * The contents of this file are subject to the terms of the Common Development
   326.6 - * and Distribution License (the License). You may not use this file except in
   326.7 - * compliance with the License.
   326.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   326.9   *
  326.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  326.11 - * or http://www.netbeans.org/cddl.txt.
  326.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  326.13   *
  326.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  326.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  326.16 - * If applicable, add the following below the CDDL Header, with the fields
  326.17 - * enclosed by brackets [] replaced by your own identifying information:
  326.18 + * The contents of this file are subject to the terms of either the GNU
  326.19 + * General Public License Version 2 only ("GPL") or the Common
  326.20 + * Development and Distribution License("CDDL") (collectively, the
  326.21 + * "License"). You may not use this file except in compliance with the
  326.22 + * License. You can obtain a copy of the License at
  326.23 + * http://www.netbeans.org/cddl-gplv2.html
  326.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  326.25 + * specific language governing permissions and limitations under the
  326.26 + * License.  When distributing the software, include this License Header
  326.27 + * Notice in each file and include the License file at
  326.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  326.29 + * particular file as subject to the "Classpath" exception as provided
  326.30 + * by Sun in the GPL Version 2 section of the License file that
  326.31 + * accompanied this code. If applicable, add the following below the
  326.32 + * License Header, with the fields enclosed by brackets [] replaced by
  326.33 + * your own identifying information:
  326.34   * "Portions Copyrighted [year] [name of copyright owner]"
  326.35   *
  326.36 + * Contributor(s):
  326.37 + *
  326.38   * The Original Software is NetBeans. The Initial Developer of the Original
  326.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  326.40   * Microsystems, Inc. All Rights Reserved.
  326.41 + *
  326.42 + * If you wish your version of this file to be governed by only the CDDL
  326.43 + * or only the GPL Version 2, indicate your decision by adding
  326.44 + * "[Contributor] elects to include this software in this distribution
  326.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  326.46 + * single choice of license, a recipient has the option to distribute
  326.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  326.48 + * to extend the choice of license to its licensees as provided above.
  326.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  326.50 + * Version 2 license, then the option applies only if the new code is
  326.51 + * made subject to such option by the copyright holder.
  326.52   */
  326.53  package org.myorg.myviewer;
  326.54  
   327.1 --- a/platform/samples/selectionsuite_2/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:06:41 2007 +0000
   327.2 +++ b/platform/samples/selectionsuite_2/MyAPI/src/org/myorg/myapi/APIObject.java	Thu Sep 27 09:20:11 2007 +0000
   327.3 @@ -1,20 +1,42 @@
   327.4  /*
   327.5 - * The contents of this file are subject to the terms of the Common Development
   327.6 - * and Distribution License (the License). You may not use this file except in
   327.7 - * compliance with the License.
   327.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   327.9   *
  327.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  327.11 - * or http://www.netbeans.org/cddl.txt.
  327.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  327.13   *
  327.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  327.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  327.16 - * If applicable, add the following below the CDDL Header, with the fields
  327.17 - * enclosed by brackets [] replaced by your own identifying information:
  327.18 + * The contents of this file are subject to the terms of either the GNU
  327.19 + * General Public License Version 2 only ("GPL") or the Common
  327.20 + * Development and Distribution License("CDDL") (collectively, the
  327.21 + * "License"). You may not use this file except in compliance with the
  327.22 + * License. You can obtain a copy of the License at
  327.23 + * http://www.netbeans.org/cddl-gplv2.html
  327.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  327.25 + * specific language governing permissions and limitations under the
  327.26 + * License.  When distributing the software, include this License Header
  327.27 + * Notice in each file and include the License file at
  327.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  327.29 + * particular file as subject to the "Classpath" exception as provided
  327.30 + * by Sun in the GPL Version 2 section of the License file that
  327.31 + * accompanied this code. If applicable, add the following below the
  327.32 + * License Header, with the fields enclosed by brackets [] replaced by
  327.33 + * your own identifying information:
  327.34   * "Portions Copyrighted [year] [name of copyright owner]"
  327.35   *
  327.36 + * Contributor(s):
  327.37 + *
  327.38   * The Original Software is NetBeans. The Initial Developer of the Original
  327.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  327.40   * Microsystems, Inc. All Rights Reserved.
  327.41 + *
  327.42 + * If you wish your version of this file to be governed by only the CDDL
  327.43 + * or only the GPL Version 2, indicate your decision by adding
  327.44 + * "[Contributor] elects to include this software in this distribution
  327.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  327.46 + * single choice of license, a recipient has the option to distribute
  327.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  327.48 + * to extend the choice of license to its licensees as provided above.
  327.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  327.50 + * Version 2 license, then the option applies only if the new code is
  327.51 + * made subject to such option by the copyright holder.
  327.52   */
  327.53  package org.myorg.myapi;
  327.54  
   328.1 --- a/platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:06:41 2007 +0000
   328.2 +++ b/platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyChildren.java	Thu Sep 27 09:20:11 2007 +0000
   328.3 @@ -1,20 +1,42 @@
   328.4  /*
   328.5 - * The contents of this file are subject to the terms of the Common Development
   328.6 - * and Distribution License (the License). You may not use this file except in
   328.7 - * compliance with the License.
   328.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   328.9   *
  328.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  328.11 - * or http://www.netbeans.org/cddl.txt.
  328.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  328.13   *
  328.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  328.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  328.16 - * If applicable, add the following below the CDDL Header, with the fields
  328.17 - * enclosed by brackets [] replaced by your own identifying information:
  328.18 + * The contents of this file are subject to the terms of either the GNU
  328.19 + * General Public License Version 2 only ("GPL") or the Common
  328.20 + * Development and Distribution License("CDDL") (collectively, the
  328.21 + * "License"). You may not use this file except in compliance with the
  328.22 + * License. You can obtain a copy of the License at
  328.23 + * http://www.netbeans.org/cddl-gplv2.html
  328.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  328.25 + * specific language governing permissions and limitations under the
  328.26 + * License.  When distributing the software, include this License Header
  328.27 + * Notice in each file and include the License file at
  328.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  328.29 + * particular file as subject to the "Classpath" exception as provided
  328.30 + * by Sun in the GPL Version 2 section of the License file that
  328.31 + * accompanied this code. If applicable, add the following below the
  328.32 + * License Header, with the fields enclosed by brackets [] replaced by
  328.33 + * your own identifying information:
  328.34   * "Portions Copyrighted [year] [name of copyright owner]"
  328.35   *
  328.36 + * Contributor(s):
  328.37 + *
  328.38   * The Original Software is NetBeans. The Initial Developer of the Original
  328.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  328.40   * Microsystems, Inc. All Rights Reserved.
  328.41 + *
  328.42 + * If you wish your version of this file to be governed by only the CDDL
  328.43 + * or only the GPL Version 2, indicate your decision by adding
  328.44 + * "[Contributor] elects to include this software in this distribution
  328.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  328.46 + * single choice of license, a recipient has the option to distribute
  328.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  328.48 + * to extend the choice of license to its licensees as provided above.
  328.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  328.50 + * Version 2 license, then the option applies only if the new code is
  328.51 + * made subject to such option by the copyright holder.
  328.52   */
  328.53  package org.myorg.myeditor;
  328.54  
   329.1 --- a/platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:06:41 2007 +0000
   329.2 +++ b/platform/samples/selectionsuite_2/MyEditor/src/org/myorg/myeditor/MyEditor.java	Thu Sep 27 09:20:11 2007 +0000
   329.3 @@ -1,20 +1,42 @@
   329.4  /*
   329.5 - * The contents of this file are subject to the terms of the Common Development
   329.6 - * and Distribution License (the License). You may not use this file except in
   329.7 - * compliance with the License.
   329.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   329.9   *
  329.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  329.11 - * or http://www.netbeans.org/cddl.txt.
  329.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  329.13   *
  329.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  329.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  329.16 - * If applicable, add the following below the CDDL Header, with the fields
  329.17 - * enclosed by brackets [] replaced by your own identifying information:
  329.18 + * The contents of this file are subject to the terms of either the GNU
  329.19 + * General Public License Version 2 only ("GPL") or the Common
  329.20 + * Development and Distribution License("CDDL") (collectively, the
  329.21 + * "License"). You may not use this file except in compliance with the
  329.22 + * License. You can obtain a copy of the License at
  329.23 + * http://www.netbeans.org/cddl-gplv2.html
  329.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  329.25 + * specific language governing permissions and limitations under the
  329.26 + * License.  When distributing the software, include this License Header
  329.27 + * Notice in each file and include the License file at
  329.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  329.29 + * particular file as subject to the "Classpath" exception as provided
  329.30 + * by Sun in the GPL Version 2 section of the License file that
  329.31 + * accompanied this code. If applicable, add the following below the
  329.32 + * License Header, with the fields enclosed by brackets [] replaced by
  329.33 + * your own identifying information:
  329.34   * "Portions Copyrighted [year] [name of copyright owner]"
  329.35   *
  329.36 + * Contributor(s):
  329.37 + *
  329.38   * The Original Software is NetBeans. The Initial Developer of the Original
  329.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  329.40   * Microsystems, Inc. All Rights Reserved.
  329.41 + *
  329.42 + * If you wish your version of this file to be governed by only the CDDL
  329.43 + * or only the GPL Version 2, indicate your decision by adding
  329.44 + * "[Contributor] elects to include this software in this distribution
  329.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  329.46 + * single choice of license, a recipient has the option to distribute
  329.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  329.48 + * to extend the choice of license to its licensees as provided above.
  329.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  329.50 + * Version 2 license, then the option applies only if the new code is
  329.51 + * made subject to such option by the copyright holder.
  329.52   */
  329.53  package org.myorg.myeditor;
  329.54  
   330.1 --- a/platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   330.2 +++ b/platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   330.3 @@ -1,19 +1,41 @@
   330.4 -# The contents of this file are subject to the terms of the Common Development
   330.5 -# and Distribution License (the License). You may not use this file except in
   330.6 -# compliance with the License.
   330.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   330.8  #
   330.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  330.10 -# or http://www.netbeans.org/cddl.txt.
  330.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  330.12  #
  330.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  330.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  330.15 -# If applicable, add the following below the CDDL Header, with the fields
  330.16 -# enclosed by brackets [] replaced by your own identifying information:
  330.17 +# The contents of this file are subject to the terms of either the GNU
  330.18 +# General Public License Version 2 only ("GPL") or the Common
  330.19 +# Development and Distribution License("CDDL") (collectively, the
  330.20 +# "License"). You may not use this file except in compliance with the
  330.21 +# License. You can obtain a copy of the License at
  330.22 +# http://www.netbeans.org/cddl-gplv2.html
  330.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  330.24 +# specific language governing permissions and limitations under the
  330.25 +# License.  When distributing the software, include this License Header
  330.26 +# Notice in each file and include the License file at
  330.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  330.28 +# particular file as subject to the "Classpath" exception as provided
  330.29 +# by Sun in the GPL Version 2 section of the License file that
  330.30 +# accompanied this code. If applicable, add the following below the
  330.31 +# License Header, with the fields enclosed by brackets [] replaced by
  330.32 +# your own identifying information:
  330.33  # "Portions Copyrighted [year] [name of copyright owner]"
  330.34  #
  330.35 +# Contributor(s):
  330.36 +#
  330.37  # The Original Software is NetBeans. The Initial Developer of the Original
  330.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  330.39  # Microsystems, Inc. All Rights Reserved.
  330.40 +#
  330.41 +# If you wish your version of this file to be governed by only the CDDL
  330.42 +# or only the GPL Version 2, indicate your decision by adding
  330.43 +# "[Contributor] elects to include this software in this distribution
  330.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  330.45 +# single choice of license, a recipient has the option to distribute
  330.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  330.47 +# to extend the choice of license to its licensees as provided above.
  330.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  330.49 +# Version 2 license, then the option applies only if the new code is
  330.50 +# made subject to such option by the copyright holder.
  330.51  
  330.52  CTL_MyViewerAction=Open MyViewer Window
  330.53  CTL_MyViewerTopComponent=MyViewer Window
   331.1 --- a/platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:06:41 2007 +0000
   331.2 +++ b/platform/samples/selectionsuite_2/MyViewer/src/org/myorg/myviewer/MyViewerAction.java	Thu Sep 27 09:20:11 2007 +0000
   331.3 @@ -1,20 +1,42 @@
   331.4  /*
   331.5 - * The contents of this file are subject to the terms of the Common Development
   331.6 - * and Distribution License (the License). You may not use this file except in
   331.7 - * compliance with the License.
   331.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   331.9   *
  331.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  331.11 - * or http://www.netbeans.org/cddl.txt.
  331.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  331.13   *
  331.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  331.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  331.16 - * If applicable, add the following below the CDDL Header, with the fields
  331.17 - * enclosed by brackets [] replaced by your own identifying information:
  331.18 + * The contents of this file are subject to the terms of either the GNU
  331.19 + * General Public License Version 2 only ("GPL") or the Common
  331.20 + * Development and Distribution License("CDDL") (collectively, the
  331.21 + * "License"). You may not use this file except in compliance with the
  331.22 + * License. You can obtain a copy of the License at
  331.23 + * http://www.netbeans.org/cddl-gplv2.html
  331.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  331.25 + * specific language governing permissions and limitations under the
  331.26 + * License.  When distributing the software, include this License Header
  331.27 + * Notice in each file and include the License file at
  331.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  331.29 + * particular file as subject to the "Classpath" exception as provided
  331.30 + * by Sun in the GPL Version 2 section of the License file that
  331.31 + * accompanied this code. If applicable, add the following below the
  331.32 + * License Header, with the fields enclosed by brackets [] replaced by
  331.33 + * your own identifying information:
  331.34   * "Portions Copyrighted [year] [name of copyright owner]"
  331.35   *
  331.36 + * Contributor(s):
  331.37 + *
  331.38   * The Original Software is NetBeans. The Initial Developer of the Original
  331.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  331.40   * Microsystems, Inc. All Rights Reserved.
  331.41 + *
  331.42 + * If you wish your version of this file to be governed by only the CDDL
  331.43 + * or only the GPL Version 2, indicate your decision by adding
  331.44 + * "[Contributor] elects to include this software in this distribution
  331.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  331.46 + * single choice of license, a recipient has the option to distribute
  331.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  331.48 + * to extend the choice of license to its licensees as provided above.
  331.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  331.50 + * Version 2 license, then the option applies only if the new code is
  331.51 + * made subject to such option by the copyright holder.
  331.52   */
  331.53  package org.myorg.myviewer;
  331.54  
   332.1 --- a/platform/samples/snipe/build.xml	Thu Sep 27 09:06:41 2007 +0000
   332.2 +++ b/platform/samples/snipe/build.xml	Thu Sep 27 09:20:11 2007 +0000
   332.3 @@ -1,21 +1,44 @@
   332.4  <?xml version="1.0" encoding="UTF-8"?>
   332.5  <!--
   332.6 -The contents of this file are subject to the terms of the Common Development
   332.7 -and Distribution License (the License). You may not use this file except in
   332.8 -compliance with the License.
   332.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  332.10  
  332.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  332.12 -or http://www.netbeans.org/cddl.txt.
  332.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  332.14  
  332.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  332.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  332.17 -If applicable, add the following below the CDDL Header, with the fields
  332.18 -enclosed by brackets [] replaced by your own identifying information:
  332.19 +
  332.20 +The contents of this file are subject to the terms of either the GNU
  332.21 +General Public License Version 2 only ("GPL") or the Common
  332.22 +Development and Distribution License("CDDL") (collectively, the
  332.23 +"License"). You may not use this file except in compliance with the
  332.24 +License. You can obtain a copy of the License at
  332.25 +http://www.netbeans.org/cddl-gplv2.html
  332.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  332.27 +specific language governing permissions and limitations under the
  332.28 +License.  When distributing the software, include this License Header
  332.29 +Notice in each file and include the License file at
  332.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  332.31 +particular file as subject to the "Classpath" exception as provided
  332.32 +by Sun in the GPL Version 2 section of the License file that
  332.33 +accompanied this code. If applicable, add the following below the
  332.34 +License Header, with the fields enclosed by brackets [] replaced by
  332.35 +your own identifying information:
  332.36  "Portions Copyrighted [year] [name of copyright owner]"
  332.37  
  332.38 +Contributor(s):
  332.39 +
  332.40  The Original Software is NetBeans. The Initial Developer of the Original
  332.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  332.42  Microsystems, Inc. All Rights Reserved.
  332.43 +
  332.44 +If you wish your version of this file to be governed by only the CDDL
  332.45 +or only the GPL Version 2, indicate your decision by adding
  332.46 +"[Contributor] elects to include this software in this distribution
  332.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  332.48 +single choice of license, a recipient has the option to distribute
  332.49 +your version of this file under either the CDDL, the GPL Version 2 or
  332.50 +to extend the choice of license to its licensees as provided above.
  332.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  332.52 +Version 2 license, then the option applies only if the new code is
  332.53 +made subject to such option by the copyright holder.
  332.54  -->
  332.55  <project basedir="." default="netbeans" name="platform/samples/snipe">
  332.56      <import file="../../../nbbuild/templates/projectized.xml"/>
   333.1 --- a/platform/samples/snipe/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   333.2 +++ b/platform/samples/snipe/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   333.3 @@ -1,16 +1,38 @@
   333.4 -# The contents of this file are subject to the terms of the Common Development
   333.5 -# and Distribution License (the License). You may not use this file except in
   333.6 -# compliance with the License.
   333.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   333.8  #
   333.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  333.10 -# or http://www.netbeans.org/cddl.txt.
  333.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  333.12  #
  333.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  333.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  333.15 -# If applicable, add the following below the CDDL Header, with the fields
  333.16 -# enclosed by brackets [] replaced by your own identifying information:
  333.17 +# The contents of this file are subject to the terms of either the GNU
  333.18 +# General Public License Version 2 only ("GPL") or the Common
  333.19 +# Development and Distribution License("CDDL") (collectively, the
  333.20 +# "License"). You may not use this file except in compliance with the
  333.21 +# License. You can obtain a copy of the License at
  333.22 +# http://www.netbeans.org/cddl-gplv2.html
  333.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  333.24 +# specific language governing permissions and limitations under the
  333.25 +# License.  When distributing the software, include this License Header
  333.26 +# Notice in each file and include the License file at
  333.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  333.28 +# particular file as subject to the "Classpath" exception as provided
  333.29 +# by Sun in the GPL Version 2 section of the License file that
  333.30 +# accompanied this code. If applicable, add the following below the
  333.31 +# License Header, with the fields enclosed by brackets [] replaced by
  333.32 +# your own identifying information:
  333.33  # "Portions Copyrighted [year] [name of copyright owner]"
  333.34  #
  333.35 +# Contributor(s):
  333.36 +#
  333.37  # The Original Software is NetBeans. The Initial Developer of the Original
  333.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  333.39  # Microsystems, Inc. All Rights Reserved.
  333.40 +#
  333.41 +# If you wish your version of this file to be governed by only the CDDL
  333.42 +# or only the GPL Version 2, indicate your decision by adding
  333.43 +# "[Contributor] elects to include this software in this distribution
  333.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  333.45 +# single choice of license, a recipient has the option to distribute
  333.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  333.47 +# to extend the choice of license to its licensees as provided above.
  333.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  333.49 +# Version 2 license, then the option applies only if the new code is
  333.50 +# made subject to such option by the copyright holder.
   334.1 --- a/platform/samples/snipe/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   334.2 +++ b/platform/samples/snipe/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   334.3 @@ -1,21 +1,44 @@
   334.4  <?xml version="1.0" encoding="UTF-8"?>
   334.5  <!--
   334.6 -The contents of this file are subject to the terms of the Common Development
   334.7 -and Distribution License (the License). You may not use this file except in
   334.8 -compliance with the License.
   334.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  334.10  
  334.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  334.12 -or http://www.netbeans.org/cddl.txt.
  334.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  334.14  
  334.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  334.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  334.17 -If applicable, add the following below the CDDL Header, with the fields
  334.18 -enclosed by brackets [] replaced by your own identifying information:
  334.19 +
  334.20 +The contents of this file are subject to the terms of either the GNU
  334.21 +General Public License Version 2 only ("GPL") or the Common
  334.22 +Development and Distribution License("CDDL") (collectively, the
  334.23 +"License"). You may not use this file except in compliance with the
  334.24 +License. You can obtain a copy of the License at
  334.25 +http://www.netbeans.org/cddl-gplv2.html
  334.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  334.27 +specific language governing permissions and limitations under the
  334.28 +License.  When distributing the software, include this License Header
  334.29 +Notice in each file and include the License file at
  334.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  334.31 +particular file as subject to the "Classpath" exception as provided
  334.32 +by Sun in the GPL Version 2 section of the License file that
  334.33 +accompanied this code. If applicable, add the following below the
  334.34 +License Header, with the fields enclosed by brackets [] replaced by
  334.35 +your own identifying information:
  334.36  "Portions Copyrighted [year] [name of copyright owner]"
  334.37  
  334.38 +Contributor(s):
  334.39 +
  334.40  The Original Software is NetBeans. The Initial Developer of the Original
  334.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  334.42  Microsystems, Inc. All Rights Reserved.
  334.43 +
  334.44 +If you wish your version of this file to be governed by only the CDDL
  334.45 +or only the GPL Version 2, indicate your decision by adding
  334.46 +"[Contributor] elects to include this software in this distribution
  334.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  334.48 +single choice of license, a recipient has the option to distribute
  334.49 +your version of this file under either the CDDL, the GPL Version 2 or
  334.50 +to extend the choice of license to its licensees as provided above.
  334.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  334.52 +Version 2 license, then the option applies only if the new code is
  334.53 +made subject to such option by the copyright holder.
  334.54  -->
  334.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  334.56      <type>org.netbeans.modules.apisupport.project</type>
   335.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoader.java	Thu Sep 27 09:06:41 2007 +0000
   335.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoader.java	Thu Sep 27 09:20:11 2007 +0000
   335.3 @@ -1,20 +1,43 @@
   335.4  /*
   335.5 -The contents of this file are subject to the terms of the Common Development
   335.6 -and Distribution License (the License). You may not use this file except in
   335.7 -compliance with the License.
   335.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   335.9  
  335.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  335.11 -or http://www.netbeans.org/cddl.txt.
  335.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  335.13  
  335.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  335.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  335.16 -If applicable, add the following below the CDDL Header, with the fields
  335.17 -enclosed by brackets [] replaced by your own identifying information:
  335.18 +
  335.19 +The contents of this file are subject to the terms of either the GNU
  335.20 +General Public License Version 2 only ("GPL") or the Common
  335.21 +Development and Distribution License("CDDL") (collectively, the
  335.22 +"License"). You may not use this file except in compliance with the
  335.23 +License. You can obtain a copy of the License at
  335.24 +http://www.netbeans.org/cddl-gplv2.html
  335.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  335.26 +specific language governing permissions and limitations under the
  335.27 +License.  When distributing the software, include this License Header
  335.28 +Notice in each file and include the License file at
  335.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  335.30 +particular file as subject to the "Classpath" exception as provided
  335.31 +by Sun in the GPL Version 2 section of the License file that
  335.32 +accompanied this code. If applicable, add the following below the
  335.33 +License Header, with the fields enclosed by brackets [] replaced by
  335.34 +your own identifying information:
  335.35  "Portions Copyrighted [year] [name of copyright owner]"
  335.36  
  335.37 +Contributor(s):
  335.38 +
  335.39  The Original Software is NetBeans. The Initial Developer of the Original
  335.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  335.41  Microsystems, Inc. All Rights Reserved.
  335.42 +
  335.43 +If you wish your version of this file to be governed by only the CDDL
  335.44 +or only the GPL Version 2, indicate your decision by adding
  335.45 +"[Contributor] elects to include this software in this distribution
  335.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  335.47 +single choice of license, a recipient has the option to distribute
  335.48 +your version of this file under either the CDDL, the GPL Version 2 or
  335.49 +to extend the choice of license to its licensees as provided above.
  335.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  335.51 +Version 2 license, then the option applies only if the new code is
  335.52 +made subject to such option by the copyright holder.
  335.53  */
  335.54  package org.netbeans.modules.snipe;
  335.55  
   336.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoaderBeanInfo.java	Thu Sep 27 09:06:41 2007 +0000
   336.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataLoaderBeanInfo.java	Thu Sep 27 09:20:11 2007 +0000
   336.3 @@ -1,20 +1,43 @@
   336.4  /*
   336.5 -The contents of this file are subject to the terms of the Common Development
   336.6 -and Distribution License (the License). You may not use this file except in
   336.7 -compliance with the License.
   336.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   336.9  
  336.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  336.11 -or http://www.netbeans.org/cddl.txt.
  336.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  336.13  
  336.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  336.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  336.16 -If applicable, add the following below the CDDL Header, with the fields
  336.17 -enclosed by brackets [] replaced by your own identifying information:
  336.18 +
  336.19 +The contents of this file are subject to the terms of either the GNU
  336.20 +General Public License Version 2 only ("GPL") or the Common
  336.21 +Development and Distribution License("CDDL") (collectively, the
  336.22 +"License"). You may not use this file except in compliance with the
  336.23 +License. You can obtain a copy of the License at
  336.24 +http://www.netbeans.org/cddl-gplv2.html
  336.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  336.26 +specific language governing permissions and limitations under the
  336.27 +License.  When distributing the software, include this License Header
  336.28 +Notice in each file and include the License file at
  336.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  336.30 +particular file as subject to the "Classpath" exception as provided
  336.31 +by Sun in the GPL Version 2 section of the License file that
  336.32 +accompanied this code. If applicable, add the following below the
  336.33 +License Header, with the fields enclosed by brackets [] replaced by
  336.34 +your own identifying information:
  336.35  "Portions Copyrighted [year] [name of copyright owner]"
  336.36  
  336.37 +Contributor(s):
  336.38 +
  336.39  The Original Software is NetBeans. The Initial Developer of the Original
  336.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  336.41  Microsystems, Inc. All Rights Reserved.
  336.42 +
  336.43 +If you wish your version of this file to be governed by only the CDDL
  336.44 +or only the GPL Version 2, indicate your decision by adding
  336.45 +"[Contributor] elects to include this software in this distribution
  336.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  336.47 +single choice of license, a recipient has the option to distribute
  336.48 +your version of this file under either the CDDL, the GPL Version 2 or
  336.49 +to extend the choice of license to its licensees as provided above.
  336.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  336.51 +Version 2 license, then the option applies only if the new code is
  336.52 +made subject to such option by the copyright holder.
  336.53  */
  336.54  package org.netbeans.modules.snipe;
  336.55  
   337.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataObject.java	Thu Sep 27 09:06:41 2007 +0000
   337.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeDataObject.java	Thu Sep 27 09:20:11 2007 +0000
   337.3 @@ -1,20 +1,43 @@
   337.4  /*
   337.5 -The contents of this file are subject to the terms of the Common Development
   337.6 -and Distribution License (the License). You may not use this file except in
   337.7 -compliance with the License.
   337.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   337.9  
  337.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  337.11 -or http://www.netbeans.org/cddl.txt.
  337.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  337.13  
  337.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  337.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  337.16 -If applicable, add the following below the CDDL Header, with the fields
  337.17 -enclosed by brackets [] replaced by your own identifying information:
  337.18 +
  337.19 +The contents of this file are subject to the terms of either the GNU
  337.20 +General Public License Version 2 only ("GPL") or the Common
  337.21 +Development and Distribution License("CDDL") (collectively, the
  337.22 +"License"). You may not use this file except in compliance with the
  337.23 +License. You can obtain a copy of the License at
  337.24 +http://www.netbeans.org/cddl-gplv2.html
  337.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  337.26 +specific language governing permissions and limitations under the
  337.27 +License.  When distributing the software, include this License Header
  337.28 +Notice in each file and include the License file at
  337.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  337.30 +particular file as subject to the "Classpath" exception as provided
  337.31 +by Sun in the GPL Version 2 section of the License file that
  337.32 +accompanied this code. If applicable, add the following below the
  337.33 +License Header, with the fields enclosed by brackets [] replaced by
  337.34 +your own identifying information:
  337.35  "Portions Copyrighted [year] [name of copyright owner]"
  337.36  
  337.37 +Contributor(s):
  337.38 +
  337.39  The Original Software is NetBeans. The Initial Developer of the Original
  337.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  337.41  Microsystems, Inc. All Rights Reserved.
  337.42 +
  337.43 +If you wish your version of this file to be governed by only the CDDL
  337.44 +or only the GPL Version 2, indicate your decision by adding
  337.45 +"[Contributor] elects to include this software in this distribution
  337.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  337.47 +single choice of license, a recipient has the option to distribute
  337.48 +your version of this file under either the CDDL, the GPL Version 2 or
  337.49 +to extend the choice of license to its licensees as provided above.
  337.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  337.51 +Version 2 license, then the option applies only if the new code is
  337.52 +made subject to such option by the copyright holder.
  337.53  */
  337.54  package org.netbeans.modules.snipe;
  337.55  
   338.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeEditor.java	Thu Sep 27 09:06:41 2007 +0000
   338.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeEditor.java	Thu Sep 27 09:20:11 2007 +0000
   338.3 @@ -1,20 +1,43 @@
   338.4  /*
   338.5 -The contents of this file are subject to the terms of the Common Development
   338.6 -and Distribution License (the License). You may not use this file except in
   338.7 -compliance with the License.
   338.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   338.9  
  338.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  338.11 -or http://www.netbeans.org/cddl.txt.
  338.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  338.13  
  338.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  338.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  338.16 -If applicable, add the following below the CDDL Header, with the fields
  338.17 -enclosed by brackets [] replaced by your own identifying information:
  338.18 +
  338.19 +The contents of this file are subject to the terms of either the GNU
  338.20 +General Public License Version 2 only ("GPL") or the Common
  338.21 +Development and Distribution License("CDDL") (collectively, the
  338.22 +"License"). You may not use this file except in compliance with the
  338.23 +License. You can obtain a copy of the License at
  338.24 +http://www.netbeans.org/cddl-gplv2.html
  338.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  338.26 +specific language governing permissions and limitations under the
  338.27 +License.  When distributing the software, include this License Header
  338.28 +Notice in each file and include the License file at
  338.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  338.30 +particular file as subject to the "Classpath" exception as provided
  338.31 +by Sun in the GPL Version 2 section of the License file that
  338.32 +accompanied this code. If applicable, add the following below the
  338.33 +License Header, with the fields enclosed by brackets [] replaced by
  338.34 +your own identifying information:
  338.35  "Portions Copyrighted [year] [name of copyright owner]"
  338.36  
  338.37 +Contributor(s):
  338.38 +
  338.39  The Original Software is NetBeans. The Initial Developer of the Original
  338.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  338.41  Microsystems, Inc. All Rights Reserved.
  338.42 +
  338.43 +If you wish your version of this file to be governed by only the CDDL
  338.44 +or only the GPL Version 2, indicate your decision by adding
  338.45 +"[Contributor] elects to include this software in this distribution
  338.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  338.47 +single choice of license, a recipient has the option to distribute
  338.48 +your version of this file under either the CDDL, the GPL Version 2 or
  338.49 +to extend the choice of license to its licensees as provided above.
  338.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  338.51 +Version 2 license, then the option applies only if the new code is
  338.52 +made subject to such option by the copyright holder.
  338.53  */
  338.54  package org.netbeans.modules.snipe;
  338.55  
   339.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeNode.java	Thu Sep 27 09:06:41 2007 +0000
   339.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeNode.java	Thu Sep 27 09:20:11 2007 +0000
   339.3 @@ -1,20 +1,43 @@
   339.4  /*
   339.5 -The contents of this file are subject to the terms of the Common Development
   339.6 -and Distribution License (the License). You may not use this file except in
   339.7 -compliance with the License.
   339.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   339.9  
  339.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  339.11 -or http://www.netbeans.org/cddl.txt.
  339.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  339.13  
  339.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  339.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  339.16 -If applicable, add the following below the CDDL Header, with the fields
  339.17 -enclosed by brackets [] replaced by your own identifying information:
  339.18 +
  339.19 +The contents of this file are subject to the terms of either the GNU
  339.20 +General Public License Version 2 only ("GPL") or the Common
  339.21 +Development and Distribution License("CDDL") (collectively, the
  339.22 +"License"). You may not use this file except in compliance with the
  339.23 +License. You can obtain a copy of the License at
  339.24 +http://www.netbeans.org/cddl-gplv2.html
  339.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  339.26 +specific language governing permissions and limitations under the
  339.27 +License.  When distributing the software, include this License Header
  339.28 +Notice in each file and include the License file at
  339.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  339.30 +particular file as subject to the "Classpath" exception as provided
  339.31 +by Sun in the GPL Version 2 section of the License file that
  339.32 +accompanied this code. If applicable, add the following below the
  339.33 +License Header, with the fields enclosed by brackets [] replaced by
  339.34 +your own identifying information:
  339.35  "Portions Copyrighted [year] [name of copyright owner]"
  339.36  
  339.37 +Contributor(s):
  339.38 +
  339.39  The Original Software is NetBeans. The Initial Developer of the Original
  339.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  339.41  Microsystems, Inc. All Rights Reserved.
  339.42 +
  339.43 +If you wish your version of this file to be governed by only the CDDL
  339.44 +or only the GPL Version 2, indicate your decision by adding
  339.45 +"[Contributor] elects to include this software in this distribution
  339.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  339.47 +single choice of license, a recipient has the option to distribute
  339.48 +your version of this file under either the CDDL, the GPL Version 2 or
  339.49 +to extend the choice of license to its licensees as provided above.
  339.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  339.51 +Version 2 license, then the option applies only if the new code is
  339.52 +made subject to such option by the copyright holder.
  339.53  */
  339.54  package org.netbeans.modules.snipe;
  339.55  
   340.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeOpenSupport.java	Thu Sep 27 09:06:41 2007 +0000
   340.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeOpenSupport.java	Thu Sep 27 09:20:11 2007 +0000
   340.3 @@ -1,20 +1,43 @@
   340.4  /*
   340.5 -The contents of this file are subject to the terms of the Common Development
   340.6 -and Distribution License (the License). You may not use this file except in
   340.7 -compliance with the License.
   340.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   340.9  
  340.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  340.11 -or http://www.netbeans.org/cddl.txt.
  340.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  340.13  
  340.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  340.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  340.16 -If applicable, add the following below the CDDL Header, with the fields
  340.17 -enclosed by brackets [] replaced by your own identifying information:
  340.18 +
  340.19 +The contents of this file are subject to the terms of either the GNU
  340.20 +General Public License Version 2 only ("GPL") or the Common
  340.21 +Development and Distribution License("CDDL") (collectively, the
  340.22 +"License"). You may not use this file except in compliance with the
  340.23 +License. You can obtain a copy of the License at
  340.24 +http://www.netbeans.org/cddl-gplv2.html
  340.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  340.26 +specific language governing permissions and limitations under the
  340.27 +License.  When distributing the software, include this License Header
  340.28 +Notice in each file and include the License file at
  340.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  340.30 +particular file as subject to the "Classpath" exception as provided
  340.31 +by Sun in the GPL Version 2 section of the License file that
  340.32 +accompanied this code. If applicable, add the following below the
  340.33 +License Header, with the fields enclosed by brackets [] replaced by
  340.34 +your own identifying information:
  340.35  "Portions Copyrighted [year] [name of copyright owner]"
  340.36  
  340.37 +Contributor(s):
  340.38 +
  340.39  The Original Software is NetBeans. The Initial Developer of the Original
  340.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  340.41  Microsystems, Inc. All Rights Reserved.
  340.42 +
  340.43 +If you wish your version of this file to be governed by only the CDDL
  340.44 +or only the GPL Version 2, indicate your decision by adding
  340.45 +"[Contributor] elects to include this software in this distribution
  340.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  340.47 +single choice of license, a recipient has the option to distribute
  340.48 +your version of this file under either the CDDL, the GPL Version 2 or
  340.49 +to extend the choice of license to its licensees as provided above.
  340.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  340.51 +Version 2 license, then the option applies only if the new code is
  340.52 +made subject to such option by the copyright holder.
  340.53  */
  340.54  package org.netbeans.modules.snipe;
  340.55  
   341.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeSaveCookie.java	Thu Sep 27 09:06:41 2007 +0000
   341.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeSaveCookie.java	Thu Sep 27 09:20:11 2007 +0000
   341.3 @@ -1,20 +1,43 @@
   341.4  /*
   341.5 -The contents of this file are subject to the terms of the Common Development
   341.6 -and Distribution License (the License). You may not use this file except in
   341.7 -compliance with the License.
   341.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   341.9  
  341.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  341.11 -or http://www.netbeans.org/cddl.txt.
  341.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  341.13  
  341.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  341.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  341.16 -If applicable, add the following below the CDDL Header, with the fields
  341.17 -enclosed by brackets [] replaced by your own identifying information:
  341.18 +
  341.19 +The contents of this file are subject to the terms of either the GNU
  341.20 +General Public License Version 2 only ("GPL") or the Common
  341.21 +Development and Distribution License("CDDL") (collectively, the
  341.22 +"License"). You may not use this file except in compliance with the
  341.23 +License. You can obtain a copy of the License at
  341.24 +http://www.netbeans.org/cddl-gplv2.html
  341.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  341.26 +specific language governing permissions and limitations under the
  341.27 +License.  When distributing the software, include this License Header
  341.28 +Notice in each file and include the License file at
  341.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  341.30 +particular file as subject to the "Classpath" exception as provided
  341.31 +by Sun in the GPL Version 2 section of the License file that
  341.32 +accompanied this code. If applicable, add the following below the
  341.33 +License Header, with the fields enclosed by brackets [] replaced by
  341.34 +your own identifying information:
  341.35  "Portions Copyrighted [year] [name of copyright owner]"
  341.36  
  341.37 +Contributor(s):
  341.38 +
  341.39  The Original Software is NetBeans. The Initial Developer of the Original
  341.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  341.41  Microsystems, Inc. All Rights Reserved.
  341.42 +
  341.43 +If you wish your version of this file to be governed by only the CDDL
  341.44 +or only the GPL Version 2, indicate your decision by adding
  341.45 +"[Contributor] elects to include this software in this distribution
  341.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  341.47 +single choice of license, a recipient has the option to distribute
  341.48 +your version of this file under either the CDDL, the GPL Version 2 or
  341.49 +to extend the choice of license to its licensees as provided above.
  341.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  341.51 +Version 2 license, then the option applies only if the new code is
  341.52 +made subject to such option by the copyright holder.
  341.53  */
  341.54  package org.netbeans.modules.snipe;
  341.55  
   342.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeTopComponent.java	Thu Sep 27 09:06:41 2007 +0000
   342.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/SnipeTopComponent.java	Thu Sep 27 09:20:11 2007 +0000
   342.3 @@ -1,20 +1,43 @@
   342.4  /*
   342.5 -The contents of this file are subject to the terms of the Common Development
   342.6 -and Distribution License (the License). You may not use this file except in
   342.7 -compliance with the License.
   342.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   342.9  
  342.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  342.11 -or http://www.netbeans.org/cddl.txt.
  342.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  342.13  
  342.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  342.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  342.16 -If applicable, add the following below the CDDL Header, with the fields
  342.17 -enclosed by brackets [] replaced by your own identifying information:
  342.18 +
  342.19 +The contents of this file are subject to the terms of either the GNU
  342.20 +General Public License Version 2 only ("GPL") or the Common
  342.21 +Development and Distribution License("CDDL") (collectively, the
  342.22 +"License"). You may not use this file except in compliance with the
  342.23 +License. You can obtain a copy of the License at
  342.24 +http://www.netbeans.org/cddl-gplv2.html
  342.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  342.26 +specific language governing permissions and limitations under the
  342.27 +License.  When distributing the software, include this License Header
  342.28 +Notice in each file and include the License file at
  342.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  342.30 +particular file as subject to the "Classpath" exception as provided
  342.31 +by Sun in the GPL Version 2 section of the License file that
  342.32 +accompanied this code. If applicable, add the following below the
  342.33 +License Header, with the fields enclosed by brackets [] replaced by
  342.34 +your own identifying information:
  342.35  "Portions Copyrighted [year] [name of copyright owner]"
  342.36  
  342.37 +Contributor(s):
  342.38 +
  342.39  The Original Software is NetBeans. The Initial Developer of the Original
  342.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  342.41  Microsystems, Inc. All Rights Reserved.
  342.42 +
  342.43 +If you wish your version of this file to be governed by only the CDDL
  342.44 +or only the GPL Version 2, indicate your decision by adding
  342.45 +"[Contributor] elects to include this software in this distribution
  342.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  342.47 +single choice of license, a recipient has the option to distribute
  342.48 +your version of this file under either the CDDL, the GPL Version 2 or
  342.49 +to extend the choice of license to its licensees as provided above.
  342.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  342.51 +Version 2 license, then the option applies only if the new code is
  342.52 +made subject to such option by the copyright holder.
  342.53  */
  342.54  package org.netbeans.modules.snipe;
  342.55  
   343.1 --- a/platform/samples/snipe/src/org/netbeans/modules/snipe/resources/layer.xml	Thu Sep 27 09:06:41 2007 +0000
   343.2 +++ b/platform/samples/snipe/src/org/netbeans/modules/snipe/resources/layer.xml	Thu Sep 27 09:20:11 2007 +0000
   343.3 @@ -1,21 +1,44 @@
   343.4  <?xml version="1.0" encoding="UTF-8"?>
   343.5  <!--
   343.6 -The contents of this file are subject to the terms of the Common Development
   343.7 -and Distribution License (the License). You may not use this file except in
   343.8 -compliance with the License.
   343.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  343.10  
  343.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  343.12 -or http://www.netbeans.org/cddl.txt.
  343.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  343.14  
  343.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  343.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  343.17 -If applicable, add the following below the CDDL Header, with the fields
  343.18 -enclosed by brackets [] replaced by your own identifying information:
  343.19 +
  343.20 +The contents of this file are subject to the terms of either the GNU
  343.21 +General Public License Version 2 only ("GPL") or the Common
  343.22 +Development and Distribution License("CDDL") (collectively, the
  343.23 +"License"). You may not use this file except in compliance with the
  343.24 +License. You can obtain a copy of the License at
  343.25 +http://www.netbeans.org/cddl-gplv2.html
  343.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  343.27 +specific language governing permissions and limitations under the
  343.28 +License.  When distributing the software, include this License Header
  343.29 +Notice in each file and include the License file at
  343.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  343.31 +particular file as subject to the "Classpath" exception as provided
  343.32 +by Sun in the GPL Version 2 section of the License file that
  343.33 +accompanied this code. If applicable, add the following below the
  343.34 +License Header, with the fields enclosed by brackets [] replaced by
  343.35 +your own identifying information:
  343.36  "Portions Copyrighted [year] [name of copyright owner]"
  343.37  
  343.38 +Contributor(s):
  343.39 +
  343.40  The Original Software is NetBeans. The Initial Developer of the Original
  343.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  343.42  Microsystems, Inc. All Rights Reserved.
  343.43 +
  343.44 +If you wish your version of this file to be governed by only the CDDL
  343.45 +or only the GPL Version 2, indicate your decision by adding
  343.46 +"[Contributor] elects to include this software in this distribution
  343.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  343.48 +single choice of license, a recipient has the option to distribute
  343.49 +your version of this file under either the CDDL, the GPL Version 2 or
  343.50 +to extend the choice of license to its licensees as provided above.
  343.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  343.52 +Version 2 license, then the option applies only if the new code is
  343.53 +made subject to such option by the copyright holder.
  343.54  -->
  343.55  
  343.56  <!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.0//EN' 'http://www.netbeans.org/dtds/filesystem-1_0.dtd'>
   344.1 --- a/platform/samples/window-system-basic/build.xml	Thu Sep 27 09:06:41 2007 +0000
   344.2 +++ b/platform/samples/window-system-basic/build.xml	Thu Sep 27 09:20:11 2007 +0000
   344.3 @@ -1,22 +1,45 @@
   344.4  <?xml version="1.0" encoding="UTF-8"?>
   344.5  
   344.6  <!--
   344.7 -The contents of this file are subject to the terms of the Common Development
   344.8 -and Distribution License (the License). You may not use this file except in
   344.9 -compliance with the License.
  344.10 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  344.11  
  344.12 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  344.13 -or http://www.netbeans.org/cddl.txt.
  344.14 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  344.15  
  344.16 -When distributing Covered Code, include this CDDL Header Notice in each file
  344.17 -and include the License file at http://www.netbeans.org/cddl.txt.
  344.18 -If applicable, add the following below the CDDL Header, with the fields
  344.19 -enclosed by brackets [] replaced by your own identifying information:
  344.20 +
  344.21 +The contents of this file are subject to the terms of either the GNU
  344.22 +General Public License Version 2 only ("GPL") or the Common
  344.23 +Development and Distribution License("CDDL") (collectively, the
  344.24 +"License"). You may not use this file except in compliance with the
  344.25 +License. You can obtain a copy of the License at
  344.26 +http://www.netbeans.org/cddl-gplv2.html
  344.27 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  344.28 +specific language governing permissions and limitations under the
  344.29 +License.  When distributing the software, include this License Header
  344.30 +Notice in each file and include the License file at
  344.31 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  344.32 +particular file as subject to the "Classpath" exception as provided
  344.33 +by Sun in the GPL Version 2 section of the License file that
  344.34 +accompanied this code. If applicable, add the following below the
  344.35 +License Header, with the fields enclosed by brackets [] replaced by
  344.36 +your own identifying information:
  344.37  "Portions Copyrighted [year] [name of copyright owner]"
  344.38  
  344.39 +Contributor(s):
  344.40 +
  344.41  The Original Software is NetBeans. The Initial Developer of the Original
  344.42  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  344.43  Microsystems, Inc. All Rights Reserved.
  344.44 +
  344.45 +If you wish your version of this file to be governed by only the CDDL
  344.46 +or only the GPL Version 2, indicate your decision by adding
  344.47 +"[Contributor] elects to include this software in this distribution
  344.48 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  344.49 +single choice of license, a recipient has the option to distribute
  344.50 +your version of this file under either the CDDL, the GPL Version 2 or
  344.51 +to extend the choice of license to its licensees as provided above.
  344.52 +However, if you add GPL Version 2 code and therefore, elected the GPL
  344.53 +Version 2 license, then the option applies only if the new code is
  344.54 +made subject to such option by the copyright holder.
  344.55  -->
  344.56  
  344.57  <project basedir="." default="netbeans" name="developer/samples/window-system-basic">
   345.1 --- a/platform/samples/window-system-basic/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   345.2 +++ b/platform/samples/window-system-basic/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   345.3 @@ -1,16 +1,38 @@
   345.4 -# The contents of this file are subject to the terms of the Common Development
   345.5 -# and Distribution License (the License). You may not use this file except in
   345.6 -# compliance with the License.
   345.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   345.8  #
   345.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  345.10 -# or http://www.netbeans.org/cddl.txt.
  345.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  345.12  #
  345.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  345.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  345.15 -# If applicable, add the following below the CDDL Header, with the fields
  345.16 -# enclosed by brackets [] replaced by your own identifying information:
  345.17 +# The contents of this file are subject to the terms of either the GNU
  345.18 +# General Public License Version 2 only ("GPL") or the Common
  345.19 +# Development and Distribution License("CDDL") (collectively, the
  345.20 +# "License"). You may not use this file except in compliance with the
  345.21 +# License. You can obtain a copy of the License at
  345.22 +# http://www.netbeans.org/cddl-gplv2.html
  345.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  345.24 +# specific language governing permissions and limitations under the
  345.25 +# License.  When distributing the software, include this License Header
  345.26 +# Notice in each file and include the License file at
  345.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  345.28 +# particular file as subject to the "Classpath" exception as provided
  345.29 +# by Sun in the GPL Version 2 section of the License file that
  345.30 +# accompanied this code. If applicable, add the following below the
  345.31 +# License Header, with the fields enclosed by brackets [] replaced by
  345.32 +# your own identifying information:
  345.33  # "Portions Copyrighted [year] [name of copyright owner]"
  345.34  #
  345.35 +# Contributor(s):
  345.36 +#
  345.37  # The Original Software is NetBeans. The Initial Developer of the Original
  345.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  345.39  # Microsystems, Inc. All Rights Reserved.
  345.40 +#
  345.41 +# If you wish your version of this file to be governed by only the CDDL
  345.42 +# or only the GPL Version 2, indicate your decision by adding
  345.43 +# "[Contributor] elects to include this software in this distribution
  345.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  345.45 +# single choice of license, a recipient has the option to distribute
  345.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  345.47 +# to extend the choice of license to its licensees as provided above.
  345.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  345.49 +# Version 2 license, then the option applies only if the new code is
  345.50 +# made subject to such option by the copyright holder.
   346.1 --- a/platform/samples/window-system-basic/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   346.2 +++ b/platform/samples/window-system-basic/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   346.3 @@ -1,21 +1,44 @@
   346.4  <?xml version="1.0" encoding="UTF-8"?>
   346.5  <!--
   346.6 -The contents of this file are subject to the terms of the Common Development
   346.7 -and Distribution License (the License). You may not use this file except in
   346.8 -compliance with the License.
   346.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  346.10  
  346.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  346.12 -or http://www.netbeans.org/cddl.txt.
  346.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  346.14  
  346.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  346.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  346.17 -If applicable, add the following below the CDDL Header, with the fields
  346.18 -enclosed by brackets [] replaced by your own identifying information:
  346.19 +
  346.20 +The contents of this file are subject to the terms of either the GNU
  346.21 +General Public License Version 2 only ("GPL") or the Common
  346.22 +Development and Distribution License("CDDL") (collectively, the
  346.23 +"License"). You may not use this file except in compliance with the
  346.24 +License. You can obtain a copy of the License at
  346.25 +http://www.netbeans.org/cddl-gplv2.html
  346.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  346.27 +specific language governing permissions and limitations under the
  346.28 +License.  When distributing the software, include this License Header
  346.29 +Notice in each file and include the License file at
  346.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  346.31 +particular file as subject to the "Classpath" exception as provided
  346.32 +by Sun in the GPL Version 2 section of the License file that
  346.33 +accompanied this code. If applicable, add the following below the
  346.34 +License Header, with the fields enclosed by brackets [] replaced by
  346.35 +your own identifying information:
  346.36  "Portions Copyrighted [year] [name of copyright owner]"
  346.37  
  346.38 +Contributor(s):
  346.39 +
  346.40  The Original Software is NetBeans. The Initial Developer of the Original
  346.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  346.42  Microsystems, Inc. All Rights Reserved.
  346.43 +
  346.44 +If you wish your version of this file to be governed by only the CDDL
  346.45 +or only the GPL Version 2, indicate your decision by adding
  346.46 +"[Contributor] elects to include this software in this distribution
  346.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  346.48 +single choice of license, a recipient has the option to distribute
  346.49 +your version of this file under either the CDDL, the GPL Version 2 or
  346.50 +to extend the choice of license to its licensees as provided above.
  346.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  346.52 +Version 2 license, then the option applies only if the new code is
  346.53 +made subject to such option by the copyright holder.
  346.54  -->
  346.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  346.56      <type>org.netbeans.modules.apisupport.project</type>
   347.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   347.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   347.3 @@ -1,19 +1,41 @@
   347.4 -# The contents of this file are subject to the terms of the Common Development
   347.5 -# and Distribution License (the License). You may not use this file except in
   347.6 -# compliance with the License.
   347.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   347.8  #
   347.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  347.10 -# or http://www.netbeans.org/cddl.txt.
  347.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  347.12  #
  347.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  347.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  347.15 -# If applicable, add the following below the CDDL Header, with the fields
  347.16 -# enclosed by brackets [] replaced by your own identifying information:
  347.17 +# The contents of this file are subject to the terms of either the GNU
  347.18 +# General Public License Version 2 only ("GPL") or the Common
  347.19 +# Development and Distribution License("CDDL") (collectively, the
  347.20 +# "License"). You may not use this file except in compliance with the
  347.21 +# License. You can obtain a copy of the License at
  347.22 +# http://www.netbeans.org/cddl-gplv2.html
  347.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  347.24 +# specific language governing permissions and limitations under the
  347.25 +# License.  When distributing the software, include this License Header
  347.26 +# Notice in each file and include the License file at
  347.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  347.28 +# particular file as subject to the "Classpath" exception as provided
  347.29 +# by Sun in the GPL Version 2 section of the License file that
  347.30 +# accompanied this code. If applicable, add the following below the
  347.31 +# License Header, with the fields enclosed by brackets [] replaced by
  347.32 +# your own identifying information:
  347.33  # "Portions Copyrighted [year] [name of copyright owner]"
  347.34  #
  347.35 +# Contributor(s):
  347.36 +#
  347.37  # The Original Software is NetBeans. The Initial Developer of the Original
  347.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  347.39  # Microsystems, Inc. All Rights Reserved.
  347.40 +#
  347.41 +# If you wish your version of this file to be governed by only the CDDL
  347.42 +# or only the GPL Version 2, indicate your decision by adding
  347.43 +# "[Contributor] elects to include this software in this distribution
  347.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  347.45 +# single choice of license, a recipient has the option to distribute
  347.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  347.47 +# to extend the choice of license to its licensees as provided above.
  347.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  347.49 +# Version 2 license, then the option applies only if the new code is
  347.50 +# made subject to such option by the copyright holder.
  347.51  
  347.52  LBL_Action00=Show persistent TC
  347.53  LBL_Action01=Show persistent only opened TC
   348.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction00.java	Thu Sep 27 09:06:41 2007 +0000
   348.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction00.java	Thu Sep 27 09:20:11 2007 +0000
   348.3 @@ -1,20 +1,42 @@
   348.4  /*
   348.5 - * The contents of this file are subject to the terms of the Common Development
   348.6 - * and Distribution License (the License). You may not use this file except in
   348.7 - * compliance with the License.
   348.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   348.9   *
  348.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  348.11 - * or http://www.netbeans.org/cddl.txt.
  348.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  348.13   *
  348.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  348.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  348.16 - * If applicable, add the following below the CDDL Header, with the fields
  348.17 - * enclosed by brackets [] replaced by your own identifying information:
  348.18 + * The contents of this file are subject to the terms of either the GNU
  348.19 + * General Public License Version 2 only ("GPL") or the Common
  348.20 + * Development and Distribution License("CDDL") (collectively, the
  348.21 + * "License"). You may not use this file except in compliance with the
  348.22 + * License. You can obtain a copy of the License at
  348.23 + * http://www.netbeans.org/cddl-gplv2.html
  348.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  348.25 + * specific language governing permissions and limitations under the
  348.26 + * License.  When distributing the software, include this License Header
  348.27 + * Notice in each file and include the License file at
  348.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  348.29 + * particular file as subject to the "Classpath" exception as provided
  348.30 + * by Sun in the GPL Version 2 section of the License file that
  348.31 + * accompanied this code. If applicable, add the following below the
  348.32 + * License Header, with the fields enclosed by brackets [] replaced by
  348.33 + * your own identifying information:
  348.34   * "Portions Copyrighted [year] [name of copyright owner]"
  348.35   *
  348.36 + * Contributor(s):
  348.37 + *
  348.38   * The Original Software is NetBeans. The Initial Developer of the Original
  348.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  348.40   * Microsystems, Inc. All Rights Reserved.
  348.41 + *
  348.42 + * If you wish your version of this file to be governed by only the CDDL
  348.43 + * or only the GPL Version 2, indicate your decision by adding
  348.44 + * "[Contributor] elects to include this software in this distribution
  348.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  348.46 + * single choice of license, a recipient has the option to distribute
  348.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  348.48 + * to extend the choice of license to its licensees as provided above.
  348.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  348.50 + * Version 2 license, then the option applies only if the new code is
  348.51 + * made subject to such option by the copyright holder.
  348.52   */
  348.53  
  348.54  package org.netbeans.modules.examplemodule01;
   349.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction01.java	Thu Sep 27 09:06:41 2007 +0000
   349.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction01.java	Thu Sep 27 09:20:11 2007 +0000
   349.3 @@ -1,20 +1,42 @@
   349.4  /*
   349.5 - * The contents of this file are subject to the terms of the Common Development
   349.6 - * and Distribution License (the License). You may not use this file except in
   349.7 - * compliance with the License.
   349.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   349.9   *
  349.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  349.11 - * or http://www.netbeans.org/cddl.txt.
  349.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  349.13   *
  349.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  349.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  349.16 - * If applicable, add the following below the CDDL Header, with the fields
  349.17 - * enclosed by brackets [] replaced by your own identifying information:
  349.18 + * The contents of this file are subject to the terms of either the GNU
  349.19 + * General Public License Version 2 only ("GPL") or the Common
  349.20 + * Development and Distribution License("CDDL") (collectively, the
  349.21 + * "License"). You may not use this file except in compliance with the
  349.22 + * License. You can obtain a copy of the License at
  349.23 + * http://www.netbeans.org/cddl-gplv2.html
  349.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  349.25 + * specific language governing permissions and limitations under the
  349.26 + * License.  When distributing the software, include this License Header
  349.27 + * Notice in each file and include the License file at
  349.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  349.29 + * particular file as subject to the "Classpath" exception as provided
  349.30 + * by Sun in the GPL Version 2 section of the License file that
  349.31 + * accompanied this code. If applicable, add the following below the
  349.32 + * License Header, with the fields enclosed by brackets [] replaced by
  349.33 + * your own identifying information:
  349.34   * "Portions Copyrighted [year] [name of copyright owner]"
  349.35   *
  349.36 + * Contributor(s):
  349.37 + *
  349.38   * The Original Software is NetBeans. The Initial Developer of the Original
  349.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  349.40   * Microsystems, Inc. All Rights Reserved.
  349.41 + *
  349.42 + * If you wish your version of this file to be governed by only the CDDL
  349.43 + * or only the GPL Version 2, indicate your decision by adding
  349.44 + * "[Contributor] elects to include this software in this distribution
  349.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  349.46 + * single choice of license, a recipient has the option to distribute
  349.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  349.48 + * to extend the choice of license to its licensees as provided above.
  349.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  349.50 + * Version 2 license, then the option applies only if the new code is
  349.51 + * made subject to such option by the copyright holder.
  349.52   */
  349.53  
  349.54  package org.netbeans.modules.examplemodule01;
   350.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction02.java	Thu Sep 27 09:06:41 2007 +0000
   350.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/ShowTestAction02.java	Thu Sep 27 09:20:11 2007 +0000
   350.3 @@ -1,20 +1,42 @@
   350.4  /*
   350.5 - * The contents of this file are subject to the terms of the Common Development
   350.6 - * and Distribution License (the License). You may not use this file except in
   350.7 - * compliance with the License.
   350.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   350.9   *
  350.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  350.11 - * or http://www.netbeans.org/cddl.txt.
  350.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  350.13   *
  350.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  350.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  350.16 - * If applicable, add the following below the CDDL Header, with the fields
  350.17 - * enclosed by brackets [] replaced by your own identifying information:
  350.18 + * The contents of this file are subject to the terms of either the GNU
  350.19 + * General Public License Version 2 only ("GPL") or the Common
  350.20 + * Development and Distribution License("CDDL") (collectively, the
  350.21 + * "License"). You may not use this file except in compliance with the
  350.22 + * License. You can obtain a copy of the License at
  350.23 + * http://www.netbeans.org/cddl-gplv2.html
  350.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  350.25 + * specific language governing permissions and limitations under the
  350.26 + * License.  When distributing the software, include this License Header
  350.27 + * Notice in each file and include the License file at
  350.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  350.29 + * particular file as subject to the "Classpath" exception as provided
  350.30 + * by Sun in the GPL Version 2 section of the License file that
  350.31 + * accompanied this code. If applicable, add the following below the
  350.32 + * License Header, with the fields enclosed by brackets [] replaced by
  350.33 + * your own identifying information:
  350.34   * "Portions Copyrighted [year] [name of copyright owner]"
  350.35   *
  350.36 + * Contributor(s):
  350.37 + *
  350.38   * The Original Software is NetBeans. The Initial Developer of the Original
  350.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  350.40   * Microsystems, Inc. All Rights Reserved.
  350.41 + *
  350.42 + * If you wish your version of this file to be governed by only the CDDL
  350.43 + * or only the GPL Version 2, indicate your decision by adding
  350.44 + * "[Contributor] elects to include this software in this distribution
  350.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  350.46 + * single choice of license, a recipient has the option to distribute
  350.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  350.48 + * to extend the choice of license to its licensees as provided above.
  350.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  350.50 + * Version 2 license, then the option applies only if the new code is
  350.51 + * made subject to such option by the copyright holder.
  350.52   */
  350.53  
  350.54  package org.netbeans.modules.examplemodule01;
   351.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent00.java	Thu Sep 27 09:06:41 2007 +0000
   351.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent00.java	Thu Sep 27 09:20:11 2007 +0000
   351.3 @@ -1,20 +1,42 @@
   351.4  /*
   351.5 - * The contents of this file are subject to the terms of the Common Development
   351.6 - * and Distribution License (the License). You may not use this file except in
   351.7 - * compliance with the License.
   351.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   351.9   *
  351.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  351.11 - * or http://www.netbeans.org/cddl.txt.
  351.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  351.13   *
  351.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  351.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  351.16 - * If applicable, add the following below the CDDL Header, with the fields
  351.17 - * enclosed by brackets [] replaced by your own identifying information:
  351.18 + * The contents of this file are subject to the terms of either the GNU
  351.19 + * General Public License Version 2 only ("GPL") or the Common
  351.20 + * Development and Distribution License("CDDL") (collectively, the
  351.21 + * "License"). You may not use this file except in compliance with the
  351.22 + * License. You can obtain a copy of the License at
  351.23 + * http://www.netbeans.org/cddl-gplv2.html
  351.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  351.25 + * specific language governing permissions and limitations under the
  351.26 + * License.  When distributing the software, include this License Header
  351.27 + * Notice in each file and include the License file at
  351.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  351.29 + * particular file as subject to the "Classpath" exception as provided
  351.30 + * by Sun in the GPL Version 2 section of the License file that
  351.31 + * accompanied this code. If applicable, add the following below the
  351.32 + * License Header, with the fields enclosed by brackets [] replaced by
  351.33 + * your own identifying information:
  351.34   * "Portions Copyrighted [year] [name of copyright owner]"
  351.35   *
  351.36 + * Contributor(s):
  351.37 + *
  351.38   * The Original Software is NetBeans. The Initial Developer of the Original
  351.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  351.40   * Microsystems, Inc. All Rights Reserved.
  351.41 + *
  351.42 + * If you wish your version of this file to be governed by only the CDDL
  351.43 + * or only the GPL Version 2, indicate your decision by adding
  351.44 + * "[Contributor] elects to include this software in this distribution
  351.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  351.46 + * single choice of license, a recipient has the option to distribute
  351.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  351.48 + * to extend the choice of license to its licensees as provided above.
  351.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  351.50 + * Version 2 license, then the option applies only if the new code is
  351.51 + * made subject to such option by the copyright holder.
  351.52   */
  351.53  
  351.54  package org.netbeans.modules.examplemodule01;
   352.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent01.java	Thu Sep 27 09:06:41 2007 +0000
   352.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent01.java	Thu Sep 27 09:20:11 2007 +0000
   352.3 @@ -1,20 +1,42 @@
   352.4  /*
   352.5 - * The contents of this file are subject to the terms of the Common Development
   352.6 - * and Distribution License (the License). You may not use this file except in
   352.7 - * compliance with the License.
   352.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   352.9   *
  352.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  352.11 - * or http://www.netbeans.org/cddl.txt.
  352.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  352.13   *
  352.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  352.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  352.16 - * If applicable, add the following below the CDDL Header, with the fields
  352.17 - * enclosed by brackets [] replaced by your own identifying information:
  352.18 + * The contents of this file are subject to the terms of either the GNU
  352.19 + * General Public License Version 2 only ("GPL") or the Common
  352.20 + * Development and Distribution License("CDDL") (collectively, the
  352.21 + * "License"). You may not use this file except in compliance with the
  352.22 + * License. You can obtain a copy of the License at
  352.23 + * http://www.netbeans.org/cddl-gplv2.html
  352.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  352.25 + * specific language governing permissions and limitations under the
  352.26 + * License.  When distributing the software, include this License Header
  352.27 + * Notice in each file and include the License file at
  352.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  352.29 + * particular file as subject to the "Classpath" exception as provided
  352.30 + * by Sun in the GPL Version 2 section of the License file that
  352.31 + * accompanied this code. If applicable, add the following below the
  352.32 + * License Header, with the fields enclosed by brackets [] replaced by
  352.33 + * your own identifying information:
  352.34   * "Portions Copyrighted [year] [name of copyright owner]"
  352.35   *
  352.36 + * Contributor(s):
  352.37 + *
  352.38   * The Original Software is NetBeans. The Initial Developer of the Original
  352.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  352.40   * Microsystems, Inc. All Rights Reserved.
  352.41 + *
  352.42 + * If you wish your version of this file to be governed by only the CDDL
  352.43 + * or only the GPL Version 2, indicate your decision by adding
  352.44 + * "[Contributor] elects to include this software in this distribution
  352.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  352.46 + * single choice of license, a recipient has the option to distribute
  352.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  352.48 + * to extend the choice of license to its licensees as provided above.
  352.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  352.50 + * Version 2 license, then the option applies only if the new code is
  352.51 + * made subject to such option by the copyright holder.
  352.52   */
  352.53  
  352.54  package org.netbeans.modules.examplemodule01;
   353.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent02.java	Thu Sep 27 09:06:41 2007 +0000
   353.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestComponent02.java	Thu Sep 27 09:20:11 2007 +0000
   353.3 @@ -1,20 +1,42 @@
   353.4  /*
   353.5 - * The contents of this file are subject to the terms of the Common Development
   353.6 - * and Distribution License (the License). You may not use this file except in
   353.7 - * compliance with the License.
   353.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   353.9   *
  353.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  353.11 - * or http://www.netbeans.org/cddl.txt.
  353.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  353.13   *
  353.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  353.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  353.16 - * If applicable, add the following below the CDDL Header, with the fields
  353.17 - * enclosed by brackets [] replaced by your own identifying information:
  353.18 + * The contents of this file are subject to the terms of either the GNU
  353.19 + * General Public License Version 2 only ("GPL") or the Common
  353.20 + * Development and Distribution License("CDDL") (collectively, the
  353.21 + * "License"). You may not use this file except in compliance with the
  353.22 + * License. You can obtain a copy of the License at
  353.23 + * http://www.netbeans.org/cddl-gplv2.html
  353.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  353.25 + * specific language governing permissions and limitations under the
  353.26 + * License.  When distributing the software, include this License Header
  353.27 + * Notice in each file and include the License file at
  353.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  353.29 + * particular file as subject to the "Classpath" exception as provided
  353.30 + * by Sun in the GPL Version 2 section of the License file that
  353.31 + * accompanied this code. If applicable, add the following below the
  353.32 + * License Header, with the fields enclosed by brackets [] replaced by
  353.33 + * your own identifying information:
  353.34   * "Portions Copyrighted [year] [name of copyright owner]"
  353.35   *
  353.36 + * Contributor(s):
  353.37 + *
  353.38   * The Original Software is NetBeans. The Initial Developer of the Original
  353.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  353.40   * Microsystems, Inc. All Rights Reserved.
  353.41 + *
  353.42 + * If you wish your version of this file to be governed by only the CDDL
  353.43 + * or only the GPL Version 2, indicate your decision by adding
  353.44 + * "[Contributor] elects to include this software in this distribution
  353.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  353.46 + * single choice of license, a recipient has the option to distribute
  353.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  353.48 + * to extend the choice of license to its licensees as provided above.
  353.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  353.50 + * Version 2 license, then the option applies only if the new code is
  353.51 + * made subject to such option by the copyright holder.
  353.52   */
  353.53  
  353.54  package org.netbeans.modules.examplemodule01;
   354.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestInstall.java	Thu Sep 27 09:06:41 2007 +0000
   354.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/TestInstall.java	Thu Sep 27 09:20:11 2007 +0000
   354.3 @@ -1,20 +1,42 @@
   354.4  /*
   354.5 - * The contents of this file are subject to the terms of the Common Development
   354.6 - * and Distribution License (the License). You may not use this file except in
   354.7 - * compliance with the License.
   354.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   354.9   *
  354.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  354.11 - * or http://www.netbeans.org/cddl.txt.
  354.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  354.13   *
  354.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  354.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  354.16 - * If applicable, add the following below the CDDL Header, with the fields
  354.17 - * enclosed by brackets [] replaced by your own identifying information:
  354.18 + * The contents of this file are subject to the terms of either the GNU
  354.19 + * General Public License Version 2 only ("GPL") or the Common
  354.20 + * Development and Distribution License("CDDL") (collectively, the
  354.21 + * "License"). You may not use this file except in compliance with the
  354.22 + * License. You can obtain a copy of the License at
  354.23 + * http://www.netbeans.org/cddl-gplv2.html
  354.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  354.25 + * specific language governing permissions and limitations under the
  354.26 + * License.  When distributing the software, include this License Header
  354.27 + * Notice in each file and include the License file at
  354.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  354.29 + * particular file as subject to the "Classpath" exception as provided
  354.30 + * by Sun in the GPL Version 2 section of the License file that
  354.31 + * accompanied this code. If applicable, add the following below the
  354.32 + * License Header, with the fields enclosed by brackets [] replaced by
  354.33 + * your own identifying information:
  354.34   * "Portions Copyrighted [year] [name of copyright owner]"
  354.35   *
  354.36 + * Contributor(s):
  354.37 + *
  354.38   * The Original Software is NetBeans. The Initial Developer of the Original
  354.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  354.40   * Microsystems, Inc. All Rights Reserved.
  354.41 + *
  354.42 + * If you wish your version of this file to be governed by only the CDDL
  354.43 + * or only the GPL Version 2, indicate your decision by adding
  354.44 + * "[Contributor] elects to include this software in this distribution
  354.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  354.46 + * single choice of license, a recipient has the option to distribute
  354.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  354.48 + * to extend the choice of license to its licensees as provided above.
  354.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  354.50 + * Version 2 license, then the option applies only if the new code is
  354.51 + * made subject to such option by the copyright holder.
  354.52   */
  354.53  
  354.54  package org.netbeans.modules.examplemodule01;
   355.1 --- a/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/mf-layer.xml	Thu Sep 27 09:06:41 2007 +0000
   355.2 +++ b/platform/samples/window-system-basic/src/org/netbeans/modules/examplemodule01/mf-layer.xml	Thu Sep 27 09:20:11 2007 +0000
   355.3 @@ -1,21 +1,44 @@
   355.4  <?xml version="1.0" encoding="UTF-8"?>
   355.5  <!--
   355.6 -The contents of this file are subject to the terms of the Common Development
   355.7 -and Distribution License (the License). You may not use this file except in
   355.8 -compliance with the License.
   355.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  355.10  
  355.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  355.12 -or http://www.netbeans.org/cddl.txt.
  355.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  355.14  
  355.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  355.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  355.17 -If applicable, add the following below the CDDL Header, with the fields
  355.18 -enclosed by brackets [] replaced by your own identifying information:
  355.19 +
  355.20 +The contents of this file are subject to the terms of either the GNU
  355.21 +General Public License Version 2 only ("GPL") or the Common
  355.22 +Development and Distribution License("CDDL") (collectively, the
  355.23 +"License"). You may not use this file except in compliance with the
  355.24 +License. You can obtain a copy of the License at
  355.25 +http://www.netbeans.org/cddl-gplv2.html
  355.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  355.27 +specific language governing permissions and limitations under the
  355.28 +License.  When distributing the software, include this License Header
  355.29 +Notice in each file and include the License file at
  355.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  355.31 +particular file as subject to the "Classpath" exception as provided
  355.32 +by Sun in the GPL Version 2 section of the License file that
  355.33 +accompanied this code. If applicable, add the following below the
  355.34 +License Header, with the fields enclosed by brackets [] replaced by
  355.35 +your own identifying information:
  355.36  "Portions Copyrighted [year] [name of copyright owner]"
  355.37  
  355.38 +Contributor(s):
  355.39 +
  355.40  The Original Software is NetBeans. The Initial Developer of the Original
  355.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  355.42  Microsystems, Inc. All Rights Reserved.
  355.43 +
  355.44 +If you wish your version of this file to be governed by only the CDDL
  355.45 +or only the GPL Version 2, indicate your decision by adding
  355.46 +"[Contributor] elects to include this software in this distribution
  355.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  355.48 +single choice of license, a recipient has the option to distribute
  355.49 +your version of this file under either the CDDL, the GPL Version 2 or
  355.50 +to extend the choice of license to its licensees as provided above.
  355.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  355.52 +Version 2 license, then the option applies only if the new code is
  355.53 +made subject to such option by the copyright holder.
  355.54  -->
  355.55  
  355.56  <!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.1//EN' 'http://www.netbeans.org/dtds/filesystem-1_1.dtd'>
   356.1 --- a/platform/samples/window-system-groups/build.xml	Thu Sep 27 09:06:41 2007 +0000
   356.2 +++ b/platform/samples/window-system-groups/build.xml	Thu Sep 27 09:20:11 2007 +0000
   356.3 @@ -1,22 +1,45 @@
   356.4  <?xml version="1.0" encoding="UTF-8"?>
   356.5  
   356.6  <!--
   356.7 -The contents of this file are subject to the terms of the Common Development
   356.8 -and Distribution License (the License). You may not use this file except in
   356.9 -compliance with the License.
  356.10 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  356.11  
  356.12 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  356.13 -or http://www.netbeans.org/cddl.txt.
  356.14 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  356.15  
  356.16 -When distributing Covered Code, include this CDDL Header Notice in each file
  356.17 -and include the License file at http://www.netbeans.org/cddl.txt.
  356.18 -If applicable, add the following below the CDDL Header, with the fields
  356.19 -enclosed by brackets [] replaced by your own identifying information:
  356.20 +
  356.21 +The contents of this file are subject to the terms of either the GNU
  356.22 +General Public License Version 2 only ("GPL") or the Common
  356.23 +Development and Distribution License("CDDL") (collectively, the
  356.24 +"License"). You may not use this file except in compliance with the
  356.25 +License. You can obtain a copy of the License at
  356.26 +http://www.netbeans.org/cddl-gplv2.html
  356.27 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  356.28 +specific language governing permissions and limitations under the
  356.29 +License.  When distributing the software, include this License Header
  356.30 +Notice in each file and include the License file at
  356.31 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  356.32 +particular file as subject to the "Classpath" exception as provided
  356.33 +by Sun in the GPL Version 2 section of the License file that
  356.34 +accompanied this code. If applicable, add the following below the
  356.35 +License Header, with the fields enclosed by brackets [] replaced by
  356.36 +your own identifying information:
  356.37  "Portions Copyrighted [year] [name of copyright owner]"
  356.38  
  356.39 +Contributor(s):
  356.40 +
  356.41  The Original Software is NetBeans. The Initial Developer of the Original
  356.42  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  356.43  Microsystems, Inc. All Rights Reserved.
  356.44 +
  356.45 +If you wish your version of this file to be governed by only the CDDL
  356.46 +or only the GPL Version 2, indicate your decision by adding
  356.47 +"[Contributor] elects to include this software in this distribution
  356.48 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  356.49 +single choice of license, a recipient has the option to distribute
  356.50 +your version of this file under either the CDDL, the GPL Version 2 or
  356.51 +to extend the choice of license to its licensees as provided above.
  356.52 +However, if you add GPL Version 2 code and therefore, elected the GPL
  356.53 +Version 2 license, then the option applies only if the new code is
  356.54 +made subject to such option by the copyright holder.
  356.55  -->
  356.56  
  356.57  <project basedir="." default="netbeans" name="developer/samples/window-system-groups">
   357.1 --- a/platform/samples/window-system-groups/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   357.2 +++ b/platform/samples/window-system-groups/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   357.3 @@ -1,16 +1,38 @@
   357.4 -# The contents of this file are subject to the terms of the Common Development
   357.5 -# and Distribution License (the License). You may not use this file except in
   357.6 -# compliance with the License.
   357.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   357.8  #
   357.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  357.10 -# or http://www.netbeans.org/cddl.txt.
  357.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  357.12  #
  357.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  357.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  357.15 -# If applicable, add the following below the CDDL Header, with the fields
  357.16 -# enclosed by brackets [] replaced by your own identifying information:
  357.17 +# The contents of this file are subject to the terms of either the GNU
  357.18 +# General Public License Version 2 only ("GPL") or the Common
  357.19 +# Development and Distribution License("CDDL") (collectively, the
  357.20 +# "License"). You may not use this file except in compliance with the
  357.21 +# License. You can obtain a copy of the License at
  357.22 +# http://www.netbeans.org/cddl-gplv2.html
  357.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  357.24 +# specific language governing permissions and limitations under the
  357.25 +# License.  When distributing the software, include this License Header
  357.26 +# Notice in each file and include the License file at
  357.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  357.28 +# particular file as subject to the "Classpath" exception as provided
  357.29 +# by Sun in the GPL Version 2 section of the License file that
  357.30 +# accompanied this code. If applicable, add the following below the
  357.31 +# License Header, with the fields enclosed by brackets [] replaced by
  357.32 +# your own identifying information:
  357.33  # "Portions Copyrighted [year] [name of copyright owner]"
  357.34  #
  357.35 +# Contributor(s):
  357.36 +#
  357.37  # The Original Software is NetBeans. The Initial Developer of the Original
  357.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  357.39  # Microsystems, Inc. All Rights Reserved.
  357.40 +#
  357.41 +# If you wish your version of this file to be governed by only the CDDL
  357.42 +# or only the GPL Version 2, indicate your decision by adding
  357.43 +# "[Contributor] elects to include this software in this distribution
  357.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  357.45 +# single choice of license, a recipient has the option to distribute
  357.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  357.47 +# to extend the choice of license to its licensees as provided above.
  357.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  357.49 +# Version 2 license, then the option applies only if the new code is
  357.50 +# made subject to such option by the copyright holder.
   358.1 --- a/platform/samples/window-system-groups/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   358.2 +++ b/platform/samples/window-system-groups/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   358.3 @@ -1,21 +1,44 @@
   358.4  <?xml version="1.0" encoding="UTF-8"?>
   358.5  <!--
   358.6 -The contents of this file are subject to the terms of the Common Development
   358.7 -and Distribution License (the License). You may not use this file except in
   358.8 -compliance with the License.
   358.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  358.10  
  358.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  358.12 -or http://www.netbeans.org/cddl.txt.
  358.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  358.14  
  358.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  358.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  358.17 -If applicable, add the following below the CDDL Header, with the fields
  358.18 -enclosed by brackets [] replaced by your own identifying information:
  358.19 +
  358.20 +The contents of this file are subject to the terms of either the GNU
  358.21 +General Public License Version 2 only ("GPL") or the Common
  358.22 +Development and Distribution License("CDDL") (collectively, the
  358.23 +"License"). You may not use this file except in compliance with the
  358.24 +License. You can obtain a copy of the License at
  358.25 +http://www.netbeans.org/cddl-gplv2.html
  358.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  358.27 +specific language governing permissions and limitations under the
  358.28 +License.  When distributing the software, include this License Header
  358.29 +Notice in each file and include the License file at
  358.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  358.31 +particular file as subject to the "Classpath" exception as provided
  358.32 +by Sun in the GPL Version 2 section of the License file that
  358.33 +accompanied this code. If applicable, add the following below the
  358.34 +License Header, with the fields enclosed by brackets [] replaced by
  358.35 +your own identifying information:
  358.36  "Portions Copyrighted [year] [name of copyright owner]"
  358.37  
  358.38 +Contributor(s):
  358.39 +
  358.40  The Original Software is NetBeans. The Initial Developer of the Original
  358.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  358.42  Microsystems, Inc. All Rights Reserved.
  358.43 +
  358.44 +If you wish your version of this file to be governed by only the CDDL
  358.45 +or only the GPL Version 2, indicate your decision by adding
  358.46 +"[Contributor] elects to include this software in this distribution
  358.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  358.48 +single choice of license, a recipient has the option to distribute
  358.49 +your version of this file under either the CDDL, the GPL Version 2 or
  358.50 +to extend the choice of license to its licensees as provided above.
  358.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  358.52 +Version 2 license, then the option applies only if the new code is
  358.53 +made subject to such option by the copyright holder.
  358.54  -->
  358.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  358.56      <type>org.netbeans.modules.apisupport.project</type>
   359.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   359.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   359.3 @@ -1,19 +1,41 @@
   359.4 -# The contents of this file are subject to the terms of the Common Development
   359.5 -# and Distribution License (the License). You may not use this file except in
   359.6 -# compliance with the License.
   359.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   359.8  #
   359.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  359.10 -# or http://www.netbeans.org/cddl.txt.
  359.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  359.12  #
  359.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  359.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  359.15 -# If applicable, add the following below the CDDL Header, with the fields
  359.16 -# enclosed by brackets [] replaced by your own identifying information:
  359.17 +# The contents of this file are subject to the terms of either the GNU
  359.18 +# General Public License Version 2 only ("GPL") or the Common
  359.19 +# Development and Distribution License("CDDL") (collectively, the
  359.20 +# "License"). You may not use this file except in compliance with the
  359.21 +# License. You can obtain a copy of the License at
  359.22 +# http://www.netbeans.org/cddl-gplv2.html
  359.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  359.24 +# specific language governing permissions and limitations under the
  359.25 +# License.  When distributing the software, include this License Header
  359.26 +# Notice in each file and include the License file at
  359.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  359.28 +# particular file as subject to the "Classpath" exception as provided
  359.29 +# by Sun in the GPL Version 2 section of the License file that
  359.30 +# accompanied this code. If applicable, add the following below the
  359.31 +# License Header, with the fields enclosed by brackets [] replaced by
  359.32 +# your own identifying information:
  359.33  # "Portions Copyrighted [year] [name of copyright owner]"
  359.34  #
  359.35 +# Contributor(s):
  359.36 +#
  359.37  # The Original Software is NetBeans. The Initial Developer of the Original
  359.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  359.39  # Microsystems, Inc. All Rights Reserved.
  359.40 +#
  359.41 +# If you wish your version of this file to be governed by only the CDDL
  359.42 +# or only the GPL Version 2, indicate your decision by adding
  359.43 +# "[Contributor] elects to include this software in this distribution
  359.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  359.45 +# single choice of license, a recipient has the option to distribute
  359.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  359.47 +# to extend the choice of license to its licensees as provided above.
  359.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  359.49 +# Version 2 license, then the option applies only if the new code is
  359.50 +# made subject to such option by the copyright holder.
  359.51  
  359.52  LBL_ActionShow=Show test group
  359.53  LBL_ActionHide=Hide test group
   360.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/HideGroupAction.java	Thu Sep 27 09:06:41 2007 +0000
   360.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/HideGroupAction.java	Thu Sep 27 09:20:11 2007 +0000
   360.3 @@ -1,20 +1,42 @@
   360.4  /*
   360.5 - * The contents of this file are subject to the terms of the Common Development
   360.6 - * and Distribution License (the License). You may not use this file except in
   360.7 - * compliance with the License.
   360.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   360.9   *
  360.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  360.11 - * or http://www.netbeans.org/cddl.txt.
  360.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  360.13   *
  360.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  360.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  360.16 - * If applicable, add the following below the CDDL Header, with the fields
  360.17 - * enclosed by brackets [] replaced by your own identifying information:
  360.18 + * The contents of this file are subject to the terms of either the GNU
  360.19 + * General Public License Version 2 only ("GPL") or the Common
  360.20 + * Development and Distribution License("CDDL") (collectively, the
  360.21 + * "License"). You may not use this file except in compliance with the
  360.22 + * License. You can obtain a copy of the License at
  360.23 + * http://www.netbeans.org/cddl-gplv2.html
  360.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  360.25 + * specific language governing permissions and limitations under the
  360.26 + * License.  When distributing the software, include this License Header
  360.27 + * Notice in each file and include the License file at
  360.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  360.29 + * particular file as subject to the "Classpath" exception as provided
  360.30 + * by Sun in the GPL Version 2 section of the License file that
  360.31 + * accompanied this code. If applicable, add the following below the
  360.32 + * License Header, with the fields enclosed by brackets [] replaced by
  360.33 + * your own identifying information:
  360.34   * "Portions Copyrighted [year] [name of copyright owner]"
  360.35   *
  360.36 + * Contributor(s):
  360.37 + *
  360.38   * The Original Software is NetBeans. The Initial Developer of the Original
  360.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  360.40   * Microsystems, Inc. All Rights Reserved.
  360.41 + *
  360.42 + * If you wish your version of this file to be governed by only the CDDL
  360.43 + * or only the GPL Version 2, indicate your decision by adding
  360.44 + * "[Contributor] elects to include this software in this distribution
  360.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  360.46 + * single choice of license, a recipient has the option to distribute
  360.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  360.48 + * to extend the choice of license to its licensees as provided above.
  360.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  360.50 + * Version 2 license, then the option applies only if the new code is
  360.51 + * made subject to such option by the copyright holder.
  360.52   */
  360.53  
  360.54  package org.netbeans.modules.examplemodule03;
   361.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/ShowGroupAction.java	Thu Sep 27 09:06:41 2007 +0000
   361.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/ShowGroupAction.java	Thu Sep 27 09:20:11 2007 +0000
   361.3 @@ -1,20 +1,42 @@
   361.4  /*
   361.5 - * The contents of this file are subject to the terms of the Common Development
   361.6 - * and Distribution License (the License). You may not use this file except in
   361.7 - * compliance with the License.
   361.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   361.9   *
  361.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  361.11 - * or http://www.netbeans.org/cddl.txt.
  361.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  361.13   *
  361.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  361.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  361.16 - * If applicable, add the following below the CDDL Header, with the fields
  361.17 - * enclosed by brackets [] replaced by your own identifying information:
  361.18 + * The contents of this file are subject to the terms of either the GNU
  361.19 + * General Public License Version 2 only ("GPL") or the Common
  361.20 + * Development and Distribution License("CDDL") (collectively, the
  361.21 + * "License"). You may not use this file except in compliance with the
  361.22 + * License. You can obtain a copy of the License at
  361.23 + * http://www.netbeans.org/cddl-gplv2.html
  361.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  361.25 + * specific language governing permissions and limitations under the
  361.26 + * License.  When distributing the software, include this License Header
  361.27 + * Notice in each file and include the License file at
  361.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  361.29 + * particular file as subject to the "Classpath" exception as provided
  361.30 + * by Sun in the GPL Version 2 section of the License file that
  361.31 + * accompanied this code. If applicable, add the following below the
  361.32 + * License Header, with the fields enclosed by brackets [] replaced by
  361.33 + * your own identifying information:
  361.34   * "Portions Copyrighted [year] [name of copyright owner]"
  361.35   *
  361.36 + * Contributor(s):
  361.37 + *
  361.38   * The Original Software is NetBeans. The Initial Developer of the Original
  361.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  361.40   * Microsystems, Inc. All Rights Reserved.
  361.41 + *
  361.42 + * If you wish your version of this file to be governed by only the CDDL
  361.43 + * or only the GPL Version 2, indicate your decision by adding
  361.44 + * "[Contributor] elects to include this software in this distribution
  361.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  361.46 + * single choice of license, a recipient has the option to distribute
  361.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  361.48 + * to extend the choice of license to its licensees as provided above.
  361.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  361.50 + * Version 2 license, then the option applies only if the new code is
  361.51 + * made subject to such option by the copyright holder.
  361.52   */
  361.53  
  361.54  package org.netbeans.modules.examplemodule03;
   362.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestComponent00.java	Thu Sep 27 09:06:41 2007 +0000
   362.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestComponent00.java	Thu Sep 27 09:20:11 2007 +0000
   362.3 @@ -1,20 +1,42 @@
   362.4  /*
   362.5 - * The contents of this file are subject to the terms of the Common Development
   362.6 - * and Distribution License (the License). You may not use this file except in
   362.7 - * compliance with the License.
   362.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   362.9   *
  362.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  362.11 - * or http://www.netbeans.org/cddl.txt.
  362.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  362.13   *
  362.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  362.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  362.16 - * If applicable, add the following below the CDDL Header, with the fields
  362.17 - * enclosed by brackets [] replaced by your own identifying information:
  362.18 + * The contents of this file are subject to the terms of either the GNU
  362.19 + * General Public License Version 2 only ("GPL") or the Common
  362.20 + * Development and Distribution License("CDDL") (collectively, the
  362.21 + * "License"). You may not use this file except in compliance with the
  362.22 + * License. You can obtain a copy of the License at
  362.23 + * http://www.netbeans.org/cddl-gplv2.html
  362.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  362.25 + * specific language governing permissions and limitations under the
  362.26 + * License.  When distributing the software, include this License Header
  362.27 + * Notice in each file and include the License file at
  362.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  362.29 + * particular file as subject to the "Classpath" exception as provided
  362.30 + * by Sun in the GPL Version 2 section of the License file that
  362.31 + * accompanied this code. If applicable, add the following below the
  362.32 + * License Header, with the fields enclosed by brackets [] replaced by
  362.33 + * your own identifying information:
  362.34   * "Portions Copyrighted [year] [name of copyright owner]"
  362.35   *
  362.36 + * Contributor(s):
  362.37 + *
  362.38   * The Original Software is NetBeans. The Initial Developer of the Original
  362.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  362.40   * Microsystems, Inc. All Rights Reserved.
  362.41 + *
  362.42 + * If you wish your version of this file to be governed by only the CDDL
  362.43 + * or only the GPL Version 2, indicate your decision by adding
  362.44 + * "[Contributor] elects to include this software in this distribution
  362.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  362.46 + * single choice of license, a recipient has the option to distribute
  362.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  362.48 + * to extend the choice of license to its licensees as provided above.
  362.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  362.50 + * Version 2 license, then the option applies only if the new code is
  362.51 + * made subject to such option by the copyright holder.
  362.52   */
  362.53  
  362.54  package org.netbeans.modules.examplemodule03;
   363.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestInstall.java	Thu Sep 27 09:06:41 2007 +0000
   363.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/TestInstall.java	Thu Sep 27 09:20:11 2007 +0000
   363.3 @@ -1,20 +1,42 @@
   363.4  /*
   363.5 - * The contents of this file are subject to the terms of the Common Development
   363.6 - * and Distribution License (the License). You may not use this file except in
   363.7 - * compliance with the License.
   363.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   363.9   *
  363.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  363.11 - * or http://www.netbeans.org/cddl.txt.
  363.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  363.13   *
  363.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  363.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  363.16 - * If applicable, add the following below the CDDL Header, with the fields
  363.17 - * enclosed by brackets [] replaced by your own identifying information:
  363.18 + * The contents of this file are subject to the terms of either the GNU
  363.19 + * General Public License Version 2 only ("GPL") or the Common
  363.20 + * Development and Distribution License("CDDL") (collectively, the
  363.21 + * "License"). You may not use this file except in compliance with the
  363.22 + * License. You can obtain a copy of the License at
  363.23 + * http://www.netbeans.org/cddl-gplv2.html
  363.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  363.25 + * specific language governing permissions and limitations under the
  363.26 + * License.  When distributing the software, include this License Header
  363.27 + * Notice in each file and include the License file at
  363.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  363.29 + * particular file as subject to the "Classpath" exception as provided
  363.30 + * by Sun in the GPL Version 2 section of the License file that
  363.31 + * accompanied this code. If applicable, add the following below the
  363.32 + * License Header, with the fields enclosed by brackets [] replaced by
  363.33 + * your own identifying information:
  363.34   * "Portions Copyrighted [year] [name of copyright owner]"
  363.35   *
  363.36 + * Contributor(s):
  363.37 + *
  363.38   * The Original Software is NetBeans. The Initial Developer of the Original
  363.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  363.40   * Microsystems, Inc. All Rights Reserved.
  363.41 + *
  363.42 + * If you wish your version of this file to be governed by only the CDDL
  363.43 + * or only the GPL Version 2, indicate your decision by adding
  363.44 + * "[Contributor] elects to include this software in this distribution
  363.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  363.46 + * single choice of license, a recipient has the option to distribute
  363.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  363.48 + * to extend the choice of license to its licensees as provided above.
  363.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  363.50 + * Version 2 license, then the option applies only if the new code is
  363.51 + * made subject to such option by the copyright holder.
  363.52   */
  363.53  
  363.54  package org.netbeans.modules.examplemodule03;
   364.1 --- a/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/mf-layer.xml	Thu Sep 27 09:06:41 2007 +0000
   364.2 +++ b/platform/samples/window-system-groups/src/org/netbeans/modules/examplemodule03/mf-layer.xml	Thu Sep 27 09:20:11 2007 +0000
   364.3 @@ -1,21 +1,44 @@
   364.4  <?xml version="1.0" encoding="UTF-8"?>
   364.5  <!--
   364.6 -The contents of this file are subject to the terms of the Common Development
   364.7 -and Distribution License (the License). You may not use this file except in
   364.8 -compliance with the License.
   364.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  364.10  
  364.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  364.12 -or http://www.netbeans.org/cddl.txt.
  364.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  364.14  
  364.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  364.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  364.17 -If applicable, add the following below the CDDL Header, with the fields
  364.18 -enclosed by brackets [] replaced by your own identifying information:
  364.19 +
  364.20 +The contents of this file are subject to the terms of either the GNU
  364.21 +General Public License Version 2 only ("GPL") or the Common
  364.22 +Development and Distribution License("CDDL") (collectively, the
  364.23 +"License"). You may not use this file except in compliance with the
  364.24 +License. You can obtain a copy of the License at
  364.25 +http://www.netbeans.org/cddl-gplv2.html
  364.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  364.27 +specific language governing permissions and limitations under the
  364.28 +License.  When distributing the software, include this License Header
  364.29 +Notice in each file and include the License file at
  364.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  364.31 +particular file as subject to the "Classpath" exception as provided
  364.32 +by Sun in the GPL Version 2 section of the License file that
  364.33 +accompanied this code. If applicable, add the following below the
  364.34 +License Header, with the fields enclosed by brackets [] replaced by
  364.35 +your own identifying information:
  364.36  "Portions Copyrighted [year] [name of copyright owner]"
  364.37  
  364.38 +Contributor(s):
  364.39 +
  364.40  The Original Software is NetBeans. The Initial Developer of the Original
  364.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  364.42  Microsystems, Inc. All Rights Reserved.
  364.43 +
  364.44 +If you wish your version of this file to be governed by only the CDDL
  364.45 +or only the GPL Version 2, indicate your decision by adding
  364.46 +"[Contributor] elects to include this software in this distribution
  364.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  364.48 +single choice of license, a recipient has the option to distribute
  364.49 +your version of this file under either the CDDL, the GPL Version 2 or
  364.50 +to extend the choice of license to its licensees as provided above.
  364.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  364.52 +Version 2 license, then the option applies only if the new code is
  364.53 +made subject to such option by the copyright holder.
  364.54  -->
  364.55  
  364.56  <!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.1//EN' 'http://www.netbeans.org/dtds/filesystem-1_1.dtd'>
   365.1 --- a/platform/samples/window-system-modes/build.xml	Thu Sep 27 09:06:41 2007 +0000
   365.2 +++ b/platform/samples/window-system-modes/build.xml	Thu Sep 27 09:20:11 2007 +0000
   365.3 @@ -1,22 +1,45 @@
   365.4  <?xml version="1.0" encoding="UTF-8"?>
   365.5  
   365.6  <!--
   365.7 -The contents of this file are subject to the terms of the Common Development
   365.8 -and Distribution License (the License). You may not use this file except in
   365.9 -compliance with the License.
  365.10 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  365.11  
  365.12 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  365.13 -or http://www.netbeans.org/cddl.txt.
  365.14 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  365.15  
  365.16 -When distributing Covered Code, include this CDDL Header Notice in each file
  365.17 -and include the License file at http://www.netbeans.org/cddl.txt.
  365.18 -If applicable, add the following below the CDDL Header, with the fields
  365.19 -enclosed by brackets [] replaced by your own identifying information:
  365.20 +
  365.21 +The contents of this file are subject to the terms of either the GNU
  365.22 +General Public License Version 2 only ("GPL") or the Common
  365.23 +Development and Distribution License("CDDL") (collectively, the
  365.24 +"License"). You may not use this file except in compliance with the
  365.25 +License. You can obtain a copy of the License at
  365.26 +http://www.netbeans.org/cddl-gplv2.html
  365.27 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  365.28 +specific language governing permissions and limitations under the
  365.29 +License.  When distributing the software, include this License Header
  365.30 +Notice in each file and include the License file at
  365.31 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  365.32 +particular file as subject to the "Classpath" exception as provided
  365.33 +by Sun in the GPL Version 2 section of the License file that
  365.34 +accompanied this code. If applicable, add the following below the
  365.35 +License Header, with the fields enclosed by brackets [] replaced by
  365.36 +your own identifying information:
  365.37  "Portions Copyrighted [year] [name of copyright owner]"
  365.38  
  365.39 +Contributor(s):
  365.40 +
  365.41  The Original Software is NetBeans. The Initial Developer of the Original
  365.42  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  365.43  Microsystems, Inc. All Rights Reserved.
  365.44 +
  365.45 +If you wish your version of this file to be governed by only the CDDL
  365.46 +or only the GPL Version 2, indicate your decision by adding
  365.47 +"[Contributor] elects to include this software in this distribution
  365.48 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  365.49 +single choice of license, a recipient has the option to distribute
  365.50 +your version of this file under either the CDDL, the GPL Version 2 or
  365.51 +to extend the choice of license to its licensees as provided above.
  365.52 +However, if you add GPL Version 2 code and therefore, elected the GPL
  365.53 +Version 2 license, then the option applies only if the new code is
  365.54 +made subject to such option by the copyright holder.
  365.55  -->
  365.56  
  365.57  <project basedir="." default="netbeans" name="developer/samples/window-system-modes">
   366.1 --- a/platform/samples/window-system-modes/nbproject/project.properties	Thu Sep 27 09:06:41 2007 +0000
   366.2 +++ b/platform/samples/window-system-modes/nbproject/project.properties	Thu Sep 27 09:20:11 2007 +0000
   366.3 @@ -1,16 +1,38 @@
   366.4 -# The contents of this file are subject to the terms of the Common Development
   366.5 -# and Distribution License (the License). You may not use this file except in
   366.6 -# compliance with the License.
   366.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   366.8  #
   366.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  366.10 -# or http://www.netbeans.org/cddl.txt.
  366.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  366.12  #
  366.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  366.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  366.15 -# If applicable, add the following below the CDDL Header, with the fields
  366.16 -# enclosed by brackets [] replaced by your own identifying information:
  366.17 +# The contents of this file are subject to the terms of either the GNU
  366.18 +# General Public License Version 2 only ("GPL") or the Common
  366.19 +# Development and Distribution License("CDDL") (collectively, the
  366.20 +# "License"). You may not use this file except in compliance with the
  366.21 +# License. You can obtain a copy of the License at
  366.22 +# http://www.netbeans.org/cddl-gplv2.html
  366.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  366.24 +# specific language governing permissions and limitations under the
  366.25 +# License.  When distributing the software, include this License Header
  366.26 +# Notice in each file and include the License file at
  366.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  366.28 +# particular file as subject to the "Classpath" exception as provided
  366.29 +# by Sun in the GPL Version 2 section of the License file that
  366.30 +# accompanied this code. If applicable, add the following below the
  366.31 +# License Header, with the fields enclosed by brackets [] replaced by
  366.32 +# your own identifying information:
  366.33  # "Portions Copyrighted [year] [name of copyright owner]"
  366.34  #
  366.35 +# Contributor(s):
  366.36 +#
  366.37  # The Original Software is NetBeans. The Initial Developer of the Original
  366.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  366.39  # Microsystems, Inc. All Rights Reserved.
  366.40 +#
  366.41 +# If you wish your version of this file to be governed by only the CDDL
  366.42 +# or only the GPL Version 2, indicate your decision by adding
  366.43 +# "[Contributor] elects to include this software in this distribution
  366.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  366.45 +# single choice of license, a recipient has the option to distribute
  366.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  366.47 +# to extend the choice of license to its licensees as provided above.
  366.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  366.49 +# Version 2 license, then the option applies only if the new code is
  366.50 +# made subject to such option by the copyright holder.
   367.1 --- a/platform/samples/window-system-modes/nbproject/project.xml	Thu Sep 27 09:06:41 2007 +0000
   367.2 +++ b/platform/samples/window-system-modes/nbproject/project.xml	Thu Sep 27 09:20:11 2007 +0000
   367.3 @@ -1,21 +1,44 @@
   367.4  <?xml version="1.0" encoding="UTF-8"?>
   367.5  <!--
   367.6 -The contents of this file are subject to the terms of the Common Development
   367.7 -and Distribution License (the License). You may not use this file except in
   367.8 -compliance with the License.
   367.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  367.10  
  367.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  367.12 -or http://www.netbeans.org/cddl.txt.
  367.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  367.14  
  367.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  367.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  367.17 -If applicable, add the following below the CDDL Header, with the fields
  367.18 -enclosed by brackets [] replaced by your own identifying information:
  367.19 +
  367.20 +The contents of this file are subject to the terms of either the GNU
  367.21 +General Public License Version 2 only ("GPL") or the Common
  367.22 +Development and Distribution License("CDDL") (collectively, the
  367.23 +"License"). You may not use this file except in compliance with the
  367.24 +License. You can obtain a copy of the License at
  367.25 +http://www.netbeans.org/cddl-gplv2.html
  367.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  367.27 +specific language governing permissions and limitations under the
  367.28 +License.  When distributing the software, include this License Header
  367.29 +Notice in each file and include the License file at
  367.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  367.31 +particular file as subject to the "Classpath" exception as provided
  367.32 +by Sun in the GPL Version 2 section of the License file that
  367.33 +accompanied this code. If applicable, add the following below the
  367.34 +License Header, with the fields enclosed by brackets [] replaced by
  367.35 +your own identifying information:
  367.36  "Portions Copyrighted [year] [name of copyright owner]"
  367.37  
  367.38 +Contributor(s):
  367.39 +
  367.40  The Original Software is NetBeans. The Initial Developer of the Original
  367.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  367.42  Microsystems, Inc. All Rights Reserved.
  367.43 +
  367.44 +If you wish your version of this file to be governed by only the CDDL
  367.45 +or only the GPL Version 2, indicate your decision by adding
  367.46 +"[Contributor] elects to include this software in this distribution
  367.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  367.48 +single choice of license, a recipient has the option to distribute
  367.49 +your version of this file under either the CDDL, the GPL Version 2 or
  367.50 +to extend the choice of license to its licensees as provided above.
  367.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  367.52 +Version 2 license, then the option applies only if the new code is
  367.53 +made subject to such option by the copyright holder.
  367.54  -->
  367.55  <project xmlns="http://www.netbeans.org/ns/project/1">
  367.56      <type>org.netbeans.modules.apisupport.project</type>
   368.1 --- a/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/Bundle.properties	Thu Sep 27 09:06:41 2007 +0000
   368.2 +++ b/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/Bundle.properties	Thu Sep 27 09:20:11 2007 +0000
   368.3 @@ -1,19 +1,41 @@
   368.4 -# The contents of this file are subject to the terms of the Common Development
   368.5 -# and Distribution License (the License). You may not use this file except in
   368.6 -# compliance with the License.
   368.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   368.8  #
   368.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  368.10 -# or http://www.netbeans.org/cddl.txt.
  368.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  368.12  #
  368.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  368.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  368.15 -# If applicable, add the following below the CDDL Header, with the fields
  368.16 -# enclosed by brackets [] replaced by your own identifying information:
  368.17 +# The contents of this file are subject to the terms of either the GNU
  368.18 +# General Public License Version 2 only ("GPL") or the Common
  368.19 +# Development and Distribution License("CDDL") (collectively, the
  368.20 +# "License"). You may not use this file except in compliance with the
  368.21 +# License. You can obtain a copy of the License at
  368.22 +# http://www.netbeans.org/cddl-gplv2.html
  368.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  368.24 +# specific language governing permissions and limitations under the
  368.25 +# License.  When distributing the software, include this License Header
  368.26 +# Notice in each file and include the License file at
  368.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  368.28 +# particular file as subject to the "Classpath" exception as provided
  368.29 +# by Sun in the GPL Version 2 section of the License file that
  368.30 +# accompanied this code. If applicable, add the following below the
  368.31 +# License Header, with the fields enclosed by brackets [] replaced by
  368.32 +# your own identifying information:
  368.33  # "Portions Copyrighted [year] [name of copyright owner]"
  368.34  #
  368.35 +# Contributor(s):
  368.36 +#
  368.37  # The Original Software is NetBeans. The Initial Developer of the Original
  368.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  368.39  # Microsystems, Inc. All Rights Reserved.
  368.40 +#
  368.41 +# If you wish your version of this file to be governed by only the CDDL
  368.42 +# or only the GPL Version 2, indicate your decision by adding
  368.43 +# "[Contributor] elects to include this software in this distribution
  368.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  368.45 +# single choice of license, a recipient has the option to distribute
  368.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  368.47 +# to extend the choice of license to its licensees as provided above.
  368.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  368.49 +# Version 2 license, then the option applies only if the new code is
  368.50 +# made subject to such option by the copyright holder.
  368.51  
  368.52  LBL_Action00=Show TC in new mode
  368.53  
   369.1 --- a/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/ShowTestAction00.java	Thu Sep 27 09:06:41 2007 +0000
   369.2 +++ b/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/ShowTestAction00.java	Thu Sep 27 09:20:11 2007 +0000
   369.3 @@ -1,20 +1,42 @@
   369.4  /*
   369.5 - * The contents of this file are subject to the terms of the Common Development
   369.6 - * and Distribution License (the License). You may not use this file except in
   369.7 - * compliance with the License.
   369.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   369.9   *
  369.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  369.11 - * or http://www.netbeans.org/cddl.txt.
  369.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  369.13   *
  369.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  369.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  369.16 - * If applicable, add the following below the CDDL Header, with the fields
  369.17 - * enclosed by brackets [] replaced by your own identifying information:
  369.18 + * The contents of this file are subject to the terms of either the GNU
  369.19 + * General Public License Version 2 only ("GPL") or the Common
  369.20 + * Development and Distribution License("CDDL") (collectively, the
  369.21 + * "License"). You may not use this file except in compliance with the
  369.22 + * License. You can obtain a copy of the License at
  369.23 + * http://www.netbeans.org/cddl-gplv2.html
  369.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  369.25 + * specific language governing permissions and limitations under the
  369.26 + * License.  When distributing the software, include this License Header
  369.27 + * Notice in each file and include the License file at
  369.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  369.29 + * particular file as subject to the "Classpath" exception as provided
  369.30 + * by Sun in the GPL Version 2 section of the License file that
  369.31 + * accompanied this code. If applicable, add the following below the
  369.32 + * License Header, with the fields enclosed by brackets [] replaced by
  369.33 + * your own identifying information:
  369.34   * "Portions Copyrighted [year] [name of copyright owner]"
  369.35   *
  369.36 + * Contributor(s):
  369.37 + *
  369.38   * The Original Software is NetBeans. The Initial Developer of the Original
  369.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  369.40   * Microsystems, Inc. All Rights Reserved.
  369.41 + *
  369.42 + * If you wish your version of this file to be governed by only the CDDL
  369.43 + * or only the GPL Version 2, indicate your decision by adding
  369.44 + * "[Contributor] elects to include this software in this distribution
  369.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  369.46 + * single choice of license, a recipient has the option to distribute
  369.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  369.48 + * to extend the choice of license to its licensees as provided above.
  369.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  369.50 + * Version 2 license, then the option applies only if the new code is
  369.51 + * made subject to such option by the copyright holder.
  369.52   */
  369.53  
  369.54  package org.netbeans.modules.examplemodule02;
   370.1 --- a/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestComponent00.java	Thu Sep 27 09:06:41 2007 +0000
   370.2 +++ b/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestComponent00.java	Thu Sep 27 09:20:11 2007 +0000
   370.3 @@ -1,20 +1,42 @@
   370.4  /*
   370.5 - * The contents of this file are subject to the terms of the Common Development
   370.6 - * and Distribution License (the License). You may not use this file except in
   370.7 - * compliance with the License.
   370.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   370.9   *
  370.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  370.11 - * or http://www.netbeans.org/cddl.txt.
  370.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  370.13   *
  370.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  370.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  370.16 - * If applicable, add the following below the CDDL Header, with the fields
  370.17 - * enclosed by brackets [] replaced by your own identifying information:
  370.18 + * The contents of this file are subject to the terms of either the GNU
  370.19 + * General Public License Version 2 only ("GPL") or the Common
  370.20 + * Development and Distribution License("CDDL") (collectively, the
  370.21 + * "License"). You may not use this file except in compliance with the
  370.22 + * License. You can obtain a copy of the License at
  370.23 + * http://www.netbeans.org/cddl-gplv2.html
  370.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  370.25 + * specific language governing permissions and limitations under the
  370.26 + * License.  When distributing the software, include this License Header
  370.27 + * Notice in each file and include the License file at
  370.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  370.29 + * particular file as subject to the "Classpath" exception as provided
  370.30 + * by Sun in the GPL Version 2 section of the License file that
  370.31 + * accompanied this code. If applicable, add the following below the
  370.32 + * License Header, with the fields enclosed by brackets [] replaced by
  370.33 + * your own identifying information:
  370.34   * "Portions Copyrighted [year] [name of copyright owner]"
  370.35   *
  370.36 + * Contributor(s):
  370.37 + *
  370.38   * The Original Software is NetBeans. The Initial Developer of the Original
  370.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  370.40   * Microsystems, Inc. All Rights Reserved.
  370.41 + *
  370.42 + * If you wish your version of this file to be governed by only the CDDL
  370.43 + * or only the GPL Version 2, indicate your decision by adding
  370.44 + * "[Contributor] elects to include this software in this distribution
  370.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  370.46 + * single choice of license, a recipient has the option to distribute
  370.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  370.48 + * to extend the choice of license to its licensees as provided above.
  370.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  370.50 + * Version 2 license, then the option applies only if the new code is
  370.51 + * made subject to such option by the copyright holder.
  370.52   */
  370.53  
  370.54  package org.netbeans.modules.examplemodule02;
   371.1 --- a/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestInstall.java	Thu Sep 27 09:06:41 2007 +0000
   371.2 +++ b/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/TestInstall.java	Thu Sep 27 09:20:11 2007 +0000
   371.3 @@ -1,20 +1,42 @@
   371.4  /*
   371.5 - * The contents of this file are subject to the terms of the Common Development
   371.6 - * and Distribution License (the License). You may not use this file except in
   371.7 - * compliance with the License.
   371.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   371.9   *
  371.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  371.11 - * or http://www.netbeans.org/cddl.txt.
  371.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  371.13   *
  371.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  371.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  371.16 - * If applicable, add the following below the CDDL Header, with the fields
  371.17 - * enclosed by brackets [] replaced by your own identifying information:
  371.18 + * The contents of this file are subject to the terms of either the GNU
  371.19 + * General Public License Version 2 only ("GPL") or the Common
  371.20 + * Development and Distribution License("CDDL") (collectively, the
  371.21 + * "License"). You may not use this file except in compliance with the
  371.22 + * License. You can obtain a copy of the License at
  371.23 + * http://www.netbeans.org/cddl-gplv2.html
  371.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  371.25 + * specific language governing permissions and limitations under the
  371.26 + * License.  When distributing the software, include this License Header
  371.27 + * Notice in each file and include the License file at
  371.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  371.29 + * particular file as subject to the "Classpath" exception as provided
  371.30 + * by Sun in the GPL Version 2 section of the License file that
  371.31 + * accompanied this code. If applicable, add the following below the
  371.32 + * License Header, with the fields enclosed by brackets [] replaced by
  371.33 + * your own identifying information:
  371.34   * "Portions Copyrighted [year] [name of copyright owner]"
  371.35   *
  371.36 + * Contributor(s):
  371.37 + *
  371.38   * The Original Software is NetBeans. The Initial Developer of the Original
  371.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  371.40   * Microsystems, Inc. All Rights Reserved.
  371.41 + *
  371.42 + * If you wish your version of this file to be governed by only the CDDL
  371.43 + * or only the GPL Version 2, indicate your decision by adding
  371.44 + * "[Contributor] elects to include this software in this distribution
  371.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  371.46 + * single choice of license, a recipient has the option to distribute
  371.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  371.48 + * to extend the choice of license to its licensees as provided above.
  371.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  371.50 + * Version 2 license, then the option applies only if the new code is
  371.51 + * made subject to such option by the copyright holder.
  371.52   */
  371.53  
  371.54  package org.netbeans.modules.examplemodule02;
   372.1 --- a/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/mf-layer.xml	Thu Sep 27 09:06:41 2007 +0000
   372.2 +++ b/platform/samples/window-system-modes/src/org/netbeans/modules/examplemodule02/mf-layer.xml	Thu Sep 27 09:20:11 2007 +0000
   372.3 @@ -1,21 +1,44 @@
   372.4  <?xml version="1.0" encoding="UTF-8"?>
   372.5  <!--
   372.6 -The contents of this file are subject to the terms of the Common Development
   372.7 -and Distribution License (the License). You may not use this file except in
   372.8 -compliance with the License.
   372.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  372.10  
  372.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  372.12 -or http://www.netbeans.org/cddl.txt.
  372.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  372.14  
  372.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  372.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  372.17 -If applicable, add the following below the CDDL Header, with the fields
  372.18 -enclosed by brackets [] replaced by your own identifying information:
  372.19 +
  372.20 +The contents of this file are subject to the terms of either the GNU
  372.21 +General Public License Version 2 only ("GPL") or the Common
  372.22 +Development and Distribution License("CDDL") (collectively, the
  372.23 +"License"). You may not use this file except in compliance with the
  372.24 +License. You can obtain a copy of the License at
  372.25 +http://www.netbeans.org/cddl-gplv2.html
  372.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  372.27 +specific language governing permissions and limitations under the
  372.28 +License.  When distributing the software, include this License Header
  372.29 +Notice in each file and include the License file at
  372.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  372.31 +particular file as subject to the "Classpath" exception as provided
  372.32 +by Sun in the GPL Version 2 section of the License file that
  372.33 +accompanied this code. If applicable, add the following below the
  372.34 +License Header, with the fields enclosed by brackets [] replaced by
  372.35 +your own identifying information:
  372.36  "Portions Copyrighted [year] [name of copyright owner]"
  372.37  
  372.38 +Contributor(s):
  372.39 +
  372.40  The Original Software is NetBeans. The Initial Developer of the Original
  372.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  372.42  Microsystems, Inc. All Rights Reserved.
  372.43 +
  372.44 +If you wish your version of this file to be governed by only the CDDL
  372.45 +or only the GPL Version 2, indicate your decision by adding
  372.46 +"[Contributor] elects to include this software in this distribution
  372.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  372.48 +single choice of license, a recipient has the option to distribute
  372.49 +your version of this file under either the CDDL, the GPL Version 2 or
  372.50 +to extend the choice of license to its licensees as provided above.
  372.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  372.52 +Version 2 license, then the option applies only if the new code is
  372.53 +made subject to such option by the copyright holder.
  372.54  -->
  372.55  
  372.56  <!DOCTYPE filesystem PUBLIC '-//NetBeans//DTD Filesystem 1.1//EN' 'http://www.netbeans.org/dtds/filesystem-1_1.dtd'>
   373.1 --- a/spellchecker/build.xml	Thu Sep 27 09:06:41 2007 +0000
   373.2 +++ b/spellchecker/build.xml	Thu Sep 27 09:20:11 2007 +0000
   373.3 @@ -1,26 +1,49 @@
   373.4  <?xml version="1.0" encoding="UTF-8"?>
   373.5  <!--
   373.6 -The contents of this file are subject to the terms of the Common Development
   373.7 -and Distribution License (the License). You may not use this file except in
   373.8 -compliance with the License.
   373.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  373.10  
  373.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  373.12 -or http://www.netbeans.org/cddl.txt.
  373.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  373.14  
  373.15 -When distributing Covered Code, include this CDDL Header Notice in each file
  373.16 -and include the License file at http://www.netbeans.org/cddl.txt.
  373.17 -If applicable, add the following below the CDDL Header, with the fields
  373.18 -enclosed by brackets [] replaced by your own identifying information:
  373.19 +
  373.20 +The contents of this file are subject to the terms of either the GNU
  373.21 +General Public License Version 2 only ("GPL") or the Common
  373.22 +Development and Distribution License("CDDL") (collectively, the
  373.23 +"License"). You may not use this file except in compliance with the
  373.24 +License. You can obtain a copy of the License at
  373.25 +http://www.netbeans.org/cddl-gplv2.html
  373.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  373.27 +specific language governing permissions and limitations under the
  373.28 +License.  When distributing the software, include this License Header
  373.29 +Notice in each file and include the License file at
  373.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  373.31 +particular file as subject to the "Classpath" exception as provided
  373.32 +by Sun in the GPL Version 2 section of the License file that
  373.33 +accompanied this code. If applicable, add the following below the
  373.34 +License Header, with the fields enclosed by brackets [] replaced by
  373.35 +your own identifying information:
  373.36  "Portions Copyrighted [year] [name of copyright owner]"
  373.37  
  373.38 +Contributor(s):
  373.39 +
  373.40  The Original Software is NetBeans. The Initial Developer of the Original
  373.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  373.42  Microsystems, Inc. All Rights Reserved.
  373.43 +
  373.44 +If you wish your version of this file to be governed by only the CDDL
  373.45 +or only the GPL Version 2, indicate your decision by adding
  373.46 +"[Contributor] elects to include this software in this distribution
  373.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  373.48 +single choice of license, a recipient has the option to distribute
  373.49 +your version of this file under either the CDDL, the GPL Version 2 or
  373.50 +to extend the choice of license to its licensees as provided above.
  373.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
  373.52 +Version 2 license, then the option applies only if the new code is
  373.53 +made subject to such option by the copyright holder.
  373.54  -->
  373.55  
  373.56  <project name="spellchecker" default="build" basedir=".">
  373.57      <property name="nbroot" location=".."/>
  373.58 -    
  373.59 +
  373.60      <target name="build">
  373.61          <ant dir="${nbroot}/nbbuild" target="init"/>
  373.62          <subant target="netbeans" inheritAll="false">
   374.1 --- a/spellchecker/spellcheck-license.txt	Thu Sep 27 09:06:41 2007 +0000
   374.2 +++ b/spellchecker/spellcheck-license.txt	Thu Sep 27 09:20:11 2007 +0000
   374.3 @@ -3,19 +3,31 @@
   374.4  
   374.5  You may use the binary however you like. The source file license is:
   374.6  ----------------------------------
   374.7 -The contents of this file are subject to the terms of the Common Development
   374.8 -and Distribution License (the License). You may not use this file except in
   374.9 -compliance with the License.
  374.10 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  374.11  
  374.12 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  374.13 -or http://www.netbeans.org/cddl.txt.
  374.14 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  374.15  
  374.16 -When distributing Covered Code, include this CDDL Header Notice in each file
  374.17 -and include the License file at http://www.netbeans.org/cddl.txt.
  374.18 -If applicable, add the following below the CDDL Header, with the fields
  374.19 -enclosed by brackets [] replaced by your own identifying information:
  374.20 +
  374.21 +The contents of this file are subject to the terms of either the GNU
  374.22 +General Public License Version 2 only ("GPL") or the Common
  374.23 +Development and Distribution License("CDDL") (collectively, the
  374.24 +"License"). You may not use this file except in compliance with the
  374.25 +License. You can obtain a copy of the License at
  374.26 +http://www.netbeans.org/cddl-gplv2.html
  374.27 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  374.28 +specific language governing permissions and limitations under the
  374.29 +License.  When distributing the software, include this License Header
  374.30 +Notice in each file and include the License file at
  374.31 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  374.32 +particular file as subject to the "Classpath" exception as provided
  374.33 +by Sun in the GPL Version 2 section of the License file that
  374.34 +accompanied this code. If applicable, add the following below the
  374.35 +License Header, with the fields enclosed by brackets [] replaced by
  374.36 +your own identifying information:
  374.37  "Portions Copyrighted [year] [name of copyright owner]"
  374.38  
  374.39 +Contributor(s):
  374.40 +
  374.41  The Original Software is NetBeans. The Initial Developer of the Original
  374.42  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  374.43  Microsystems, Inc. All Rights Reserved.
   375.1 --- a/spellchecker/standard-nbm-license.txt	Thu Sep 27 09:06:41 2007 +0000
   375.2 +++ b/spellchecker/standard-nbm-license.txt	Thu Sep 27 09:20:11 2007 +0000
   375.3 @@ -3,19 +3,42 @@
   375.4  
   375.5  You may use the binary however you like. The source file license is:
   375.6  
   375.7 -The contents of this file are subject to the terms of the Common Development
   375.8 -and Distribution License (the License). You may not use this file except in
   375.9 -compliance with the License.
  375.10 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  375.11  
  375.12 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  375.13 -or http://www.netbeans.org/cddl.txt.
  375.14 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  375.15  
  375.16 -When distributing Covered Code, include this CDDL Header Notice in each file
  375.17 -and include the License file at http://www.netbeans.org/cddl.txt.
  375.18 -If applicable, add the following below the CDDL Header, with the fields
  375.19 -enclosed by brackets [] replaced by your own identifying information:
  375.20 +
  375.21 +The contents of this file are subject to the terms of either the GNU
  375.22 +General Public License Version 2 only ("GPL") or the Common
  375.23 +Development and Distribution License("CDDL") (collectively, the
  375.24 +"License"). You may not use this file except in compliance with the
  375.25 +License. You can obtain a copy of the License at
  375.26 +http://www.netbeans.org/cddl-gplv2.html
  375.27 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  375.28 +specific language governing permissions and limitations under the
  375.29 +License.  When distributing the software, include this License Header
  375.30 +Notice in each file and include the License file at
  375.31 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  375.32 +particular file as subject to the "Classpath" exception as provided
  375.33 +by Sun in the GPL Version 2 section of the License file that
  375.34 +accompanied this code. If applicable, add the following below the
  375.35 +License Header, with the fields enclosed by brackets [] replaced by
  375.36 +your own identifying information:
  375.37  "Portions Copyrighted [year] [name of copyright owner]"
  375.38  
  375.39 +Contributor(s):
  375.40 +
  375.41  The Original Software is NetBeans. The Initial Developer of the Original
  375.42  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
  375.43  Microsystems, Inc. All Rights Reserved.
  375.44 +
  375.45 +If you wish your version of this file to be governed by only the CDDL
  375.46 +or only the GPL Version 2, indicate your decision by adding
  375.47 +"[Contributor] elects to include this software in this distribution
  375.48 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  375.49 +single choice of license, a recipient has the option to distribute
  375.50 +your version of this file under either the CDDL, the GPL Version 2 or
  375.51 +to extend the choice of license to its licensees as provided above.
  375.52 +However, if you add GPL Version 2 code and therefore, elected the GPL
  375.53 +Version 2 license, then the option applies only if the new code is
  375.54 +made subject to such option by the copyright holder.