Update license header. java_source_after_issue_117054 java_source_before_issue_117054
authorcnguyencasj@netbeans.org
Wed, 03 Oct 2007 04:29:18 +0000
changeset 1684155132f01b40
parent 1683 15010d9fc1b1
child 1685 0267857b4c70
Update license header.
visualweb.propertyeditors.api/build.xml
visualweb.propertyeditors.api/library/build.xml
visualweb.propertyeditors.api/library/nbproject/project.properties
visualweb.propertyeditors.api/library/nbproject/project.xml
visualweb.propertyeditors.api/library/src/com/sun/jsfcl/std/css/CssStylePropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ConverterPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DateFormatPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DatePropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DomainPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DoublePropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ImageUrlPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/IntegerPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/JavaScriptPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LengthPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LongPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/MethodBindingPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/SelectOneDomainEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringArrayPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StyleClassPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/UrlPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ValidatorPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelper.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelperRegistry.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/ValueBindingPropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/package.html
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/CssStylePropertyEditor.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/package.html
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ActionComponentIdsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/AttachedDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Bundle.properties
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/CharacterSetsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ComponentIdsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/DateFormatPatternsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Domain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EditableDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Element.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EventComponentIdsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FieldKeyDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FrameTargetsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlAlignDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlFrameTargetsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlHorizontalAlignDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlLinkTypesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlRegionShapesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableBordersDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableRulesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlVerticalAlignDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InputComponentIdsDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InstanceVariableDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LanguagesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LayoutDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LocalesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/MimeTypesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ResourceBundlesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/StringTokensDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TextDirectionDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TimeZonesDomain.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/package.html
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/package.html
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/Bundle.java
visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/JavaInitializer.java
visualweb.propertyeditors.api/nbproject/project.properties
visualweb.propertyeditors.api/nbproject/project.xml
visualweb.propertyeditors.api/src/org/netbeans/modules/visualweb/propertyeditors/api/Bundle.properties
visualweb.propertyeditors.resolver/build.xml
visualweb.propertyeditors.resolver/library/build.xml
visualweb.propertyeditors.resolver/library/nbproject/project.properties
visualweb.propertyeditors.resolver/library/nbproject/project.xml
visualweb.propertyeditors.resolver/library/src/com/sun/rave/propertyeditors/resolver/PropertyEditorResolver.java
visualweb.propertyeditors.resolver/nbproject/project.properties
visualweb.propertyeditors.resolver/nbproject/project.xml
visualweb.propertyeditors.resolver/src/org/netbeans/modules/visualweb/propertyeditors/resolver/Bundle.properties
visualweb.propertyeditors/build.xml
visualweb.propertyeditors/nbproject/project.properties
visualweb.propertyeditors/nbproject/project.xml
visualweb.propertyeditors/src/com/sun/jsfcl/std/Action.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/ConverterPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/JavaScriptPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/MethodBindingPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/PropCategories.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/PropertyDescriptorBase.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringCustomEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithNoCr.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithShortDescription.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/UiComponentIdPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/ValidatorRefPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/ValueBindingPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/package.html
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyJPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/BundleHolder.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTreeCellRenderer.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTwoColumnTreeCellRenderer.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DoublePropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/IntegerPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LengthValuePropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LocalizedMessageRuntimeException.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LongPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NewReferenceDataItemDialog.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberConverterTypePropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataListCellRenderer.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataTwoColumnListCellRenderer.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPanel.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPropertyEditor.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/property/package.html
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BaseReferenceData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BundleHolder.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CharacterSetsReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CommandButtonTypesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ComponentIdsReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CompositeReferenceData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ConcurrencyTypesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DataSourceNamesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeStylesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeTypesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DesignPropertyAttachedReferenceData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/FrameTargetsReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ImageMapNamesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LanguageCodesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LinkTypesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LocalesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ManyCheckboxLayoutStylesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MediaTypesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MessagesLayoutsReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ProjectAttachedReferenceData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceData.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataItem.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataManager.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/RegionShapesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/StyleClassesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TFramesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TableRulesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TextDirectionsReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TimeZonesReferenceDataDefiner.java
visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/package.html
visualweb.propertyeditors/src/com/sun/jsfcl/util/ComponentBundle.java
visualweb.propertyeditors/src/com/sun/jsfcl/util/DesignTimeComponentBundle.java
visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtil.java
visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtilSimpleFormatter.java
visualweb.propertyeditors/src/com/sun/jsfcl/util/package.html
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ConverterPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DateFormatPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DatePropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DomainPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DoublePropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/EditElementDialog.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IllegalTextArgumentException.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ImageUrlPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IntegerPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LengthPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LongPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/NumberPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyEditorBase.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyPanelBase.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringArrayPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlFileFilter.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ValidatorPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingSourcePanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetCallback.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNode.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNodeFactory.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingHelper.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingsCustomizer.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingAttributePropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingPropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/AddDataProviderDialog.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindOptionsToDataProviderPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindSelectItemsToDataProviderPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToDataProviderPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToObjectPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingCustomizer.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelper.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelperBridge.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataProviderExplorerPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/TabbedDataBindingPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ContextTargetNode.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/DataProviderTargetNodeFactory.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/MapTargetNodeFactory.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/PropertyTargetNode.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ResultSetTargetNodeFactory.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/UIDataVarNode.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundImageUrlDialog.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderDataTable.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderWidthField.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ColorSelectionField.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/CssStylePropertyEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontFamilyEditorDialog.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ListStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginDataTable.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginWidthField.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/OtherStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PaddingWidthField.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PositionStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderDialog.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditorListPanel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/TextBlockStyleEditor.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundPositionData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ColorModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleParser.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/FontModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/MarginPaddingModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyWithUnitData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockModel.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextDecorationData.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Utils.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Bundle.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Install.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/package.html
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.java
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.properties
visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/util/Bundle.java
     1.1 --- a/visualweb.propertyeditors.api/build.xml	Wed Oct 03 04:07:19 2007 +0000
     1.2 +++ b/visualweb.propertyeditors.api/build.xml	Wed Oct 03 04:29:18 2007 +0000
     1.3 @@ -1,21 +1,44 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     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-2007 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="org.netbeans.modules.visualweb.propertyeditors.api" default="netbeans" basedir=".">
     2.1 --- a/visualweb.propertyeditors.api/library/build.xml	Wed Oct 03 04:07:19 2007 +0000
     2.2 +++ b/visualweb.propertyeditors.api/library/build.xml	Wed Oct 03 04:29:18 2007 +0000
     2.3 @@ -1,4 +1,45 @@
     2.4  <?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!--
     2.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.7 +
     2.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
     2.9 +
    2.10 +
    2.11 +The contents of this file are subject to the terms of either the GNU
    2.12 +General Public License Version 2 only ("GPL") or the Common
    2.13 +Development and Distribution License("CDDL") (collectively, the
    2.14 +"License"). You may not use this file except in compliance with the
    2.15 +License. You can obtain a copy of the License at
    2.16 +http://www.netbeans.org/cddl-gplv2.html
    2.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.18 +specific language governing permissions and limitations under the
    2.19 +License.  When distributing the software, include this License Header
    2.20 +Notice in each file and include the License file at
    2.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.22 +particular file as subject to the "Classpath" exception as provided
    2.23 +by Sun in the GPL Version 2 section of the License file that
    2.24 +accompanied this code. If applicable, add the following below the
    2.25 +License Header, with the fields enclosed by brackets [] replaced by
    2.26 +your own identifying information:
    2.27 +"Portions Copyrighted [year] [name of copyright owner]"
    2.28 +
    2.29 +Contributor(s):
    2.30 +
    2.31 +The Original Software is NetBeans. The Initial Developer of the Original
    2.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    2.33 +Microsystems, Inc. All Rights Reserved.
    2.34 +
    2.35 +If you wish your version of this file to be governed by only the CDDL
    2.36 +or only the GPL Version 2, indicate your decision by adding
    2.37 +"[Contributor] elects to include this software in this distribution
    2.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.39 +single choice of license, a recipient has the option to distribute
    2.40 +your version of this file under either the CDDL, the GPL Version 2 or
    2.41 +to extend the choice of license to its licensees as provided above.
    2.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
    2.43 +Version 2 license, then the option applies only if the new code is
    2.44 +made subject to such option by the copyright holder.
    2.45 +-->
    2.46  
    2.47  <project name="Property_Editors_Library" default="default" basedir=".">
    2.48      
     3.1 --- a/visualweb.propertyeditors.api/library/nbproject/project.properties	Wed Oct 03 04:07:19 2007 +0000
     3.2 +++ b/visualweb.propertyeditors.api/library/nbproject/project.properties	Wed Oct 03 04:29:18 2007 +0000
     3.3 @@ -1,3 +1,41 @@
     3.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.5 +#
     3.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
     3.7 +#
     3.8 +# The contents of this file are subject to the terms of either the GNU
     3.9 +# General Public License Version 2 only ("GPL") or the Common
    3.10 +# Development and Distribution License("CDDL") (collectively, the
    3.11 +# "License"). You may not use this file except in compliance with the
    3.12 +# License. You can obtain a copy of the License at
    3.13 +# http://www.netbeans.org/cddl-gplv2.html
    3.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.15 +# specific language governing permissions and limitations under the
    3.16 +# License.  When distributing the software, include this License Header
    3.17 +# Notice in each file and include the License file at
    3.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    3.19 +# particular file as subject to the "Classpath" exception as provided
    3.20 +# by Sun in the GPL Version 2 section of the License file that
    3.21 +# accompanied this code. If applicable, add the following below the
    3.22 +# License Header, with the fields enclosed by brackets [] replaced by
    3.23 +# your own identifying information:
    3.24 +# "Portions Copyrighted [year] [name of copyright owner]"
    3.25 +#
    3.26 +# Contributor(s):
    3.27 +#
    3.28 +# The Original Software is NetBeans. The Initial Developer of the Original
    3.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    3.30 +# Microsystems, Inc. All Rights Reserved.
    3.31 +#
    3.32 +# If you wish your version of this file to be governed by only the CDDL
    3.33 +# or only the GPL Version 2, indicate your decision by adding
    3.34 +# "[Contributor] elects to include this software in this distribution
    3.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.36 +# single choice of license, a recipient has the option to distribute
    3.37 +# your version of this file under either the CDDL, the GPL Version 2 or
    3.38 +# to extend the choice of license to its licensees as provided above.
    3.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
    3.40 +# Version 2 license, then the option applies only if the new code is
    3.41 +# made subject to such option by the copyright holder.
    3.42  application.args=
    3.43  build.classes.dir=${build.dir}/classes
    3.44  build.classes.excludes=**/*.java,**/*.form
     4.1 --- a/visualweb.propertyeditors.api/library/nbproject/project.xml	Wed Oct 03 04:07:19 2007 +0000
     4.2 +++ b/visualweb.propertyeditors.api/library/nbproject/project.xml	Wed Oct 03 04:29:18 2007 +0000
     4.3 @@ -1,4 +1,45 @@
     4.4  <?xml version="1.0" encoding="UTF-8"?>
     4.5 +<!--
     4.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.7 +
     4.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
     4.9 +
    4.10 +
    4.11 +The contents of this file are subject to the terms of either the GNU
    4.12 +General Public License Version 2 only ("GPL") or the Common
    4.13 +Development and Distribution License("CDDL") (collectively, the
    4.14 +"License"). You may not use this file except in compliance with the
    4.15 +License. You can obtain a copy of the License at
    4.16 +http://www.netbeans.org/cddl-gplv2.html
    4.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.18 +specific language governing permissions and limitations under the
    4.19 +License.  When distributing the software, include this License Header
    4.20 +Notice in each file and include the License file at
    4.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    4.22 +particular file as subject to the "Classpath" exception as provided
    4.23 +by Sun in the GPL Version 2 section of the License file that
    4.24 +accompanied this code. If applicable, add the following below the
    4.25 +License Header, with the fields enclosed by brackets [] replaced by
    4.26 +your own identifying information:
    4.27 +"Portions Copyrighted [year] [name of copyright owner]"
    4.28 +
    4.29 +Contributor(s):
    4.30 +
    4.31 +The Original Software is NetBeans. The Initial Developer of the Original
    4.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    4.33 +Microsystems, Inc. All Rights Reserved.
    4.34 +
    4.35 +If you wish your version of this file to be governed by only the CDDL
    4.36 +or only the GPL Version 2, indicate your decision by adding
    4.37 +"[Contributor] elects to include this software in this distribution
    4.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.39 +single choice of license, a recipient has the option to distribute
    4.40 +your version of this file under either the CDDL, the GPL Version 2 or
    4.41 +to extend the choice of license to its licensees as provided above.
    4.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
    4.43 +Version 2 license, then the option applies only if the new code is
    4.44 +made subject to such option by the copyright holder.
    4.45 +-->
    4.46  <project xmlns="http://www.netbeans.org/ns/project/1">
    4.47      <type>org.netbeans.modules.java.j2seproject</type>
    4.48      <configuration>
     5.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/jsfcl/std/css/CssStylePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
     5.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/jsfcl/std/css/CssStylePropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.jsfcl.std.css;
     6.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ConverterPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
     6.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ConverterPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
     7.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DateFormatPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
     7.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DateFormatPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
     8.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DatePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
     8.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DatePropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
     9.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DomainPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
     9.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DomainPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    10.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DoublePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    10.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/DoublePropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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  package com.sun.rave.propertyeditors;
    11.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ImageUrlPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    11.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ImageUrlPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    12.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/IntegerPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    12.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/IntegerPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    13.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/JavaScriptPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    13.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/JavaScriptPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    14.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LengthPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    14.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LengthPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    15.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LongPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    15.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/LongPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    16.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/MethodBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    16.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/MethodBindingPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    17.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/SelectOneDomainEditor.java	Wed Oct 03 04:07:19 2007 +0000
    17.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/SelectOneDomainEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    18.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringArrayPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    18.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringArrayPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    19.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    19.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StringPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    20.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StyleClassPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    20.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/StyleClassPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    21.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/UrlPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    21.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/UrlPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    22.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ValidatorPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    22.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/ValidatorPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors;
    23.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelper.java	Wed Oct 03 04:07:19 2007 +0000
    23.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelper.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.binding;
   23.54  
    24.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelperRegistry.java	Wed Oct 03 04:07:19 2007 +0000
    24.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/DataBindingHelperRegistry.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.rave.propertyeditors.binding;
    25.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/ValueBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    25.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/ValueBindingPropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors.binding;
    26.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/package.html	Wed Oct 03 04:07:19 2007 +0000
    26.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/binding/package.html	Wed Oct 03 04:29:18 2007 +0000
    26.3 @@ -1,20 +1,43 @@
    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 +
   26.19 +The contents of this file are subject to the terms of either the GNU
   26.20 +General Public License Version 2 only ("GPL") or the Common
   26.21 +Development and Distribution License("CDDL") (collectively, the
   26.22 +"License"). You may not use this file except in compliance with the
   26.23 +License. You can obtain a copy of the License at
   26.24 +http://www.netbeans.org/cddl-gplv2.html
   26.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   26.26 +specific language governing permissions and limitations under the
   26.27 +License.  When distributing the software, include this License Header
   26.28 +Notice in each file and include the License file at
   26.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   26.30 +particular file as subject to the "Classpath" exception as provided
   26.31 +by Sun in the GPL Version 2 section of the License file that
   26.32 +accompanied this code. If applicable, add the following below the
   26.33 +License Header, with the fields enclosed by brackets [] replaced by
   26.34 +your own identifying information:
   26.35  "Portions Copyrighted [year] [name of copyright owner]"
   26.36  
   26.37 +Contributor(s):
   26.38 +
   26.39  The Original Software is NetBeans. The Initial Developer of the Original
   26.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   26.41  Microsystems, Inc. All Rights Reserved.
   26.42 +
   26.43 +If you wish your version of this file to be governed by only the CDDL
   26.44 +or only the GPL Version 2, indicate your decision by adding
   26.45 +"[Contributor] elects to include this software in this distribution
   26.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   26.47 +single choice of license, a recipient has the option to distribute
   26.48 +your version of this file under either the CDDL, the GPL Version 2 or
   26.49 +to extend the choice of license to its licensees as provided above.
   26.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
   26.51 +Version 2 license, then the option applies only if the new code is
   26.52 +made subject to such option by the copyright holder.
   26.53  -->
   26.54  
   26.55  <html>
    27.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/CssStylePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    27.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/CssStylePropertyEditor.java	Wed Oct 03 04:29:18 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 2007 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 com.sun.rave.propertyeditors.css;
    28.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/package.html	Wed Oct 03 04:07:19 2007 +0000
    28.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/css/package.html	Wed Oct 03 04:29:18 2007 +0000
    28.3 @@ -1,20 +1,43 @@
    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 +
   28.19 +The contents of this file are subject to the terms of either the GNU
   28.20 +General Public License Version 2 only ("GPL") or the Common
   28.21 +Development and Distribution License("CDDL") (collectively, the
   28.22 +"License"). You may not use this file except in compliance with the
   28.23 +License. You can obtain a copy of the License at
   28.24 +http://www.netbeans.org/cddl-gplv2.html
   28.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   28.26 +specific language governing permissions and limitations under the
   28.27 +License.  When distributing the software, include this License Header
   28.28 +Notice in each file and include the License file at
   28.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   28.30 +particular file as subject to the "Classpath" exception as provided
   28.31 +by Sun in the GPL Version 2 section of the License file that
   28.32 +accompanied this code. If applicable, add the following below the
   28.33 +License Header, with the fields enclosed by brackets [] replaced by
   28.34 +your own identifying information:
   28.35  "Portions Copyrighted [year] [name of copyright owner]"
   28.36  
   28.37 +Contributor(s):
   28.38 +
   28.39  The Original Software is NetBeans. The Initial Developer of the Original
   28.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   28.41  Microsystems, Inc. All Rights Reserved.
   28.42 +
   28.43 +If you wish your version of this file to be governed by only the CDDL
   28.44 +or only the GPL Version 2, indicate your decision by adding
   28.45 +"[Contributor] elects to include this software in this distribution
   28.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   28.47 +single choice of license, a recipient has the option to distribute
   28.48 +your version of this file under either the CDDL, the GPL Version 2 or
   28.49 +to extend the choice of license to its licensees as provided above.
   28.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
   28.51 +Version 2 license, then the option applies only if the new code is
   28.52 +made subject to such option by the copyright holder.
   28.53  -->
   28.54  
   28.55  <html>
    29.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ActionComponentIdsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    29.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ActionComponentIdsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   29.54  
    30.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/AttachedDomain.java	Wed Oct 03 04:07:19 2007 +0000
    30.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/AttachedDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   30.54  
    31.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
    31.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
    31.3 @@ -1,19 +1,41 @@
    31.4 -# The contents of this file are subject to the terms of the Common Development
    31.5 -# and Distribution License (the License). You may not use this file except in
    31.6 -# compliance with the License.
    31.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.8  #
    31.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   31.10 -# or http://www.netbeans.org/cddl.txt.
   31.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   31.12  #
   31.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
   31.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
   31.15 -# If applicable, add the following below the CDDL Header, with the fields
   31.16 -# enclosed by brackets [] replaced by your own identifying information:
   31.17 +# The contents of this file are subject to the terms of either the GNU
   31.18 +# General Public License Version 2 only ("GPL") or the Common
   31.19 +# Development and Distribution License("CDDL") (collectively, the
   31.20 +# "License"). You may not use this file except in compliance with the
   31.21 +# License. You can obtain a copy of the License at
   31.22 +# http://www.netbeans.org/cddl-gplv2.html
   31.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   31.24 +# specific language governing permissions and limitations under the
   31.25 +# License.  When distributing the software, include this License Header
   31.26 +# Notice in each file and include the License file at
   31.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   31.28 +# particular file as subject to the "Classpath" exception as provided
   31.29 +# by Sun in the GPL Version 2 section of the License file that
   31.30 +# accompanied this code. If applicable, add the following below the
   31.31 +# License Header, with the fields enclosed by brackets [] replaced by
   31.32 +# your own identifying information:
   31.33  # "Portions Copyrighted [year] [name of copyright owner]"
   31.34  #
   31.35 +# Contributor(s):
   31.36 +#
   31.37  # The Original Software is NetBeans. The Initial Developer of the Original
   31.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   31.39  # Microsystems, Inc. All Rights Reserved.
   31.40 +#
   31.41 +# If you wish your version of this file to be governed by only the CDDL
   31.42 +# or only the GPL Version 2, indicate your decision by adding
   31.43 +# "[Contributor] elects to include this software in this distribution
   31.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   31.45 +# single choice of license, a recipient has the option to distribute
   31.46 +# your version of this file under either the CDDL, the GPL Version 2 or
   31.47 +# to extend the choice of license to its licensees as provided above.
   31.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   31.49 +# Version 2 license, then the option applies only if the new code is
   31.50 +# made subject to such option by the copyright holder.
   31.51  
   31.52  # Localization Bundle for com.sun.rave.propertyeditors.s
   31.53  
    32.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/CharacterSetsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    32.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/CharacterSetsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   32.54  
    33.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ComponentIdsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    33.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ComponentIdsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   33.54  
    34.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/DateFormatPatternsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    34.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/DateFormatPatternsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   34.54  
    35.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Domain.java	Wed Oct 03 04:07:19 2007 +0000
    35.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Domain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   35.54  
    36.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EditableDomain.java	Wed Oct 03 04:07:19 2007 +0000
    36.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EditableDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   36.54  
    37.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Element.java	Wed Oct 03 04:07:19 2007 +0000
    37.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/Element.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   37.54  
    38.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EventComponentIdsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    38.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/EventComponentIdsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   38.54  
    39.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FieldKeyDomain.java	Wed Oct 03 04:07:19 2007 +0000
    39.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FieldKeyDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   39.54  
    40.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FrameTargetsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    40.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/FrameTargetsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   40.54  
    41.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlAlignDomain.java	Wed Oct 03 04:07:19 2007 +0000
    41.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlAlignDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   41.54  
    42.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlFrameTargetsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    42.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlFrameTargetsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   42.54  
    43.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlHorizontalAlignDomain.java	Wed Oct 03 04:07:19 2007 +0000
    43.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlHorizontalAlignDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   43.54  
    44.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlLinkTypesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    44.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlLinkTypesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   44.54  
    45.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlRegionShapesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    45.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlRegionShapesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   45.54  
    46.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableBordersDomain.java	Wed Oct 03 04:07:19 2007 +0000
    46.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableBordersDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   46.54  
    47.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableRulesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    47.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlTableRulesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   47.54  
    48.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlVerticalAlignDomain.java	Wed Oct 03 04:07:19 2007 +0000
    48.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/HtmlVerticalAlignDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   48.54  
    49.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InputComponentIdsDomain.java	Wed Oct 03 04:07:19 2007 +0000
    49.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InputComponentIdsDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   49.54  
    50.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InstanceVariableDomain.java	Wed Oct 03 04:07:19 2007 +0000
    50.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/InstanceVariableDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   50.54  
    51.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LanguagesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    51.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LanguagesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   51.54  
    52.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LayoutDomain.java	Wed Oct 03 04:07:19 2007 +0000
    52.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LayoutDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   52.54  
    53.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LocalesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    53.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/LocalesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   53.54  
    54.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/MimeTypesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    54.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/MimeTypesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   54.54  
    55.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ResourceBundlesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    55.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/ResourceBundlesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   55.54  
    56.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/StringTokensDomain.java	Wed Oct 03 04:07:19 2007 +0000
    56.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/StringTokensDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   56.54  
    57.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TextDirectionDomain.java	Wed Oct 03 04:07:19 2007 +0000
    57.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TextDirectionDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   57.54  
    58.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TimeZonesDomain.java	Wed Oct 03 04:07:19 2007 +0000
    58.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/TimeZonesDomain.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.domains;
   58.54  
    59.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/package.html	Wed Oct 03 04:07:19 2007 +0000
    59.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/domains/package.html	Wed Oct 03 04:29:18 2007 +0000
    59.3 @@ -1,20 +1,43 @@
    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 +
   59.19 +The contents of this file are subject to the terms of either the GNU
   59.20 +General Public License Version 2 only ("GPL") or the Common
   59.21 +Development and Distribution License("CDDL") (collectively, the
   59.22 +"License"). You may not use this file except in compliance with the
   59.23 +License. You can obtain a copy of the License at
   59.24 +http://www.netbeans.org/cddl-gplv2.html
   59.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   59.26 +specific language governing permissions and limitations under the
   59.27 +License.  When distributing the software, include this License Header
   59.28 +Notice in each file and include the License file at
   59.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   59.30 +particular file as subject to the "Classpath" exception as provided
   59.31 +by Sun in the GPL Version 2 section of the License file that
   59.32 +accompanied this code. If applicable, add the following below the
   59.33 +License Header, with the fields enclosed by brackets [] replaced by
   59.34 +your own identifying information:
   59.35  "Portions Copyrighted [year] [name of copyright owner]"
   59.36  
   59.37 +Contributor(s):
   59.38 +
   59.39  The Original Software is NetBeans. The Initial Developer of the Original
   59.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   59.41  Microsystems, Inc. All Rights Reserved.
   59.42 +
   59.43 +If you wish your version of this file to be governed by only the CDDL
   59.44 +or only the GPL Version 2, indicate your decision by adding
   59.45 +"[Contributor] elects to include this software in this distribution
   59.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   59.47 +single choice of license, a recipient has the option to distribute
   59.48 +your version of this file under either the CDDL, the GPL Version 2 or
   59.49 +to extend the choice of license to its licensees as provided above.
   59.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
   59.51 +Version 2 license, then the option applies only if the new code is
   59.52 +made subject to such option by the copyright holder.
   59.53  -->
   59.54  
   59.55  <html>
    60.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/package.html	Wed Oct 03 04:07:19 2007 +0000
    60.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/package.html	Wed Oct 03 04:29:18 2007 +0000
    60.3 @@ -1,20 +1,43 @@
    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 +
   60.19 +The contents of this file are subject to the terms of either the GNU
   60.20 +General Public License Version 2 only ("GPL") or the Common
   60.21 +Development and Distribution License("CDDL") (collectively, the
   60.22 +"License"). You may not use this file except in compliance with the
   60.23 +License. You can obtain a copy of the License at
   60.24 +http://www.netbeans.org/cddl-gplv2.html
   60.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   60.26 +specific language governing permissions and limitations under the
   60.27 +License.  When distributing the software, include this License Header
   60.28 +Notice in each file and include the License file at
   60.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   60.30 +particular file as subject to the "Classpath" exception as provided
   60.31 +by Sun in the GPL Version 2 section of the License file that
   60.32 +accompanied this code. If applicable, add the following below the
   60.33 +License Header, with the fields enclosed by brackets [] replaced by
   60.34 +your own identifying information:
   60.35  "Portions Copyrighted [year] [name of copyright owner]"
   60.36  
   60.37 +Contributor(s):
   60.38 +
   60.39  The Original Software is NetBeans. The Initial Developer of the Original
   60.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   60.41  Microsystems, Inc. All Rights Reserved.
   60.42 +
   60.43 +If you wish your version of this file to be governed by only the CDDL
   60.44 +or only the GPL Version 2, indicate your decision by adding
   60.45 +"[Contributor] elects to include this software in this distribution
   60.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   60.47 +single choice of license, a recipient has the option to distribute
   60.48 +your version of this file under either the CDDL, the GPL Version 2 or
   60.49 +to extend the choice of license to its licensees as provided above.
   60.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
   60.51 +Version 2 license, then the option applies only if the new code is
   60.52 +made subject to such option by the copyright holder.
   60.53  -->
   60.54  
   60.55  <html>
    61.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/Bundle.java	Wed Oct 03 04:07:19 2007 +0000
    61.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/Bundle.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.util;
   61.54  import java.beans.Beans;
    62.1 --- a/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/JavaInitializer.java	Wed Oct 03 04:07:19 2007 +0000
    62.2 +++ b/visualweb.propertyeditors.api/library/src/com/sun/rave/propertyeditors/util/JavaInitializer.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.rave.propertyeditors.util;
   62.54  
    63.1 --- a/visualweb.propertyeditors.api/nbproject/project.properties	Wed Oct 03 04:07:19 2007 +0000
    63.2 +++ b/visualweb.propertyeditors.api/nbproject/project.properties	Wed Oct 03 04:29:18 2007 +0000
    63.3 @@ -1,3 +1,41 @@
    63.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.5 +#
    63.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    63.7 +#
    63.8 +# The contents of this file are subject to the terms of either the GNU
    63.9 +# General Public License Version 2 only ("GPL") or the Common
   63.10 +# Development and Distribution License("CDDL") (collectively, the
   63.11 +# "License"). You may not use this file except in compliance with the
   63.12 +# License. You can obtain a copy of the License at
   63.13 +# http://www.netbeans.org/cddl-gplv2.html
   63.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   63.15 +# specific language governing permissions and limitations under the
   63.16 +# License.  When distributing the software, include this License Header
   63.17 +# Notice in each file and include the License file at
   63.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   63.19 +# particular file as subject to the "Classpath" exception as provided
   63.20 +# by Sun in the GPL Version 2 section of the License file that
   63.21 +# accompanied this code. If applicable, add the following below the
   63.22 +# License Header, with the fields enclosed by brackets [] replaced by
   63.23 +# your own identifying information:
   63.24 +# "Portions Copyrighted [year] [name of copyright owner]"
   63.25 +#
   63.26 +# Contributor(s):
   63.27 +#
   63.28 +# The Original Software is NetBeans. The Initial Developer of the Original
   63.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   63.30 +# Microsystems, Inc. All Rights Reserved.
   63.31 +#
   63.32 +# If you wish your version of this file to be governed by only the CDDL
   63.33 +# or only the GPL Version 2, indicate your decision by adding
   63.34 +# "[Contributor] elects to include this software in this distribution
   63.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   63.36 +# single choice of license, a recipient has the option to distribute
   63.37 +# your version of this file under either the CDDL, the GPL Version 2 or
   63.38 +# to extend the choice of license to its licensees as provided above.
   63.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   63.40 +# Version 2 license, then the option applies only if the new code is
   63.41 +# made subject to such option by the copyright holder.
   63.42  javac.compilerargs=-Xlint:unchecked
   63.43  javac.source=1.5
   63.44  extra.module.files=modules/ext/editors.jar
    64.1 --- a/visualweb.propertyeditors.api/nbproject/project.xml	Wed Oct 03 04:07:19 2007 +0000
    64.2 +++ b/visualweb.propertyeditors.api/nbproject/project.xml	Wed Oct 03 04:29:18 2007 +0000
    64.3 @@ -1,4 +1,45 @@
    64.4  <?xml version="1.0" encoding="UTF-8"?>
    64.5 +<!--
    64.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.7 +
    64.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    64.9 +
   64.10 +
   64.11 +The contents of this file are subject to the terms of either the GNU
   64.12 +General Public License Version 2 only ("GPL") or the Common
   64.13 +Development and Distribution License("CDDL") (collectively, the
   64.14 +"License"). You may not use this file except in compliance with the
   64.15 +License. You can obtain a copy of the License at
   64.16 +http://www.netbeans.org/cddl-gplv2.html
   64.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   64.18 +specific language governing permissions and limitations under the
   64.19 +License.  When distributing the software, include this License Header
   64.20 +Notice in each file and include the License file at
   64.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   64.22 +particular file as subject to the "Classpath" exception as provided
   64.23 +by Sun in the GPL Version 2 section of the License file that
   64.24 +accompanied this code. If applicable, add the following below the
   64.25 +License Header, with the fields enclosed by brackets [] replaced by
   64.26 +your own identifying information:
   64.27 +"Portions Copyrighted [year] [name of copyright owner]"
   64.28 +
   64.29 +Contributor(s):
   64.30 +
   64.31 +The Original Software is NetBeans. The Initial Developer of the Original
   64.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   64.33 +Microsystems, Inc. All Rights Reserved.
   64.34 +
   64.35 +If you wish your version of this file to be governed by only the CDDL
   64.36 +or only the GPL Version 2, indicate your decision by adding
   64.37 +"[Contributor] elects to include this software in this distribution
   64.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   64.39 +single choice of license, a recipient has the option to distribute
   64.40 +your version of this file under either the CDDL, the GPL Version 2 or
   64.41 +to extend the choice of license to its licensees as provided above.
   64.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   64.43 +Version 2 license, then the option applies only if the new code is
   64.44 +made subject to such option by the copyright holder.
   64.45 +-->
   64.46  <project xmlns="http://www.netbeans.org/ns/project/1">
   64.47      <type>org.netbeans.modules.apisupport.project</type>
   64.48      <configuration>
    65.1 --- a/visualweb.propertyeditors.api/src/org/netbeans/modules/visualweb/propertyeditors/api/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
    65.2 +++ b/visualweb.propertyeditors.api/src/org/netbeans/modules/visualweb/propertyeditors/api/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
    65.3 @@ -1,1 +1,39 @@
    65.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    65.5 +#
    65.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    65.7 +#
    65.8 +# The contents of this file are subject to the terms of either the GNU
    65.9 +# General Public License Version 2 only ("GPL") or the Common
   65.10 +# Development and Distribution License("CDDL") (collectively, the
   65.11 +# "License"). You may not use this file except in compliance with the
   65.12 +# License. You can obtain a copy of the License at
   65.13 +# http://www.netbeans.org/cddl-gplv2.html
   65.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   65.15 +# specific language governing permissions and limitations under the
   65.16 +# License.  When distributing the software, include this License Header
   65.17 +# Notice in each file and include the License file at
   65.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   65.19 +# particular file as subject to the "Classpath" exception as provided
   65.20 +# by Sun in the GPL Version 2 section of the License file that
   65.21 +# accompanied this code. If applicable, add the following below the
   65.22 +# License Header, with the fields enclosed by brackets [] replaced by
   65.23 +# your own identifying information:
   65.24 +# "Portions Copyrighted [year] [name of copyright owner]"
   65.25 +#
   65.26 +# Contributor(s):
   65.27 +#
   65.28 +# The Original Software is NetBeans. The Initial Developer of the Original
   65.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   65.30 +# Microsystems, Inc. All Rights Reserved.
   65.31 +#
   65.32 +# If you wish your version of this file to be governed by only the CDDL
   65.33 +# or only the GPL Version 2, indicate your decision by adding
   65.34 +# "[Contributor] elects to include this software in this distribution
   65.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   65.36 +# single choice of license, a recipient has the option to distribute
   65.37 +# your version of this file under either the CDDL, the GPL Version 2 or
   65.38 +# to extend the choice of license to its licensees as provided above.
   65.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   65.40 +# Version 2 license, then the option applies only if the new code is
   65.41 +# made subject to such option by the copyright holder.
   65.42  OpenIDE-Module-Name=Property Editors API
    66.1 --- a/visualweb.propertyeditors.resolver/build.xml	Wed Oct 03 04:07:19 2007 +0000
    66.2 +++ b/visualweb.propertyeditors.resolver/build.xml	Wed Oct 03 04:29:18 2007 +0000
    66.3 @@ -1,21 +1,44 @@
    66.4  <?xml version="1.0" encoding="UTF-8"?>
    66.5  <!--
    66.6 -The contents of this file are subject to the terms of the Common Development
    66.7 -and Distribution License (the License). You may not use this file except in
    66.8 -compliance with the License.
    66.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   66.10  
   66.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   66.12 -or http://www.netbeans.org/cddl.txt.
   66.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   66.14  
   66.15 -When distributing Covered Code, include this CDDL Header Notice in each file
   66.16 -and include the License file at http://www.netbeans.org/cddl.txt.
   66.17 -If applicable, add the following below the CDDL Header, with the fields
   66.18 -enclosed by brackets [] replaced by your own identifying information:
   66.19 +
   66.20 +The contents of this file are subject to the terms of either the GNU
   66.21 +General Public License Version 2 only ("GPL") or the Common
   66.22 +Development and Distribution License("CDDL") (collectively, the
   66.23 +"License"). You may not use this file except in compliance with the
   66.24 +License. You can obtain a copy of the License at
   66.25 +http://www.netbeans.org/cddl-gplv2.html
   66.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   66.27 +specific language governing permissions and limitations under the
   66.28 +License.  When distributing the software, include this License Header
   66.29 +Notice in each file and include the License file at
   66.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   66.31 +particular file as subject to the "Classpath" exception as provided
   66.32 +by Sun in the GPL Version 2 section of the License file that
   66.33 +accompanied this code. If applicable, add the following below the
   66.34 +License Header, with the fields enclosed by brackets [] replaced by
   66.35 +your own identifying information:
   66.36  "Portions Copyrighted [year] [name of copyright owner]"
   66.37  
   66.38 +Contributor(s):
   66.39 +
   66.40  The Original Software is NetBeans. The Initial Developer of the Original
   66.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   66.42  Microsystems, Inc. All Rights Reserved.
   66.43 +
   66.44 +If you wish your version of this file to be governed by only the CDDL
   66.45 +or only the GPL Version 2, indicate your decision by adding
   66.46 +"[Contributor] elects to include this software in this distribution
   66.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   66.48 +single choice of license, a recipient has the option to distribute
   66.49 +your version of this file under either the CDDL, the GPL Version 2 or
   66.50 +to extend the choice of license to its licensees as provided above.
   66.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
   66.52 +Version 2 license, then the option applies only if the new code is
   66.53 +made subject to such option by the copyright holder.
   66.54  -->
   66.55  
   66.56  <project name="org.netbeans.modules.visualweb.propertyeditors.resolver" default="netbeans" basedir=".">
    67.1 --- a/visualweb.propertyeditors.resolver/library/build.xml	Wed Oct 03 04:07:19 2007 +0000
    67.2 +++ b/visualweb.propertyeditors.resolver/library/build.xml	Wed Oct 03 04:29:18 2007 +0000
    67.3 @@ -1,5 +1,45 @@
    67.4  <?xml version="1.0" encoding="UTF-8"?>
    67.5 +<!--
    67.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.7  
    67.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    67.9 +
   67.10 +
   67.11 +The contents of this file are subject to the terms of either the GNU
   67.12 +General Public License Version 2 only ("GPL") or the Common
   67.13 +Development and Distribution License("CDDL") (collectively, the
   67.14 +"License"). You may not use this file except in compliance with the
   67.15 +License. You can obtain a copy of the License at
   67.16 +http://www.netbeans.org/cddl-gplv2.html
   67.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   67.18 +specific language governing permissions and limitations under the
   67.19 +License.  When distributing the software, include this License Header
   67.20 +Notice in each file and include the License file at
   67.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   67.22 +particular file as subject to the "Classpath" exception as provided
   67.23 +by Sun in the GPL Version 2 section of the License file that
   67.24 +accompanied this code. If applicable, add the following below the
   67.25 +License Header, with the fields enclosed by brackets [] replaced by
   67.26 +your own identifying information:
   67.27 +"Portions Copyrighted [year] [name of copyright owner]"
   67.28 +
   67.29 +Contributor(s):
   67.30 +
   67.31 +The Original Software is NetBeans. The Initial Developer of the Original
   67.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   67.33 +Microsystems, Inc. All Rights Reserved.
   67.34 +
   67.35 +If you wish your version of this file to be governed by only the CDDL
   67.36 +or only the GPL Version 2, indicate your decision by adding
   67.37 +"[Contributor] elects to include this software in this distribution
   67.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   67.39 +single choice of license, a recipient has the option to distribute
   67.40 +your version of this file under either the CDDL, the GPL Version 2 or
   67.41 +to extend the choice of license to its licensees as provided above.
   67.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   67.43 +Version 2 license, then the option applies only if the new code is
   67.44 +made subject to such option by the copyright holder.
   67.45 +-->
   67.46  <project name="Property_Editor_Resolver_Library" default="default" basedir=".">
   67.47      
   67.48      <description>Builds, tests, and runs the project Property Editor Resolver Library.</description>
    68.1 --- a/visualweb.propertyeditors.resolver/library/nbproject/project.properties	Wed Oct 03 04:07:19 2007 +0000
    68.2 +++ b/visualweb.propertyeditors.resolver/library/nbproject/project.properties	Wed Oct 03 04:29:18 2007 +0000
    68.3 @@ -1,3 +1,41 @@
    68.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.5 +#
    68.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    68.7 +#
    68.8 +# The contents of this file are subject to the terms of either the GNU
    68.9 +# General Public License Version 2 only ("GPL") or the Common
   68.10 +# Development and Distribution License("CDDL") (collectively, the
   68.11 +# "License"). You may not use this file except in compliance with the
   68.12 +# License. You can obtain a copy of the License at
   68.13 +# http://www.netbeans.org/cddl-gplv2.html
   68.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   68.15 +# specific language governing permissions and limitations under the
   68.16 +# License.  When distributing the software, include this License Header
   68.17 +# Notice in each file and include the License file at
   68.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   68.19 +# particular file as subject to the "Classpath" exception as provided
   68.20 +# by Sun in the GPL Version 2 section of the License file that
   68.21 +# accompanied this code. If applicable, add the following below the
   68.22 +# License Header, with the fields enclosed by brackets [] replaced by
   68.23 +# your own identifying information:
   68.24 +# "Portions Copyrighted [year] [name of copyright owner]"
   68.25 +#
   68.26 +# Contributor(s):
   68.27 +#
   68.28 +# The Original Software is NetBeans. The Initial Developer of the Original
   68.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   68.30 +# Microsystems, Inc. All Rights Reserved.
   68.31 +#
   68.32 +# If you wish your version of this file to be governed by only the CDDL
   68.33 +# or only the GPL Version 2, indicate your decision by adding
   68.34 +# "[Contributor] elects to include this software in this distribution
   68.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   68.36 +# single choice of license, a recipient has the option to distribute
   68.37 +# your version of this file under either the CDDL, the GPL Version 2 or
   68.38 +# to extend the choice of license to its licensees as provided above.
   68.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   68.40 +# Version 2 license, then the option applies only if the new code is
   68.41 +# made subject to such option by the copyright holder.
   68.42  application.args=
   68.43  build.classes.dir=${build.dir}/classes
   68.44  build.classes.excludes=**/*.java,**/*.form
    69.1 --- a/visualweb.propertyeditors.resolver/library/nbproject/project.xml	Wed Oct 03 04:07:19 2007 +0000
    69.2 +++ b/visualweb.propertyeditors.resolver/library/nbproject/project.xml	Wed Oct 03 04:29:18 2007 +0000
    69.3 @@ -1,4 +1,45 @@
    69.4  <?xml version="1.0" encoding="UTF-8"?>
    69.5 +<!--
    69.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    69.7 +
    69.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    69.9 +
   69.10 +
   69.11 +The contents of this file are subject to the terms of either the GNU
   69.12 +General Public License Version 2 only ("GPL") or the Common
   69.13 +Development and Distribution License("CDDL") (collectively, the
   69.14 +"License"). You may not use this file except in compliance with the
   69.15 +License. You can obtain a copy of the License at
   69.16 +http://www.netbeans.org/cddl-gplv2.html
   69.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   69.18 +specific language governing permissions and limitations under the
   69.19 +License.  When distributing the software, include this License Header
   69.20 +Notice in each file and include the License file at
   69.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   69.22 +particular file as subject to the "Classpath" exception as provided
   69.23 +by Sun in the GPL Version 2 section of the License file that
   69.24 +accompanied this code. If applicable, add the following below the
   69.25 +License Header, with the fields enclosed by brackets [] replaced by
   69.26 +your own identifying information:
   69.27 +"Portions Copyrighted [year] [name of copyright owner]"
   69.28 +
   69.29 +Contributor(s):
   69.30 +
   69.31 +The Original Software is NetBeans. The Initial Developer of the Original
   69.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   69.33 +Microsystems, Inc. All Rights Reserved.
   69.34 +
   69.35 +If you wish your version of this file to be governed by only the CDDL
   69.36 +or only the GPL Version 2, indicate your decision by adding
   69.37 +"[Contributor] elects to include this software in this distribution
   69.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   69.39 +single choice of license, a recipient has the option to distribute
   69.40 +your version of this file under either the CDDL, the GPL Version 2 or
   69.41 +to extend the choice of license to its licensees as provided above.
   69.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   69.43 +Version 2 license, then the option applies only if the new code is
   69.44 +made subject to such option by the copyright holder.
   69.45 +-->
   69.46  <project xmlns="http://www.netbeans.org/ns/project/1">
   69.47      <type>org.netbeans.modules.java.j2seproject</type>
   69.48      <configuration>
    70.1 --- a/visualweb.propertyeditors.resolver/library/src/com/sun/rave/propertyeditors/resolver/PropertyEditorResolver.java	Wed Oct 03 04:07:19 2007 +0000
    70.2 +++ b/visualweb.propertyeditors.resolver/library/src/com/sun/rave/propertyeditors/resolver/PropertyEditorResolver.java	Wed Oct 03 04:29:18 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 2007 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  package com.sun.rave.propertyeditors.resolver;
   70.54  
    71.1 --- a/visualweb.propertyeditors.resolver/nbproject/project.properties	Wed Oct 03 04:07:19 2007 +0000
    71.2 +++ b/visualweb.propertyeditors.resolver/nbproject/project.properties	Wed Oct 03 04:29:18 2007 +0000
    71.3 @@ -1,3 +1,43 @@
    71.4 +/*
    71.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    71.6 + *
    71.7 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    71.8 + *
    71.9 + * The contents of this file are subject to the terms of either the GNU
   71.10 + * General Public License Version 2 only ("GPL") or the Common
   71.11 + * Development and Distribution License("CDDL") (collectively, the
   71.12 + * "License"). You may not use this file except in compliance with the
   71.13 + * License. You can obtain a copy of the License at
   71.14 + * http://www.netbeans.org/cddl-gplv2.html
   71.15 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   71.16 + * specific language governing permissions and limitations under the
   71.17 + * License.  When distributing the software, include this License Header
   71.18 + * Notice in each file and include the License file at
   71.19 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   71.20 + * particular file as subject to the "Classpath" exception as provided
   71.21 + * by Sun in the GPL Version 2 section of the License file that
   71.22 + * accompanied this code. If applicable, add the following below the
   71.23 + * License Header, with the fields enclosed by brackets [] replaced by
   71.24 + * your own identifying information:
   71.25 + * "Portions Copyrighted [year] [name of copyright owner]"
   71.26 + *
   71.27 + * Contributor(s):
   71.28 + *
   71.29 + * The Original Software is NetBeans. The Initial Developer of the Original
   71.30 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   71.31 + * Microsystems, Inc. All Rights Reserved.
   71.32 + *
   71.33 + * If you wish your version of this file to be governed by only the CDDL
   71.34 + * or only the GPL Version 2, indicate your decision by adding
   71.35 + * "[Contributor] elects to include this software in this distribution
   71.36 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   71.37 + * single choice of license, a recipient has the option to distribute
   71.38 + * your version of this file under either the CDDL, the GPL Version 2 or
   71.39 + * to extend the choice of license to its licensees as provided above.
   71.40 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   71.41 + * Version 2 license, then the option applies only if the new code is
   71.42 + * made subject to such option by the copyright holder.
   71.43 + */
   71.44  javac.compilerargs=-Xlint:unchecked
   71.45  javac.source=1.5
   71.46  extra.module.files=modules/ext/editor-resolver.jar
    72.1 --- a/visualweb.propertyeditors.resolver/nbproject/project.xml	Wed Oct 03 04:07:19 2007 +0000
    72.2 +++ b/visualweb.propertyeditors.resolver/nbproject/project.xml	Wed Oct 03 04:29:18 2007 +0000
    72.3 @@ -1,4 +1,45 @@
    72.4  <?xml version="1.0" encoding="UTF-8"?>
    72.5 +<!--
    72.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    72.7 +
    72.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    72.9 +
   72.10 +
   72.11 +The contents of this file are subject to the terms of either the GNU
   72.12 +General Public License Version 2 only ("GPL") or the Common
   72.13 +Development and Distribution License("CDDL") (collectively, the
   72.14 +"License"). You may not use this file except in compliance with the
   72.15 +License. You can obtain a copy of the License at
   72.16 +http://www.netbeans.org/cddl-gplv2.html
   72.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   72.18 +specific language governing permissions and limitations under the
   72.19 +License.  When distributing the software, include this License Header
   72.20 +Notice in each file and include the License file at
   72.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   72.22 +particular file as subject to the "Classpath" exception as provided
   72.23 +by Sun in the GPL Version 2 section of the License file that
   72.24 +accompanied this code. If applicable, add the following below the
   72.25 +License Header, with the fields enclosed by brackets [] replaced by
   72.26 +your own identifying information:
   72.27 +"Portions Copyrighted [year] [name of copyright owner]"
   72.28 +
   72.29 +Contributor(s):
   72.30 +
   72.31 +The Original Software is NetBeans. The Initial Developer of the Original
   72.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   72.33 +Microsystems, Inc. All Rights Reserved.
   72.34 +
   72.35 +If you wish your version of this file to be governed by only the CDDL
   72.36 +or only the GPL Version 2, indicate your decision by adding
   72.37 +"[Contributor] elects to include this software in this distribution
   72.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   72.39 +single choice of license, a recipient has the option to distribute
   72.40 +your version of this file under either the CDDL, the GPL Version 2 or
   72.41 +to extend the choice of license to its licensees as provided above.
   72.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   72.43 +Version 2 license, then the option applies only if the new code is
   72.44 +made subject to such option by the copyright holder.
   72.45 +-->
   72.46  <project xmlns="http://www.netbeans.org/ns/project/1">
   72.47      <type>org.netbeans.modules.apisupport.project</type>
   72.48      <configuration>
    73.1 --- a/visualweb.propertyeditors.resolver/src/org/netbeans/modules/visualweb/propertyeditors/resolver/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
    73.2 +++ b/visualweb.propertyeditors.resolver/src/org/netbeans/modules/visualweb/propertyeditors/resolver/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
    73.3 @@ -1,1 +1,39 @@
    73.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    73.5 +#
    73.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    73.7 +#
    73.8 +# The contents of this file are subject to the terms of either the GNU
    73.9 +# General Public License Version 2 only ("GPL") or the Common
   73.10 +# Development and Distribution License("CDDL") (collectively, the
   73.11 +# "License"). You may not use this file except in compliance with the
   73.12 +# License. You can obtain a copy of the License at
   73.13 +# http://www.netbeans.org/cddl-gplv2.html
   73.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   73.15 +# specific language governing permissions and limitations under the
   73.16 +# License.  When distributing the software, include this License Header
   73.17 +# Notice in each file and include the License file at
   73.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   73.19 +# particular file as subject to the "Classpath" exception as provided
   73.20 +# by Sun in the GPL Version 2 section of the License file that
   73.21 +# accompanied this code. If applicable, add the following below the
   73.22 +# License Header, with the fields enclosed by brackets [] replaced by
   73.23 +# your own identifying information:
   73.24 +# "Portions Copyrighted [year] [name of copyright owner]"
   73.25 +#
   73.26 +# Contributor(s):
   73.27 +#
   73.28 +# The Original Software is NetBeans. The Initial Developer of the Original
   73.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   73.30 +# Microsystems, Inc. All Rights Reserved.
   73.31 +#
   73.32 +# If you wish your version of this file to be governed by only the CDDL
   73.33 +# or only the GPL Version 2, indicate your decision by adding
   73.34 +# "[Contributor] elects to include this software in this distribution
   73.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   73.36 +# single choice of license, a recipient has the option to distribute
   73.37 +# your version of this file under either the CDDL, the GPL Version 2 or
   73.38 +# to extend the choice of license to its licensees as provided above.
   73.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   73.40 +# Version 2 license, then the option applies only if the new code is
   73.41 +# made subject to such option by the copyright holder.
   73.42  OpenIDE-Module-Name=Property Editor Resolver API
    74.1 --- a/visualweb.propertyeditors/build.xml	Wed Oct 03 04:07:19 2007 +0000
    74.2 +++ b/visualweb.propertyeditors/build.xml	Wed Oct 03 04:29:18 2007 +0000
    74.3 @@ -1,21 +1,44 @@
    74.4  <?xml version="1.0" encoding="UTF-8"?>
    74.5  <!--
    74.6 -The contents of this file are subject to the terms of the Common Development
    74.7 -and Distribution License (the License). You may not use this file except in
    74.8 -compliance with the License.
    74.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   74.10  
   74.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   74.12 -or http://www.netbeans.org/cddl.txt.
   74.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   74.14  
   74.15 -When distributing Covered Code, include this CDDL Header Notice in each file
   74.16 -and include the License file at http://www.netbeans.org/cddl.txt.
   74.17 -If applicable, add the following below the CDDL Header, with the fields
   74.18 -enclosed by brackets [] replaced by your own identifying information:
   74.19 +
   74.20 +The contents of this file are subject to the terms of either the GNU
   74.21 +General Public License Version 2 only ("GPL") or the Common
   74.22 +Development and Distribution License("CDDL") (collectively, the
   74.23 +"License"). You may not use this file except in compliance with the
   74.24 +License. You can obtain a copy of the License at
   74.25 +http://www.netbeans.org/cddl-gplv2.html
   74.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   74.27 +specific language governing permissions and limitations under the
   74.28 +License.  When distributing the software, include this License Header
   74.29 +Notice in each file and include the License file at
   74.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   74.31 +particular file as subject to the "Classpath" exception as provided
   74.32 +by Sun in the GPL Version 2 section of the License file that
   74.33 +accompanied this code. If applicable, add the following below the
   74.34 +License Header, with the fields enclosed by brackets [] replaced by
   74.35 +your own identifying information:
   74.36  "Portions Copyrighted [year] [name of copyright owner]"
   74.37  
   74.38 +Contributor(s):
   74.39 +
   74.40  The Original Software is NetBeans. The Initial Developer of the Original
   74.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   74.42  Microsystems, Inc. All Rights Reserved.
   74.43 +
   74.44 +If you wish your version of this file to be governed by only the CDDL
   74.45 +or only the GPL Version 2, indicate your decision by adding
   74.46 +"[Contributor] elects to include this software in this distribution
   74.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   74.48 +single choice of license, a recipient has the option to distribute
   74.49 +your version of this file under either the CDDL, the GPL Version 2 or
   74.50 +to extend the choice of license to its licensees as provided above.
   74.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
   74.52 +Version 2 license, then the option applies only if the new code is
   74.53 +made subject to such option by the copyright holder.
   74.54  -->
   74.55  
   74.56  
    75.1 --- a/visualweb.propertyeditors/nbproject/project.properties	Wed Oct 03 04:07:19 2007 +0000
    75.2 +++ b/visualweb.propertyeditors/nbproject/project.properties	Wed Oct 03 04:29:18 2007 +0000
    75.3 @@ -1,5 +1,16 @@
    75.4  # Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    75.5  
    75.6 +If you wish your version of this file to be governed by only the CDDL
    75.7 +or only the GPL Version 2, indicate your decision by adding
    75.8 +"[Contributor] elects to include this software in this distribution
    75.9 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   75.10 +single choice of license, a recipient has the option to distribute
   75.11 +your version of this file under either the CDDL, the GPL Version 2 or
   75.12 +to extend the choice of license to its licensees as provided above.
   75.13 +However, if you add GPL Version 2 code and therefore, elected the GPL
   75.14 +Version 2 license, then the option applies only if the new code is
   75.15 +made subject to such option by the copyright holder.
   75.16 +
   75.17  build.compiler.deprecation=false
   75.18  javac.compilerargs=-Xlint:unchecked
   75.19  javac.source=1.5
    76.1 --- a/visualweb.propertyeditors/nbproject/project.xml	Wed Oct 03 04:07:19 2007 +0000
    76.2 +++ b/visualweb.propertyeditors/nbproject/project.xml	Wed Oct 03 04:29:18 2007 +0000
    76.3 @@ -1,4 +1,45 @@
    76.4  <?xml version="1.0" encoding="UTF-8"?>
    76.5 +<!--
    76.6 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    76.7 +
    76.8 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    76.9 +
   76.10 +
   76.11 +The contents of this file are subject to the terms of either the GNU
   76.12 +General Public License Version 2 only ("GPL") or the Common
   76.13 +Development and Distribution License("CDDL") (collectively, the
   76.14 +"License"). You may not use this file except in compliance with the
   76.15 +License. You can obtain a copy of the License at
   76.16 +http://www.netbeans.org/cddl-gplv2.html
   76.17 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   76.18 +specific language governing permissions and limitations under the
   76.19 +License.  When distributing the software, include this License Header
   76.20 +Notice in each file and include the License file at
   76.21 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   76.22 +particular file as subject to the "Classpath" exception as provided
   76.23 +by Sun in the GPL Version 2 section of the License file that
   76.24 +accompanied this code. If applicable, add the following below the
   76.25 +License Header, with the fields enclosed by brackets [] replaced by
   76.26 +your own identifying information:
   76.27 +"Portions Copyrighted [year] [name of copyright owner]"
   76.28 +
   76.29 +Contributor(s):
   76.30 +
   76.31 +The Original Software is NetBeans. The Initial Developer of the Original
   76.32 +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   76.33 +Microsystems, Inc. All Rights Reserved.
   76.34 +
   76.35 +If you wish your version of this file to be governed by only the CDDL
   76.36 +or only the GPL Version 2, indicate your decision by adding
   76.37 +"[Contributor] elects to include this software in this distribution
   76.38 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   76.39 +single choice of license, a recipient has the option to distribute
   76.40 +your version of this file under either the CDDL, the GPL Version 2 or
   76.41 +to extend the choice of license to its licensees as provided above.
   76.42 +However, if you add GPL Version 2 code and therefore, elected the GPL
   76.43 +Version 2 license, then the option applies only if the new code is
   76.44 +made subject to such option by the copyright holder.
   76.45 +-->
   76.46  <project xmlns="http://www.netbeans.org/ns/project/1">
   76.47      <type>org.netbeans.modules.apisupport.project</type>
   76.48      <configuration>
    77.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/Action.java	Wed Oct 03 04:07:19 2007 +0000
    77.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/Action.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   77.54  
    78.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/ConverterPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    78.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/ConverterPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   78.54  
    79.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/JavaScriptPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    79.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/JavaScriptPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   79.54  
    80.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/MethodBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    80.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/MethodBindingPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   80.54  
    81.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/PropCategories.java	Wed Oct 03 04:07:19 2007 +0000
    81.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/PropCategories.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   81.54  
    82.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/PropertyDescriptorBase.java	Wed Oct 03 04:07:19 2007 +0000
    82.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/PropertyDescriptorBase.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   82.54  
    83.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePanel.java	Wed Oct 03 04:07:19 2007 +0000
    83.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePanel.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   83.54  
    84.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    84.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/RangePropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   84.54  
    85.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringCustomEditor.java	Wed Oct 03 04:07:19 2007 +0000
    85.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringCustomEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   85.54  
    86.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringEditor.java	Wed Oct 03 04:07:19 2007 +0000
    86.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/RaveStringEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   86.54  
    87.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithNoCr.java	Wed Oct 03 04:07:19 2007 +0000
    87.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithNoCr.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std;
   87.54  
    88.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithShortDescription.java	Wed Oct 03 04:07:19 2007 +0000
    88.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/StringEditorWithShortDescription.java	Wed Oct 03 04:29:18 2007 +0000
    88.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   88.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   88.40   * Microsystems, Inc. All Rights Reserved.
   88.41 + *
   88.42 + * If you wish your version of this file to be governed by only the CDDL
   88.43 + * or only the GPL Version 2, indicate your decision by adding
   88.44 + * "[Contributor] elects to include this software in this distribution
   88.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   88.46 + * single choice of license, a recipient has the option to distribute
   88.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   88.48 + * to extend the choice of license to its licensees as provided above.
   88.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   88.50 + * Version 2 license, then the option applies only if the new code is
   88.51 + * made subject to such option by the copyright holder.
   88.52   */
   88.53  package com.sun.jsfcl.std;
   88.54  
    89.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPanel.java	Wed Oct 03 04:07:19 2007 +0000
    89.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPanel.java	Wed Oct 03 04:29:18 2007 +0000
    89.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   89.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   89.40   * Microsystems, Inc. All Rights Reserved.
   89.41 + *
   89.42 + * If you wish your version of this file to be governed by only the CDDL
   89.43 + * or only the GPL Version 2, indicate your decision by adding
   89.44 + * "[Contributor] elects to include this software in this distribution
   89.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   89.46 + * single choice of license, a recipient has the option to distribute
   89.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   89.48 + * to extend the choice of license to its licensees as provided above.
   89.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   89.50 + * Version 2 license, then the option applies only if the new code is
   89.51 + * made subject to such option by the copyright holder.
   89.52   */
   89.53  package com.sun.jsfcl.std;
   89.54  
    90.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    90.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/URLPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
    90.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   90.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   90.40   * Microsystems, Inc. All Rights Reserved.
   90.41 + *
   90.42 + * If you wish your version of this file to be governed by only the CDDL
   90.43 + * or only the GPL Version 2, indicate your decision by adding
   90.44 + * "[Contributor] elects to include this software in this distribution
   90.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   90.46 + * single choice of license, a recipient has the option to distribute
   90.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   90.48 + * to extend the choice of license to its licensees as provided above.
   90.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   90.50 + * Version 2 license, then the option applies only if the new code is
   90.51 + * made subject to such option by the copyright holder.
   90.52   */
   90.53  package com.sun.jsfcl.std;
   90.54  
    91.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/UiComponentIdPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    91.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/UiComponentIdPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
    91.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   91.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   91.40   * Microsystems, Inc. All Rights Reserved.
   91.41 + *
   91.42 + * If you wish your version of this file to be governed by only the CDDL
   91.43 + * or only the GPL Version 2, indicate your decision by adding
   91.44 + * "[Contributor] elects to include this software in this distribution
   91.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   91.46 + * single choice of license, a recipient has the option to distribute
   91.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   91.48 + * to extend the choice of license to its licensees as provided above.
   91.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   91.50 + * Version 2 license, then the option applies only if the new code is
   91.51 + * made subject to such option by the copyright holder.
   91.52   */
   91.53  package com.sun.jsfcl.std;
   91.54  
    92.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/ValidatorRefPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    92.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/ValidatorRefPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
    92.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   92.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   92.40   * Microsystems, Inc. All Rights Reserved.
   92.41 + *
   92.42 + * If you wish your version of this file to be governed by only the CDDL
   92.43 + * or only the GPL Version 2, indicate your decision by adding
   92.44 + * "[Contributor] elects to include this software in this distribution
   92.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   92.46 + * single choice of license, a recipient has the option to distribute
   92.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   92.48 + * to extend the choice of license to its licensees as provided above.
   92.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   92.50 + * Version 2 license, then the option applies only if the new code is
   92.51 + * made subject to such option by the copyright holder.
   92.52   */
   92.53  package com.sun.jsfcl.std;
   92.54  
    93.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/ValueBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    93.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/ValueBindingPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
    93.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   93.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   93.40   * Microsystems, Inc. All Rights Reserved.
   93.41 + *
   93.42 + * If you wish your version of this file to be governed by only the CDDL
   93.43 + * or only the GPL Version 2, indicate your decision by adding
   93.44 + * "[Contributor] elects to include this software in this distribution
   93.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   93.46 + * single choice of license, a recipient has the option to distribute
   93.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   93.48 + * to extend the choice of license to its licensees as provided above.
   93.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   93.50 + * Version 2 license, then the option applies only if the new code is
   93.51 + * made subject to such option by the copyright holder.
   93.52   */
   93.53  package com.sun.jsfcl.std;
   93.54  
    94.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/package.html	Wed Oct 03 04:07:19 2007 +0000
    94.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/package.html	Wed Oct 03 04:29:18 2007 +0000
    94.3 @@ -1,20 +1,43 @@
    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 +
   94.19 +The contents of this file are subject to the terms of either the GNU
   94.20 +General Public License Version 2 only ("GPL") or the Common
   94.21 +Development and Distribution License("CDDL") (collectively, the
   94.22 +"License"). You may not use this file except in compliance with the
   94.23 +License. You can obtain a copy of the License at
   94.24 +http://www.netbeans.org/cddl-gplv2.html
   94.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   94.26 +specific language governing permissions and limitations under the
   94.27 +License.  When distributing the software, include this License Header
   94.28 +Notice in each file and include the License file at
   94.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   94.30 +particular file as subject to the "Classpath" exception as provided
   94.31 +by Sun in the GPL Version 2 section of the License file that
   94.32 +accompanied this code. If applicable, add the following below the
   94.33 +License Header, with the fields enclosed by brackets [] replaced by
   94.34 +your own identifying information:
   94.35  "Portions Copyrighted [year] [name of copyright owner]"
   94.36  
   94.37 +Contributor(s):
   94.38 +
   94.39  The Original Software is NetBeans. The Initial Developer of the Original
   94.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   94.41  Microsystems, Inc. All Rights Reserved.
   94.42 +
   94.43 +If you wish your version of this file to be governed by only the CDDL
   94.44 +or only the GPL Version 2, indicate your decision by adding
   94.45 +"[Contributor] elects to include this software in this distribution
   94.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   94.47 +single choice of license, a recipient has the option to distribute
   94.48 +your version of this file under either the CDDL, the GPL Version 2 or
   94.49 +to extend the choice of license to its licensees as provided above.
   94.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
   94.51 +Version 2 license, then the option applies only if the new code is
   94.52 +made subject to such option by the copyright holder.
   94.53  -->
   94.54  
   94.55  <html>
    95.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
    95.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
    95.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   95.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   95.40   * Microsystems, Inc. All Rights Reserved.
   95.41 + *
   95.42 + * If you wish your version of this file to be governed by only the CDDL
   95.43 + * or only the GPL Version 2, indicate your decision by adding
   95.44 + * "[Contributor] elects to include this software in this distribution
   95.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   95.46 + * single choice of license, a recipient has the option to distribute
   95.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   95.48 + * to extend the choice of license to its licensees as provided above.
   95.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   95.50 + * Version 2 license, then the option applies only if the new code is
   95.51 + * made subject to such option by the copyright holder.
   95.52   */
   95.53  package com.sun.jsfcl.std.property;
   95.54  
    96.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyJPanel.java	Wed Oct 03 04:07:19 2007 +0000
    96.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/AbstractPropertyJPanel.java	Wed Oct 03 04:29:18 2007 +0000
    96.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   96.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   96.40   * Microsystems, Inc. All Rights Reserved.
   96.41 + *
   96.42 + * If you wish your version of this file to be governed by only the CDDL
   96.43 + * or only the GPL Version 2, indicate your decision by adding
   96.44 + * "[Contributor] elects to include this software in this distribution
   96.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   96.46 + * single choice of license, a recipient has the option to distribute
   96.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   96.48 + * to extend the choice of license to its licensees as provided above.
   96.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   96.50 + * Version 2 license, then the option applies only if the new code is
   96.51 + * made subject to such option by the copyright holder.
   96.52   */
   96.53  package com.sun.jsfcl.std.property;
   96.54  
    97.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/BundleHolder.java	Wed Oct 03 04:07:19 2007 +0000
    97.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/BundleHolder.java	Wed Oct 03 04:29:18 2007 +0000
    97.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   97.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   97.40   * Microsystems, Inc. All Rights Reserved.
   97.41 + *
   97.42 + * If you wish your version of this file to be governed by only the CDDL
   97.43 + * or only the GPL Version 2, indicate your decision by adding
   97.44 + * "[Contributor] elects to include this software in this distribution
   97.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   97.46 + * single choice of license, a recipient has the option to distribute
   97.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   97.48 + * to extend the choice of license to its licensees as provided above.
   97.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   97.50 + * Version 2 license, then the option applies only if the new code is
   97.51 + * made subject to such option by the copyright holder.
   97.52   */
   97.53  package com.sun.jsfcl.std.property;
   97.54  
    98.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeData.java	Wed Oct 03 04:07:19 2007 +0000
    98.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeData.java	Wed Oct 03 04:29:18 2007 +0000
    98.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   98.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   98.40   * Microsystems, Inc. All Rights Reserved.
   98.41 + *
   98.42 + * If you wish your version of this file to be governed by only the CDDL
   98.43 + * or only the GPL Version 2, indicate your decision by adding
   98.44 + * "[Contributor] elects to include this software in this distribution
   98.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   98.46 + * single choice of license, a recipient has the option to distribute
   98.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   98.48 + * to extend the choice of license to its licensees as provided above.
   98.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   98.50 + * Version 2 license, then the option applies only if the new code is
   98.51 + * made subject to such option by the copyright holder.
   98.52   */
   98.53  package com.sun.jsfcl.std.property;
   98.54  
    99.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTreeCellRenderer.java	Wed Oct 03 04:07:19 2007 +0000
    99.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTreeCellRenderer.java	Wed Oct 03 04:29:18 2007 +0000
    99.3 @@ -1,20 +1,42 @@
    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   * The Original Software is NetBeans. The Initial Developer of the Original
   99.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   99.40   * Microsystems, Inc. All Rights Reserved.
   99.41 + *
   99.42 + * If you wish your version of this file to be governed by only the CDDL
   99.43 + * or only the GPL Version 2, indicate your decision by adding
   99.44 + * "[Contributor] elects to include this software in this distribution
   99.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   99.46 + * single choice of license, a recipient has the option to distribute
   99.47 + * your version of this file under either the CDDL, the GPL Version 2 or
   99.48 + * to extend the choice of license to its licensees as provided above.
   99.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   99.50 + * Version 2 license, then the option applies only if the new code is
   99.51 + * made subject to such option by the copyright holder.
   99.52   */
   99.53  package com.sun.jsfcl.std.property;
   99.54  
   100.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTwoColumnTreeCellRenderer.java	Wed Oct 03 04:07:19 2007 +0000
   100.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyNodeDataTwoColumnTreeCellRenderer.java	Wed Oct 03 04:29:18 2007 +0000
   100.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  100.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  100.40   * Microsystems, Inc. All Rights Reserved.
  100.41 + *
  100.42 + * If you wish your version of this file to be governed by only the CDDL
  100.43 + * or only the GPL Version 2, indicate your decision by adding
  100.44 + * "[Contributor] elects to include this software in this distribution
  100.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  100.46 + * single choice of license, a recipient has the option to distribute
  100.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  100.48 + * to extend the choice of license to its licensees as provided above.
  100.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  100.50 + * Version 2 license, then the option applies only if the new code is
  100.51 + * made subject to such option by the copyright holder.
  100.52   */
  100.53  package com.sun.jsfcl.std.property;
  100.54  
   101.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPanel.java	Wed Oct 03 04:07:19 2007 +0000
   101.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPanel.java	Wed Oct 03 04:29:18 2007 +0000
   101.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  101.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  101.40   * Microsystems, Inc. All Rights Reserved.
  101.41 + *
  101.42 + * If you wish your version of this file to be governed by only the CDDL
  101.43 + * or only the GPL Version 2, indicate your decision by adding
  101.44 + * "[Contributor] elects to include this software in this distribution
  101.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  101.46 + * single choice of license, a recipient has the option to distribute
  101.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  101.48 + * to extend the choice of license to its licensees as provided above.
  101.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  101.50 + * Version 2 license, then the option applies only if the new code is
  101.51 + * made subject to such option by the copyright holder.
  101.52   */
  101.53  package com.sun.jsfcl.std.property;
  101.54  
   102.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   102.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyOfManyReferenceDataPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   102.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  102.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  102.40   * Microsystems, Inc. All Rights Reserved.
  102.41 + *
  102.42 + * If you wish your version of this file to be governed by only the CDDL
  102.43 + * or only the GPL Version 2, indicate your decision by adding
  102.44 + * "[Contributor] elects to include this software in this distribution
  102.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  102.46 + * single choice of license, a recipient has the option to distribute
  102.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  102.48 + * to extend the choice of license to its licensees as provided above.
  102.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  102.50 + * Version 2 license, then the option applies only if the new code is
  102.51 + * made subject to such option by the copyright holder.
  102.52   */
  102.53  package com.sun.jsfcl.std.property;
  102.54  
   103.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPanel.java	Wed Oct 03 04:07:19 2007 +0000
   103.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPanel.java	Wed Oct 03 04:29:18 2007 +0000
   103.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  103.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  103.40   * Microsystems, Inc. All Rights Reserved.
  103.41 + *
  103.42 + * If you wish your version of this file to be governed by only the CDDL
  103.43 + * or only the GPL Version 2, indicate your decision by adding
  103.44 + * "[Contributor] elects to include this software in this distribution
  103.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  103.46 + * single choice of license, a recipient has the option to distribute
  103.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  103.48 + * to extend the choice of license to its licensees as provided above.
  103.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  103.50 + * Version 2 license, then the option applies only if the new code is
  103.51 + * made subject to such option by the copyright holder.
  103.52   */
  103.53  package com.sun.jsfcl.std.property;
  103.54  
   104.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   104.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseManyReferenceDataPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   104.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  104.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  104.40   * Microsystems, Inc. All Rights Reserved.
  104.41 + *
  104.42 + * If you wish your version of this file to be governed by only the CDDL
  104.43 + * or only the GPL Version 2, indicate your decision by adding
  104.44 + * "[Contributor] elects to include this software in this distribution
  104.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  104.46 + * single choice of license, a recipient has the option to distribute
  104.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  104.48 + * to extend the choice of license to its licensees as provided above.
  104.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  104.50 + * Version 2 license, then the option applies only if the new code is
  104.51 + * made subject to such option by the copyright holder.
  104.52   */
  104.53  package com.sun.jsfcl.std.property;
  104.54  
   105.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPanel.java	Wed Oct 03 04:07:19 2007 +0000
   105.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPanel.java	Wed Oct 03 04:29:18 2007 +0000
   105.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  105.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  105.40   * Microsystems, Inc. All Rights Reserved.
  105.41 + *
  105.42 + * If you wish your version of this file to be governed by only the CDDL
  105.43 + * or only the GPL Version 2, indicate your decision by adding
  105.44 + * "[Contributor] elects to include this software in this distribution
  105.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  105.46 + * single choice of license, a recipient has the option to distribute
  105.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  105.48 + * to extend the choice of license to its licensees as provided above.
  105.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  105.50 + * Version 2 license, then the option applies only if the new code is
  105.51 + * made subject to such option by the copyright holder.
  105.52   */
  105.53  package com.sun.jsfcl.std.property;
  105.54  
   106.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   106.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ChooseOneReferenceDataPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   106.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  106.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  106.40   * Microsystems, Inc. All Rights Reserved.
  106.41 + *
  106.42 + * If you wish your version of this file to be governed by only the CDDL
  106.43 + * or only the GPL Version 2, indicate your decision by adding
  106.44 + * "[Contributor] elects to include this software in this distribution
  106.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  106.46 + * single choice of license, a recipient has the option to distribute
  106.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  106.48 + * to extend the choice of license to its licensees as provided above.
  106.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  106.50 + * Version 2 license, then the option applies only if the new code is
  106.51 + * made subject to such option by the copyright holder.
  106.52   */
  106.53  package com.sun.jsfcl.std.property;
  106.54  
   107.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPanel.java	Wed Oct 03 04:07:19 2007 +0000
   107.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPanel.java	Wed Oct 03 04:29:18 2007 +0000
   107.3 @@ -1,20 +1,42 @@
   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   * The Original Software is NetBeans. The Initial Developer of the Original
  107.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  107.40   * Microsystems, Inc. All Rights Reserved.
  107.41 + *
  107.42 + * If you wish your version of this file to be governed by only the CDDL
  107.43 + * or only the GPL Version 2, indicate your decision by adding
  107.44 + * "[Contributor] elects to include this software in this distribution
  107.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  107.46 + * single choice of license, a recipient has the option to distribute
  107.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  107.48 + * to extend the choice of license to its licensees as provided above.
  107.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  107.50 + * Version 2 license, then the option applies only if the new code is
  107.51 + * made subject to such option by the copyright holder.
  107.52   */
  107.53  package com.sun.jsfcl.std.property;
  107.54  
   108.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   108.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DateTimePatternPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   108.3 @@ -1,20 +1,42 @@
   108.4  /*
   108.5 - * The contents of this file are subject to the terms of the Common Development
   108.6 - * and Distribution License (the License). You may not use this file except in
   108.7 - * compliance with the License.
   108.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   108.9   *
  108.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  108.11 - * or http://www.netbeans.org/cddl.txt.
  108.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  108.13   *
  108.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  108.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  108.16 - * If applicable, add the following below the CDDL Header, with the fields
  108.17 - * enclosed by brackets [] replaced by your own identifying information:
  108.18 + * The contents of this file are subject to the terms of either the GNU
  108.19 + * General Public License Version 2 only ("GPL") or the Common
  108.20 + * Development and Distribution License("CDDL") (collectively, the
  108.21 + * "License"). You may not use this file except in compliance with the
  108.22 + * License. You can obtain a copy of the License at
  108.23 + * http://www.netbeans.org/cddl-gplv2.html
  108.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  108.25 + * specific language governing permissions and limitations under the
  108.26 + * License.  When distributing the software, include this License Header
  108.27 + * Notice in each file and include the License file at
  108.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  108.29 + * particular file as subject to the "Classpath" exception as provided
  108.30 + * by Sun in the GPL Version 2 section of the License file that
  108.31 + * accompanied this code. If applicable, add the following below the
  108.32 + * License Header, with the fields enclosed by brackets [] replaced by
  108.33 + * your own identifying information:
  108.34   * "Portions Copyrighted [year] [name of copyright owner]"
  108.35   *
  108.36 + * Contributor(s):
  108.37 + *
  108.38   * The Original Software is NetBeans. The Initial Developer of the Original
  108.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  108.40   * Microsystems, Inc. All Rights Reserved.
  108.41 + *
  108.42 + * If you wish your version of this file to be governed by only the CDDL
  108.43 + * or only the GPL Version 2, indicate your decision by adding
  108.44 + * "[Contributor] elects to include this software in this distribution
  108.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  108.46 + * single choice of license, a recipient has the option to distribute
  108.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  108.48 + * to extend the choice of license to its licensees as provided above.
  108.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  108.50 + * Version 2 license, then the option applies only if the new code is
  108.51 + * made subject to such option by the copyright holder.
  108.52   */
  108.53  package com.sun.jsfcl.std.property;
  108.54  
   109.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DoublePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   109.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/DoublePropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   109.3 @@ -1,20 +1,42 @@
   109.4  /*
   109.5 - * The contents of this file are subject to the terms of the Common Development
   109.6 - * and Distribution License (the License). You may not use this file except in
   109.7 - * compliance with the License.
   109.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   109.9   *
  109.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  109.11 - * or http://www.netbeans.org/cddl.txt.
  109.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  109.13   *
  109.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  109.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  109.16 - * If applicable, add the following below the CDDL Header, with the fields
  109.17 - * enclosed by brackets [] replaced by your own identifying information:
  109.18 + * The contents of this file are subject to the terms of either the GNU
  109.19 + * General Public License Version 2 only ("GPL") or the Common
  109.20 + * Development and Distribution License("CDDL") (collectively, the
  109.21 + * "License"). You may not use this file except in compliance with the
  109.22 + * License. You can obtain a copy of the License at
  109.23 + * http://www.netbeans.org/cddl-gplv2.html
  109.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  109.25 + * specific language governing permissions and limitations under the
  109.26 + * License.  When distributing the software, include this License Header
  109.27 + * Notice in each file and include the License file at
  109.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  109.29 + * particular file as subject to the "Classpath" exception as provided
  109.30 + * by Sun in the GPL Version 2 section of the License file that
  109.31 + * accompanied this code. If applicable, add the following below the
  109.32 + * License Header, with the fields enclosed by brackets [] replaced by
  109.33 + * your own identifying information:
  109.34   * "Portions Copyrighted [year] [name of copyright owner]"
  109.35   *
  109.36 + * Contributor(s):
  109.37 + *
  109.38   * The Original Software is NetBeans. The Initial Developer of the Original
  109.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  109.40   * Microsystems, Inc. All Rights Reserved.
  109.41 + *
  109.42 + * If you wish your version of this file to be governed by only the CDDL
  109.43 + * or only the GPL Version 2, indicate your decision by adding
  109.44 + * "[Contributor] elects to include this software in this distribution
  109.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  109.46 + * single choice of license, a recipient has the option to distribute
  109.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  109.48 + * to extend the choice of license to its licensees as provided above.
  109.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  109.50 + * Version 2 license, then the option applies only if the new code is
  109.51 + * made subject to such option by the copyright holder.
  109.52   */
  109.53  package com.sun.jsfcl.std.property;
  109.54  
   110.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/IntegerPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   110.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/IntegerPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   110.3 @@ -1,20 +1,42 @@
   110.4  /*
   110.5 - * The contents of this file are subject to the terms of the Common Development
   110.6 - * and Distribution License (the License). You may not use this file except in
   110.7 - * compliance with the License.
   110.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   110.9   *
  110.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  110.11 - * or http://www.netbeans.org/cddl.txt.
  110.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  110.13   *
  110.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  110.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  110.16 - * If applicable, add the following below the CDDL Header, with the fields
  110.17 - * enclosed by brackets [] replaced by your own identifying information:
  110.18 + * The contents of this file are subject to the terms of either the GNU
  110.19 + * General Public License Version 2 only ("GPL") or the Common
  110.20 + * Development and Distribution License("CDDL") (collectively, the
  110.21 + * "License"). You may not use this file except in compliance with the
  110.22 + * License. You can obtain a copy of the License at
  110.23 + * http://www.netbeans.org/cddl-gplv2.html
  110.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  110.25 + * specific language governing permissions and limitations under the
  110.26 + * License.  When distributing the software, include this License Header
  110.27 + * Notice in each file and include the License file at
  110.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  110.29 + * particular file as subject to the "Classpath" exception as provided
  110.30 + * by Sun in the GPL Version 2 section of the License file that
  110.31 + * accompanied this code. If applicable, add the following below the
  110.32 + * License Header, with the fields enclosed by brackets [] replaced by
  110.33 + * your own identifying information:
  110.34   * "Portions Copyrighted [year] [name of copyright owner]"
  110.35   *
  110.36 + * Contributor(s):
  110.37 + *
  110.38   * The Original Software is NetBeans. The Initial Developer of the Original
  110.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  110.40   * Microsystems, Inc. All Rights Reserved.
  110.41 + *
  110.42 + * If you wish your version of this file to be governed by only the CDDL
  110.43 + * or only the GPL Version 2, indicate your decision by adding
  110.44 + * "[Contributor] elects to include this software in this distribution
  110.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  110.46 + * single choice of license, a recipient has the option to distribute
  110.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  110.48 + * to extend the choice of license to its licensees as provided above.
  110.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  110.50 + * Version 2 license, then the option applies only if the new code is
  110.51 + * made subject to such option by the copyright holder.
  110.52   */
  110.53  package com.sun.jsfcl.std.property;
  110.54  
   111.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LengthValuePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   111.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LengthValuePropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  111.54  
   112.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LocalizedMessageRuntimeException.java	Wed Oct 03 04:07:19 2007 +0000
   112.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LocalizedMessageRuntimeException.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  112.54  
   113.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LongPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   113.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/LongPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  113.54  
   114.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NewReferenceDataItemDialog.java	Wed Oct 03 04:07:19 2007 +0000
   114.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NewReferenceDataItemDialog.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  114.54  
   115.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberConverterTypePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   115.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberConverterTypePropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  115.54  
   116.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPanel.java	Wed Oct 03 04:07:19 2007 +0000
   116.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPanel.java	Wed Oct 03 04:29:18 2007 +0000
   116.3 @@ -1,20 +1,42 @@
   116.4  /*
   116.5 - * The contents of this file are subject to the terms of the Common Development
   116.6 - * and Distribution License (the License). You may not use this file except in
   116.7 - * compliance with the License.
   116.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   116.9   *
  116.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  116.11 - * or http://www.netbeans.org/cddl.txt.
  116.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  116.13   *
  116.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  116.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  116.16 - * If applicable, add the following below the CDDL Header, with the fields
  116.17 - * enclosed by brackets [] replaced by your own identifying information:
  116.18 + * The contents of this file are subject to the terms of either the GNU
  116.19 + * General Public License Version 2 only ("GPL") or the Common
  116.20 + * Development and Distribution License("CDDL") (collectively, the
  116.21 + * "License"). You may not use this file except in compliance with the
  116.22 + * License. You can obtain a copy of the License at
  116.23 + * http://www.netbeans.org/cddl-gplv2.html
  116.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  116.25 + * specific language governing permissions and limitations under the
  116.26 + * License.  When distributing the software, include this License Header
  116.27 + * Notice in each file and include the License file at
  116.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  116.29 + * particular file as subject to the "Classpath" exception as provided
  116.30 + * by Sun in the GPL Version 2 section of the License file that
  116.31 + * accompanied this code. If applicable, add the following below the
  116.32 + * License Header, with the fields enclosed by brackets [] replaced by
  116.33 + * your own identifying information:
  116.34   * "Portions Copyrighted [year] [name of copyright owner]"
  116.35   *
  116.36 + * Contributor(s):
  116.37 + *
  116.38   * The Original Software is NetBeans. The Initial Developer of the Original
  116.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  116.40   * Microsystems, Inc. All Rights Reserved.
  116.41 + *
  116.42 + * If you wish your version of this file to be governed by only the CDDL
  116.43 + * or only the GPL Version 2, indicate your decision by adding
  116.44 + * "[Contributor] elects to include this software in this distribution
  116.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  116.46 + * single choice of license, a recipient has the option to distribute
  116.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  116.48 + * to extend the choice of license to its licensees as provided above.
  116.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  116.50 + * Version 2 license, then the option applies only if the new code is
  116.51 + * made subject to such option by the copyright holder.
  116.52   */
  116.53  package com.sun.jsfcl.std.property;
  116.54  
   117.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   117.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPatternPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  117.54  
   118.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   118.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/NumberPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   118.3 @@ -1,20 +1,42 @@
   118.4  /*
   118.5 - * The contents of this file are subject to the terms of the Common Development
   118.6 - * and Distribution License (the License). You may not use this file except in
   118.7 - * compliance with the License.
   118.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   118.9   *
  118.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  118.11 - * or http://www.netbeans.org/cddl.txt.
  118.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  118.13   *
  118.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  118.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  118.16 - * If applicable, add the following below the CDDL Header, with the fields
  118.17 - * enclosed by brackets [] replaced by your own identifying information:
  118.18 + * The contents of this file are subject to the terms of either the GNU
  118.19 + * General Public License Version 2 only ("GPL") or the Common
  118.20 + * Development and Distribution License("CDDL") (collectively, the
  118.21 + * "License"). You may not use this file except in compliance with the
  118.22 + * License. You can obtain a copy of the License at
  118.23 + * http://www.netbeans.org/cddl-gplv2.html
  118.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  118.25 + * specific language governing permissions and limitations under the
  118.26 + * License.  When distributing the software, include this License Header
  118.27 + * Notice in each file and include the License file at
  118.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  118.29 + * particular file as subject to the "Classpath" exception as provided
  118.30 + * by Sun in the GPL Version 2 section of the License file that
  118.31 + * accompanied this code. If applicable, add the following below the
  118.32 + * License Header, with the fields enclosed by brackets [] replaced by
  118.33 + * your own identifying information:
  118.34   * "Portions Copyrighted [year] [name of copyright owner]"
  118.35   *
  118.36 + * Contributor(s):
  118.37 + *
  118.38   * The Original Software is NetBeans. The Initial Developer of the Original
  118.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  118.40   * Microsystems, Inc. All Rights Reserved.
  118.41 + *
  118.42 + * If you wish your version of this file to be governed by only the CDDL
  118.43 + * or only the GPL Version 2, indicate your decision by adding
  118.44 + * "[Contributor] elects to include this software in this distribution
  118.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  118.46 + * single choice of license, a recipient has the option to distribute
  118.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  118.48 + * to extend the choice of license to its licensees as provided above.
  118.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  118.50 + * Version 2 license, then the option applies only if the new code is
  118.51 + * made subject to such option by the copyright holder.
  118.52   */
  118.53  package com.sun.jsfcl.std.property;
  118.54  
   119.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataListCellRenderer.java	Wed Oct 03 04:07:19 2007 +0000
   119.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataListCellRenderer.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  119.54  
   120.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataTwoColumnListCellRenderer.java	Wed Oct 03 04:07:19 2007 +0000
   120.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/ReferenceDataTwoColumnListCellRenderer.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  120.54  
   121.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPanel.java	Wed Oct 03 04:07:19 2007 +0000
   121.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPanel.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  121.54  
   122.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   122.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/SingleChoiceListPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.property;
  122.54  
   123.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/package.html	Wed Oct 03 04:07:19 2007 +0000
   123.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/property/package.html	Wed Oct 03 04:29:18 2007 +0000
   123.3 @@ -1,20 +1,43 @@
   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 +
  123.19 +The contents of this file are subject to the terms of either the GNU
  123.20 +General Public License Version 2 only ("GPL") or the Common
  123.21 +Development and Distribution License("CDDL") (collectively, the
  123.22 +"License"). You may not use this file except in compliance with the
  123.23 +License. You can obtain a copy of the License at
  123.24 +http://www.netbeans.org/cddl-gplv2.html
  123.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  123.26 +specific language governing permissions and limitations under the
  123.27 +License.  When distributing the software, include this License Header
  123.28 +Notice in each file and include the License file at
  123.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  123.30 +particular file as subject to the "Classpath" exception as provided
  123.31 +by Sun in the GPL Version 2 section of the License file that
  123.32 +accompanied this code. If applicable, add the following below the
  123.33 +License Header, with the fields enclosed by brackets [] replaced by
  123.34 +your own identifying information:
  123.35  "Portions Copyrighted [year] [name of copyright owner]"
  123.36  
  123.37 +Contributor(s):
  123.38 +
  123.39  The Original Software is NetBeans. The Initial Developer of the Original
  123.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  123.41  Microsystems, Inc. All Rights Reserved.
  123.42 +
  123.43 +If you wish your version of this file to be governed by only the CDDL
  123.44 +or only the GPL Version 2, indicate your decision by adding
  123.45 +"[Contributor] elects to include this software in this distribution
  123.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  123.47 +single choice of license, a recipient has the option to distribute
  123.48 +your version of this file under either the CDDL, the GPL Version 2 or
  123.49 +to extend the choice of license to its licensees as provided above.
  123.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  123.51 +Version 2 license, then the option applies only if the new code is
  123.52 +made subject to such option by the copyright holder.
  123.53  -->
  123.54  
  123.55  <html>
   124.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BaseReferenceData.java	Wed Oct 03 04:07:19 2007 +0000
   124.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BaseReferenceData.java	Wed Oct 03 04:29:18 2007 +0000
   124.3 @@ -1,20 +1,42 @@
   124.4  /*
   124.5 - * The contents of this file are subject to the terms of the Common Development
   124.6 - * and Distribution License (the License). You may not use this file except in
   124.7 - * compliance with the License.
   124.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   124.9   *
  124.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  124.11 - * or http://www.netbeans.org/cddl.txt.
  124.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  124.13   *
  124.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  124.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  124.16 - * If applicable, add the following below the CDDL Header, with the fields
  124.17 - * enclosed by brackets [] replaced by your own identifying information:
  124.18 + * The contents of this file are subject to the terms of either the GNU
  124.19 + * General Public License Version 2 only ("GPL") or the Common
  124.20 + * Development and Distribution License("CDDL") (collectively, the
  124.21 + * "License"). You may not use this file except in compliance with the
  124.22 + * License. You can obtain a copy of the License at
  124.23 + * http://www.netbeans.org/cddl-gplv2.html
  124.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  124.25 + * specific language governing permissions and limitations under the
  124.26 + * License.  When distributing the software, include this License Header
  124.27 + * Notice in each file and include the License file at
  124.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  124.29 + * particular file as subject to the "Classpath" exception as provided
  124.30 + * by Sun in the GPL Version 2 section of the License file that
  124.31 + * accompanied this code. If applicable, add the following below the
  124.32 + * License Header, with the fields enclosed by brackets [] replaced by
  124.33 + * your own identifying information:
  124.34   * "Portions Copyrighted [year] [name of copyright owner]"
  124.35   *
  124.36 + * Contributor(s):
  124.37 + *
  124.38   * The Original Software is NetBeans. The Initial Developer of the Original
  124.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  124.40   * Microsystems, Inc. All Rights Reserved.
  124.41 + *
  124.42 + * If you wish your version of this file to be governed by only the CDDL
  124.43 + * or only the GPL Version 2, indicate your decision by adding
  124.44 + * "[Contributor] elects to include this software in this distribution
  124.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  124.46 + * single choice of license, a recipient has the option to distribute
  124.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  124.48 + * to extend the choice of license to its licensees as provided above.
  124.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  124.50 + * Version 2 license, then the option applies only if the new code is
  124.51 + * made subject to such option by the copyright holder.
  124.52   */
  124.53  package com.sun.jsfcl.std.reference;
  124.54  
   125.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BundleHolder.java	Wed Oct 03 04:07:19 2007 +0000
   125.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/BundleHolder.java	Wed Oct 03 04:29:18 2007 +0000
   125.3 @@ -1,20 +1,42 @@
   125.4  /*
   125.5 - * The contents of this file are subject to the terms of the Common Development
   125.6 - * and Distribution License (the License). You may not use this file except in
   125.7 - * compliance with the License.
   125.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   125.9   *
  125.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  125.11 - * or http://www.netbeans.org/cddl.txt.
  125.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  125.13   *
  125.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  125.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  125.16 - * If applicable, add the following below the CDDL Header, with the fields
  125.17 - * enclosed by brackets [] replaced by your own identifying information:
  125.18 + * The contents of this file are subject to the terms of either the GNU
  125.19 + * General Public License Version 2 only ("GPL") or the Common
  125.20 + * Development and Distribution License("CDDL") (collectively, the
  125.21 + * "License"). You may not use this file except in compliance with the
  125.22 + * License. You can obtain a copy of the License at
  125.23 + * http://www.netbeans.org/cddl-gplv2.html
  125.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  125.25 + * specific language governing permissions and limitations under the
  125.26 + * License.  When distributing the software, include this License Header
  125.27 + * Notice in each file and include the License file at
  125.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  125.29 + * particular file as subject to the "Classpath" exception as provided
  125.30 + * by Sun in the GPL Version 2 section of the License file that
  125.31 + * accompanied this code. If applicable, add the following below the
  125.32 + * License Header, with the fields enclosed by brackets [] replaced by
  125.33 + * your own identifying information:
  125.34   * "Portions Copyrighted [year] [name of copyright owner]"
  125.35   *
  125.36 + * Contributor(s):
  125.37 + *
  125.38   * The Original Software is NetBeans. The Initial Developer of the Original
  125.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  125.40   * Microsystems, Inc. All Rights Reserved.
  125.41 + *
  125.42 + * If you wish your version of this file to be governed by only the CDDL
  125.43 + * or only the GPL Version 2, indicate your decision by adding
  125.44 + * "[Contributor] elects to include this software in this distribution
  125.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  125.46 + * single choice of license, a recipient has the option to distribute
  125.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  125.48 + * to extend the choice of license to its licensees as provided above.
  125.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  125.50 + * Version 2 license, then the option applies only if the new code is
  125.51 + * made subject to such option by the copyright holder.
  125.52   */
  125.53  package com.sun.jsfcl.std.reference;
  125.54  
   126.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CharacterSetsReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   126.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CharacterSetsReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  126.54  
   127.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CommandButtonTypesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   127.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CommandButtonTypesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  127.54  
   128.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ComponentIdsReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   128.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ComponentIdsReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  128.54  
   129.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CompositeReferenceData.java	Wed Oct 03 04:07:19 2007 +0000
   129.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/CompositeReferenceData.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  129.54  
   130.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ConcurrencyTypesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   130.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ConcurrencyTypesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  130.54  
   131.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DataSourceNamesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   131.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DataSourceNamesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   131.3 @@ -1,20 +1,42 @@
   131.4  /*
   131.5 - * The contents of this file are subject to the terms of the Common Development
   131.6 - * and Distribution License (the License). You may not use this file except in
   131.7 - * compliance with the License.
   131.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   131.9   *
  131.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  131.11 - * or http://www.netbeans.org/cddl.txt.
  131.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  131.13   *
  131.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  131.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  131.16 - * If applicable, add the following below the CDDL Header, with the fields
  131.17 - * enclosed by brackets [] replaced by your own identifying information:
  131.18 + * The contents of this file are subject to the terms of either the GNU
  131.19 + * General Public License Version 2 only ("GPL") or the Common
  131.20 + * Development and Distribution License("CDDL") (collectively, the
  131.21 + * "License"). You may not use this file except in compliance with the
  131.22 + * License. You can obtain a copy of the License at
  131.23 + * http://www.netbeans.org/cddl-gplv2.html
  131.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  131.25 + * specific language governing permissions and limitations under the
  131.26 + * License.  When distributing the software, include this License Header
  131.27 + * Notice in each file and include the License file at
  131.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  131.29 + * particular file as subject to the "Classpath" exception as provided
  131.30 + * by Sun in the GPL Version 2 section of the License file that
  131.31 + * accompanied this code. If applicable, add the following below the
  131.32 + * License Header, with the fields enclosed by brackets [] replaced by
  131.33 + * your own identifying information:
  131.34   * "Portions Copyrighted [year] [name of copyright owner]"
  131.35   *
  131.36 + * Contributor(s):
  131.37 + *
  131.38   * The Original Software is NetBeans. The Initial Developer of the Original
  131.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  131.40   * Microsystems, Inc. All Rights Reserved.
  131.41 + *
  131.42 + * If you wish your version of this file to be governed by only the CDDL
  131.43 + * or only the GPL Version 2, indicate your decision by adding
  131.44 + * "[Contributor] elects to include this software in this distribution
  131.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  131.46 + * single choice of license, a recipient has the option to distribute
  131.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  131.48 + * to extend the choice of license to its licensees as provided above.
  131.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  131.50 + * Version 2 license, then the option applies only if the new code is
  131.51 + * made subject to such option by the copyright holder.
  131.52   */
  131.53  package com.sun.jsfcl.std.reference;
  131.54  
   132.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeStylesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   132.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeStylesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  132.54  
   133.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeTypesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   133.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DateTimeTypesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  133.54  
   134.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DesignPropertyAttachedReferenceData.java	Wed Oct 03 04:07:19 2007 +0000
   134.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/DesignPropertyAttachedReferenceData.java	Wed Oct 03 04:29:18 2007 +0000
   134.3 @@ -1,20 +1,42 @@
   134.4  /*
   134.5 - * The contents of this file are subject to the terms of the Common Development
   134.6 - * and Distribution License (the License). You may not use this file except in
   134.7 - * compliance with the License.
   134.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   134.9   *
  134.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  134.11 - * or http://www.netbeans.org/cddl.txt.
  134.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  134.13   *
  134.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  134.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  134.16 - * If applicable, add the following below the CDDL Header, with the fields
  134.17 - * enclosed by brackets [] replaced by your own identifying information:
  134.18 + * The contents of this file are subject to the terms of either the GNU
  134.19 + * General Public License Version 2 only ("GPL") or the Common
  134.20 + * Development and Distribution License("CDDL") (collectively, the
  134.21 + * "License"). You may not use this file except in compliance with the
  134.22 + * License. You can obtain a copy of the License at
  134.23 + * http://www.netbeans.org/cddl-gplv2.html
  134.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  134.25 + * specific language governing permissions and limitations under the
  134.26 + * License.  When distributing the software, include this License Header
  134.27 + * Notice in each file and include the License file at
  134.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  134.29 + * particular file as subject to the "Classpath" exception as provided
  134.30 + * by Sun in the GPL Version 2 section of the License file that
  134.31 + * accompanied this code. If applicable, add the following below the
  134.32 + * License Header, with the fields enclosed by brackets [] replaced by
  134.33 + * your own identifying information:
  134.34   * "Portions Copyrighted [year] [name of copyright owner]"
  134.35   *
  134.36 + * Contributor(s):
  134.37 + *
  134.38   * The Original Software is NetBeans. The Initial Developer of the Original
  134.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  134.40   * Microsystems, Inc. All Rights Reserved.
  134.41 + *
  134.42 + * If you wish your version of this file to be governed by only the CDDL
  134.43 + * or only the GPL Version 2, indicate your decision by adding
  134.44 + * "[Contributor] elects to include this software in this distribution
  134.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  134.46 + * single choice of license, a recipient has the option to distribute
  134.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  134.48 + * to extend the choice of license to its licensees as provided above.
  134.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  134.50 + * Version 2 license, then the option applies only if the new code is
  134.51 + * made subject to such option by the copyright holder.
  134.52   */
  134.53  package com.sun.jsfcl.std.reference;
  134.54  
   135.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/FrameTargetsReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   135.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/FrameTargetsReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   135.3 @@ -1,20 +1,42 @@
   135.4  /*
   135.5 - * The contents of this file are subject to the terms of the Common Development
   135.6 - * and Distribution License (the License). You may not use this file except in
   135.7 - * compliance with the License.
   135.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   135.9   *
  135.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  135.11 - * or http://www.netbeans.org/cddl.txt.
  135.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  135.13   *
  135.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  135.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  135.16 - * If applicable, add the following below the CDDL Header, with the fields
  135.17 - * enclosed by brackets [] replaced by your own identifying information:
  135.18 + * The contents of this file are subject to the terms of either the GNU
  135.19 + * General Public License Version 2 only ("GPL") or the Common
  135.20 + * Development and Distribution License("CDDL") (collectively, the
  135.21 + * "License"). You may not use this file except in compliance with the
  135.22 + * License. You can obtain a copy of the License at
  135.23 + * http://www.netbeans.org/cddl-gplv2.html
  135.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  135.25 + * specific language governing permissions and limitations under the
  135.26 + * License.  When distributing the software, include this License Header
  135.27 + * Notice in each file and include the License file at
  135.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  135.29 + * particular file as subject to the "Classpath" exception as provided
  135.30 + * by Sun in the GPL Version 2 section of the License file that
  135.31 + * accompanied this code. If applicable, add the following below the
  135.32 + * License Header, with the fields enclosed by brackets [] replaced by
  135.33 + * your own identifying information:
  135.34   * "Portions Copyrighted [year] [name of copyright owner]"
  135.35   *
  135.36 + * Contributor(s):
  135.37 + *
  135.38   * The Original Software is NetBeans. The Initial Developer of the Original
  135.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  135.40   * Microsystems, Inc. All Rights Reserved.
  135.41 + *
  135.42 + * If you wish your version of this file to be governed by only the CDDL
  135.43 + * or only the GPL Version 2, indicate your decision by adding
  135.44 + * "[Contributor] elects to include this software in this distribution
  135.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  135.46 + * single choice of license, a recipient has the option to distribute
  135.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  135.48 + * to extend the choice of license to its licensees as provided above.
  135.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  135.50 + * Version 2 license, then the option applies only if the new code is
  135.51 + * made subject to such option by the copyright holder.
  135.52   */
  135.53  package com.sun.jsfcl.std.reference;
  135.54  
   136.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ImageMapNamesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   136.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ImageMapNamesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   136.3 @@ -1,20 +1,42 @@
   136.4  /*
   136.5 - * The contents of this file are subject to the terms of the Common Development
   136.6 - * and Distribution License (the License). You may not use this file except in
   136.7 - * compliance with the License.
   136.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   136.9   *
  136.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  136.11 - * or http://www.netbeans.org/cddl.txt.
  136.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  136.13   *
  136.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  136.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  136.16 - * If applicable, add the following below the CDDL Header, with the fields
  136.17 - * enclosed by brackets [] replaced by your own identifying information:
  136.18 + * The contents of this file are subject to the terms of either the GNU
  136.19 + * General Public License Version 2 only ("GPL") or the Common
  136.20 + * Development and Distribution License("CDDL") (collectively, the
  136.21 + * "License"). You may not use this file except in compliance with the
  136.22 + * License. You can obtain a copy of the License at
  136.23 + * http://www.netbeans.org/cddl-gplv2.html
  136.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  136.25 + * specific language governing permissions and limitations under the
  136.26 + * License.  When distributing the software, include this License Header
  136.27 + * Notice in each file and include the License file at
  136.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  136.29 + * particular file as subject to the "Classpath" exception as provided
  136.30 + * by Sun in the GPL Version 2 section of the License file that
  136.31 + * accompanied this code. If applicable, add the following below the
  136.32 + * License Header, with the fields enclosed by brackets [] replaced by
  136.33 + * your own identifying information:
  136.34   * "Portions Copyrighted [year] [name of copyright owner]"
  136.35   *
  136.36 + * Contributor(s):
  136.37 + *
  136.38   * The Original Software is NetBeans. The Initial Developer of the Original
  136.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  136.40   * Microsystems, Inc. All Rights Reserved.
  136.41 + *
  136.42 + * If you wish your version of this file to be governed by only the CDDL
  136.43 + * or only the GPL Version 2, indicate your decision by adding
  136.44 + * "[Contributor] elects to include this software in this distribution
  136.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  136.46 + * single choice of license, a recipient has the option to distribute
  136.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  136.48 + * to extend the choice of license to its licensees as provided above.
  136.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  136.50 + * Version 2 license, then the option applies only if the new code is
  136.51 + * made subject to such option by the copyright holder.
  136.52   */
  136.53  package com.sun.jsfcl.std.reference;
  136.54  
   137.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LanguageCodesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   137.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LanguageCodesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   137.3 @@ -1,20 +1,42 @@
   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 + * The contents of this file are subject to the terms of either the GNU
  137.19 + * General Public License Version 2 only ("GPL") or the Common
  137.20 + * Development and Distribution License("CDDL") (collectively, the
  137.21 + * "License"). You may not use this file except in compliance with the
  137.22 + * License. You can obtain a copy of the License at
  137.23 + * http://www.netbeans.org/cddl-gplv2.html
  137.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  137.25 + * specific language governing permissions and limitations under the
  137.26 + * License.  When distributing the software, include this License Header
  137.27 + * Notice in each file and include the License file at
  137.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  137.29 + * particular file as subject to the "Classpath" exception as provided
  137.30 + * by Sun in the GPL Version 2 section of the License file that
  137.31 + * accompanied this code. If applicable, add the following below the
  137.32 + * License Header, with the fields enclosed by brackets [] replaced by
  137.33 + * your own identifying information:
  137.34   * "Portions Copyrighted [year] [name of copyright owner]"
  137.35   *
  137.36 + * Contributor(s):
  137.37 + *
  137.38   * The Original Software is NetBeans. The Initial Developer of the Original
  137.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  137.40   * Microsystems, Inc. All Rights Reserved.
  137.41 + *
  137.42 + * If you wish your version of this file to be governed by only the CDDL
  137.43 + * or only the GPL Version 2, indicate your decision by adding
  137.44 + * "[Contributor] elects to include this software in this distribution
  137.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  137.46 + * single choice of license, a recipient has the option to distribute
  137.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  137.48 + * to extend the choice of license to its licensees as provided above.
  137.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  137.50 + * Version 2 license, then the option applies only if the new code is
  137.51 + * made subject to such option by the copyright holder.
  137.52   */
  137.53  package com.sun.jsfcl.std.reference;
  137.54  
   138.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LinkTypesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   138.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LinkTypesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   138.3 @@ -1,20 +1,42 @@
   138.4  /*
   138.5 - * The contents of this file are subject to the terms of the Common Development
   138.6 - * and Distribution License (the License). You may not use this file except in
   138.7 - * compliance with the License.
   138.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   138.9   *
  138.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  138.11 - * or http://www.netbeans.org/cddl.txt.
  138.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  138.13   *
  138.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  138.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  138.16 - * If applicable, add the following below the CDDL Header, with the fields
  138.17 - * enclosed by brackets [] replaced by your own identifying information:
  138.18 + * The contents of this file are subject to the terms of either the GNU
  138.19 + * General Public License Version 2 only ("GPL") or the Common
  138.20 + * Development and Distribution License("CDDL") (collectively, the
  138.21 + * "License"). You may not use this file except in compliance with the
  138.22 + * License. You can obtain a copy of the License at
  138.23 + * http://www.netbeans.org/cddl-gplv2.html
  138.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  138.25 + * specific language governing permissions and limitations under the
  138.26 + * License.  When distributing the software, include this License Header
  138.27 + * Notice in each file and include the License file at
  138.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  138.29 + * particular file as subject to the "Classpath" exception as provided
  138.30 + * by Sun in the GPL Version 2 section of the License file that
  138.31 + * accompanied this code. If applicable, add the following below the
  138.32 + * License Header, with the fields enclosed by brackets [] replaced by
  138.33 + * your own identifying information:
  138.34   * "Portions Copyrighted [year] [name of copyright owner]"
  138.35   *
  138.36 + * Contributor(s):
  138.37 + *
  138.38   * The Original Software is NetBeans. The Initial Developer of the Original
  138.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  138.40   * Microsystems, Inc. All Rights Reserved.
  138.41 + *
  138.42 + * If you wish your version of this file to be governed by only the CDDL
  138.43 + * or only the GPL Version 2, indicate your decision by adding
  138.44 + * "[Contributor] elects to include this software in this distribution
  138.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  138.46 + * single choice of license, a recipient has the option to distribute
  138.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  138.48 + * to extend the choice of license to its licensees as provided above.
  138.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  138.50 + * Version 2 license, then the option applies only if the new code is
  138.51 + * made subject to such option by the copyright holder.
  138.52   */
  138.53  package com.sun.jsfcl.std.reference;
  138.54  
   139.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LocalesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   139.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/LocalesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   139.3 @@ -1,20 +1,42 @@
   139.4  /*
   139.5 - * The contents of this file are subject to the terms of the Common Development
   139.6 - * and Distribution License (the License). You may not use this file except in
   139.7 - * compliance with the License.
   139.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   139.9   *
  139.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  139.11 - * or http://www.netbeans.org/cddl.txt.
  139.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  139.13   *
  139.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  139.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  139.16 - * If applicable, add the following below the CDDL Header, with the fields
  139.17 - * enclosed by brackets [] replaced by your own identifying information:
  139.18 + * The contents of this file are subject to the terms of either the GNU
  139.19 + * General Public License Version 2 only ("GPL") or the Common
  139.20 + * Development and Distribution License("CDDL") (collectively, the
  139.21 + * "License"). You may not use this file except in compliance with the
  139.22 + * License. You can obtain a copy of the License at
  139.23 + * http://www.netbeans.org/cddl-gplv2.html
  139.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  139.25 + * specific language governing permissions and limitations under the
  139.26 + * License.  When distributing the software, include this License Header
  139.27 + * Notice in each file and include the License file at
  139.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  139.29 + * particular file as subject to the "Classpath" exception as provided
  139.30 + * by Sun in the GPL Version 2 section of the License file that
  139.31 + * accompanied this code. If applicable, add the following below the
  139.32 + * License Header, with the fields enclosed by brackets [] replaced by
  139.33 + * your own identifying information:
  139.34   * "Portions Copyrighted [year] [name of copyright owner]"
  139.35   *
  139.36 + * Contributor(s):
  139.37 + *
  139.38   * The Original Software is NetBeans. The Initial Developer of the Original
  139.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  139.40   * Microsystems, Inc. All Rights Reserved.
  139.41 + *
  139.42 + * If you wish your version of this file to be governed by only the CDDL
  139.43 + * or only the GPL Version 2, indicate your decision by adding
  139.44 + * "[Contributor] elects to include this software in this distribution
  139.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  139.46 + * single choice of license, a recipient has the option to distribute
  139.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  139.48 + * to extend the choice of license to its licensees as provided above.
  139.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  139.50 + * Version 2 license, then the option applies only if the new code is
  139.51 + * made subject to such option by the copyright holder.
  139.52   */
  139.53  package com.sun.jsfcl.std.reference;
  139.54  
   140.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ManyCheckboxLayoutStylesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   140.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ManyCheckboxLayoutStylesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   140.3 @@ -1,20 +1,42 @@
   140.4  /*
   140.5 - * The contents of this file are subject to the terms of the Common Development
   140.6 - * and Distribution License (the License). You may not use this file except in
   140.7 - * compliance with the License.
   140.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   140.9   *
  140.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  140.11 - * or http://www.netbeans.org/cddl.txt.
  140.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  140.13   *
  140.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  140.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  140.16 - * If applicable, add the following below the CDDL Header, with the fields
  140.17 - * enclosed by brackets [] replaced by your own identifying information:
  140.18 + * The contents of this file are subject to the terms of either the GNU
  140.19 + * General Public License Version 2 only ("GPL") or the Common
  140.20 + * Development and Distribution License("CDDL") (collectively, the
  140.21 + * "License"). You may not use this file except in compliance with the
  140.22 + * License. You can obtain a copy of the License at
  140.23 + * http://www.netbeans.org/cddl-gplv2.html
  140.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  140.25 + * specific language governing permissions and limitations under the
  140.26 + * License.  When distributing the software, include this License Header
  140.27 + * Notice in each file and include the License file at
  140.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  140.29 + * particular file as subject to the "Classpath" exception as provided
  140.30 + * by Sun in the GPL Version 2 section of the License file that
  140.31 + * accompanied this code. If applicable, add the following below the
  140.32 + * License Header, with the fields enclosed by brackets [] replaced by
  140.33 + * your own identifying information:
  140.34   * "Portions Copyrighted [year] [name of copyright owner]"
  140.35   *
  140.36 + * Contributor(s):
  140.37 + *
  140.38   * The Original Software is NetBeans. The Initial Developer of the Original
  140.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  140.40   * Microsystems, Inc. All Rights Reserved.
  140.41 + *
  140.42 + * If you wish your version of this file to be governed by only the CDDL
  140.43 + * or only the GPL Version 2, indicate your decision by adding
  140.44 + * "[Contributor] elects to include this software in this distribution
  140.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  140.46 + * single choice of license, a recipient has the option to distribute
  140.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  140.48 + * to extend the choice of license to its licensees as provided above.
  140.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  140.50 + * Version 2 license, then the option applies only if the new code is
  140.51 + * made subject to such option by the copyright holder.
  140.52   */
  140.53  package com.sun.jsfcl.std.reference;
  140.54  
   141.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MediaTypesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   141.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MediaTypesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   141.3 @@ -1,20 +1,42 @@
   141.4  /*
   141.5 - * The contents of this file are subject to the terms of the Common Development
   141.6 - * and Distribution License (the License). You may not use this file except in
   141.7 - * compliance with the License.
   141.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   141.9   *
  141.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  141.11 - * or http://www.netbeans.org/cddl.txt.
  141.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  141.13   *
  141.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  141.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  141.16 - * If applicable, add the following below the CDDL Header, with the fields
  141.17 - * enclosed by brackets [] replaced by your own identifying information:
  141.18 + * The contents of this file are subject to the terms of either the GNU
  141.19 + * General Public License Version 2 only ("GPL") or the Common
  141.20 + * Development and Distribution License("CDDL") (collectively, the
  141.21 + * "License"). You may not use this file except in compliance with the
  141.22 + * License. You can obtain a copy of the License at
  141.23 + * http://www.netbeans.org/cddl-gplv2.html
  141.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  141.25 + * specific language governing permissions and limitations under the
  141.26 + * License.  When distributing the software, include this License Header
  141.27 + * Notice in each file and include the License file at
  141.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  141.29 + * particular file as subject to the "Classpath" exception as provided
  141.30 + * by Sun in the GPL Version 2 section of the License file that
  141.31 + * accompanied this code. If applicable, add the following below the
  141.32 + * License Header, with the fields enclosed by brackets [] replaced by
  141.33 + * your own identifying information:
  141.34   * "Portions Copyrighted [year] [name of copyright owner]"
  141.35   *
  141.36 + * Contributor(s):
  141.37 + *
  141.38   * The Original Software is NetBeans. The Initial Developer of the Original
  141.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  141.40   * Microsystems, Inc. All Rights Reserved.
  141.41 + *
  141.42 + * If you wish your version of this file to be governed by only the CDDL
  141.43 + * or only the GPL Version 2, indicate your decision by adding
  141.44 + * "[Contributor] elects to include this software in this distribution
  141.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  141.46 + * single choice of license, a recipient has the option to distribute
  141.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  141.48 + * to extend the choice of license to its licensees as provided above.
  141.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  141.50 + * Version 2 license, then the option applies only if the new code is
  141.51 + * made subject to such option by the copyright holder.
  141.52   */
  141.53  package com.sun.jsfcl.std.reference;
  141.54  
   142.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MessagesLayoutsReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   142.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/MessagesLayoutsReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   142.3 @@ -1,20 +1,42 @@
   142.4  /*
   142.5 - * The contents of this file are subject to the terms of the Common Development
   142.6 - * and Distribution License (the License). You may not use this file except in
   142.7 - * compliance with the License.
   142.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   142.9   *
  142.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  142.11 - * or http://www.netbeans.org/cddl.txt.
  142.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  142.13   *
  142.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  142.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  142.16 - * If applicable, add the following below the CDDL Header, with the fields
  142.17 - * enclosed by brackets [] replaced by your own identifying information:
  142.18 + * The contents of this file are subject to the terms of either the GNU
  142.19 + * General Public License Version 2 only ("GPL") or the Common
  142.20 + * Development and Distribution License("CDDL") (collectively, the
  142.21 + * "License"). You may not use this file except in compliance with the
  142.22 + * License. You can obtain a copy of the License at
  142.23 + * http://www.netbeans.org/cddl-gplv2.html
  142.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  142.25 + * specific language governing permissions and limitations under the
  142.26 + * License.  When distributing the software, include this License Header
  142.27 + * Notice in each file and include the License file at
  142.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  142.29 + * particular file as subject to the "Classpath" exception as provided
  142.30 + * by Sun in the GPL Version 2 section of the License file that
  142.31 + * accompanied this code. If applicable, add the following below the
  142.32 + * License Header, with the fields enclosed by brackets [] replaced by
  142.33 + * your own identifying information:
  142.34   * "Portions Copyrighted [year] [name of copyright owner]"
  142.35   *
  142.36 + * Contributor(s):
  142.37 + *
  142.38   * The Original Software is NetBeans. The Initial Developer of the Original
  142.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  142.40   * Microsystems, Inc. All Rights Reserved.
  142.41 + *
  142.42 + * If you wish your version of this file to be governed by only the CDDL
  142.43 + * or only the GPL Version 2, indicate your decision by adding
  142.44 + * "[Contributor] elects to include this software in this distribution
  142.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  142.46 + * single choice of license, a recipient has the option to distribute
  142.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  142.48 + * to extend the choice of license to its licensees as provided above.
  142.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  142.50 + * Version 2 license, then the option applies only if the new code is
  142.51 + * made subject to such option by the copyright holder.
  142.52   */
  142.53  package com.sun.jsfcl.std.reference;
  142.54  
   143.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ProjectAttachedReferenceData.java	Wed Oct 03 04:07:19 2007 +0000
   143.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ProjectAttachedReferenceData.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.reference;
  143.54  
   144.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceData.java	Wed Oct 03 04:07:19 2007 +0000
   144.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceData.java	Wed Oct 03 04:29:18 2007 +0000
   144.3 @@ -1,20 +1,42 @@
   144.4  /*
   144.5 - * The contents of this file are subject to the terms of the Common Development
   144.6 - * and Distribution License (the License). You may not use this file except in
   144.7 - * compliance with the License.
   144.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   144.9   *
  144.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  144.11 - * or http://www.netbeans.org/cddl.txt.
  144.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  144.13   *
  144.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  144.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  144.16 - * If applicable, add the following below the CDDL Header, with the fields
  144.17 - * enclosed by brackets [] replaced by your own identifying information:
  144.18 + * The contents of this file are subject to the terms of either the GNU
  144.19 + * General Public License Version 2 only ("GPL") or the Common
  144.20 + * Development and Distribution License("CDDL") (collectively, the
  144.21 + * "License"). You may not use this file except in compliance with the
  144.22 + * License. You can obtain a copy of the License at
  144.23 + * http://www.netbeans.org/cddl-gplv2.html
  144.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  144.25 + * specific language governing permissions and limitations under the
  144.26 + * License.  When distributing the software, include this License Header
  144.27 + * Notice in each file and include the License file at
  144.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  144.29 + * particular file as subject to the "Classpath" exception as provided
  144.30 + * by Sun in the GPL Version 2 section of the License file that
  144.31 + * accompanied this code. If applicable, add the following below the
  144.32 + * License Header, with the fields enclosed by brackets [] replaced by
  144.33 + * your own identifying information:
  144.34   * "Portions Copyrighted [year] [name of copyright owner]"
  144.35   *
  144.36 + * Contributor(s):
  144.37 + *
  144.38   * The Original Software is NetBeans. The Initial Developer of the Original
  144.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  144.40   * Microsystems, Inc. All Rights Reserved.
  144.41 + *
  144.42 + * If you wish your version of this file to be governed by only the CDDL
  144.43 + * or only the GPL Version 2, indicate your decision by adding
  144.44 + * "[Contributor] elects to include this software in this distribution
  144.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  144.46 + * single choice of license, a recipient has the option to distribute
  144.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  144.48 + * to extend the choice of license to its licensees as provided above.
  144.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  144.50 + * Version 2 license, then the option applies only if the new code is
  144.51 + * made subject to such option by the copyright holder.
  144.52   */
  144.53  package com.sun.jsfcl.std.reference;
  144.54  
   145.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   145.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   145.3 @@ -1,20 +1,42 @@
   145.4  /*
   145.5 - * The contents of this file are subject to the terms of the Common Development
   145.6 - * and Distribution License (the License). You may not use this file except in
   145.7 - * compliance with the License.
   145.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   145.9   *
  145.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  145.11 - * or http://www.netbeans.org/cddl.txt.
  145.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  145.13   *
  145.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  145.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  145.16 - * If applicable, add the following below the CDDL Header, with the fields
  145.17 - * enclosed by brackets [] replaced by your own identifying information:
  145.18 + * The contents of this file are subject to the terms of either the GNU
  145.19 + * General Public License Version 2 only ("GPL") or the Common
  145.20 + * Development and Distribution License("CDDL") (collectively, the
  145.21 + * "License"). You may not use this file except in compliance with the
  145.22 + * License. You can obtain a copy of the License at
  145.23 + * http://www.netbeans.org/cddl-gplv2.html
  145.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  145.25 + * specific language governing permissions and limitations under the
  145.26 + * License.  When distributing the software, include this License Header
  145.27 + * Notice in each file and include the License file at
  145.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  145.29 + * particular file as subject to the "Classpath" exception as provided
  145.30 + * by Sun in the GPL Version 2 section of the License file that
  145.31 + * accompanied this code. If applicable, add the following below the
  145.32 + * License Header, with the fields enclosed by brackets [] replaced by
  145.33 + * your own identifying information:
  145.34   * "Portions Copyrighted [year] [name of copyright owner]"
  145.35   *
  145.36 + * Contributor(s):
  145.37 + *
  145.38   * The Original Software is NetBeans. The Initial Developer of the Original
  145.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  145.40   * Microsystems, Inc. All Rights Reserved.
  145.41 + *
  145.42 + * If you wish your version of this file to be governed by only the CDDL
  145.43 + * or only the GPL Version 2, indicate your decision by adding
  145.44 + * "[Contributor] elects to include this software in this distribution
  145.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  145.46 + * single choice of license, a recipient has the option to distribute
  145.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  145.48 + * to extend the choice of license to its licensees as provided above.
  145.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  145.50 + * Version 2 license, then the option applies only if the new code is
  145.51 + * made subject to such option by the copyright holder.
  145.52   */
  145.53  package com.sun.jsfcl.std.reference;
  145.54  
   146.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataItem.java	Wed Oct 03 04:07:19 2007 +0000
   146.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataItem.java	Wed Oct 03 04:29:18 2007 +0000
   146.3 @@ -1,20 +1,42 @@
   146.4  /*
   146.5 - * The contents of this file are subject to the terms of the Common Development
   146.6 - * and Distribution License (the License). You may not use this file except in
   146.7 - * compliance with the License.
   146.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   146.9   *
  146.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  146.11 - * or http://www.netbeans.org/cddl.txt.
  146.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  146.13   *
  146.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  146.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  146.16 - * If applicable, add the following below the CDDL Header, with the fields
  146.17 - * enclosed by brackets [] replaced by your own identifying information:
  146.18 + * The contents of this file are subject to the terms of either the GNU
  146.19 + * General Public License Version 2 only ("GPL") or the Common
  146.20 + * Development and Distribution License("CDDL") (collectively, the
  146.21 + * "License"). You may not use this file except in compliance with the
  146.22 + * License. You can obtain a copy of the License at
  146.23 + * http://www.netbeans.org/cddl-gplv2.html
  146.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  146.25 + * specific language governing permissions and limitations under the
  146.26 + * License.  When distributing the software, include this License Header
  146.27 + * Notice in each file and include the License file at
  146.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  146.29 + * particular file as subject to the "Classpath" exception as provided
  146.30 + * by Sun in the GPL Version 2 section of the License file that
  146.31 + * accompanied this code. If applicable, add the following below the
  146.32 + * License Header, with the fields enclosed by brackets [] replaced by
  146.33 + * your own identifying information:
  146.34   * "Portions Copyrighted [year] [name of copyright owner]"
  146.35   *
  146.36 + * Contributor(s):
  146.37 + *
  146.38   * The Original Software is NetBeans. The Initial Developer of the Original
  146.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  146.40   * Microsystems, Inc. All Rights Reserved.
  146.41 + *
  146.42 + * If you wish your version of this file to be governed by only the CDDL
  146.43 + * or only the GPL Version 2, indicate your decision by adding
  146.44 + * "[Contributor] elects to include this software in this distribution
  146.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  146.46 + * single choice of license, a recipient has the option to distribute
  146.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  146.48 + * to extend the choice of license to its licensees as provided above.
  146.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  146.50 + * Version 2 license, then the option applies only if the new code is
  146.51 + * made subject to such option by the copyright holder.
  146.52   */
  146.53  package com.sun.jsfcl.std.reference;
  146.54  
   147.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataManager.java	Wed Oct 03 04:07:19 2007 +0000
   147.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/ReferenceDataManager.java	Wed Oct 03 04:29:18 2007 +0000
   147.3 @@ -1,20 +1,42 @@
   147.4  /*
   147.5 - * The contents of this file are subject to the terms of the Common Development
   147.6 - * and Distribution License (the License). You may not use this file except in
   147.7 - * compliance with the License.
   147.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   147.9   *
  147.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  147.11 - * or http://www.netbeans.org/cddl.txt.
  147.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  147.13   *
  147.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  147.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  147.16 - * If applicable, add the following below the CDDL Header, with the fields
  147.17 - * enclosed by brackets [] replaced by your own identifying information:
  147.18 + * The contents of this file are subject to the terms of either the GNU
  147.19 + * General Public License Version 2 only ("GPL") or the Common
  147.20 + * Development and Distribution License("CDDL") (collectively, the
  147.21 + * "License"). You may not use this file except in compliance with the
  147.22 + * License. You can obtain a copy of the License at
  147.23 + * http://www.netbeans.org/cddl-gplv2.html
  147.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  147.25 + * specific language governing permissions and limitations under the
  147.26 + * License.  When distributing the software, include this License Header
  147.27 + * Notice in each file and include the License file at
  147.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  147.29 + * particular file as subject to the "Classpath" exception as provided
  147.30 + * by Sun in the GPL Version 2 section of the License file that
  147.31 + * accompanied this code. If applicable, add the following below the
  147.32 + * License Header, with the fields enclosed by brackets [] replaced by
  147.33 + * your own identifying information:
  147.34   * "Portions Copyrighted [year] [name of copyright owner]"
  147.35   *
  147.36 + * Contributor(s):
  147.37 + *
  147.38   * The Original Software is NetBeans. The Initial Developer of the Original
  147.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  147.40   * Microsystems, Inc. All Rights Reserved.
  147.41 + *
  147.42 + * If you wish your version of this file to be governed by only the CDDL
  147.43 + * or only the GPL Version 2, indicate your decision by adding
  147.44 + * "[Contributor] elects to include this software in this distribution
  147.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  147.46 + * single choice of license, a recipient has the option to distribute
  147.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  147.48 + * to extend the choice of license to its licensees as provided above.
  147.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  147.50 + * Version 2 license, then the option applies only if the new code is
  147.51 + * made subject to such option by the copyright holder.
  147.52   */
  147.53  package com.sun.jsfcl.std.reference;
  147.54  
   148.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/RegionShapesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   148.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/RegionShapesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   148.3 @@ -1,20 +1,42 @@
   148.4  /*
   148.5 - * The contents of this file are subject to the terms of the Common Development
   148.6 - * and Distribution License (the License). You may not use this file except in
   148.7 - * compliance with the License.
   148.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   148.9   *
  148.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  148.11 - * or http://www.netbeans.org/cddl.txt.
  148.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  148.13   *
  148.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  148.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  148.16 - * If applicable, add the following below the CDDL Header, with the fields
  148.17 - * enclosed by brackets [] replaced by your own identifying information:
  148.18 + * The contents of this file are subject to the terms of either the GNU
  148.19 + * General Public License Version 2 only ("GPL") or the Common
  148.20 + * Development and Distribution License("CDDL") (collectively, the
  148.21 + * "License"). You may not use this file except in compliance with the
  148.22 + * License. You can obtain a copy of the License at
  148.23 + * http://www.netbeans.org/cddl-gplv2.html
  148.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  148.25 + * specific language governing permissions and limitations under the
  148.26 + * License.  When distributing the software, include this License Header
  148.27 + * Notice in each file and include the License file at
  148.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  148.29 + * particular file as subject to the "Classpath" exception as provided
  148.30 + * by Sun in the GPL Version 2 section of the License file that
  148.31 + * accompanied this code. If applicable, add the following below the
  148.32 + * License Header, with the fields enclosed by brackets [] replaced by
  148.33 + * your own identifying information:
  148.34   * "Portions Copyrighted [year] [name of copyright owner]"
  148.35   *
  148.36 + * Contributor(s):
  148.37 + *
  148.38   * The Original Software is NetBeans. The Initial Developer of the Original
  148.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  148.40   * Microsystems, Inc. All Rights Reserved.
  148.41 + *
  148.42 + * If you wish your version of this file to be governed by only the CDDL
  148.43 + * or only the GPL Version 2, indicate your decision by adding
  148.44 + * "[Contributor] elects to include this software in this distribution
  148.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  148.46 + * single choice of license, a recipient has the option to distribute
  148.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  148.48 + * to extend the choice of license to its licensees as provided above.
  148.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  148.50 + * Version 2 license, then the option applies only if the new code is
  148.51 + * made subject to such option by the copyright holder.
  148.52   */
  148.53  package com.sun.jsfcl.std.reference;
  148.54  
   149.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/StyleClassesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   149.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/StyleClassesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.reference;
  149.54  
   150.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TFramesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   150.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TFramesReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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  package com.sun.jsfcl.std.reference;
  150.54  
   151.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TableRulesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   151.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TableRulesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   151.3 @@ -1,20 +1,42 @@
   151.4  /*
   151.5 - * The contents of this file are subject to the terms of the Common Development
   151.6 - * and Distribution License (the License). You may not use this file except in
   151.7 - * compliance with the License.
   151.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   151.9   *
  151.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  151.11 - * or http://www.netbeans.org/cddl.txt.
  151.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  151.13   *
  151.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  151.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  151.16 - * If applicable, add the following below the CDDL Header, with the fields
  151.17 - * enclosed by brackets [] replaced by your own identifying information:
  151.18 + * The contents of this file are subject to the terms of either the GNU
  151.19 + * General Public License Version 2 only ("GPL") or the Common
  151.20 + * Development and Distribution License("CDDL") (collectively, the
  151.21 + * "License"). You may not use this file except in compliance with the
  151.22 + * License. You can obtain a copy of the License at
  151.23 + * http://www.netbeans.org/cddl-gplv2.html
  151.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  151.25 + * specific language governing permissions and limitations under the
  151.26 + * License.  When distributing the software, include this License Header
  151.27 + * Notice in each file and include the License file at
  151.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  151.29 + * particular file as subject to the "Classpath" exception as provided
  151.30 + * by Sun in the GPL Version 2 section of the License file that
  151.31 + * accompanied this code. If applicable, add the following below the
  151.32 + * License Header, with the fields enclosed by brackets [] replaced by
  151.33 + * your own identifying information:
  151.34   * "Portions Copyrighted [year] [name of copyright owner]"
  151.35   *
  151.36 + * Contributor(s):
  151.37 + *
  151.38   * The Original Software is NetBeans. The Initial Developer of the Original
  151.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  151.40   * Microsystems, Inc. All Rights Reserved.
  151.41 + *
  151.42 + * If you wish your version of this file to be governed by only the CDDL
  151.43 + * or only the GPL Version 2, indicate your decision by adding
  151.44 + * "[Contributor] elects to include this software in this distribution
  151.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  151.46 + * single choice of license, a recipient has the option to distribute
  151.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  151.48 + * to extend the choice of license to its licensees as provided above.
  151.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  151.50 + * Version 2 license, then the option applies only if the new code is
  151.51 + * made subject to such option by the copyright holder.
  151.52   */
  151.53  package com.sun.jsfcl.std.reference;
  151.54  
   152.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TextDirectionsReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   152.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TextDirectionsReferenceDataDefiner.java	Wed Oct 03 04:29:18 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-2007 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 com.sun.jsfcl.std.reference;
  152.54  
   153.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TimeZonesReferenceDataDefiner.java	Wed Oct 03 04:07:19 2007 +0000
   153.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/TimeZonesReferenceDataDefiner.java	Wed Oct 03 04:29:18 2007 +0000
   153.3 @@ -1,20 +1,42 @@
   153.4  /*
   153.5 - * The contents of this file are subject to the terms of the Common Development
   153.6 - * and Distribution License (the License). You may not use this file except in
   153.7 - * compliance with the License.
   153.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   153.9   *
  153.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  153.11 - * or http://www.netbeans.org/cddl.txt.
  153.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  153.13   *
  153.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  153.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  153.16 - * If applicable, add the following below the CDDL Header, with the fields
  153.17 - * enclosed by brackets [] replaced by your own identifying information:
  153.18 + * The contents of this file are subject to the terms of either the GNU
  153.19 + * General Public License Version 2 only ("GPL") or the Common
  153.20 + * Development and Distribution License("CDDL") (collectively, the
  153.21 + * "License"). You may not use this file except in compliance with the
  153.22 + * License. You can obtain a copy of the License at
  153.23 + * http://www.netbeans.org/cddl-gplv2.html
  153.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  153.25 + * specific language governing permissions and limitations under the
  153.26 + * License.  When distributing the software, include this License Header
  153.27 + * Notice in each file and include the License file at
  153.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  153.29 + * particular file as subject to the "Classpath" exception as provided
  153.30 + * by Sun in the GPL Version 2 section of the License file that
  153.31 + * accompanied this code. If applicable, add the following below the
  153.32 + * License Header, with the fields enclosed by brackets [] replaced by
  153.33 + * your own identifying information:
  153.34   * "Portions Copyrighted [year] [name of copyright owner]"
  153.35   *
  153.36 + * Contributor(s):
  153.37 + *
  153.38   * The Original Software is NetBeans. The Initial Developer of the Original
  153.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  153.40   * Microsystems, Inc. All Rights Reserved.
  153.41 + *
  153.42 + * If you wish your version of this file to be governed by only the CDDL
  153.43 + * or only the GPL Version 2, indicate your decision by adding
  153.44 + * "[Contributor] elects to include this software in this distribution
  153.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  153.46 + * single choice of license, a recipient has the option to distribute
  153.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  153.48 + * to extend the choice of license to its licensees as provided above.
  153.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  153.50 + * Version 2 license, then the option applies only if the new code is
  153.51 + * made subject to such option by the copyright holder.
  153.52   */
  153.53  package com.sun.jsfcl.std.reference;
  153.54  
   154.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/package.html	Wed Oct 03 04:07:19 2007 +0000
   154.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/std/reference/package.html	Wed Oct 03 04:29:18 2007 +0000
   154.3 @@ -1,20 +1,43 @@
   154.4  <!--
   154.5 -The contents of this file are subject to the terms of the Common Development
   154.6 -and Distribution License (the License). You may not use this file except in
   154.7 -compliance with the License.
   154.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   154.9  
  154.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  154.11 -or http://www.netbeans.org/cddl.txt.
  154.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  154.13  
  154.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  154.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  154.16 -If applicable, add the following below the CDDL Header, with the fields
  154.17 -enclosed by brackets [] replaced by your own identifying information:
  154.18 +
  154.19 +The contents of this file are subject to the terms of either the GNU
  154.20 +General Public License Version 2 only ("GPL") or the Common
  154.21 +Development and Distribution License("CDDL") (collectively, the
  154.22 +"License"). You may not use this file except in compliance with the
  154.23 +License. You can obtain a copy of the License at
  154.24 +http://www.netbeans.org/cddl-gplv2.html
  154.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  154.26 +specific language governing permissions and limitations under the
  154.27 +License.  When distributing the software, include this License Header
  154.28 +Notice in each file and include the License file at
  154.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  154.30 +particular file as subject to the "Classpath" exception as provided
  154.31 +by Sun in the GPL Version 2 section of the License file that
  154.32 +accompanied this code. If applicable, add the following below the
  154.33 +License Header, with the fields enclosed by brackets [] replaced by
  154.34 +your own identifying information:
  154.35  "Portions Copyrighted [year] [name of copyright owner]"
  154.36  
  154.37 +Contributor(s):
  154.38 +
  154.39  The Original Software is NetBeans. The Initial Developer of the Original
  154.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  154.41  Microsystems, Inc. All Rights Reserved.
  154.42 +
  154.43 +If you wish your version of this file to be governed by only the CDDL
  154.44 +or only the GPL Version 2, indicate your decision by adding
  154.45 +"[Contributor] elects to include this software in this distribution
  154.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  154.47 +single choice of license, a recipient has the option to distribute
  154.48 +your version of this file under either the CDDL, the GPL Version 2 or
  154.49 +to extend the choice of license to its licensees as provided above.
  154.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  154.51 +Version 2 license, then the option applies only if the new code is
  154.52 +made subject to such option by the copyright holder.
  154.53  -->
  154.54  
  154.55  <html>
   155.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/util/ComponentBundle.java	Wed Oct 03 04:07:19 2007 +0000
   155.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/util/ComponentBundle.java	Wed Oct 03 04:29:18 2007 +0000
   155.3 @@ -1,20 +1,42 @@
   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 + * The contents of this file are subject to the terms of either the GNU
  155.19 + * General Public License Version 2 only ("GPL") or the Common
  155.20 + * Development and Distribution License("CDDL") (collectively, the
  155.21 + * "License"). You may not use this file except in compliance with the
  155.22 + * License. You can obtain a copy of the License at
  155.23 + * http://www.netbeans.org/cddl-gplv2.html
  155.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  155.25 + * specific language governing permissions and limitations under the
  155.26 + * License.  When distributing the software, include this License Header
  155.27 + * Notice in each file and include the License file at
  155.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  155.29 + * particular file as subject to the "Classpath" exception as provided
  155.30 + * by Sun in the GPL Version 2 section of the License file that
  155.31 + * accompanied this code. If applicable, add the following below the
  155.32 + * License Header, with the fields enclosed by brackets [] replaced by
  155.33 + * your own identifying information:
  155.34   * "Portions Copyrighted [year] [name of copyright owner]"
  155.35   *
  155.36 + * Contributor(s):
  155.37 + *
  155.38   * The Original Software is NetBeans. The Initial Developer of the Original
  155.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  155.40   * Microsystems, Inc. All Rights Reserved.
  155.41 + *
  155.42 + * If you wish your version of this file to be governed by only the CDDL
  155.43 + * or only the GPL Version 2, indicate your decision by adding
  155.44 + * "[Contributor] elects to include this software in this distribution
  155.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  155.46 + * single choice of license, a recipient has the option to distribute
  155.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  155.48 + * to extend the choice of license to its licensees as provided above.
  155.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  155.50 + * Version 2 license, then the option applies only if the new code is
  155.51 + * made subject to such option by the copyright holder.
  155.52   */
  155.53  package com.sun.jsfcl.util;
  155.54  
   156.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/util/DesignTimeComponentBundle.java	Wed Oct 03 04:07:19 2007 +0000
   156.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/util/DesignTimeComponentBundle.java	Wed Oct 03 04:29:18 2007 +0000
   156.3 @@ -1,20 +1,42 @@
   156.4  /*
   156.5 - * The contents of this file are subject to the terms of the Common Development
   156.6 - * and Distribution License (the License). You may not use this file except in
   156.7 - * compliance with the License.
   156.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   156.9   *
  156.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  156.11 - * or http://www.netbeans.org/cddl.txt.
  156.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  156.13   *
  156.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  156.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  156.16 - * If applicable, add the following below the CDDL Header, with the fields
  156.17 - * enclosed by brackets [] replaced by your own identifying information:
  156.18 + * The contents of this file are subject to the terms of either the GNU
  156.19 + * General Public License Version 2 only ("GPL") or the Common
  156.20 + * Development and Distribution License("CDDL") (collectively, the
  156.21 + * "License"). You may not use this file except in compliance with the
  156.22 + * License. You can obtain a copy of the License at
  156.23 + * http://www.netbeans.org/cddl-gplv2.html
  156.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  156.25 + * specific language governing permissions and limitations under the
  156.26 + * License.  When distributing the software, include this License Header
  156.27 + * Notice in each file and include the License file at
  156.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  156.29 + * particular file as subject to the "Classpath" exception as provided
  156.30 + * by Sun in the GPL Version 2 section of the License file that
  156.31 + * accompanied this code. If applicable, add the following below the
  156.32 + * License Header, with the fields enclosed by brackets [] replaced by
  156.33 + * your own identifying information:
  156.34   * "Portions Copyrighted [year] [name of copyright owner]"
  156.35   *
  156.36 + * Contributor(s):
  156.37 + *
  156.38   * The Original Software is NetBeans. The Initial Developer of the Original
  156.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  156.40   * Microsystems, Inc. All Rights Reserved.
  156.41 + *
  156.42 + * If you wish your version of this file to be governed by only the CDDL
  156.43 + * or only the GPL Version 2, indicate your decision by adding
  156.44 + * "[Contributor] elects to include this software in this distribution
  156.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  156.46 + * single choice of license, a recipient has the option to distribute
  156.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  156.48 + * to extend the choice of license to its licensees as provided above.
  156.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  156.50 + * Version 2 license, then the option applies only if the new code is
  156.51 + * made subject to such option by the copyright holder.
  156.52   */
  156.53  package com.sun.jsfcl.util;
  156.54  
   157.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtil.java	Wed Oct 03 04:07:19 2007 +0000
   157.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtil.java	Wed Oct 03 04:29:18 2007 +0000
   157.3 @@ -1,20 +1,42 @@
   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 + * The contents of this file are subject to the terms of either the GNU
  157.19 + * General Public License Version 2 only ("GPL") or the Common
  157.20 + * Development and Distribution License("CDDL") (collectively, the
  157.21 + * "License"). You may not use this file except in compliance with the
  157.22 + * License. You can obtain a copy of the License at
  157.23 + * http://www.netbeans.org/cddl-gplv2.html
  157.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  157.25 + * specific language governing permissions and limitations under the
  157.26 + * License.  When distributing the software, include this License Header
  157.27 + * Notice in each file and include the License file at
  157.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  157.29 + * particular file as subject to the "Classpath" exception as provided
  157.30 + * by Sun in the GPL Version 2 section of the License file that
  157.31 + * accompanied this code. If applicable, add the following below the
  157.32 + * License Header, with the fields enclosed by brackets [] replaced by
  157.33 + * your own identifying information:
  157.34   * "Portions Copyrighted [year] [name of copyright owner]"
  157.35   *
  157.36 + * Contributor(s):
  157.37 + *
  157.38   * The Original Software is NetBeans. The Initial Developer of the Original
  157.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  157.40   * Microsystems, Inc. All Rights Reserved.
  157.41 + *
  157.42 + * If you wish your version of this file to be governed by only the CDDL
  157.43 + * or only the GPL Version 2, indicate your decision by adding
  157.44 + * "[Contributor] elects to include this software in this distribution
  157.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  157.46 + * single choice of license, a recipient has the option to distribute
  157.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  157.48 + * to extend the choice of license to its licensees as provided above.
  157.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  157.50 + * Version 2 license, then the option applies only if the new code is
  157.51 + * made subject to such option by the copyright holder.
  157.52   */
  157.53  package com.sun.jsfcl.util;
  157.54  
   158.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtilSimpleFormatter.java	Wed Oct 03 04:07:19 2007 +0000
   158.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/util/LoggerUtilSimpleFormatter.java	Wed Oct 03 04:29:18 2007 +0000
   158.3 @@ -1,20 +1,42 @@
   158.4  /*
   158.5 - * The contents of this file are subject to the terms of the Common Development
   158.6 - * and Distribution License (the License). You may not use this file except in
   158.7 - * compliance with the License.
   158.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   158.9   *
  158.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  158.11 - * or http://www.netbeans.org/cddl.txt.
  158.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  158.13   *
  158.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  158.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  158.16 - * If applicable, add the following below the CDDL Header, with the fields
  158.17 - * enclosed by brackets [] replaced by your own identifying information:
  158.18 + * The contents of this file are subject to the terms of either the GNU
  158.19 + * General Public License Version 2 only ("GPL") or the Common
  158.20 + * Development and Distribution License("CDDL") (collectively, the
  158.21 + * "License"). You may not use this file except in compliance with the
  158.22 + * License. You can obtain a copy of the License at
  158.23 + * http://www.netbeans.org/cddl-gplv2.html
  158.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  158.25 + * specific language governing permissions and limitations under the
  158.26 + * License.  When distributing the software, include this License Header
  158.27 + * Notice in each file and include the License file at
  158.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  158.29 + * particular file as subject to the "Classpath" exception as provided
  158.30 + * by Sun in the GPL Version 2 section of the License file that
  158.31 + * accompanied this code. If applicable, add the following below the
  158.32 + * License Header, with the fields enclosed by brackets [] replaced by
  158.33 + * your own identifying information:
  158.34   * "Portions Copyrighted [year] [name of copyright owner]"
  158.35   *
  158.36 + * Contributor(s):
  158.37 + *
  158.38   * The Original Software is NetBeans. The Initial Developer of the Original
  158.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  158.40   * Microsystems, Inc. All Rights Reserved.
  158.41 + *
  158.42 + * If you wish your version of this file to be governed by only the CDDL
  158.43 + * or only the GPL Version 2, indicate your decision by adding
  158.44 + * "[Contributor] elects to include this software in this distribution
  158.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  158.46 + * single choice of license, a recipient has the option to distribute
  158.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  158.48 + * to extend the choice of license to its licensees as provided above.
  158.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  158.50 + * Version 2 license, then the option applies only if the new code is
  158.51 + * made subject to such option by the copyright holder.
  158.52   */
  158.53  package com.sun.jsfcl.util;
  158.54  
   159.1 --- a/visualweb.propertyeditors/src/com/sun/jsfcl/util/package.html	Wed Oct 03 04:07:19 2007 +0000
   159.2 +++ b/visualweb.propertyeditors/src/com/sun/jsfcl/util/package.html	Wed Oct 03 04:29:18 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-2007 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  
  159.55  <html>
   160.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   160.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   160.3 @@ -1,19 +1,41 @@
   160.4 -# The contents of this file are subject to the terms of the Common Development
   160.5 -# and Distribution License (the License). You may not use this file except in
   160.6 -# compliance with the License.
   160.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   160.8  #
   160.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  160.10 -# or http://www.netbeans.org/cddl.txt.
  160.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  160.12  #
  160.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  160.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  160.15 -# If applicable, add the following below the CDDL Header, with the fields
  160.16 -# enclosed by brackets [] replaced by your own identifying information:
  160.17 +# The contents of this file are subject to the terms of either the GNU
  160.18 +# General Public License Version 2 only ("GPL") or the Common
  160.19 +# Development and Distribution License("CDDL") (collectively, the
  160.20 +# "License"). You may not use this file except in compliance with the
  160.21 +# License. You can obtain a copy of the License at
  160.22 +# http://www.netbeans.org/cddl-gplv2.html
  160.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  160.24 +# specific language governing permissions and limitations under the
  160.25 +# License.  When distributing the software, include this License Header
  160.26 +# Notice in each file and include the License file at
  160.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  160.28 +# particular file as subject to the "Classpath" exception as provided
  160.29 +# by Sun in the GPL Version 2 section of the License file that
  160.30 +# accompanied this code. If applicable, add the following below the
  160.31 +# License Header, with the fields enclosed by brackets [] replaced by
  160.32 +# your own identifying information:
  160.33  # "Portions Copyrighted [year] [name of copyright owner]"
  160.34  #
  160.35 +# Contributor(s):
  160.36 +#
  160.37  # The Original Software is NetBeans. The Initial Developer of the Original
  160.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  160.39  # Microsystems, Inc. All Rights Reserved.
  160.40 +#
  160.41 +# If you wish your version of this file to be governed by only the CDDL
  160.42 +# or only the GPL Version 2, indicate your decision by adding
  160.43 +# "[Contributor] elects to include this software in this distribution
  160.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  160.45 +# single choice of license, a recipient has the option to distribute
  160.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  160.47 +# to extend the choice of license to its licensees as provided above.
  160.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  160.49 +# Version 2 license, then the option applies only if the new code is
  160.50 +# made subject to such option by the copyright holder.
  160.51  
  160.52  
  160.53  ConverterPropertyEditor.newConverterLabel=(new {0})
   161.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ConverterPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   161.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ConverterPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   161.3 @@ -1,20 +1,42 @@
   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 + * The contents of this file are subject to the terms of either the GNU
  161.19 + * General Public License Version 2 only ("GPL") or the Common
  161.20 + * Development and Distribution License("CDDL") (collectively, the
  161.21 + * "License"). You may not use this file except in compliance with the
  161.22 + * License. You can obtain a copy of the License at
  161.23 + * http://www.netbeans.org/cddl-gplv2.html
  161.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  161.25 + * specific language governing permissions and limitations under the
  161.26 + * License.  When distributing the software, include this License Header
  161.27 + * Notice in each file and include the License file at
  161.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  161.29 + * particular file as subject to the "Classpath" exception as provided
  161.30 + * by Sun in the GPL Version 2 section of the License file that
  161.31 + * accompanied this code. If applicable, add the following below the
  161.32 + * License Header, with the fields enclosed by brackets [] replaced by
  161.33 + * your own identifying information:
  161.34   * "Portions Copyrighted [year] [name of copyright owner]"
  161.35   *
  161.36 + * Contributor(s):
  161.37 + *
  161.38   * The Original Software is NetBeans. The Initial Developer of the Original
  161.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  161.40   * Microsystems, Inc. All Rights Reserved.
  161.41 + *
  161.42 + * If you wish your version of this file to be governed by only the CDDL
  161.43 + * or only the GPL Version 2, indicate your decision by adding
  161.44 + * "[Contributor] elects to include this software in this distribution
  161.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  161.46 + * single choice of license, a recipient has the option to distribute
  161.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  161.48 + * to extend the choice of license to its licensees as provided above.
  161.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  161.50 + * Version 2 license, then the option applies only if the new code is
  161.51 + * made subject to such option by the copyright holder.
  161.52   */
  161.53  package org.netbeans.modules.visualweb.propertyeditors;
  161.54  
   162.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DateFormatPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   162.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DateFormatPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   162.3 @@ -1,20 +1,42 @@
   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 + * The contents of this file are subject to the terms of either the GNU
  162.19 + * General Public License Version 2 only ("GPL") or the Common
  162.20 + * Development and Distribution License("CDDL") (collectively, the
  162.21 + * "License"). You may not use this file except in compliance with the
  162.22 + * License. You can obtain a copy of the License at
  162.23 + * http://www.netbeans.org/cddl-gplv2.html
  162.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  162.25 + * specific language governing permissions and limitations under the
  162.26 + * License.  When distributing the software, include this License Header
  162.27 + * Notice in each file and include the License file at
  162.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  162.29 + * particular file as subject to the "Classpath" exception as provided
  162.30 + * by Sun in the GPL Version 2 section of the License file that
  162.31 + * accompanied this code. If applicable, add the following below the
  162.32 + * License Header, with the fields enclosed by brackets [] replaced by
  162.33 + * your own identifying information:
  162.34   * "Portions Copyrighted [year] [name of copyright owner]"
  162.35   *
  162.36 + * Contributor(s):
  162.37 + *
  162.38   * The Original Software is NetBeans. The Initial Developer of the Original
  162.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  162.40   * Microsystems, Inc. All Rights Reserved.
  162.41 + *
  162.42 + * If you wish your version of this file to be governed by only the CDDL
  162.43 + * or only the GPL Version 2, indicate your decision by adding
  162.44 + * "[Contributor] elects to include this software in this distribution
  162.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  162.46 + * single choice of license, a recipient has the option to distribute
  162.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  162.48 + * to extend the choice of license to its licensees as provided above.
  162.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  162.50 + * Version 2 license, then the option applies only if the new code is
  162.51 + * made subject to such option by the copyright holder.
  162.52   */
  162.53  package org.netbeans.modules.visualweb.propertyeditors;
  162.54  
   163.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DatePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   163.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DatePropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   163.3 @@ -1,20 +1,42 @@
   163.4  /*
   163.5 - * The contents of this file are subject to the terms of the Common Development
   163.6 - * and Distribution License (the License). You may not use this file except in
   163.7 - * compliance with the License.
   163.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   163.9   *
  163.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  163.11 - * or http://www.netbeans.org/cddl.txt.
  163.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  163.13   *
  163.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  163.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  163.16 - * If applicable, add the following below the CDDL Header, with the fields
  163.17 - * enclosed by brackets [] replaced by your own identifying information:
  163.18 + * The contents of this file are subject to the terms of either the GNU
  163.19 + * General Public License Version 2 only ("GPL") or the Common
  163.20 + * Development and Distribution License("CDDL") (collectively, the
  163.21 + * "License"). You may not use this file except in compliance with the
  163.22 + * License. You can obtain a copy of the License at
  163.23 + * http://www.netbeans.org/cddl-gplv2.html
  163.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  163.25 + * specific language governing permissions and limitations under the
  163.26 + * License.  When distributing the software, include this License Header
  163.27 + * Notice in each file and include the License file at
  163.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  163.29 + * particular file as subject to the "Classpath" exception as provided
  163.30 + * by Sun in the GPL Version 2 section of the License file that
  163.31 + * accompanied this code. If applicable, add the following below the
  163.32 + * License Header, with the fields enclosed by brackets [] replaced by
  163.33 + * your own identifying information:
  163.34   * "Portions Copyrighted [year] [name of copyright owner]"
  163.35   *
  163.36 + * Contributor(s):
  163.37 + *
  163.38   * The Original Software is NetBeans. The Initial Developer of the Original
  163.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  163.40   * Microsystems, Inc. All Rights Reserved.
  163.41 + *
  163.42 + * If you wish your version of this file to be governed by only the CDDL
  163.43 + * or only the GPL Version 2, indicate your decision by adding
  163.44 + * "[Contributor] elects to include this software in this distribution
  163.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  163.46 + * single choice of license, a recipient has the option to distribute
  163.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  163.48 + * to extend the choice of license to its licensees as provided above.
  163.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  163.50 + * Version 2 license, then the option applies only if the new code is
  163.51 + * made subject to such option by the copyright holder.
  163.52   */
  163.53  package org.netbeans.modules.visualweb.propertyeditors;
  163.54  
   164.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DomainPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   164.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DomainPropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   164.3 @@ -1,20 +1,42 @@
   164.4  /*
   164.5 - * The contents of this file are subject to the terms of the Common Development
   164.6 - * and Distribution License (the License). You may not use this file except in
   164.7 - * compliance with the License.
   164.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   164.9   *
  164.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  164.11 - * or http://www.netbeans.org/cddl.txt.
  164.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  164.13   *
  164.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  164.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  164.16 - * If applicable, add the following below the CDDL Header, with the fields
  164.17 - * enclosed by brackets [] replaced by your own identifying information:
  164.18 + * The contents of this file are subject to the terms of either the GNU
  164.19 + * General Public License Version 2 only ("GPL") or the Common
  164.20 + * Development and Distribution License("CDDL") (collectively, the
  164.21 + * "License"). You may not use this file except in compliance with the
  164.22 + * License. You can obtain a copy of the License at
  164.23 + * http://www.netbeans.org/cddl-gplv2.html
  164.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  164.25 + * specific language governing permissions and limitations under the
  164.26 + * License.  When distributing the software, include this License Header
  164.27 + * Notice in each file and include the License file at
  164.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  164.29 + * particular file as subject to the "Classpath" exception as provided
  164.30 + * by Sun in the GPL Version 2 section of the License file that
  164.31 + * accompanied this code. If applicable, add the following below the
  164.32 + * License Header, with the fields enclosed by brackets [] replaced by
  164.33 + * your own identifying information:
  164.34   * "Portions Copyrighted [year] [name of copyright owner]"
  164.35   *
  164.36 + * Contributor(s):
  164.37 + *
  164.38   * The Original Software is NetBeans. The Initial Developer of the Original
  164.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  164.40   * Microsystems, Inc. All Rights Reserved.
  164.41 + *
  164.42 + * If you wish your version of this file to be governed by only the CDDL
  164.43 + * or only the GPL Version 2, indicate your decision by adding
  164.44 + * "[Contributor] elects to include this software in this distribution
  164.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  164.46 + * single choice of license, a recipient has the option to distribute
  164.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  164.48 + * to extend the choice of license to its licensees as provided above.
  164.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  164.50 + * Version 2 license, then the option applies only if the new code is
  164.51 + * made subject to such option by the copyright holder.
  164.52   */
  164.53  package org.netbeans.modules.visualweb.propertyeditors;
  164.54  
   165.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DoublePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   165.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/DoublePropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   165.3 @@ -1,20 +1,42 @@
   165.4  /*
   165.5 - * The contents of this file are subject to the terms of the Common Development
   165.6 - * and Distribution License (the License). You may not use this file except in
   165.7 - * compliance with the License.
   165.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   165.9   *
  165.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  165.11 - * or http://www.netbeans.org/cddl.txt.
  165.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  165.13   *
  165.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  165.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  165.16 - * If applicable, add the following below the CDDL Header, with the fields
  165.17 - * enclosed by brackets [] replaced by your own identifying information:
  165.18 + * The contents of this file are subject to the terms of either the GNU
  165.19 + * General Public License Version 2 only ("GPL") or the Common
  165.20 + * Development and Distribution License("CDDL") (collectively, the
  165.21 + * "License"). You may not use this file except in compliance with the
  165.22 + * License. You can obtain a copy of the License at
  165.23 + * http://www.netbeans.org/cddl-gplv2.html
  165.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  165.25 + * specific language governing permissions and limitations under the
  165.26 + * License.  When distributing the software, include this License Header
  165.27 + * Notice in each file and include the License file at
  165.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  165.29 + * particular file as subject to the "Classpath" exception as provided
  165.30 + * by Sun in the GPL Version 2 section of the License file that
  165.31 + * accompanied this code. If applicable, add the following below the
  165.32 + * License Header, with the fields enclosed by brackets [] replaced by
  165.33 + * your own identifying information:
  165.34   * "Portions Copyrighted [year] [name of copyright owner]"
  165.35   *
  165.36 + * Contributor(s):
  165.37 + *
  165.38   * The Original Software is NetBeans. The Initial Developer of the Original
  165.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  165.40   * Microsystems, Inc. All Rights Reserved.
  165.41 + *
  165.42 + * If you wish your version of this file to be governed by only the CDDL
  165.43 + * or only the GPL Version 2, indicate your decision by adding
  165.44 + * "[Contributor] elects to include this software in this distribution
  165.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  165.46 + * single choice of license, a recipient has the option to distribute
  165.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  165.48 + * to extend the choice of license to its licensees as provided above.
  165.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  165.50 + * Version 2 license, then the option applies only if the new code is
  165.51 + * made subject to such option by the copyright holder.
  165.52   */
  165.53  package org.netbeans.modules.visualweb.propertyeditors;
  165.54  
   166.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/EditElementDialog.java	Wed Oct 03 04:07:19 2007 +0000
   166.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/EditElementDialog.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  166.54  
   167.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IllegalTextArgumentException.java	Wed Oct 03 04:07:19 2007 +0000
   167.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IllegalTextArgumentException.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  167.54  
   168.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ImageUrlPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   168.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ImageUrlPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  168.54  
   169.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IntegerPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   169.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/IntegerPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  169.54  
   170.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   170.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  170.54  
   171.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   171.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/JavaScriptPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  171.54  
   172.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LengthPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   172.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LengthPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  172.54  
   173.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LongPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   173.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/LongPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  173.54  
   174.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   174.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  174.54  
   175.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   175.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/MethodBindingPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  175.54  
   176.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/NumberPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   176.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/NumberPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  176.54  
   177.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyEditorBase.java	Wed Oct 03 04:07:19 2007 +0000
   177.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyEditorBase.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  177.54  
   178.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyPanelBase.java	Wed Oct 03 04:07:19 2007 +0000
   178.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/PropertyPanelBase.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  178.54  
   179.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainEditor.java	Wed Oct 03 04:07:19 2007 +0000
   179.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  179.54  
   180.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainPanel.java	Wed Oct 03 04:07:19 2007 +0000
   180.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/SelectOneDomainPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  180.54  
   181.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPanel.java	Wed Oct 03 04:07:19 2007 +0000
   181.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  181.54  
   182.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   182.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StandardUrlPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  182.54  
   183.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringArrayPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   183.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringArrayPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  183.54  
   184.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   184.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  184.54  
   185.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   185.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StringPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  185.54  
   186.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   186.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  186.54  
   187.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   187.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/StyleClassPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  187.54  
   188.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   188.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  188.54  
   189.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyModel.java	Wed Oct 03 04:07:19 2007 +0000
   189.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyModel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  189.54  
   190.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   190.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/TabularPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  190.54  
   191.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlFileFilter.java	Wed Oct 03 04:07:19 2007 +0000
   191.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlFileFilter.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  191.54  
   192.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   192.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  192.54  
   193.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyPanel.java	Wed Oct 03 04:07:19 2007 +0000
   193.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/UrlPropertyPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  193.54  
   194.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ValidatorPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   194.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/ValidatorPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors;
  194.54  
   195.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingSourcePanel.java	Wed Oct 03 04:07:19 2007 +0000
   195.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingSourcePanel.java	Wed Oct 03 04:29:18 2007 +0000
   195.3 @@ -1,20 +1,42 @@
   195.4  /*
   195.5 - * The contents of this file are subject to the terms of the Common Development
   195.6 - * and Distribution License (the License). You may not use this file except in
   195.7 - * compliance with the License.
   195.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   195.9   *
  195.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  195.11 - * or http://www.netbeans.org/cddl.txt.
  195.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  195.13   *
  195.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  195.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  195.16 - * If applicable, add the following below the CDDL Header, with the fields
  195.17 - * enclosed by brackets [] replaced by your own identifying information:
  195.18 + * The contents of this file are subject to the terms of either the GNU
  195.19 + * General Public License Version 2 only ("GPL") or the Common
  195.20 + * Development and Distribution License("CDDL") (collectively, the
  195.21 + * "License"). You may not use this file except in compliance with the
  195.22 + * License. You can obtain a copy of the License at
  195.23 + * http://www.netbeans.org/cddl-gplv2.html
  195.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  195.25 + * specific language governing permissions and limitations under the
  195.26 + * License.  When distributing the software, include this License Header
  195.27 + * Notice in each file and include the License file at
  195.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  195.29 + * particular file as subject to the "Classpath" exception as provided
  195.30 + * by Sun in the GPL Version 2 section of the License file that
  195.31 + * accompanied this code. If applicable, add the following below the
  195.32 + * License Header, with the fields enclosed by brackets [] replaced by
  195.33 + * your own identifying information:
  195.34   * "Portions Copyrighted [year] [name of copyright owner]"
  195.35   *
  195.36 + * Contributor(s):
  195.37 + *
  195.38   * The Original Software is NetBeans. The Initial Developer of the Original
  195.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  195.40   * Microsystems, Inc. All Rights Reserved.
  195.41 + *
  195.42 + * If you wish your version of this file to be governed by only the CDDL
  195.43 + * or only the GPL Version 2, indicate your decision by adding
  195.44 + * "[Contributor] elects to include this software in this distribution
  195.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  195.46 + * single choice of license, a recipient has the option to distribute
  195.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  195.48 + * to extend the choice of license to its licensees as provided above.
  195.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  195.50 + * Version 2 license, then the option applies only if the new code is
  195.51 + * made subject to such option by the copyright holder.
  195.52   */
  195.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  195.54  
   196.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetCallback.java	Wed Oct 03 04:07:19 2007 +0000
   196.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetCallback.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.binding;
  196.54  
   197.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNode.java	Wed Oct 03 04:07:19 2007 +0000
   197.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNode.java	Wed Oct 03 04:29:18 2007 +0000
   197.3 @@ -1,20 +1,42 @@
   197.4  /*
   197.5 - * The contents of this file are subject to the terms of the Common Development
   197.6 - * and Distribution License (the License). You may not use this file except in
   197.7 - * compliance with the License.
   197.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   197.9   *
  197.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  197.11 - * or http://www.netbeans.org/cddl.txt.
  197.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  197.13   *
  197.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  197.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  197.16 - * If applicable, add the following below the CDDL Header, with the fields
  197.17 - * enclosed by brackets [] replaced by your own identifying information:
  197.18 + * The contents of this file are subject to the terms of either the GNU
  197.19 + * General Public License Version 2 only ("GPL") or the Common
  197.20 + * Development and Distribution License("CDDL") (collectively, the
  197.21 + * "License"). You may not use this file except in compliance with the
  197.22 + * License. You can obtain a copy of the License at
  197.23 + * http://www.netbeans.org/cddl-gplv2.html
  197.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  197.25 + * specific language governing permissions and limitations under the
  197.26 + * License.  When distributing the software, include this License Header
  197.27 + * Notice in each file and include the License file at
  197.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  197.29 + * particular file as subject to the "Classpath" exception as provided
  197.30 + * by Sun in the GPL Version 2 section of the License file that
  197.31 + * accompanied this code. If applicable, add the following below the
  197.32 + * License Header, with the fields enclosed by brackets [] replaced by
  197.33 + * your own identifying information:
  197.34   * "Portions Copyrighted [year] [name of copyright owner]"
  197.35   *
  197.36 + * Contributor(s):
  197.37 + *
  197.38   * The Original Software is NetBeans. The Initial Developer of the Original
  197.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  197.40   * Microsystems, Inc. All Rights Reserved.
  197.41 + *
  197.42 + * If you wish your version of this file to be governed by only the CDDL
  197.43 + * or only the GPL Version 2, indicate your decision by adding
  197.44 + * "[Contributor] elects to include this software in this distribution
  197.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  197.46 + * single choice of license, a recipient has the option to distribute
  197.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  197.48 + * to extend the choice of license to its licensees as provided above.
  197.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  197.50 + * Version 2 license, then the option applies only if the new code is
  197.51 + * made subject to such option by the copyright holder.
  197.52   */
  197.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  197.54  
   198.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNodeFactory.java	Wed Oct 03 04:07:19 2007 +0000
   198.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetNodeFactory.java	Wed Oct 03 04:29:18 2007 +0000
   198.3 @@ -1,20 +1,42 @@
   198.4  /*
   198.5 - * The contents of this file are subject to the terms of the Common Development
   198.6 - * and Distribution License (the License). You may not use this file except in
   198.7 - * compliance with the License.
   198.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   198.9   *
  198.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  198.11 - * or http://www.netbeans.org/cddl.txt.
  198.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  198.13   *
  198.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  198.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  198.16 - * If applicable, add the following below the CDDL Header, with the fields
  198.17 - * enclosed by brackets [] replaced by your own identifying information:
  198.18 + * The contents of this file are subject to the terms of either the GNU
  198.19 + * General Public License Version 2 only ("GPL") or the Common
  198.20 + * Development and Distribution License("CDDL") (collectively, the
  198.21 + * "License"). You may not use this file except in compliance with the
  198.22 + * License. You can obtain a copy of the License at
  198.23 + * http://www.netbeans.org/cddl-gplv2.html
  198.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  198.25 + * specific language governing permissions and limitations under the
  198.26 + * License.  When distributing the software, include this License Header
  198.27 + * Notice in each file and include the License file at
  198.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  198.29 + * particular file as subject to the "Classpath" exception as provided
  198.30 + * by Sun in the GPL Version 2 section of the License file that
  198.31 + * accompanied this code. If applicable, add the following below the
  198.32 + * License Header, with the fields enclosed by brackets [] replaced by
  198.33 + * your own identifying information:
  198.34   * "Portions Copyrighted [year] [name of copyright owner]"
  198.35   *
  198.36 + * Contributor(s):
  198.37 + *
  198.38   * The Original Software is NetBeans. The Initial Developer of the Original
  198.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  198.40   * Microsystems, Inc. All Rights Reserved.
  198.41 + *
  198.42 + * If you wish your version of this file to be governed by only the CDDL
  198.43 + * or only the GPL Version 2, indicate your decision by adding
  198.44 + * "[Contributor] elects to include this software in this distribution
  198.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  198.46 + * single choice of license, a recipient has the option to distribute
  198.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  198.48 + * to extend the choice of license to its licensees as provided above.
  198.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  198.50 + * Version 2 license, then the option applies only if the new code is
  198.51 + * made subject to such option by the copyright holder.
  198.52   */
  198.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  198.54  
   199.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetPanel.java	Wed Oct 03 04:07:19 2007 +0000
   199.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingTargetPanel.java	Wed Oct 03 04:29:18 2007 +0000
   199.3 @@ -1,20 +1,42 @@
   199.4  /*
   199.5 - * The contents of this file are subject to the terms of the Common Development
   199.6 - * and Distribution License (the License). You may not use this file except in
   199.7 - * compliance with the License.
   199.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   199.9   *
  199.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  199.11 - * or http://www.netbeans.org/cddl.txt.
  199.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  199.13   *
  199.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  199.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  199.16 - * If applicable, add the following below the CDDL Header, with the fields
  199.17 - * enclosed by brackets [] replaced by your own identifying information:
  199.18 + * The contents of this file are subject to the terms of either the GNU
  199.19 + * General Public License Version 2 only ("GPL") or the Common
  199.20 + * Development and Distribution License("CDDL") (collectively, the
  199.21 + * "License"). You may not use this file except in compliance with the
  199.22 + * License. You can obtain a copy of the License at
  199.23 + * http://www.netbeans.org/cddl-gplv2.html
  199.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  199.25 + * specific language governing permissions and limitations under the
  199.26 + * License.  When distributing the software, include this License Header
  199.27 + * Notice in each file and include the License file at
  199.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  199.29 + * particular file as subject to the "Classpath" exception as provided
  199.30 + * by Sun in the GPL Version 2 section of the License file that
  199.31 + * accompanied this code. If applicable, add the following below the
  199.32 + * License Header, with the fields enclosed by brackets [] replaced by
  199.33 + * your own identifying information:
  199.34   * "Portions Copyrighted [year] [name of copyright owner]"
  199.35   *
  199.36 + * Contributor(s):
  199.37 + *
  199.38   * The Original Software is NetBeans. The Initial Developer of the Original
  199.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  199.40   * Microsystems, Inc. All Rights Reserved.
  199.41 + *
  199.42 + * If you wish your version of this file to be governed by only the CDDL
  199.43 + * or only the GPL Version 2, indicate your decision by adding
  199.44 + * "[Contributor] elects to include this software in this distribution
  199.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  199.46 + * single choice of license, a recipient has the option to distribute
  199.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  199.48 + * to extend the choice of license to its licensees as provided above.
  199.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  199.50 + * Version 2 license, then the option applies only if the new code is
  199.51 + * made subject to such option by the copyright holder.
  199.52   */
  199.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  199.54  
   200.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   200.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   200.3 @@ -1,19 +1,41 @@
   200.4 -# The contents of this file are subject to the terms of the Common Development
   200.5 -# and Distribution License (the License). You may not use this file except in
   200.6 -# compliance with the License.
   200.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   200.8  #
   200.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  200.10 -# or http://www.netbeans.org/cddl.txt.
  200.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  200.12  #
  200.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  200.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  200.15 -# If applicable, add the following below the CDDL Header, with the fields
  200.16 -# enclosed by brackets [] replaced by your own identifying information:
  200.17 +# The contents of this file are subject to the terms of either the GNU
  200.18 +# General Public License Version 2 only ("GPL") or the Common
  200.19 +# Development and Distribution License("CDDL") (collectively, the
  200.20 +# "License"). You may not use this file except in compliance with the
  200.21 +# License. You can obtain a copy of the License at
  200.22 +# http://www.netbeans.org/cddl-gplv2.html
  200.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  200.24 +# specific language governing permissions and limitations under the
  200.25 +# License.  When distributing the software, include this License Header
  200.26 +# Notice in each file and include the License file at
  200.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  200.28 +# particular file as subject to the "Classpath" exception as provided
  200.29 +# by Sun in the GPL Version 2 section of the License file that
  200.30 +# accompanied this code. If applicable, add the following below the
  200.31 +# License Header, with the fields enclosed by brackets [] replaced by
  200.32 +# your own identifying information:
  200.33  # "Portions Copyrighted [year] [name of copyright owner]"
  200.34  #
  200.35 +# Contributor(s):
  200.36 +#
  200.37  # The Original Software is NetBeans. The Initial Developer of the Original
  200.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  200.39  # Microsystems, Inc. All Rights Reserved.
  200.40 +#
  200.41 +# If you wish your version of this file to be governed by only the CDDL
  200.42 +# or only the GPL Version 2, indicate your decision by adding
  200.43 +# "[Contributor] elects to include this software in this distribution
  200.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  200.45 +# single choice of license, a recipient has the option to distribute
  200.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  200.47 +# to extend the choice of license to its licensees as provided above.
  200.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  200.49 +# Version 2 license, then the option applies only if the new code is
  200.50 +# made subject to such option by the copyright holder.
  200.51  
  200.52  facet=facet
  200.53  trailingColon={0}:
   201.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingHelper.java	Wed Oct 03 04:07:19 2007 +0000
   201.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingHelper.java	Wed Oct 03 04:29:18 2007 +0000
   201.3 @@ -1,20 +1,42 @@
   201.4  /*
   201.5 - * The contents of this file are subject to the terms of the Common Development
   201.6 - * and Distribution License (the License). You may not use this file except in
   201.7 - * compliance with the License.
   201.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   201.9   *
  201.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  201.11 - * or http://www.netbeans.org/cddl.txt.
  201.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  201.13   *
  201.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  201.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  201.16 - * If applicable, add the following below the CDDL Header, with the fields
  201.17 - * enclosed by brackets [] replaced by your own identifying information:
  201.18 + * The contents of this file are subject to the terms of either the GNU
  201.19 + * General Public License Version 2 only ("GPL") or the Common
  201.20 + * Development and Distribution License("CDDL") (collectively, the
  201.21 + * "License"). You may not use this file except in compliance with the
  201.22 + * License. You can obtain a copy of the License at
  201.23 + * http://www.netbeans.org/cddl-gplv2.html
  201.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  201.25 + * specific language governing permissions and limitations under the
  201.26 + * License.  When distributing the software, include this License Header
  201.27 + * Notice in each file and include the License file at
  201.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  201.29 + * particular file as subject to the "Classpath" exception as provided
  201.30 + * by Sun in the GPL Version 2 section of the License file that
  201.31 + * accompanied this code. If applicable, add the following below the
  201.32 + * License Header, with the fields enclosed by brackets [] replaced by
  201.33 + * your own identifying information:
  201.34   * "Portions Copyrighted [year] [name of copyright owner]"
  201.35   *
  201.36 + * Contributor(s):
  201.37 + *
  201.38   * The Original Software is NetBeans. The Initial Developer of the Original
  201.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  201.40   * Microsystems, Inc. All Rights Reserved.
  201.41 + *
  201.42 + * If you wish your version of this file to be governed by only the CDDL
  201.43 + * or only the GPL Version 2, indicate your decision by adding
  201.44 + * "[Contributor] elects to include this software in this distribution
  201.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  201.46 + * single choice of license, a recipient has the option to distribute
  201.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  201.48 + * to extend the choice of license to its licensees as provided above.
  201.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  201.50 + * Version 2 license, then the option applies only if the new code is
  201.51 + * made subject to such option by the copyright holder.
  201.52   */
  201.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  201.54  
   202.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingPanel.java	Wed Oct 03 04:07:19 2007 +0000
   202.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingPanel.java	Wed Oct 03 04:29:18 2007 +0000
   202.3 @@ -1,20 +1,42 @@
   202.4  /*
   202.5 - * The contents of this file are subject to the terms of the Common Development
   202.6 - * and Distribution License (the License). You may not use this file except in
   202.7 - * compliance with the License.
   202.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   202.9   *
  202.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  202.11 - * or http://www.netbeans.org/cddl.txt.
  202.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  202.13   *
  202.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  202.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  202.16 - * If applicable, add the following below the CDDL Header, with the fields
  202.17 - * enclosed by brackets [] replaced by your own identifying information:
  202.18 + * The contents of this file are subject to the terms of either the GNU
  202.19 + * General Public License Version 2 only ("GPL") or the Common
  202.20 + * Development and Distribution License("CDDL") (collectively, the
  202.21 + * "License"). You may not use this file except in compliance with the
  202.22 + * License. You can obtain a copy of the License at
  202.23 + * http://www.netbeans.org/cddl-gplv2.html
  202.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  202.25 + * specific language governing permissions and limitations under the
  202.26 + * License.  When distributing the software, include this License Header
  202.27 + * Notice in each file and include the License file at
  202.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  202.29 + * particular file as subject to the "Classpath" exception as provided
  202.30 + * by Sun in the GPL Version 2 section of the License file that
  202.31 + * accompanied this code. If applicable, add the following below the
  202.32 + * License Header, with the fields enclosed by brackets [] replaced by
  202.33 + * your own identifying information:
  202.34   * "Portions Copyrighted [year] [name of copyright owner]"
  202.35   *
  202.36 + * Contributor(s):
  202.37 + *
  202.38   * The Original Software is NetBeans. The Initial Developer of the Original
  202.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  202.40   * Microsystems, Inc. All Rights Reserved.
  202.41 + *
  202.42 + * If you wish your version of this file to be governed by only the CDDL
  202.43 + * or only the GPL Version 2, indicate your decision by adding
  202.44 + * "[Contributor] elects to include this software in this distribution
  202.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  202.46 + * single choice of license, a recipient has the option to distribute
  202.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  202.48 + * to extend the choice of license to its licensees as provided above.
  202.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  202.50 + * Version 2 license, then the option applies only if the new code is
  202.51 + * made subject to such option by the copyright holder.
  202.52   */
  202.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  202.54  
   203.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingsCustomizer.java	Wed Oct 03 04:07:19 2007 +0000
   203.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/PropertyBindingsCustomizer.java	Wed Oct 03 04:29:18 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-2007 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.netbeans.modules.visualweb.propertyeditors.binding;
  203.54  
   204.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingAttributePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   204.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingAttributePropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   204.3 @@ -1,20 +1,42 @@
   204.4  /*
   204.5 - * The contents of this file are subject to the terms of the Common Development
   204.6 - * and Distribution License (the License). You may not use this file except in
   204.7 - * compliance with the License.
   204.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   204.9   *
  204.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  204.11 - * or http://www.netbeans.org/cddl.txt.
  204.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  204.13   *
  204.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  204.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  204.16 - * If applicable, add the following below the CDDL Header, with the fields
  204.17 - * enclosed by brackets [] replaced by your own identifying information:
  204.18 + * The contents of this file are subject to the terms of either the GNU
  204.19 + * General Public License Version 2 only ("GPL") or the Common
  204.20 + * Development and Distribution License("CDDL") (collectively, the
  204.21 + * "License"). You may not use this file except in compliance with the
  204.22 + * License. You can obtain a copy of the License at
  204.23 + * http://www.netbeans.org/cddl-gplv2.html
  204.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  204.25 + * specific language governing permissions and limitations under the
  204.26 + * License.  When distributing the software, include this License Header
  204.27 + * Notice in each file and include the License file at
  204.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  204.29 + * particular file as subject to the "Classpath" exception as provided
  204.30 + * by Sun in the GPL Version 2 section of the License file that
  204.31 + * accompanied this code. If applicable, add the following below the
  204.32 + * License Header, with the fields enclosed by brackets [] replaced by
  204.33 + * your own identifying information:
  204.34   * "Portions Copyrighted [year] [name of copyright owner]"
  204.35   *
  204.36 + * Contributor(s):
  204.37 + *
  204.38   * The Original Software is NetBeans. The Initial Developer of the Original
  204.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  204.40   * Microsystems, Inc. All Rights Reserved.
  204.41 + *
  204.42 + * If you wish your version of this file to be governed by only the CDDL
  204.43 + * or only the GPL Version 2, indicate your decision by adding
  204.44 + * "[Contributor] elects to include this software in this distribution
  204.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  204.46 + * single choice of license, a recipient has the option to distribute
  204.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  204.48 + * to extend the choice of license to its licensees as provided above.
  204.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  204.50 + * Version 2 license, then the option applies only if the new code is
  204.51 + * made subject to such option by the copyright holder.
  204.52   */
  204.53  package org.netbeans.modules.visualweb.propertyeditors.binding;
  204.54  
   205.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingPropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   205.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/ValueBindingPropertyEditor.java	Wed Oct 03 04:29:18 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-2007 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.netbeans.modules.visualweb.propertyeditors.binding;
  205.54  
   206.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/AddDataProviderDialog.java	Wed Oct 03 04:07:19 2007 +0000
   206.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/AddDataProviderDialog.java	Wed Oct 03 04:29:18 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-2007 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.netbeans.modules.visualweb.propertyeditors.binding.data;
  206.54  
   207.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindOptionsToDataProviderPanel.java	Wed Oct 03 04:07:19 2007 +0000
   207.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindOptionsToDataProviderPanel.java	Wed Oct 03 04:29:18 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-2007 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.netbeans.modules.visualweb.propertyeditors.binding.data;
  207.54  
   208.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindSelectItemsToDataProviderPanel.java	Wed Oct 03 04:07:19 2007 +0000
   208.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindSelectItemsToDataProviderPanel.java	Wed Oct 03 04:29:18 2007 +0000
   208.3 @@ -1,20 +1,42 @@
   208.4  /*
   208.5 - * The contents of this file are subject to the terms of the Common Development
   208.6 - * and Distribution License (the License). You may not use this file except in
   208.7 - * compliance with the License.
   208.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   208.9   *
  208.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  208.11 - * or http://www.netbeans.org/cddl.txt.
  208.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  208.13   *
  208.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  208.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  208.16 - * If applicable, add the following below the CDDL Header, with the fields
  208.17 - * enclosed by brackets [] replaced by your own identifying information:
  208.18 + * The contents of this file are subject to the terms of either the GNU
  208.19 + * General Public License Version 2 only ("GPL") or the Common
  208.20 + * Development and Distribution License("CDDL") (collectively, the
  208.21 + * "License"). You may not use this file except in compliance with the
  208.22 + * License. You can obtain a copy of the License at
  208.23 + * http://www.netbeans.org/cddl-gplv2.html
  208.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  208.25 + * specific language governing permissions and limitations under the
  208.26 + * License.  When distributing the software, include this License Header
  208.27 + * Notice in each file and include the License file at
  208.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  208.29 + * particular file as subject to the "Classpath" exception as provided
  208.30 + * by Sun in the GPL Version 2 section of the License file that
  208.31 + * accompanied this code. If applicable, add the following below the
  208.32 + * License Header, with the fields enclosed by brackets [] replaced by
  208.33 + * your own identifying information:
  208.34   * "Portions Copyrighted [year] [name of copyright owner]"
  208.35   *
  208.36 + * Contributor(s):
  208.37 + *
  208.38   * The Original Software is NetBeans. The Initial Developer of the Original
  208.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  208.40   * Microsystems, Inc. All Rights Reserved.
  208.41 + *
  208.42 + * If you wish your version of this file to be governed by only the CDDL
  208.43 + * or only the GPL Version 2, indicate your decision by adding
  208.44 + * "[Contributor] elects to include this software in this distribution
  208.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  208.46 + * single choice of license, a recipient has the option to distribute
  208.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  208.48 + * to extend the choice of license to its licensees as provided above.
  208.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  208.50 + * Version 2 license, then the option applies only if the new code is
  208.51 + * made subject to such option by the copyright holder.
  208.52   */
  208.53  package org.netbeans.modules.visualweb.propertyeditors.binding.data;
  208.54  
   209.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToDataProviderPanel.java	Wed Oct 03 04:07:19 2007 +0000
   209.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToDataProviderPanel.java	Wed Oct 03 04:29:18 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-2007 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.netbeans.modules.visualweb.propertyeditors.binding.data;
  209.54  
   210.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToObjectPanel.java	Wed Oct 03 04:07:19 2007 +0000
   210.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/BindValueToObjectPanel.java	Wed Oct 03 04:29:18 2007 +0000
   210.3 @@ -1,20 +1,42 @@
   210.4  /*
   210.5 - * The contents of this file are subject to the terms of the Common Development
   210.6 - * and Distribution License (the License). You may not use this file except in
   210.7 - * compliance with the License.
   210.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   210.9   *
  210.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  210.11 - * or http://www.netbeans.org/cddl.txt.
  210.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  210.13   *
  210.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  210.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  210.16 - * If applicable, add the following below the CDDL Header, with the fields
  210.17 - * enclosed by brackets [] replaced by your own identifying information:
  210.18 + * The contents of this file are subject to the terms of either the GNU
  210.19 + * General Public License Version 2 only ("GPL") or the Common
  210.20 + * Development and Distribution License("CDDL") (collectively, the
  210.21 + * "License"). You may not use this file except in compliance with the
  210.22 + * License. You can obtain a copy of the License at
  210.23 + * http://www.netbeans.org/cddl-gplv2.html
  210.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  210.25 + * specific language governing permissions and limitations under the
  210.26 + * License.  When distributing the software, include this License Header
  210.27 + * Notice in each file and include the License file at
  210.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  210.29 + * particular file as subject to the "Classpath" exception as provided
  210.30 + * by Sun in the GPL Version 2 section of the License file that
  210.31 + * accompanied this code. If applicable, add the following below the
  210.32 + * License Header, with the fields enclosed by brackets [] replaced by
  210.33 + * your own identifying information:
  210.34   * "Portions Copyrighted [year] [name of copyright owner]"
  210.35   *
  210.36 + * Contributor(s):
  210.37 + *
  210.38   * The Original Software is NetBeans. The Initial Developer of the Original
  210.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  210.40   * Microsystems, Inc. All Rights Reserved.
  210.41 + *
  210.42 + * If you wish your version of this file to be governed by only the CDDL
  210.43 + * or only the GPL Version 2, indicate your decision by adding
  210.44 + * "[Contributor] elects to include this software in this distribution
  210.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  210.46 + * single choice of license, a recipient has the option to distribute
  210.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  210.48 + * to extend the choice of license to its licensees as provided above.
  210.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  210.50 + * Version 2 license, then the option applies only if the new code is
  210.51 + * made subject to such option by the copyright holder.
  210.52   */
  210.53  package org.netbeans.modules.visualweb.propertyeditors.binding.data;
  210.54  
   211.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   211.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   211.3 @@ -1,19 +1,41 @@
   211.4 -# The contents of this file are subject to the terms of the Common Development
   211.5 -# and Distribution License (the License). You may not use this file except in
   211.6 -# compliance with the License.
   211.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   211.8  #
   211.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  211.10 -# or http://www.netbeans.org/cddl.txt.
  211.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  211.12  #
  211.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  211.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  211.15 -# If applicable, add the following below the CDDL Header, with the fields
  211.16 -# enclosed by brackets [] replaced by your own identifying information:
  211.17 +# The contents of this file are subject to the terms of either the GNU
  211.18 +# General Public License Version 2 only ("GPL") or the Common
  211.19 +# Development and Distribution License("CDDL") (collectively, the
  211.20 +# "License"). You may not use this file except in compliance with the
  211.21 +# License. You can obtain a copy of the License at
  211.22 +# http://www.netbeans.org/cddl-gplv2.html
  211.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  211.24 +# specific language governing permissions and limitations under the
  211.25 +# License.  When distributing the software, include this License Header
  211.26 +# Notice in each file and include the License file at
  211.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  211.28 +# particular file as subject to the "Classpath" exception as provided
  211.29 +# by Sun in the GPL Version 2 section of the License file that
  211.30 +# accompanied this code. If applicable, add the following below the
  211.31 +# License Header, with the fields enclosed by brackets [] replaced by
  211.32 +# your own identifying information:
  211.33  # "Portions Copyrighted [year] [name of copyright owner]"
  211.34  #
  211.35 +# Contributor(s):
  211.36 +#
  211.37  # The Original Software is NetBeans. The Initial Developer of the Original
  211.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  211.39  # Microsystems, Inc. All Rights Reserved.
  211.40 +#
  211.41 +# If you wish your version of this file to be governed by only the CDDL
  211.42 +# or only the GPL Version 2, indicate your decision by adding
  211.43 +# "[Contributor] elects to include this software in this distribution
  211.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  211.45 +# single choice of license, a recipient has the option to distribute
  211.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  211.47 +# to extend the choice of license to its licensees as provided above.
  211.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  211.49 +# Version 2 license, then the option applies only if the new code is
  211.50 +# made subject to such option by the copyright holder.
  211.51  
  211.52  facet=facet
  211.53  trailingColon={0}:
   212.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingCustomizer.java	Wed Oct 03 04:07:19 2007 +0000
   212.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingCustomizer.java	Wed Oct 03 04:29:18 2007 +0000
   212.3 @@ -1,20 +1,42 @@
   212.4  /*
   212.5 - * The contents of this file are subject to the terms of the Common Development
   212.6 - * and Distribution License (the License). You may not use this file except in
   212.7 - * compliance with the License.
   212.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   212.9   *
  212.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  212.11 - * or http://www.netbeans.org/cddl.txt.
  212.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  212.13   *
  212.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  212.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  212.16 - * If applicable, add the following below the CDDL Header, with the fields
  212.17 - * enclosed by brackets [] replaced by your own identifying information:
  212.18 + * The contents of this file are subject to the terms of either the GNU
  212.19 + * General Public License Version 2 only ("GPL") or the Common
  212.20 + * Development and Distribution License("CDDL") (collectively, the
  212.21 + * "License"). You may not use this file except in compliance with the
  212.22 + * License. You can obtain a copy of the License at
  212.23 + * http://www.netbeans.org/cddl-gplv2.html
  212.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  212.25 + * specific language governing permissions and limitations under the
  212.26 + * License.  When distributing the software, include this License Header
  212.27 + * Notice in each file and include the License file at
  212.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  212.29 + * particular file as subject to the "Classpath" exception as provided
  212.30 + * by Sun in the GPL Version 2 section of the License file that
  212.31 + * accompanied this code. If applicable, add the following below the
  212.32 + * License Header, with the fields enclosed by brackets [] replaced by
  212.33 + * your own identifying information:
  212.34   * "Portions Copyrighted [year] [name of copyright owner]"
  212.35   *
  212.36 + * Contributor(s):
  212.37 + *
  212.38   * The Original Software is NetBeans. The Initial Developer of the Original
  212.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  212.40   * Microsystems, Inc. All Rights Reserved.
  212.41 + *
  212.42 + * If you wish your version of this file to be governed by only the CDDL
  212.43 + * or only the GPL Version 2, indicate your decision by adding
  212.44 + * "[Contributor] elects to include this software in this distribution
  212.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  212.46 + * single choice of license, a recipient has the option to distribute
  212.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  212.48 + * to extend the choice of license to its licensees as provided above.
  212.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  212.50 + * Version 2 license, then the option applies only if the new code is
  212.51 + * made subject to such option by the copyright holder.
  212.52   */
  212.53  package org.netbeans.modules.visualweb.propertyeditors.binding.data;
  212.54  
   213.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelper.java	Wed Oct 03 04:07:19 2007 +0000
   213.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelper.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.binding.data;
  213.54  
   214.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelperBridge.java	Wed Oct 03 04:07:19 2007 +0000
   214.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingHelperBridge.java	Wed Oct 03 04:29:18 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-2007 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  
  214.54  package org.netbeans.modules.visualweb.propertyeditors.binding.data;
   215.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingPanel.java	Wed Oct 03 04:07:19 2007 +0000
   215.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataBindingPanel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.binding.data;
  215.54  
   216.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataProviderExplorerPanel.java	Wed Oct 03 04:07:19 2007 +0000
   216.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/DataProviderExplorerPanel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.binding.data;
  216.54  
   217.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/TabbedDataBindingPanel.java	Wed Oct 03 04:07:19 2007 +0000
   217.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/data/TabbedDataBindingPanel.java	Wed Oct 03 04:29:18 2007 +0000
   217.3 @@ -1,20 +1,42 @@
   217.4  /*
   217.5 - * The contents of this file are subject to the terms of the Common Development
   217.6 - * and Distribution License (the License). You may not use this file except in
   217.7 - * compliance with the License.
   217.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   217.9   *
  217.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  217.11 - * or http://www.netbeans.org/cddl.txt.
  217.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  217.13   *
  217.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  217.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  217.16 - * If applicable, add the following below the CDDL Header, with the fields
  217.17 - * enclosed by brackets [] replaced by your own identifying information:
  217.18 + * The contents of this file are subject to the terms of either the GNU
  217.19 + * General Public License Version 2 only ("GPL") or the Common
  217.20 + * Development and Distribution License("CDDL") (collectively, the
  217.21 + * "License"). You may not use this file except in compliance with the
  217.22 + * License. You can obtain a copy of the License at
  217.23 + * http://www.netbeans.org/cddl-gplv2.html
  217.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  217.25 + * specific language governing permissions and limitations under the
  217.26 + * License.  When distributing the software, include this License Header
  217.27 + * Notice in each file and include the License file at
  217.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  217.29 + * particular file as subject to the "Classpath" exception as provided
  217.30 + * by Sun in the GPL Version 2 section of the License file that
  217.31 + * accompanied this code. If applicable, add the following below the
  217.32 + * License Header, with the fields enclosed by brackets [] replaced by
  217.33 + * your own identifying information:
  217.34   * "Portions Copyrighted [year] [name of copyright owner]"
  217.35   *
  217.36 + * Contributor(s):
  217.37 + *
  217.38   * The Original Software is NetBeans. The Initial Developer of the Original
  217.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  217.40   * Microsystems, Inc. All Rights Reserved.
  217.41 + *
  217.42 + * If you wish your version of this file to be governed by only the CDDL
  217.43 + * or only the GPL Version 2, indicate your decision by adding
  217.44 + * "[Contributor] elects to include this software in this distribution
  217.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  217.46 + * single choice of license, a recipient has the option to distribute
  217.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  217.48 + * to extend the choice of license to its licensees as provided above.
  217.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  217.50 + * Version 2 license, then the option applies only if the new code is
  217.51 + * made subject to such option by the copyright holder.
  217.52   */
  217.53  package org.netbeans.modules.visualweb.propertyeditors.binding.data;
  217.54  
   218.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   218.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   218.3 @@ -1,19 +1,41 @@
   218.4 -# The contents of this file are subject to the terms of the Common Development
   218.5 -# and Distribution License (the License). You may not use this file except in
   218.6 -# compliance with the License.
   218.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   218.8  #
   218.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  218.10 -# or http://www.netbeans.org/cddl.txt.
  218.11 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  218.12  #
  218.13 -# When distributing Covered Code, include this CDDL Header Notice in each file
  218.14 -# and include the License file at http://www.netbeans.org/cddl.txt.
  218.15 -# If applicable, add the following below the CDDL Header, with the fields
  218.16 -# enclosed by brackets [] replaced by your own identifying information:
  218.17 +# The contents of this file are subject to the terms of either the GNU
  218.18 +# General Public License Version 2 only ("GPL") or the Common
  218.19 +# Development and Distribution License("CDDL") (collectively, the
  218.20 +# "License"). You may not use this file except in compliance with the
  218.21 +# License. You can obtain a copy of the License at
  218.22 +# http://www.netbeans.org/cddl-gplv2.html
  218.23 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  218.24 +# specific language governing permissions and limitations under the
  218.25 +# License.  When distributing the software, include this License Header
  218.26 +# Notice in each file and include the License file at
  218.27 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  218.28 +# particular file as subject to the "Classpath" exception as provided
  218.29 +# by Sun in the GPL Version 2 section of the License file that
  218.30 +# accompanied this code. If applicable, add the following below the
  218.31 +# License Header, with the fields enclosed by brackets [] replaced by
  218.32 +# your own identifying information:
  218.33  # "Portions Copyrighted [year] [name of copyright owner]"
  218.34  #
  218.35 +# Contributor(s):
  218.36 +#
  218.37  # The Original Software is NetBeans. The Initial Developer of the Original
  218.38  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  218.39  # Microsystems, Inc. All Rights Reserved.
  218.40 +#
  218.41 +# If you wish your version of this file to be governed by only the CDDL
  218.42 +# or only the GPL Version 2, indicate your decision by adding
  218.43 +# "[Contributor] elects to include this software in this distribution
  218.44 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  218.45 +# single choice of license, a recipient has the option to distribute
  218.46 +# your version of this file under either the CDDL, the GPL Version 2 or
  218.47 +# to extend the choice of license to its licensees as provided above.
  218.48 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  218.49 +# Version 2 license, then the option applies only if the new code is
  218.50 +# made subject to such option by the copyright holder.
  218.51  
  218.52  facet=facet
  218.53  trailingColon={0}:
   219.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ContextTargetNode.java	Wed Oct 03 04:07:19 2007 +0000
   219.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ContextTargetNode.java	Wed Oct 03 04:29:18 2007 +0000
   219.3 @@ -1,20 +1,42 @@
   219.4  /*
   219.5 - * The contents of this file are subject to the terms of the Common Development
   219.6 - * and Distribution License (the License). You may not use this file except in
   219.7 - * compliance with the License.
   219.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   219.9   *
  219.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  219.11 - * or http://www.netbeans.org/cddl.txt.
  219.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  219.13   *
  219.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  219.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  219.16 - * If applicable, add the following below the CDDL Header, with the fields
  219.17 - * enclosed by brackets [] replaced by your own identifying information:
  219.18 + * The contents of this file are subject to the terms of either the GNU
  219.19 + * General Public License Version 2 only ("GPL") or the Common
  219.20 + * Development and Distribution License("CDDL") (collectively, the
  219.21 + * "License"). You may not use this file except in compliance with the
  219.22 + * License. You can obtain a copy of the License at
  219.23 + * http://www.netbeans.org/cddl-gplv2.html
  219.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  219.25 + * specific language governing permissions and limitations under the
  219.26 + * License.  When distributing the software, include this License Header
  219.27 + * Notice in each file and include the License file at
  219.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  219.29 + * particular file as subject to the "Classpath" exception as provided
  219.30 + * by Sun in the GPL Version 2 section of the License file that
  219.31 + * accompanied this code. If applicable, add the following below the
  219.32 + * License Header, with the fields enclosed by brackets [] replaced by
  219.33 + * your own identifying information:
  219.34   * "Portions Copyrighted [year] [name of copyright owner]"
  219.35   *
  219.36 + * Contributor(s):
  219.37 + *
  219.38   * The Original Software is NetBeans. The Initial Developer of the Original
  219.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  219.40   * Microsystems, Inc. All Rights Reserved.
  219.41 + *
  219.42 + * If you wish your version of this file to be governed by only the CDDL
  219.43 + * or only the GPL Version 2, indicate your decision by adding
  219.44 + * "[Contributor] elects to include this software in this distribution
  219.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  219.46 + * single choice of license, a recipient has the option to distribute
  219.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  219.48 + * to extend the choice of license to its licensees as provided above.
  219.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  219.50 + * Version 2 license, then the option applies only if the new code is
  219.51 + * made subject to such option by the copyright holder.
  219.52   */
  219.53  package org.netbeans.modules.visualweb.propertyeditors.binding.nodes;
  219.54  
   220.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/DataProviderTargetNodeFactory.java	Wed Oct 03 04:07:19 2007 +0000
   220.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/DataProviderTargetNodeFactory.java	Wed Oct 03 04:29:18 2007 +0000
   220.3 @@ -1,20 +1,42 @@
   220.4  /*
   220.5 - * The contents of this file are subject to the terms of the Common Development
   220.6 - * and Distribution License (the License). You may not use this file except in
   220.7 - * compliance with the License.
   220.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   220.9   *
  220.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  220.11 - * or http://www.netbeans.org/cddl.txt.
  220.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  220.13   *
  220.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  220.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  220.16 - * If applicable, add the following below the CDDL Header, with the fields
  220.17 - * enclosed by brackets [] replaced by your own identifying information:
  220.18 + * The contents of this file are subject to the terms of either the GNU
  220.19 + * General Public License Version 2 only ("GPL") or the Common
  220.20 + * Development and Distribution License("CDDL") (collectively, the
  220.21 + * "License"). You may not use this file except in compliance with the
  220.22 + * License. You can obtain a copy of the License at
  220.23 + * http://www.netbeans.org/cddl-gplv2.html
  220.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  220.25 + * specific language governing permissions and limitations under the
  220.26 + * License.  When distributing the software, include this License Header
  220.27 + * Notice in each file and include the License file at
  220.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  220.29 + * particular file as subject to the "Classpath" exception as provided
  220.30 + * by Sun in the GPL Version 2 section of the License file that
  220.31 + * accompanied this code. If applicable, add the following below the
  220.32 + * License Header, with the fields enclosed by brackets [] replaced by
  220.33 + * your own identifying information:
  220.34   * "Portions Copyrighted [year] [name of copyright owner]"
  220.35   *
  220.36 + * Contributor(s):
  220.37 + *
  220.38   * The Original Software is NetBeans. The Initial Developer of the Original
  220.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  220.40   * Microsystems, Inc. All Rights Reserved.
  220.41 + *
  220.42 + * If you wish your version of this file to be governed by only the CDDL
  220.43 + * or only the GPL Version 2, indicate your decision by adding
  220.44 + * "[Contributor] elects to include this software in this distribution
  220.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  220.46 + * single choice of license, a recipient has the option to distribute
  220.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  220.48 + * to extend the choice of license to its licensees as provided above.
  220.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  220.50 + * Version 2 license, then the option applies only if the new code is
  220.51 + * made subject to such option by the copyright holder.
  220.52   */
  220.53  package org.netbeans.modules.visualweb.propertyeditors.binding.nodes;
  220.54  
   221.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/MapTargetNodeFactory.java	Wed Oct 03 04:07:19 2007 +0000
   221.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/MapTargetNodeFactory.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.binding.nodes;
  221.54  
   222.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/PropertyTargetNode.java	Wed Oct 03 04:07:19 2007 +0000
   222.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/PropertyTargetNode.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.binding.nodes;
  222.54  
   223.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ResultSetTargetNodeFactory.java	Wed Oct 03 04:07:19 2007 +0000
   223.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/ResultSetTargetNodeFactory.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.binding.nodes;
  223.54  
   224.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/UIDataVarNode.java	Wed Oct 03 04:07:19 2007 +0000
   224.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/UIDataVarNode.java	Wed Oct 03 04:29:18 2007 +0000
   224.3 @@ -1,20 +1,42 @@
   224.4  /*
   224.5 - * The contents of this file are subject to the terms of the Common Development
   224.6 - * and Distribution License (the License). You may not use this file except in
   224.7 - * compliance with the License.
   224.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   224.9   *
  224.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  224.11 - * or http://www.netbeans.org/cddl.txt.
  224.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  224.13   *
  224.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  224.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  224.16 - * If applicable, add the following below the CDDL Header, with the fields
  224.17 - * enclosed by brackets [] replaced by your own identifying information:
  224.18 + * The contents of this file are subject to the terms of either the GNU
  224.19 + * General Public License Version 2 only ("GPL") or the Common
  224.20 + * Development and Distribution License("CDDL") (collectively, the
  224.21 + * "License"). You may not use this file except in compliance with the
  224.22 + * License. You can obtain a copy of the License at
  224.23 + * http://www.netbeans.org/cddl-gplv2.html
  224.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  224.25 + * specific language governing permissions and limitations under the
  224.26 + * License.  When distributing the software, include this License Header
  224.27 + * Notice in each file and include the License file at
  224.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  224.29 + * particular file as subject to the "Classpath" exception as provided
  224.30 + * by Sun in the GPL Version 2 section of the License file that
  224.31 + * accompanied this code. If applicable, add the following below the
  224.32 + * License Header, with the fields enclosed by brackets [] replaced by
  224.33 + * your own identifying information:
  224.34   * "Portions Copyrighted [year] [name of copyright owner]"
  224.35   *
  224.36 + * Contributor(s):
  224.37 + *
  224.38   * The Original Software is NetBeans. The Initial Developer of the Original
  224.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  224.40   * Microsystems, Inc. All Rights Reserved.
  224.41 + *
  224.42 + * If you wish your version of this file to be governed by only the CDDL
  224.43 + * or only the GPL Version 2, indicate your decision by adding
  224.44 + * "[Contributor] elects to include this software in this distribution
  224.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  224.46 + * single choice of license, a recipient has the option to distribute
  224.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  224.48 + * to extend the choice of license to its licensees as provided above.
  224.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  224.50 + * Version 2 license, then the option applies only if the new code is
  224.51 + * made subject to such option by the copyright holder.
  224.52   */
  224.53  package org.netbeans.modules.visualweb.propertyeditors.binding.nodes;
  224.54  
   225.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundImageUrlDialog.java	Wed Oct 03 04:07:19 2007 +0000
   225.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundImageUrlDialog.java	Wed Oct 03 04:29:18 2007 +0000
   225.3 @@ -1,20 +1,42 @@
   225.4  /*
   225.5 - * The contents of this file are subject to the terms of the Common Development
   225.6 - * and Distribution License (the License). You may not use this file except in
   225.7 - * compliance with the License.
   225.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   225.9   *
  225.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  225.11 - * or http://www.netbeans.org/cddl.txt.
  225.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  225.13   *
  225.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  225.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  225.16 - * If applicable, add the following below the CDDL Header, with the fields
  225.17 - * enclosed by brackets [] replaced by your own identifying information:
  225.18 + * The contents of this file are subject to the terms of either the GNU
  225.19 + * General Public License Version 2 only ("GPL") or the Common
  225.20 + * Development and Distribution License("CDDL") (collectively, the
  225.21 + * "License"). You may not use this file except in compliance with the
  225.22 + * License. You can obtain a copy of the License at
  225.23 + * http://www.netbeans.org/cddl-gplv2.html
  225.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  225.25 + * specific language governing permissions and limitations under the
  225.26 + * License.  When distributing the software, include this License Header
  225.27 + * Notice in each file and include the License file at
  225.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  225.29 + * particular file as subject to the "Classpath" exception as provided
  225.30 + * by Sun in the GPL Version 2 section of the License file that
  225.31 + * accompanied this code. If applicable, add the following below the
  225.32 + * License Header, with the fields enclosed by brackets [] replaced by
  225.33 + * your own identifying information:
  225.34   * "Portions Copyrighted [year] [name of copyright owner]"
  225.35   *
  225.36 + * Contributor(s):
  225.37 + *
  225.38   * The Original Software is NetBeans. The Initial Developer of the Original
  225.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  225.40   * Microsystems, Inc. All Rights Reserved.
  225.41 + *
  225.42 + * If you wish your version of this file to be governed by only the CDDL
  225.43 + * or only the GPL Version 2, indicate your decision by adding
  225.44 + * "[Contributor] elects to include this software in this distribution
  225.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  225.46 + * single choice of license, a recipient has the option to distribute
  225.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  225.48 + * to extend the choice of license to its licensees as provided above.
  225.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  225.50 + * Version 2 license, then the option applies only if the new code is
  225.51 + * made subject to such option by the copyright holder.
  225.52   */
  225.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  225.54  
   226.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   226.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BackgroundStyleEditor.java	Wed Oct 03 04:29:18 2007 +0000
   226.3 @@ -1,20 +1,42 @@
   226.4  /*
   226.5 - * The contents of this file are subject to the terms of the Common Development
   226.6 - * and Distribution License (the License). You may not use this file except in
   226.7 - * compliance with the License.
   226.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   226.9   *
  226.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  226.11 - * or http://www.netbeans.org/cddl.txt.
  226.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  226.13   *
  226.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  226.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  226.16 - * If applicable, add the following below the CDDL Header, with the fields
  226.17 - * enclosed by brackets [] replaced by your own identifying information:
  226.18 + * The contents of this file are subject to the terms of either the GNU
  226.19 + * General Public License Version 2 only ("GPL") or the Common
  226.20 + * Development and Distribution License("CDDL") (collectively, the
  226.21 + * "License"). You may not use this file except in compliance with the
  226.22 + * License. You can obtain a copy of the License at
  226.23 + * http://www.netbeans.org/cddl-gplv2.html
  226.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  226.25 + * specific language governing permissions and limitations under the
  226.26 + * License.  When distributing the software, include this License Header
  226.27 + * Notice in each file and include the License file at
  226.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  226.29 + * particular file as subject to the "Classpath" exception as provided
  226.30 + * by Sun in the GPL Version 2 section of the License file that
  226.31 + * accompanied this code. If applicable, add the following below the
  226.32 + * License Header, with the fields enclosed by brackets [] replaced by
  226.33 + * your own identifying information:
  226.34   * "Portions Copyrighted [year] [name of copyright owner]"
  226.35   *
  226.36 + * Contributor(s):
  226.37 + *
  226.38   * The Original Software is NetBeans. The Initial Developer of the Original
  226.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  226.40   * Microsystems, Inc. All Rights Reserved.
  226.41 + *
  226.42 + * If you wish your version of this file to be governed by only the CDDL
  226.43 + * or only the GPL Version 2, indicate your decision by adding
  226.44 + * "[Contributor] elects to include this software in this distribution
  226.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  226.46 + * single choice of license, a recipient has the option to distribute
  226.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  226.48 + * to extend the choice of license to its licensees as provided above.
  226.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  226.50 + * Version 2 license, then the option applies only if the new code is
  226.51 + * made subject to such option by the copyright holder.
  226.52   */
  226.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  226.54  
   227.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderDataTable.java	Wed Oct 03 04:07:19 2007 +0000
   227.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderDataTable.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  227.54  
   228.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   228.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  228.54  
   229.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderWidthField.java	Wed Oct 03 04:07:19 2007 +0000
   229.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/BorderWidthField.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  229.54  
   230.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   230.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   230.3 @@ -1,3 +1,41 @@
   230.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   230.5 +#
   230.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   230.7 +#
   230.8 +# The contents of this file are subject to the terms of either the GNU
   230.9 +# General Public License Version 2 only ("GPL") or the Common
  230.10 +# Development and Distribution License("CDDL") (collectively, the
  230.11 +# "License"). You may not use this file except in compliance with the
  230.12 +# License. You can obtain a copy of the License at
  230.13 +# http://www.netbeans.org/cddl-gplv2.html
  230.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  230.15 +# specific language governing permissions and limitations under the
  230.16 +# License.  When distributing the software, include this License Header
  230.17 +# Notice in each file and include the License file at
  230.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  230.19 +# particular file as subject to the "Classpath" exception as provided
  230.20 +# by Sun in the GPL Version 2 section of the License file that
  230.21 +# accompanied this code. If applicable, add the following below the
  230.22 +# License Header, with the fields enclosed by brackets [] replaced by
  230.23 +# your own identifying information:
  230.24 +# "Portions Copyrighted [year] [name of copyright owner]"
  230.25 +#
  230.26 +# Contributor(s):
  230.27 +#
  230.28 +# The Original Software is NetBeans. The Initial Developer of the Original
  230.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  230.30 +# Microsystems, Inc. All Rights Reserved.
  230.31 +#
  230.32 +# If you wish your version of this file to be governed by only the CDDL
  230.33 +# or only the GPL Version 2, indicate your decision by adding
  230.34 +# "[Contributor] elects to include this software in this distribution
  230.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  230.36 +# single choice of license, a recipient has the option to distribute
  230.37 +# your version of this file under either the CDDL, the GPL Version 2 or
  230.38 +# to extend the choice of license to its licensees as provided above.
  230.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  230.40 +# Version 2 license, then the option applies only if the new code is
  230.41 +# made subject to such option by the copyright holder.
  230.42  # Sample ResourceBundle properties file
  230.43  
  230.44  DIALOG_TITLE=Style Builder
   231.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ColorSelectionField.java	Wed Oct 03 04:07:19 2007 +0000
   231.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ColorSelectionField.java	Wed Oct 03 04:29:18 2007 +0000
   231.3 @@ -1,20 +1,42 @@
   231.4  /*
   231.5 - * The contents of this file are subject to the terms of the Common Development
   231.6 - * and Distribution License (the License). You may not use this file except in
   231.7 - * compliance with the License.
   231.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   231.9   *
  231.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  231.11 - * or http://www.netbeans.org/cddl.txt.
  231.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  231.13   *
  231.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  231.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  231.16 - * If applicable, add the following below the CDDL Header, with the fields
  231.17 - * enclosed by brackets [] replaced by your own identifying information:
  231.18 + * The contents of this file are subject to the terms of either the GNU
  231.19 + * General Public License Version 2 only ("GPL") or the Common
  231.20 + * Development and Distribution License("CDDL") (collectively, the
  231.21 + * "License"). You may not use this file except in compliance with the
  231.22 + * License. You can obtain a copy of the License at
  231.23 + * http://www.netbeans.org/cddl-gplv2.html
  231.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  231.25 + * specific language governing permissions and limitations under the
  231.26 + * License.  When distributing the software, include this License Header
  231.27 + * Notice in each file and include the License file at
  231.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  231.29 + * particular file as subject to the "Classpath" exception as provided
  231.30 + * by Sun in the GPL Version 2 section of the License file that
  231.31 + * accompanied this code. If applicable, add the following below the
  231.32 + * License Header, with the fields enclosed by brackets [] replaced by
  231.33 + * your own identifying information:
  231.34   * "Portions Copyrighted [year] [name of copyright owner]"
  231.35   *
  231.36 + * Contributor(s):
  231.37 + *
  231.38   * The Original Software is NetBeans. The Initial Developer of the Original
  231.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  231.40   * Microsystems, Inc. All Rights Reserved.
  231.41 + *
  231.42 + * If you wish your version of this file to be governed by only the CDDL
  231.43 + * or only the GPL Version 2, indicate your decision by adding
  231.44 + * "[Contributor] elects to include this software in this distribution
  231.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  231.46 + * single choice of license, a recipient has the option to distribute
  231.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  231.48 + * to extend the choice of license to its licensees as provided above.
  231.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  231.50 + * Version 2 license, then the option applies only if the new code is
  231.51 + * made subject to such option by the copyright holder.
  231.52   */
  231.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  231.54  
   232.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/CssStylePropertyEditor.java	Wed Oct 03 04:07:19 2007 +0000
   232.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/CssStylePropertyEditor.java	Wed Oct 03 04:29:18 2007 +0000
   232.3 @@ -1,20 +1,42 @@
   232.4  /*
   232.5 - * The contents of this file are subject to the terms of the Common Development
   232.6 - * and Distribution License (the License). You may not use this file except in
   232.7 - * compliance with the License.
   232.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   232.9   *
  232.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  232.11 - * or http://www.netbeans.org/cddl.txt.
  232.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  232.13   *
  232.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  232.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  232.16 - * If applicable, add the following below the CDDL Header, with the fields
  232.17 - * enclosed by brackets [] replaced by your own identifying information:
  232.18 + * The contents of this file are subject to the terms of either the GNU
  232.19 + * General Public License Version 2 only ("GPL") or the Common
  232.20 + * Development and Distribution License("CDDL") (collectively, the
  232.21 + * "License"). You may not use this file except in compliance with the
  232.22 + * License. You can obtain a copy of the License at
  232.23 + * http://www.netbeans.org/cddl-gplv2.html
  232.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  232.25 + * specific language governing permissions and limitations under the
  232.26 + * License.  When distributing the software, include this License Header
  232.27 + * Notice in each file and include the License file at
  232.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  232.29 + * particular file as subject to the "Classpath" exception as provided
  232.30 + * by Sun in the GPL Version 2 section of the License file that
  232.31 + * accompanied this code. If applicable, add the following below the
  232.32 + * License Header, with the fields enclosed by brackets [] replaced by
  232.33 + * your own identifying information:
  232.34   * "Portions Copyrighted [year] [name of copyright owner]"
  232.35   *
  232.36 + * Contributor(s):
  232.37 + *
  232.38   * The Original Software is NetBeans. The Initial Developer of the Original
  232.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  232.40   * Microsystems, Inc. All Rights Reserved.
  232.41 + *
  232.42 + * If you wish your version of this file to be governed by only the CDDL
  232.43 + * or only the GPL Version 2, indicate your decision by adding
  232.44 + * "[Contributor] elects to include this software in this distribution
  232.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  232.46 + * single choice of license, a recipient has the option to distribute
  232.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  232.48 + * to extend the choice of license to its licensees as provided above.
  232.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  232.50 + * Version 2 license, then the option applies only if the new code is
  232.51 + * made subject to such option by the copyright holder.
  232.52   */
  232.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  232.54  
   233.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontFamilyEditorDialog.java	Wed Oct 03 04:07:19 2007 +0000
   233.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontFamilyEditorDialog.java	Wed Oct 03 04:29:18 2007 +0000
   233.3 @@ -1,20 +1,42 @@
   233.4  /*
   233.5 - * The contents of this file are subject to the terms of the Common Development
   233.6 - * and Distribution License (the License). You may not use this file except in
   233.7 - * compliance with the License.
   233.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   233.9   *
  233.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  233.11 - * or http://www.netbeans.org/cddl.txt.
  233.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  233.13   *
  233.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  233.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  233.16 - * If applicable, add the following below the CDDL Header, with the fields
  233.17 - * enclosed by brackets [] replaced by your own identifying information:
  233.18 + * The contents of this file are subject to the terms of either the GNU
  233.19 + * General Public License Version 2 only ("GPL") or the Common
  233.20 + * Development and Distribution License("CDDL") (collectively, the
  233.21 + * "License"). You may not use this file except in compliance with the
  233.22 + * License. You can obtain a copy of the License at
  233.23 + * http://www.netbeans.org/cddl-gplv2.html
  233.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  233.25 + * specific language governing permissions and limitations under the
  233.26 + * License.  When distributing the software, include this License Header
  233.27 + * Notice in each file and include the License file at
  233.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  233.29 + * particular file as subject to the "Classpath" exception as provided
  233.30 + * by Sun in the GPL Version 2 section of the License file that
  233.31 + * accompanied this code. If applicable, add the following below the
  233.32 + * License Header, with the fields enclosed by brackets [] replaced by
  233.33 + * your own identifying information:
  233.34   * "Portions Copyrighted [year] [name of copyright owner]"
  233.35   *
  233.36 + * Contributor(s):
  233.37 + *
  233.38   * The Original Software is NetBeans. The Initial Developer of the Original
  233.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  233.40   * Microsystems, Inc. All Rights Reserved.
  233.41 + *
  233.42 + * If you wish your version of this file to be governed by only the CDDL
  233.43 + * or only the GPL Version 2, indicate your decision by adding
  233.44 + * "[Contributor] elects to include this software in this distribution
  233.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  233.46 + * single choice of license, a recipient has the option to distribute
  233.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  233.48 + * to extend the choice of license to its licensees as provided above.
  233.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  233.50 + * Version 2 license, then the option applies only if the new code is
  233.51 + * made subject to such option by the copyright holder.
  233.52   */
  233.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  233.54  
   234.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   234.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/FontStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css;
  234.54  
   235.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ListStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   235.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/ListStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css;
  235.54  
   236.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginDataTable.java	Wed Oct 03 04:07:19 2007 +0000
   236.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginDataTable.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css;
  236.54  
   237.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   237.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css;
  237.54  
   238.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginWidthField.java	Wed Oct 03 04:07:19 2007 +0000
   238.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/MarginWidthField.java	Wed Oct 03 04:29:18 2007 +0000
   238.3 @@ -1,20 +1,42 @@
   238.4  /*
   238.5 - * The contents of this file are subject to the terms of the Common Development
   238.6 - * and Distribution License (the License). You may not use this file except in
   238.7 - * compliance with the License.
   238.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   238.9   *
  238.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  238.11 - * or http://www.netbeans.org/cddl.txt.
  238.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  238.13   *
  238.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  238.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  238.16 - * If applicable, add the following below the CDDL Header, with the fields
  238.17 - * enclosed by brackets [] replaced by your own identifying information:
  238.18 + * The contents of this file are subject to the terms of either the GNU
  238.19 + * General Public License Version 2 only ("GPL") or the Common
  238.20 + * Development and Distribution License("CDDL") (collectively, the
  238.21 + * "License"). You may not use this file except in compliance with the
  238.22 + * License. You can obtain a copy of the License at
  238.23 + * http://www.netbeans.org/cddl-gplv2.html
  238.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  238.25 + * specific language governing permissions and limitations under the
  238.26 + * License.  When distributing the software, include this License Header
  238.27 + * Notice in each file and include the License file at
  238.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  238.29 + * particular file as subject to the "Classpath" exception as provided
  238.30 + * by Sun in the GPL Version 2 section of the License file that
  238.31 + * accompanied this code. If applicable, add the following below the
  238.32 + * License Header, with the fields enclosed by brackets [] replaced by
  238.33 + * your own identifying information:
  238.34   * "Portions Copyrighted [year] [name of copyright owner]"
  238.35   *
  238.36 + * Contributor(s):
  238.37 + *
  238.38   * The Original Software is NetBeans. The Initial Developer of the Original
  238.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  238.40   * Microsystems, Inc. All Rights Reserved.
  238.41 + *
  238.42 + * If you wish your version of this file to be governed by only the CDDL
  238.43 + * or only the GPL Version 2, indicate your decision by adding
  238.44 + * "[Contributor] elects to include this software in this distribution
  238.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  238.46 + * single choice of license, a recipient has the option to distribute
  238.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  238.48 + * to extend the choice of license to its licensees as provided above.
  238.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  238.50 + * Version 2 license, then the option applies only if the new code is
  238.51 + * made subject to such option by the copyright holder.
  238.52   */
  238.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  238.54  
   239.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/OtherStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   239.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/OtherStyleEditor.java	Wed Oct 03 04:29:18 2007 +0000
   239.3 @@ -1,20 +1,42 @@
   239.4  /*
   239.5 - * The contents of this file are subject to the terms of the Common Development
   239.6 - * and Distribution License (the License). You may not use this file except in
   239.7 - * compliance with the License.
   239.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   239.9   *
  239.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  239.11 - * or http://www.netbeans.org/cddl.txt.
  239.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  239.13   *
  239.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  239.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  239.16 - * If applicable, add the following below the CDDL Header, with the fields
  239.17 - * enclosed by brackets [] replaced by your own identifying information:
  239.18 + * The contents of this file are subject to the terms of either the GNU
  239.19 + * General Public License Version 2 only ("GPL") or the Common
  239.20 + * Development and Distribution License("CDDL") (collectively, the
  239.21 + * "License"). You may not use this file except in compliance with the
  239.22 + * License. You can obtain a copy of the License at
  239.23 + * http://www.netbeans.org/cddl-gplv2.html
  239.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  239.25 + * specific language governing permissions and limitations under the
  239.26 + * License.  When distributing the software, include this License Header
  239.27 + * Notice in each file and include the License file at
  239.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  239.29 + * particular file as subject to the "Classpath" exception as provided
  239.30 + * by Sun in the GPL Version 2 section of the License file that
  239.31 + * accompanied this code. If applicable, add the following below the
  239.32 + * License Header, with the fields enclosed by brackets [] replaced by
  239.33 + * your own identifying information:
  239.34   * "Portions Copyrighted [year] [name of copyright owner]"
  239.35   *
  239.36 + * Contributor(s):
  239.37 + *
  239.38   * The Original Software is NetBeans. The Initial Developer of the Original
  239.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  239.40   * Microsystems, Inc. All Rights Reserved.
  239.41 + *
  239.42 + * If you wish your version of this file to be governed by only the CDDL
  239.43 + * or only the GPL Version 2, indicate your decision by adding
  239.44 + * "[Contributor] elects to include this software in this distribution
  239.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  239.46 + * single choice of license, a recipient has the option to distribute
  239.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  239.48 + * to extend the choice of license to its licensees as provided above.
  239.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  239.50 + * Version 2 license, then the option applies only if the new code is
  239.51 + * made subject to such option by the copyright holder.
  239.52   */
  239.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  239.54  
   240.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PaddingWidthField.java	Wed Oct 03 04:07:19 2007 +0000
   240.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PaddingWidthField.java	Wed Oct 03 04:29:18 2007 +0000
   240.3 @@ -1,20 +1,42 @@
   240.4  /*
   240.5 - * The contents of this file are subject to the terms of the Common Development
   240.6 - * and Distribution License (the License). You may not use this file except in
   240.7 - * compliance with the License.
   240.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   240.9   *
  240.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  240.11 - * or http://www.netbeans.org/cddl.txt.
  240.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  240.13   *
  240.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  240.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  240.16 - * If applicable, add the following below the CDDL Header, with the fields
  240.17 - * enclosed by brackets [] replaced by your own identifying information:
  240.18 + * The contents of this file are subject to the terms of either the GNU
  240.19 + * General Public License Version 2 only ("GPL") or the Common
  240.20 + * Development and Distribution License("CDDL") (collectively, the
  240.21 + * "License"). You may not use this file except in compliance with the
  240.22 + * License. You can obtain a copy of the License at
  240.23 + * http://www.netbeans.org/cddl-gplv2.html
  240.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  240.25 + * specific language governing permissions and limitations under the
  240.26 + * License.  When distributing the software, include this License Header
  240.27 + * Notice in each file and include the License file at
  240.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  240.29 + * particular file as subject to the "Classpath" exception as provided
  240.30 + * by Sun in the GPL Version 2 section of the License file that
  240.31 + * accompanied this code. If applicable, add the following below the
  240.32 + * License Header, with the fields enclosed by brackets [] replaced by
  240.33 + * your own identifying information:
  240.34   * "Portions Copyrighted [year] [name of copyright owner]"
  240.35   *
  240.36 + * Contributor(s):
  240.37 + *
  240.38   * The Original Software is NetBeans. The Initial Developer of the Original
  240.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  240.40   * Microsystems, Inc. All Rights Reserved.
  240.41 + *
  240.42 + * If you wish your version of this file to be governed by only the CDDL
  240.43 + * or only the GPL Version 2, indicate your decision by adding
  240.44 + * "[Contributor] elects to include this software in this distribution
  240.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  240.46 + * single choice of license, a recipient has the option to distribute
  240.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  240.48 + * to extend the choice of license to its licensees as provided above.
  240.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  240.50 + * Version 2 license, then the option applies only if the new code is
  240.51 + * made subject to such option by the copyright holder.
  240.52   */
  240.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  240.54  
   241.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PositionStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   241.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/PositionStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  241.54  
   242.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderDialog.java	Wed Oct 03 04:07:19 2007 +0000
   242.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderDialog.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css;
  242.54  
   243.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderPanel.java	Wed Oct 03 04:07:19 2007 +0000
   243.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleBuilderPanel.java	Wed Oct 03 04:29:18 2007 +0000
   243.3 @@ -1,20 +1,42 @@
   243.4  /*
   243.5 - * The contents of this file are subject to the terms of the Common Development
   243.6 - * and Distribution License (the License). You may not use this file except in
   243.7 - * compliance with the License.
   243.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   243.9   *
  243.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  243.11 - * or http://www.netbeans.org/cddl.txt.
  243.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  243.13   *
  243.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  243.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  243.16 - * If applicable, add the following below the CDDL Header, with the fields
  243.17 - * enclosed by brackets [] replaced by your own identifying information:
  243.18 + * The contents of this file are subject to the terms of either the GNU
  243.19 + * General Public License Version 2 only ("GPL") or the Common
  243.20 + * Development and Distribution License("CDDL") (collectively, the
  243.21 + * "License"). You may not use this file except in compliance with the
  243.22 + * License. You can obtain a copy of the License at
  243.23 + * http://www.netbeans.org/cddl-gplv2.html
  243.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  243.25 + * specific language governing permissions and limitations under the
  243.26 + * License.  When distributing the software, include this License Header
  243.27 + * Notice in each file and include the License file at
  243.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  243.29 + * particular file as subject to the "Classpath" exception as provided
  243.30 + * by Sun in the GPL Version 2 section of the License file that
  243.31 + * accompanied this code. If applicable, add the following below the
  243.32 + * License Header, with the fields enclosed by brackets [] replaced by
  243.33 + * your own identifying information:
  243.34   * "Portions Copyrighted [year] [name of copyright owner]"
  243.35   *
  243.36 + * Contributor(s):
  243.37 + *
  243.38   * The Original Software is NetBeans. The Initial Developer of the Original
  243.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  243.40   * Microsystems, Inc. All Rights Reserved.
  243.41 + *
  243.42 + * If you wish your version of this file to be governed by only the CDDL
  243.43 + * or only the GPL Version 2, indicate your decision by adding
  243.44 + * "[Contributor] elects to include this software in this distribution
  243.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  243.46 + * single choice of license, a recipient has the option to distribute
  243.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  243.48 + * to extend the choice of license to its licensees as provided above.
  243.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  243.50 + * Version 2 license, then the option applies only if the new code is
  243.51 + * made subject to such option by the copyright holder.
  243.52   */
  243.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  243.54  
   244.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   244.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditor.java	Wed Oct 03 04:29:18 2007 +0000
   244.3 @@ -1,20 +1,42 @@
   244.4  /*
   244.5 - * The contents of this file are subject to the terms of the Common Development
   244.6 - * and Distribution License (the License). You may not use this file except in
   244.7 - * compliance with the License.
   244.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   244.9   *
  244.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  244.11 - * or http://www.netbeans.org/cddl.txt.
  244.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  244.13   *
  244.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  244.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  244.16 - * If applicable, add the following below the CDDL Header, with the fields
  244.17 - * enclosed by brackets [] replaced by your own identifying information:
  244.18 + * The contents of this file are subject to the terms of either the GNU
  244.19 + * General Public License Version 2 only ("GPL") or the Common
  244.20 + * Development and Distribution License("CDDL") (collectively, the
  244.21 + * "License"). You may not use this file except in compliance with the
  244.22 + * License. You can obtain a copy of the License at
  244.23 + * http://www.netbeans.org/cddl-gplv2.html
  244.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  244.25 + * specific language governing permissions and limitations under the
  244.26 + * License.  When distributing the software, include this License Header
  244.27 + * Notice in each file and include the License file at
  244.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  244.29 + * particular file as subject to the "Classpath" exception as provided
  244.30 + * by Sun in the GPL Version 2 section of the License file that
  244.31 + * accompanied this code. If applicable, add the following below the
  244.32 + * License Header, with the fields enclosed by brackets [] replaced by
  244.33 + * your own identifying information:
  244.34   * "Portions Copyrighted [year] [name of copyright owner]"
  244.35   *
  244.36 + * Contributor(s):
  244.37 + *
  244.38   * The Original Software is NetBeans. The Initial Developer of the Original
  244.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  244.40   * Microsystems, Inc. All Rights Reserved.
  244.41 + *
  244.42 + * If you wish your version of this file to be governed by only the CDDL
  244.43 + * or only the GPL Version 2, indicate your decision by adding
  244.44 + * "[Contributor] elects to include this software in this distribution
  244.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  244.46 + * single choice of license, a recipient has the option to distribute
  244.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  244.48 + * to extend the choice of license to its licensees as provided above.
  244.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  244.50 + * Version 2 license, then the option applies only if the new code is
  244.51 + * made subject to such option by the copyright holder.
  244.52   */
  244.53  package org.netbeans.modules.visualweb.propertyeditors.css;
  244.54  
   245.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditorListPanel.java	Wed Oct 03 04:07:19 2007 +0000
   245.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/StyleEditorListPanel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  245.54  
   246.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/TextBlockStyleEditor.java	Wed Oct 03 04:07:19 2007 +0000
   246.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/TextBlockStyleEditor.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css;
  246.54  
   247.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundModel.java	Wed Oct 03 04:07:19 2007 +0000
   247.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundModel.java	Wed Oct 03 04:29:18 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-2007 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  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  247.54  
   248.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundPositionData.java	Wed Oct 03 04:07:19 2007 +0000
   248.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BackgroundPositionData.java	Wed Oct 03 04:29:18 2007 +0000
   248.3 @@ -1,20 +1,42 @@
   248.4  /*
   248.5 - * The contents of this file are subject to the terms of the Common Development
   248.6 - * and Distribution License (the License). You may not use this file except in
   248.7 - * compliance with the License.
   248.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   248.9   *
  248.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  248.11 - * or http://www.netbeans.org/cddl.txt.
  248.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  248.13   *
  248.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  248.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  248.16 - * If applicable, add the following below the CDDL Header, with the fields
  248.17 - * enclosed by brackets [] replaced by your own identifying information:
  248.18 + * The contents of this file are subject to the terms of either the GNU
  248.19 + * General Public License Version 2 only ("GPL") or the Common
  248.20 + * Development and Distribution License("CDDL") (collectively, the
  248.21 + * "License"). You may not use this file except in compliance with the
  248.22 + * License. You can obtain a copy of the License at
  248.23 + * http://www.netbeans.org/cddl-gplv2.html
  248.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  248.25 + * specific language governing permissions and limitations under the
  248.26 + * License.  When distributing the software, include this License Header
  248.27 + * Notice in each file and include the License file at
  248.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  248.29 + * particular file as subject to the "Classpath" exception as provided
  248.30 + * by Sun in the GPL Version 2 section of the License file that
  248.31 + * accompanied this code. If applicable, add the following below the
  248.32 + * License Header, with the fields enclosed by brackets [] replaced by
  248.33 + * your own identifying information:
  248.34   * "Portions Copyrighted [year] [name of copyright owner]"
  248.35   *
  248.36 + * Contributor(s):
  248.37 + *
  248.38   * The Original Software is NetBeans. The Initial Developer of the Original
  248.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  248.40   * Microsystems, Inc. All Rights Reserved.
  248.41 + *
  248.42 + * If you wish your version of this file to be governed by only the CDDL
  248.43 + * or only the GPL Version 2, indicate your decision by adding
  248.44 + * "[Contributor] elects to include this software in this distribution
  248.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  248.46 + * single choice of license, a recipient has the option to distribute
  248.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  248.48 + * to extend the choice of license to its licensees as provided above.
  248.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  248.50 + * Version 2 license, then the option applies only if the new code is
  248.51 + * made subject to such option by the copyright holder.
  248.52   */
  248.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  248.54  
   249.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderData.java	Wed Oct 03 04:07:19 2007 +0000
   249.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderData.java	Wed Oct 03 04:29:18 2007 +0000
   249.3 @@ -1,20 +1,42 @@
   249.4  /*
   249.5 - * The contents of this file are subject to the terms of the Common Development
   249.6 - * and Distribution License (the License). You may not use this file except in
   249.7 - * compliance with the License.
   249.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   249.9   *
  249.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  249.11 - * or http://www.netbeans.org/cddl.txt.
  249.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  249.13   *
  249.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  249.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  249.16 - * If applicable, add the following below the CDDL Header, with the fields
  249.17 - * enclosed by brackets [] replaced by your own identifying information:
  249.18 + * The contents of this file are subject to the terms of either the GNU
  249.19 + * General Public License Version 2 only ("GPL") or the Common
  249.20 + * Development and Distribution License("CDDL") (collectively, the
  249.21 + * "License"). You may not use this file except in compliance with the
  249.22 + * License. You can obtain a copy of the License at
  249.23 + * http://www.netbeans.org/cddl-gplv2.html
  249.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  249.25 + * specific language governing permissions and limitations under the
  249.26 + * License.  When distributing the software, include this License Header
  249.27 + * Notice in each file and include the License file at
  249.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  249.29 + * particular file as subject to the "Classpath" exception as provided
  249.30 + * by Sun in the GPL Version 2 section of the License file that
  249.31 + * accompanied this code. If applicable, add the following below the
  249.32 + * License Header, with the fields enclosed by brackets [] replaced by
  249.33 + * your own identifying information:
  249.34   * "Portions Copyrighted [year] [name of copyright owner]"
  249.35   *
  249.36 + * Contributor(s):
  249.37 + *
  249.38   * The Original Software is NetBeans. The Initial Developer of the Original
  249.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  249.40   * Microsystems, Inc. All Rights Reserved.
  249.41 + *
  249.42 + * If you wish your version of this file to be governed by only the CDDL
  249.43 + * or only the GPL Version 2, indicate your decision by adding
  249.44 + * "[Contributor] elects to include this software in this distribution
  249.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  249.46 + * single choice of license, a recipient has the option to distribute
  249.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  249.48 + * to extend the choice of license to its licensees as provided above.
  249.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  249.50 + * Version 2 license, then the option applies only if the new code is
  249.51 + * made subject to such option by the copyright holder.
  249.52   */
  249.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  249.54  
   250.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderModel.java	Wed Oct 03 04:07:19 2007 +0000
   250.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/BorderModel.java	Wed Oct 03 04:29:18 2007 +0000
   250.3 @@ -1,20 +1,42 @@
   250.4  /*
   250.5 - * The contents of this file are subject to the terms of the Common Development
   250.6 - * and Distribution License (the License). You may not use this file except in
   250.7 - * compliance with the License.
   250.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   250.9   *
  250.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  250.11 - * or http://www.netbeans.org/cddl.txt.
  250.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  250.13   *
  250.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  250.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  250.16 - * If applicable, add the following below the CDDL Header, with the fields
  250.17 - * enclosed by brackets [] replaced by your own identifying information:
  250.18 + * The contents of this file are subject to the terms of either the GNU
  250.19 + * General Public License Version 2 only ("GPL") or the Common
  250.20 + * Development and Distribution License("CDDL") (collectively, the
  250.21 + * "License"). You may not use this file except in compliance with the
  250.22 + * License. You can obtain a copy of the License at
  250.23 + * http://www.netbeans.org/cddl-gplv2.html
  250.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  250.25 + * specific language governing permissions and limitations under the
  250.26 + * License.  When distributing the software, include this License Header
  250.27 + * Notice in each file and include the License file at
  250.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  250.29 + * particular file as subject to the "Classpath" exception as provided
  250.30 + * by Sun in the GPL Version 2 section of the License file that
  250.31 + * accompanied this code. If applicable, add the following below the
  250.32 + * License Header, with the fields enclosed by brackets [] replaced by
  250.33 + * your own identifying information:
  250.34   * "Portions Copyrighted [year] [name of copyright owner]"
  250.35   *
  250.36 + * Contributor(s):
  250.37 + *
  250.38   * The Original Software is NetBeans. The Initial Developer of the Original
  250.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  250.40   * Microsystems, Inc. All Rights Reserved.
  250.41 + *
  250.42 + * If you wish your version of this file to be governed by only the CDDL
  250.43 + * or only the GPL Version 2, indicate your decision by adding
  250.44 + * "[Contributor] elects to include this software in this distribution
  250.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  250.46 + * single choice of license, a recipient has the option to distribute
  250.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  250.48 + * to extend the choice of license to its licensees as provided above.
  250.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  250.50 + * Version 2 license, then the option applies only if the new code is
  250.51 + * made subject to such option by the copyright holder.
  250.52   */
  250.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  250.54  
   251.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   251.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Bundle.properties	Wed Oct 03 04:29:18 2007 +0000
   251.3 @@ -1,3 +1,41 @@
   251.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   251.5 +#
   251.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   251.7 +#
   251.8 +# The contents of this file are subject to the terms of either the GNU
   251.9 +# General Public License Version 2 only ("GPL") or the Common
  251.10 +# Development and Distribution License("CDDL") (collectively, the
  251.11 +# "License"). You may not use this file except in compliance with the
  251.12 +# License. You can obtain a copy of the License at
  251.13 +# http://www.netbeans.org/cddl-gplv2.html
  251.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  251.15 +# specific language governing permissions and limitations under the
  251.16 +# License.  When distributing the software, include this License Header
  251.17 +# Notice in each file and include the License file at
  251.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  251.19 +# particular file as subject to the "Classpath" exception as provided
  251.20 +# by Sun in the GPL Version 2 section of the License file that
  251.21 +# accompanied this code. If applicable, add the following below the
  251.22 +# License Header, with the fields enclosed by brackets [] replaced by
  251.23 +# your own identifying information:
  251.24 +# "Portions Copyrighted [year] [name of copyright owner]"
  251.25 +#
  251.26 +# Contributor(s):
  251.27 +#
  251.28 +# The Original Software is NetBeans. The Initial Developer of the Original
  251.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  251.30 +# Microsystems, Inc. All Rights Reserved.
  251.31 +#
  251.32 +# If you wish your version of this file to be governed by only the CDDL
  251.33 +# or only the GPL Version 2, indicate your decision by adding
  251.34 +# "[Contributor] elects to include this software in this distribution
  251.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  251.36 +# single choice of license, a recipient has the option to distribute
  251.37 +# your version of this file under either the CDDL, the GPL Version 2 or
  251.38 +# to extend the choice of license to its licensees as provided above.
  251.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  251.40 +# Version 2 license, then the option applies only if the new code is
  251.41 +# made subject to such option by the copyright holder.
  251.42  # Sample ResourceBundle properties file
  251.43  NOT_SET=<Not Set>
  251.44  
   252.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipData.java	Wed Oct 03 04:07:19 2007 +0000
   252.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipData.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  252.54  
   253.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipModel.java	Wed Oct 03 04:07:19 2007 +0000
   253.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ClipModel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  253.54  
   254.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ColorModel.java	Wed Oct 03 04:07:19 2007 +0000
   254.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/ColorModel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  254.54  
   255.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleData.java	Wed Oct 03 04:07:19 2007 +0000
   255.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleData.java	Wed Oct 03 04:29:18 2007 +0000
   255.3 @@ -1,20 +1,42 @@
   255.4  /*
   255.5 - * The contents of this file are subject to the terms of the Common Development
   255.6 - * and Distribution License (the License). You may not use this file except in
   255.7 - * compliance with the License.
   255.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   255.9   *
  255.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  255.11 - * or http://www.netbeans.org/cddl.txt.
  255.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  255.13   *
  255.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  255.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  255.16 - * If applicable, add the following below the CDDL Header, with the fields
  255.17 - * enclosed by brackets [] replaced by your own identifying information:
  255.18 + * The contents of this file are subject to the terms of either the GNU
  255.19 + * General Public License Version 2 only ("GPL") or the Common
  255.20 + * Development and Distribution License("CDDL") (collectively, the
  255.21 + * "License"). You may not use this file except in compliance with the
  255.22 + * License. You can obtain a copy of the License at
  255.23 + * http://www.netbeans.org/cddl-gplv2.html
  255.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  255.25 + * specific language governing permissions and limitations under the
  255.26 + * License.  When distributing the software, include this License Header
  255.27 + * Notice in each file and include the License file at
  255.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  255.29 + * particular file as subject to the "Classpath" exception as provided
  255.30 + * by Sun in the GPL Version 2 section of the License file that
  255.31 + * accompanied this code. If applicable, add the following below the
  255.32 + * License Header, with the fields enclosed by brackets [] replaced by
  255.33 + * your own identifying information:
  255.34   * "Portions Copyrighted [year] [name of copyright owner]"
  255.35   *
  255.36 + * Contributor(s):
  255.37 + *
  255.38   * The Original Software is NetBeans. The Initial Developer of the Original
  255.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  255.40   * Microsystems, Inc. All Rights Reserved.
  255.41 + *
  255.42 + * If you wish your version of this file to be governed by only the CDDL
  255.43 + * or only the GPL Version 2, indicate your decision by adding
  255.44 + * "[Contributor] elects to include this software in this distribution
  255.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  255.46 + * single choice of license, a recipient has the option to distribute
  255.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  255.48 + * to extend the choice of license to its licensees as provided above.
  255.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  255.50 + * Version 2 license, then the option applies only if the new code is
  255.51 + * made subject to such option by the copyright holder.
  255.52   */
  255.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  255.54  
   256.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleParser.java	Wed Oct 03 04:07:19 2007 +0000
   256.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/CssStyleParser.java	Wed Oct 03 04:29:18 2007 +0000
   256.3 @@ -1,20 +1,42 @@
   256.4  /*
   256.5 - * The contents of this file are subject to the terms of the Common Development
   256.6 - * and Distribution License (the License). You may not use this file except in
   256.7 - * compliance with the License.
   256.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   256.9   *
  256.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  256.11 - * or http://www.netbeans.org/cddl.txt.
  256.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  256.13   *
  256.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  256.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  256.16 - * If applicable, add the following below the CDDL Header, with the fields
  256.17 - * enclosed by brackets [] replaced by your own identifying information:
  256.18 + * The contents of this file are subject to the terms of either the GNU
  256.19 + * General Public License Version 2 only ("GPL") or the Common
  256.20 + * Development and Distribution License("CDDL") (collectively, the
  256.21 + * "License"). You may not use this file except in compliance with the
  256.22 + * License. You can obtain a copy of the License at
  256.23 + * http://www.netbeans.org/cddl-gplv2.html
  256.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  256.25 + * specific language governing permissions and limitations under the
  256.26 + * License.  When distributing the software, include this License Header
  256.27 + * Notice in each file and include the License file at
  256.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  256.29 + * particular file as subject to the "Classpath" exception as provided
  256.30 + * by Sun in the GPL Version 2 section of the License file that
  256.31 + * accompanied this code. If applicable, add the following below the
  256.32 + * License Header, with the fields enclosed by brackets [] replaced by
  256.33 + * your own identifying information:
  256.34   * "Portions Copyrighted [year] [name of copyright owner]"
  256.35   *
  256.36 + * Contributor(s):
  256.37 + *
  256.38   * The Original Software is NetBeans. The Initial Developer of the Original
  256.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  256.40   * Microsystems, Inc. All Rights Reserved.
  256.41 + *
  256.42 + * If you wish your version of this file to be governed by only the CDDL
  256.43 + * or only the GPL Version 2, indicate your decision by adding
  256.44 + * "[Contributor] elects to include this software in this distribution
  256.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  256.46 + * single choice of license, a recipient has the option to distribute
  256.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  256.48 + * to extend the choice of license to its licensees as provided above.
  256.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  256.50 + * Version 2 license, then the option applies only if the new code is
  256.51 + * made subject to such option by the copyright holder.
  256.52   */
  256.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  256.54  
   257.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/FontModel.java	Wed Oct 03 04:07:19 2007 +0000
   257.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/FontModel.java	Wed Oct 03 04:29:18 2007 +0000
   257.3 @@ -1,20 +1,42 @@
   257.4  /*
   257.5 - * The contents of this file are subject to the terms of the Common Development
   257.6 - * and Distribution License (the License). You may not use this file except in
   257.7 - * compliance with the License.
   257.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   257.9   *
  257.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  257.11 - * or http://www.netbeans.org/cddl.txt.
  257.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  257.13   *
  257.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  257.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  257.16 - * If applicable, add the following below the CDDL Header, with the fields
  257.17 - * enclosed by brackets [] replaced by your own identifying information:
  257.18 + * The contents of this file are subject to the terms of either the GNU
  257.19 + * General Public License Version 2 only ("GPL") or the Common
  257.20 + * Development and Distribution License("CDDL") (collectively, the
  257.21 + * "License"). You may not use this file except in compliance with the
  257.22 + * License. You can obtain a copy of the License at
  257.23 + * http://www.netbeans.org/cddl-gplv2.html
  257.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  257.25 + * specific language governing permissions and limitations under the
  257.26 + * License.  When distributing the software, include this License Header
  257.27 + * Notice in each file and include the License file at
  257.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  257.29 + * particular file as subject to the "Classpath" exception as provided
  257.30 + * by Sun in the GPL Version 2 section of the License file that
  257.31 + * accompanied this code. If applicable, add the following below the
  257.32 + * License Header, with the fields enclosed by brackets [] replaced by
  257.33 + * your own identifying information:
  257.34   * "Portions Copyrighted [year] [name of copyright owner]"
  257.35   *
  257.36 + * Contributor(s):
  257.37 + *
  257.38   * The Original Software is NetBeans. The Initial Developer of the Original
  257.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  257.40   * Microsystems, Inc. All Rights Reserved.
  257.41 + *
  257.42 + * If you wish your version of this file to be governed by only the CDDL
  257.43 + * or only the GPL Version 2, indicate your decision by adding
  257.44 + * "[Contributor] elects to include this software in this distribution
  257.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  257.46 + * single choice of license, a recipient has the option to distribute
  257.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  257.48 + * to extend the choice of license to its licensees as provided above.
  257.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  257.50 + * Version 2 license, then the option applies only if the new code is
  257.51 + * made subject to such option by the copyright holder.
  257.52   */
  257.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  257.54  
   258.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/MarginPaddingModel.java	Wed Oct 03 04:07:19 2007 +0000
   258.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/MarginPaddingModel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  258.54  
   259.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionData.java	Wed Oct 03 04:07:19 2007 +0000
   259.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionData.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  259.54  
   260.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionModel.java	Wed Oct 03 04:07:19 2007 +0000
   260.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PositionModel.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  260.54  
   261.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyData.java	Wed Oct 03 04:07:19 2007 +0000
   261.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyData.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  261.54  
  261.55 @@ -23,7 +45,7 @@
  261.56   * @author  Winston Prakash
  261.57   */
  261.58  public class PropertyData {
  261.59 -    
  261.60 +
  261.61      /**
  261.62       * Holds value of property value.
  261.63       */
   262.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyWithUnitData.java	Wed Oct 03 04:07:19 2007 +0000
   262.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/PropertyWithUnitData.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  262.54  
   263.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockData.java	Wed Oct 03 04:07:19 2007 +0000
   263.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockData.java	Wed Oct 03 04:29:18 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-2007 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.modules.visualweb.propertyeditors.css.model;
  263.54  
   264.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockModel.java	Wed Oct 03 04:07:19 2007 +0000
   264.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextBlockModel.java	Wed Oct 03 04:29:18 2007 +0000
   264.3 @@ -1,20 +1,42 @@
   264.4  /*
   264.5 - * The contents of this file are subject to the terms of the Common Development
   264.6 - * and Distribution License (the License). You may not use this file except in
   264.7 - * compliance with the License.
   264.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   264.9   *
  264.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  264.11 - * or http://www.netbeans.org/cddl.txt.
  264.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  264.13   *
  264.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  264.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  264.16 - * If applicable, add the following below the CDDL Header, with the fields
  264.17 - * enclosed by brackets [] replaced by your own identifying information:
  264.18 + * The contents of this file are subject to the terms of either the GNU
  264.19 + * General Public License Version 2 only ("GPL") or the Common
  264.20 + * Development and Distribution License("CDDL") (collectively, the
  264.21 + * "License"). You may not use this file except in compliance with the
  264.22 + * License. You can obtain a copy of the License at
  264.23 + * http://www.netbeans.org/cddl-gplv2.html
  264.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  264.25 + * specific language governing permissions and limitations under the
  264.26 + * License.  When distributing the software, include this License Header
  264.27 + * Notice in each file and include the License file at
  264.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  264.29 + * particular file as subject to the "Classpath" exception as provided
  264.30 + * by Sun in the GPL Version 2 section of the License file that
  264.31 + * accompanied this code. If applicable, add the following below the
  264.32 + * License Header, with the fields enclosed by brackets [] replaced by
  264.33 + * your own identifying information:
  264.34   * "Portions Copyrighted [year] [name of copyright owner]"
  264.35   *
  264.36 + * Contributor(s):
  264.37 + *
  264.38   * The Original Software is NetBeans. The Initial Developer of the Original
  264.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  264.40   * Microsystems, Inc. All Rights Reserved.
  264.41 + *
  264.42 + * If you wish your version of this file to be governed by only the CDDL
  264.43 + * or only the GPL Version 2, indicate your decision by adding
  264.44 + * "[Contributor] elects to include this software in this distribution
  264.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  264.46 + * single choice of license, a recipient has the option to distribute
  264.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  264.48 + * to extend the choice of license to its licensees as provided above.
  264.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  264.50 + * Version 2 license, then the option applies only if the new code is
  264.51 + * made subject to such option by the copyright holder.
  264.52   */
  264.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  264.54  
   265.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextDecorationData.java	Wed Oct 03 04:07:19 2007 +0000
   265.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/TextDecorationData.java	Wed Oct 03 04:29:18 2007 +0000
   265.3 @@ -1,20 +1,42 @@
   265.4  /*
   265.5 - * The contents of this file are subject to the terms of the Common Development
   265.6 - * and Distribution License (the License). You may not use this file except in
   265.7 - * compliance with the License.
   265.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   265.9   *
  265.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  265.11 - * or http://www.netbeans.org/cddl.txt.
  265.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  265.13   *
  265.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  265.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  265.16 - * If applicable, add the following below the CDDL Header, with the fields
  265.17 - * enclosed by brackets [] replaced by your own identifying information:
  265.18 + * The contents of this file are subject to the terms of either the GNU
  265.19 + * General Public License Version 2 only ("GPL") or the Common
  265.20 + * Development and Distribution License("CDDL") (collectively, the
  265.21 + * "License"). You may not use this file except in compliance with the
  265.22 + * License. You can obtain a copy of the License at
  265.23 + * http://www.netbeans.org/cddl-gplv2.html
  265.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  265.25 + * specific language governing permissions and limitations under the
  265.26 + * License.  When distributing the software, include this License Header
  265.27 + * Notice in each file and include the License file at
  265.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  265.29 + * particular file as subject to the "Classpath" exception as provided
  265.30 + * by Sun in the GPL Version 2 section of the License file that
  265.31 + * accompanied this code. If applicable, add the following below the
  265.32 + * License Header, with the fields enclosed by brackets [] replaced by
  265.33 + * your own identifying information:
  265.34   * "Portions Copyrighted [year] [name of copyright owner]"
  265.35   *
  265.36 + * Contributor(s):
  265.37 + *
  265.38   * The Original Software is NetBeans. The Initial Developer of the Original
  265.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  265.40   * Microsystems, Inc. All Rights Reserved.
  265.41 + *
  265.42 + * If you wish your version of this file to be governed by only the CDDL
  265.43 + * or only the GPL Version 2, indicate your decision by adding
  265.44 + * "[Contributor] elects to include this software in this distribution
  265.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  265.46 + * single choice of license, a recipient has the option to distribute
  265.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  265.48 + * to extend the choice of license to its licensees as provided above.
  265.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  265.50 + * Version 2 license, then the option applies only if the new code is
  265.51 + * made subject to such option by the copyright holder.
  265.52   */
  265.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  265.54  
   266.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Utils.java	Wed Oct 03 04:07:19 2007 +0000
   266.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/css/model/Utils.java	Wed Oct 03 04:29:18 2007 +0000
   266.3 @@ -1,20 +1,42 @@
   266.4  /*
   266.5 - * The contents of this file are subject to the terms of the Common Development
   266.6 - * and Distribution License (the License). You may not use this file except in
   266.7 - * compliance with the License.
   266.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   266.9   *
  266.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  266.11 - * or http://www.netbeans.org/cddl.txt.
  266.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  266.13   *
  266.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  266.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  266.16 - * If applicable, add the following below the CDDL Header, with the fields
  266.17 - * enclosed by brackets [] replaced by your own identifying information:
  266.18 + * The contents of this file are subject to the terms of either the GNU
  266.19 + * General Public License Version 2 only ("GPL") or the Common
  266.20 + * Development and Distribution License("CDDL") (collectively, the
  266.21 + * "License"). You may not use this file except in compliance with the
  266.22 + * License. You can obtain a copy of the License at
  266.23 + * http://www.netbeans.org/cddl-gplv2.html
  266.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  266.25 + * specific language governing permissions and limitations under the
  266.26 + * License.  When distributing the software, include this License Header
  266.27 + * Notice in each file and include the License file at
  266.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  266.29 + * particular file as subject to the "Classpath" exception as provided
  266.30 + * by Sun in the GPL Version 2 section of the License file that
  266.31 + * accompanied this code. If applicable, add the following below the
  266.32 + * License Header, with the fields enclosed by brackets [] replaced by
  266.33 + * your own identifying information:
  266.34   * "Portions Copyrighted [year] [name of copyright owner]"
  266.35   *
  266.36 + * Contributor(s):
  266.37 + *
  266.38   * The Original Software is NetBeans. The Initial Developer of the Original
  266.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  266.40   * Microsystems, Inc. All Rights Reserved.
  266.41 + *
  266.42 + * If you wish your version of this file to be governed by only the CDDL
  266.43 + * or only the GPL Version 2, indicate your decision by adding
  266.44 + * "[Contributor] elects to include this software in this distribution
  266.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  266.46 + * single choice of license, a recipient has the option to distribute
  266.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  266.48 + * to extend the choice of license to its licensees as provided above.
  266.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  266.50 + * Version 2 license, then the option applies only if the new code is
  266.51 + * made subject to such option by the copyright holder.
  266.52   */
  266.53  package org.netbeans.modules.visualweb.propertyeditors.css.model;
  266.54  
  266.55 @@ -23,7 +45,7 @@
  266.56   * @author  Winston Prakash
  266.57   */
  266.58  public class Utils {
  266.59 -    
  266.60 +
  266.61      public static boolean isInteger(String value){
  266.62          try{
  266.63              Integer.parseInt(value);
   267.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Bundle.properties	Wed Oct 03 04:07:19 2007 +0000
   267.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Bundle.properties	Wed Oct 03 04:29:18 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-2007 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  
  267.52  
  267.53  OpenIDE-Module-Name=Property Editors
   268.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Install.java	Wed Oct 03 04:07:19 2007 +0000
   268.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/module/Install.java	Wed Oct 03 04:29:18 2007 +0000
   268.3 @@ -1,20 +1,42 @@
   268.4  /*
   268.5 - * The contents of this file are subject to the terms of the Common Development
   268.6 - * and Distribution License (the License). You may not use this file except in
   268.7 - * compliance with the License.
   268.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   268.9   *
  268.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  268.11 - * or http://www.netbeans.org/cddl.txt.
  268.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  268.13   *
  268.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  268.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  268.16 - * If applicable, add the following below the CDDL Header, with the fields
  268.17 - * enclosed by brackets [] replaced by your own identifying information:
  268.18 + * The contents of this file are subject to the terms of either the GNU
  268.19 + * General Public License Version 2 only ("GPL") or the Common
  268.20 + * Development and Distribution License("CDDL") (collectively, the
  268.21 + * "License"). You may not use this file except in compliance with the
  268.22 + * License. You can obtain a copy of the License at
  268.23 + * http://www.netbeans.org/cddl-gplv2.html
  268.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  268.25 + * specific language governing permissions and limitations under the
  268.26 + * License.  When distributing the software, include this License Header
  268.27 + * Notice in each file and include the License file at
  268.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  268.29 + * particular file as subject to the "Classpath" exception as provided
  268.30 + * by Sun in the GPL Version 2 section of the License file that
  268.31 + * accompanied this code. If applicable, add the following below the
  268.32 + * License Header, with the fields enclosed by brackets [] replaced by
  268.33 + * your own identifying information:
  268.34   * "Portions Copyrighted [year] [name of copyright owner]"
  268.35   *
  268.36 + * Contributor(s):
  268.37 + *
  268.38   * The Original Software is NetBeans. The Initial Developer of the Original
  268.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  268.40   * Microsystems, Inc. All Rights Reserved.
  268.41 + *
  268.42 + * If you wish your version of this file to be governed by only the CDDL
  268.43 + * or only the GPL Version 2, indicate your decision by adding
  268.44 + * "[Contributor] elects to include this software in this distribution
  268.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  268.46 + * single choice of license, a recipient has the option to distribute
  268.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  268.48 + * to extend the choice of license to its licensees as provided above.
  268.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  268.50 + * Version 2 license, then the option applies only if the new code is
  268.51 + * made subject to such option by the copyright holder.
  268.52   */
  268.53  package org.netbeans.modules.visualweb.propertyeditors.module;
  268.54  
   269.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/package.html	Wed Oct 03 04:07:19 2007 +0000
   269.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/package.html	Wed Oct 03 04:29:18 2007 +0000
   269.3 @@ -1,20 +1,43 @@
   269.4  <!--
   269.5 -The contents of this file are subject to the terms of the Common Development
   269.6 -and Distribution License (the License). You may not use this file except in
   269.7 -compliance with the License.
   269.8 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   269.9  
  269.10 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  269.11 -or http://www.netbeans.org/cddl.txt.
  269.12 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  269.13  
  269.14 -When distributing Covered Code, include this CDDL Header Notice in each file
  269.15 -and include the License file at http://www.netbeans.org/cddl.txt.
  269.16 -If applicable, add the following below the CDDL Header, with the fields
  269.17 -enclosed by brackets [] replaced by your own identifying information:
  269.18 +
  269.19 +The contents of this file are subject to the terms of either the GNU
  269.20 +General Public License Version 2 only ("GPL") or the Common
  269.21 +Development and Distribution License("CDDL") (collectively, the
  269.22 +"License"). You may not use this file except in compliance with the
  269.23 +License. You can obtain a copy of the License at
  269.24 +http://www.netbeans.org/cddl-gplv2.html
  269.25 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  269.26 +specific language governing permissions and limitations under the
  269.27 +License.  When distributing the software, include this License Header
  269.28 +Notice in each file and include the License file at
  269.29 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  269.30 +particular file as subject to the "Classpath" exception as provided
  269.31 +by Sun in the GPL Version 2 section of the License file that
  269.32 +accompanied this code. If applicable, add the following below the
  269.33 +License Header, with the fields enclosed by brackets [] replaced by
  269.34 +your own identifying information:
  269.35  "Portions Copyrighted [year] [name of copyright owner]"
  269.36  
  269.37 +Contributor(s):
  269.38 +
  269.39  The Original Software is NetBeans. The Initial Developer of the Original
  269.40  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  269.41  Microsystems, Inc. All Rights Reserved.
  269.42 +
  269.43 +If you wish your version of this file to be governed by only the CDDL
  269.44 +or only the GPL Version 2, indicate your decision by adding
  269.45 +"[Contributor] elects to include this software in this distribution
  269.46 +under the [CDDL or GPL Version 2] license." If you do not indicate a
  269.47 +single choice of license, a recipient has the option to distribute
  269.48 +your version of this file under either the CDDL, the GPL Version 2 or
  269.49 +to extend the choice of license to its licensees as provided above.
  269.50 +However, if you add GPL Version 2 code and therefore, elected the GPL
  269.51 +Version 2 license, then the option applies only if the new code is
  269.52 +made subject to such option by the copyright holder.
  269.53  -->
  269.54  
  269.55  <html>
   270.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.java	Wed Oct 03 04:07:19 2007 +0000
   270.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.java	Wed Oct 03 04:29:18 2007 +0000
   270.3 @@ -1,20 +1,42 @@
   270.4  /*
   270.5 - * The contents of this file are subject to the terms of the Common Development
   270.6 - * and Distribution License (the License). You may not use this file except in
   270.7 - * compliance with the License.
   270.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   270.9   *
  270.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  270.11 - * or http://www.netbeans.org/cddl.txt.
  270.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  270.13   *
  270.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  270.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  270.16 - * If applicable, add the following below the CDDL Header, with the fields
  270.17 - * enclosed by brackets [] replaced by your own identifying information:
  270.18 + * The contents of this file are subject to the terms of either the GNU
  270.19 + * General Public License Version 2 only ("GPL") or the Common
  270.20 + * Development and Distribution License("CDDL") (collectively, the
  270.21 + * "License"). You may not use this file except in compliance with the
  270.22 + * License. You can obtain a copy of the License at
  270.23 + * http://www.netbeans.org/cddl-gplv2.html
  270.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  270.25 + * specific language governing permissions and limitations under the
  270.26 + * License.  When distributing the software, include this License Header
  270.27 + * Notice in each file and include the License file at
  270.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  270.29 + * particular file as subject to the "Classpath" exception as provided
  270.30 + * by Sun in the GPL Version 2 section of the License file that
  270.31 + * accompanied this code. If applicable, add the following below the
  270.32 + * License Header, with the fields enclosed by brackets [] replaced by
  270.33 + * your own identifying information:
  270.34   * "Portions Copyrighted [year] [name of copyright owner]"
  270.35   *
  270.36 + * Contributor(s):
  270.37 + *
  270.38   * The Original Software is NetBeans. The Initial Developer of the Original
  270.39   * Software is Sun Microsystems, Inc. Portions Copyright 2007 Sun
  270.40   * Microsystems, Inc. All Rights Reserved.
  270.41 + *
  270.42 + * If you wish your version of this file to be governed by only the CDDL
  270.43 + * or only the GPL Version 2, indicate your decision by adding
  270.44 + * "[Contributor] elects to include this software in this distribution
  270.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  270.46 + * single choice of license, a recipient has the option to distribute
  270.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  270.48 + * to extend the choice of license to its licensees as provided above.
  270.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  270.50 + * Version 2 license, then the option applies only if the new code is
  270.51 + * made subject to such option by the copyright holder.
  270.52   */
  270.53  
  270.54  package org.netbeans.modules.visualweb.propertyeditors.resolver;
   271.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.properties	Wed Oct 03 04:07:19 2007 +0000
   271.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/resolver/PropertyEditorResolverImpl.properties	Wed Oct 03 04:29:18 2007 +0000
   271.3 @@ -1,3 +1,41 @@
   271.4 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   271.5 +#
   271.6 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   271.7 +#
   271.8 +# The contents of this file are subject to the terms of either the GNU
   271.9 +# General Public License Version 2 only ("GPL") or the Common
  271.10 +# Development and Distribution License("CDDL") (collectively, the
  271.11 +# "License"). You may not use this file except in compliance with the
  271.12 +# License. You can obtain a copy of the License at
  271.13 +# http://www.netbeans.org/cddl-gplv2.html
  271.14 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  271.15 +# specific language governing permissions and limitations under the
  271.16 +# License.  When distributing the software, include this License Header
  271.17 +# Notice in each file and include the License file at
  271.18 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  271.19 +# particular file as subject to the "Classpath" exception as provided
  271.20 +# by Sun in the GPL Version 2 section of the License file that
  271.21 +# accompanied this code. If applicable, add the following below the
  271.22 +# License Header, with the fields enclosed by brackets [] replaced by
  271.23 +# your own identifying information:
  271.24 +# "Portions Copyrighted [year] [name of copyright owner]"
  271.25 +#
  271.26 +# Contributor(s):
  271.27 +#
  271.28 +# The Original Software is NetBeans. The Initial Developer of the Original
  271.29 +# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  271.30 +# Microsystems, Inc. All Rights Reserved.
  271.31 +#
  271.32 +# If you wish your version of this file to be governed by only the CDDL
  271.33 +# or only the GPL Version 2, indicate your decision by adding
  271.34 +# "[Contributor] elects to include this software in this distribution
  271.35 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
  271.36 +# single choice of license, a recipient has the option to distribute
  271.37 +# your version of this file under either the CDDL, the GPL Version 2 or
  271.38 +# to extend the choice of license to its licensees as provided above.
  271.39 +# However, if you add GPL Version 2 code and therefore, elected the GPL
  271.40 +# Version 2 license, then the option applies only if the new code is
  271.41 +# made subject to such option by the copyright holder.
  271.42  # Resource keys are public property editor interfaces, values are property
  271.43  # editor implementations.
  271.44  
  271.45 @@ -22,4 +60,4 @@
  271.46  com.sun.rave.propertyeditors.UrlPropertyEditor=org.netbeans.modules.visualweb.propertyeditors.UrlPropertyEditor
  271.47  com.sun.rave.propertyeditors.ValidatorPropertyEditor=org.netbeans.modules.visualweb.propertyeditors.ValidatorPropertyEditor
  271.48  
  271.49 -com.sun.jsfcl.std.css.CssStylePropertyEditor=org.netbeans.modules.visualweb.propertyeditors.css.CssStylePropertyEditor
  271.50 \ No newline at end of file
  271.51 +com.sun.jsfcl.std.css.CssStylePropertyEditor=org.netbeans.modules.visualweb.propertyeditors.css.CssStylePropertyEditor
   272.1 --- a/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/util/Bundle.java	Wed Oct 03 04:07:19 2007 +0000
   272.2 +++ b/visualweb.propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/util/Bundle.java	Wed Oct 03 04:29:18 2007 +0000
   272.3 @@ -1,20 +1,42 @@
   272.4  /*
   272.5 - * The contents of this file are subject to the terms of the Common Development
   272.6 - * and Distribution License (the License). You may not use this file except in
   272.7 - * compliance with the License.
   272.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   272.9   *
  272.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  272.11 - * or http://www.netbeans.org/cddl.txt.
  272.12 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
  272.13   *
  272.14 - * When distributing Covered Code, include this CDDL Header Notice in each file
  272.15 - * and include the License file at http://www.netbeans.org/cddl.txt.
  272.16 - * If applicable, add the following below the CDDL Header, with the fields
  272.17 - * enclosed by brackets [] replaced by your own identifying information:
  272.18 + * The contents of this file are subject to the terms of either the GNU
  272.19 + * General Public License Version 2 only ("GPL") or the Common
  272.20 + * Development and Distribution License("CDDL") (collectively, the
  272.21 + * "License"). You may not use this file except in compliance with the
  272.22 + * License. You can obtain a copy of the License at
  272.23 + * http://www.netbeans.org/cddl-gplv2.html
  272.24 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
  272.25 + * specific language governing permissions and limitations under the
  272.26 + * License.  When distributing the software, include this License Header
  272.27 + * Notice in each file and include the License file at
  272.28 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
  272.29 + * particular file as subject to the "Classpath" exception as provided
  272.30 + * by Sun in the GPL Version 2 section of the License file that
  272.31 + * accompanied this code. If applicable, add the following below the
  272.32 + * License Header, with the fields enclosed by brackets [] replaced by
  272.33 + * your own identifying information:
  272.34   * "Portions Copyrighted [year] [name of copyright owner]"
  272.35   *
  272.36 + * Contributor(s):
  272.37 + *
  272.38   * The Original Software is NetBeans. The Initial Developer of the Original
  272.39   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
  272.40   * Microsystems, Inc. All Rights Reserved.
  272.41 + *
  272.42 + * If you wish your version of this file to be governed by only the CDDL
  272.43 + * or only the GPL Version 2, indicate your decision by adding
  272.44 + * "[Contributor] elects to include this software in this distribution
  272.45 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
  272.46 + * single choice of license, a recipient has the option to distribute
  272.47 + * your version of this file under either the CDDL, the GPL Version 2 or
  272.48 + * to extend the choice of license to its licensees as provided above.
  272.49 + * However, if you add GPL Version 2 code and therefore, elected the GPL
  272.50 + * Version 2 license, then the option applies only if the new code is
  272.51 + * made subject to such option by the copyright holder.
  272.52   */
  272.53  package org.netbeans.modules.visualweb.propertyeditors.util;
  272.54  import java.beans.Beans;