Adding NOTICE, LICENSE and changing the file headers to standard Apache wording
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/commit/ddcdd3d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/tree/ddcdd3d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/diff/ddcdd3d6 Branch: refs/heads/master Commit: ddcdd3d6e2c523e1db7a292867fe9619eff6b92b Parents: 9ed0a37 Author: Jan Lahoda <[email protected]> Authored: Sun Sep 3 21:49:36 2017 +0200 Committer: Jan Lahoda <[email protected]> Committed: Sun Sep 3 21:49:36 2017 +0200 ---------------------------------------------------------------------- LICENSE | 203 ++++ NOTICE | 9 + build.xml | 50 +- cmdline/ant/build.xml | 56 +- cmdline/ant/nbproject/build-impl.xml | 50 +- cmdline/ant/nbproject/genfiles.properties | 52 +- cmdline/ant/nbproject/project.properties | 52 +- cmdline/ant/nbproject/project.xml | 50 +- .../jackpot30/cmdline/ant/JackpotTask.java | 50 +- .../jackpot30/cmdline/ant/JackpotTaskTest.java | 50 +- cmdline/ap/build.xml | 50 +- cmdline/ap/nbproject/build-impl.xml | 50 +- cmdline/ap/nbproject/genfiles.properties | 52 +- cmdline/ap/nbproject/project.properties | 52 +- cmdline/ap/nbproject/project.xml | 50 +- cmdline/ap/nbproject/suite.properties | 52 +- .../javax.annotation.processing.Processor | 56 +- .../modules/jackpot30/ap/Bundle.properties | 52 +- .../modules/jackpot30/ap/ProcessorImpl.java | 53 +- .../modules/jackpot30/ap/ProcessorImplTest.java | 53 +- cmdline/build.sh | 52 +- cmdline/build.xml | 50 +- .../jackpot30/compiler/ant/JackpotCompiler.java | 50 +- cmdline/compiler/build.xml | 50 +- cmdline/compiler/nbproject/build-impl.xml | 50 +- cmdline/compiler/nbproject/genfiles.properties | 52 +- cmdline/compiler/nbproject/project.properties | 52 +- cmdline/compiler/nbproject/project.xml | 50 +- cmdline/compiler/nbproject/suite.properties | 52 +- cmdline/compiler/scripts/jackpotc | 52 +- .../api/java/source/CompilationInfoHack.java | 50 +- .../AbstractHintsAnnotationProcessing.java | 50 +- .../jackpot30/compiler/Bundle.properties | 47 +- .../compiler/CompilerResourcesImpl.java | 50 +- .../compiler/HintsAnnotationProcessing.java | 50 +- .../compiler/HintsAnnotationProcessingImpl.java | 50 +- .../compiler/IndexingAnnotationProcessor.java | 50 +- .../java/source/parsing/HackAccessor.java | 50 +- .../modules/parsing/api/SnapshotHack.java | 50 +- cmdline/compiler/test/scripted/config | 47 +- cmdline/compiler/test/scripted/test-ant-1 | 47 +- .../compiler/test/scripted/test-ant-with-params | 47 +- cmdline/compiler/test/scripted/test-cmdline-1 | 47 +- .../compiler/CreateStandaloneCompilerJar.java | 50 +- .../CreateStandaloneCompilerJarTest.java | 50 +- .../compiler/HintsAnnotationProcessingTest.java | 50 +- .../HintsAnnotationProcessingTestBase.java | 50 +- .../IndexingAnnotationProcessorTest.java | 50 +- cmdline/lib/build.xml | 50 +- cmdline/lib/nbproject/build-impl.xml | 50 +- cmdline/lib/nbproject/genfiles.properties | 52 +- cmdline/lib/nbproject/project.properties | 52 +- cmdline/lib/nbproject/project.xml | 50 +- cmdline/lib/nbproject/suite.properties | 52 +- .../jackpot30/cmdline/lib/Bundle.properties | 47 +- .../jackpot30/cmdline/lib/DumpHints.java | 50 +- .../jackpot30/cmdline/lib/NonNBComputer.java | 53 +- .../jackpot30/cmdline/lib/StandaloneTools.java | 50 +- .../modules/jackpot30/cmdline/lib/Utils.java | 53 +- .../jackpot30/cmdline/lib/CreateAPLibJar.java | 53 +- .../cmdline/lib/CreateStandaloneJar.java | 50 +- .../cmdline/lib/CreateStandaloneLibJar.java | 53 +- .../lib/CreateStandaloneLibJarNoEscape.java | 53 +- cmdline/maven/pom.xml | 50 +- .../modules/jackpot30/maven/RunAnalyze.java | 50 +- .../modules/jackpot30/maven/RunApply.java | 50 +- .../modules/jackpot30/maven/RunJackpot30.java | 50 +- .../jackpot30/maven/ShowGuiJackpot30.java | 50 +- .../netbeans/modules/jackpot30/maven/Utils.java | 50 +- .../jackpot30/maven/RunJackpot30Test.java | 50 +- cmdline/maven/tests/sl-15/jackpot-settings.xml | 50 +- cmdline/maven/tests/sl-15/pom.xml | 50 +- .../tests/sl-15/src/main/java/test/App.java | 55 +- cmdline/maven/tests/sl-17/jackpot-settings.xml | 50 +- cmdline/maven/tests/sl-17/pom.xml | 50 +- .../tests/sl-17/src/main/java/test/App.java | 55 +- cmdline/maven/tests/test-custom/pom.xml | 50 +- .../test-custom/src/main/java/test/App.java | 55 +- .../main/resources/META-INF/upgrade/test.hint | 55 +- cmdline/maven/tests/test1/jackpot-settings.xml | 50 +- cmdline/maven/tests/test1/pom.xml | 50 +- .../tests/test1/src/main/java/test/App.java | 55 +- cmdline/nbproject/build-impl.xml | 50 +- cmdline/nbproject/genfiles.properties | 52 +- cmdline/nbproject/platform.properties | 52 +- cmdline/nbproject/platform.xml | 50 +- cmdline/nbproject/project.properties | 52 +- cmdline/nbproject/project.xml | 50 +- cmdline/test/scripted/harness | 47 +- cmdline/test/scripted/run | 47 +- cmdline/tool/build.xml | 50 +- cmdline/tool/nbproject/build-impl.xml | 50 +- cmdline/tool/nbproject/genfiles.properties | 52 +- cmdline/tool/nbproject/project.properties | 52 +- cmdline/tool/nbproject/project.xml | 50 +- cmdline/tool/nbproject/suite.properties | 52 +- cmdline/tool/scripts/jackpot | 52 +- cmdline/tool/scripts/jackpot.bat | 51 +- .../modules/jackpot30/cmdline/Bundle.properties | 52 +- .../modules/jackpot30/cmdline/Main.java | 50 +- cmdline/tool/test/scripted/config | 47 +- cmdline/tool/test/scripted/test-ant | 47 +- cmdline/tool/test/scripted/test-cmdline-1 | 47 +- cmdline/tool/test/scripted/test-config-diamond | 47 +- cmdline/tool/test/scripted/test-source-path | 47 +- .../modules/jackpot30/cmdline/CreateTool.java | 50 +- .../jackpot30/cmdline/CreateToolTest.java | 50 +- .../modules/jackpot30/cmdline/MainTest.java | 50 +- duplicates/build.sh | 52 +- duplicates/ide/build.xml | 50 +- duplicates/ide/impl/build.xml | 50 +- duplicates/ide/impl/nbproject/build-impl.xml | 50 +- .../ide/impl/nbproject/genfiles.properties | 52 +- .../ide/impl/nbproject/project.properties | 52 +- duplicates/ide/impl/nbproject/project.xml | 50 +- duplicates/ide/impl/nbproject/suite.properties | 52 +- .../jackpot30/duplicates/impl/Bundle.properties | 52 +- .../jackpot30/impl/duplicates/Bundle.properties | 52 +- .../impl/duplicates/ComputeDuplicates.java | 50 +- .../impl/duplicates/DuplicatesListPanel.java | 50 +- .../impl/duplicates/GlobalFindDuplicates.java | 50 +- .../impl/duplicates/hints/FindDuplicates.java | 50 +- .../indexing/DeferredCustomIndexer.java | 50 +- .../indexing/DuplicatesCustomIndexerImpl.java | 50 +- .../duplicates/indexing/DuplicatesIndex.java | 50 +- .../indexing/RemoteDuplicatesIndex.java | 53 +- .../impl/duplicates/ComputeDuplicatesTest.java | 50 +- .../indexing/RemoteDuplicatesIndexTest.java | 53 +- duplicates/ide/nbproject/build-impl.xml | 50 +- duplicates/ide/nbproject/genfiles.properties | 52 +- duplicates/ide/nbproject/platform.properties | 52 +- duplicates/ide/nbproject/platform.xml | 50 +- duplicates/ide/nbproject/project.properties | 52 +- duplicates/ide/nbproject/project.xml | 50 +- duplicates/server/indexer/build.xml | 50 +- duplicates/server/indexer/impl/build.xml | 50 +- .../indexer/impl/nbproject/build-impl.xml | 50 +- .../indexer/impl/nbproject/genfiles.properties | 52 +- .../indexer/impl/nbproject/project.properties | 52 +- .../server/indexer/impl/nbproject/project.xml | 50 +- .../indexer/impl/nbproject/suite.properties | 52 +- .../duplicates/remoting/Bundle.properties | 54 +- .../duplicates/remoting/IndexerImpl.java | 53 +- .../server/indexer/nbproject/build-impl.xml | 50 +- .../indexer/nbproject/genfiles.properties | 52 +- .../indexer/nbproject/platform.properties | 52 +- .../server/indexer/nbproject/platform.xml | 50 +- .../server/indexer/nbproject/project.properties | 52 +- duplicates/server/indexer/nbproject/project.xml | 50 +- .../server/web/duplicates.web.api/build.xml | 56 +- .../duplicates.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../nbproject/project.properties | 52 +- .../duplicates.web.api/nbproject/project.xml | 50 +- .../jackpot30/backend/duplicates/api/API.java | 50 +- external/findbugs/build.xml | 48 +- findbugs-import.xml | 48 +- hudson/download-extra-nbms.xml | 50 +- hudson/trunk | 52 +- increment-spec-versions | 55 +- language/build.sh | 52 +- .../ProjectDependencyUpgraderImpl.java | 50 +- language/ide/bridges/apisupport/build.xml | 50 +- .../bridges/apisupport/nbproject/build-impl.xml | 50 +- .../apisupport/nbproject/genfiles.properties | 52 +- .../apisupport/nbproject/project.properties | 52 +- .../bridges/apisupport/nbproject/project.xml | 50 +- .../apisupport/nbproject/suite.properties | 52 +- .../APIProjectDependencyUpgraderImpl.java | 49 +- .../jackpot30/apisupport/Bundle.properties | 52 +- .../HackyProjectDependencyUpgraderImpl.java | 50 +- .../modules/jackpot30/apisupport/Installer.java | 49 +- .../ProjectDependencyUpgraderMultiplexor.java | 49 +- .../modules/jackpot30/apisupport/Utilities.java | 50 +- language/ide/build.xml | 50 +- language/ide/indexing/build.xml | 50 +- language/ide/indexing/nbproject/build-impl.xml | 50 +- .../ide/indexing/nbproject/genfiles.properties | 52 +- .../ide/indexing/nbproject/project.properties | 52 +- language/ide/indexing/nbproject/project.xml | 50 +- .../ide/indexing/nbproject/suite.properties | 52 +- .../jackpot30/indexing/Bundle.properties | 52 +- .../indexing/batch/BatchUtilities.java | 50 +- .../jackpot30/indexing/batch/Bundle.properties | 49 +- .../indexing/batch/EnhancedScopes.java | 50 +- .../indexing/batch/OptionProcessorImpl.java | 50 +- .../jackpot30/indexing/index/IndexQuery.java | 50 +- .../jackpot30/indexing/index/Indexer.java | 50 +- .../jackpot30/indexing/index/IndexerTest.java | 50 +- language/ide/nbproject/build-impl.xml | 50 +- language/ide/nbproject/genfiles.properties | 52 +- language/ide/nbproject/platform.properties | 52 +- language/ide/nbproject/platform.xml | 50 +- language/ide/nbproject/project.properties | 52 +- language/ide/nbproject/project.xml | 50 +- language/ide/ui/build.xml | 50 +- language/ide/ui/nbproject/build-impl.xml | 50 +- language/ide/ui/nbproject/genfiles.properties | 52 +- language/ide/ui/nbproject/project.properties | 52 +- language/ide/ui/nbproject/project.xml | 50 +- language/ide/ui/nbproject/suite.properties | 52 +- .../modules/jackpot30/ui/Bundle.properties | 52 +- .../jackpot30/ui/GenerateJackpotScript.java | 53 +- .../modules/jackpot30/ui/PatternGenerator.java | 53 +- .../org/netbeans/modules/jackpot30/ui/layer.xml | 50 +- .../ui/settings/HintSettingsAction.java | 53 +- .../ui/settings/XMLHintPreferences.java | 53 +- .../jackpot30/ui/PatternGeneratorTest.java | 53 +- .../ui/settings/XMLHintPreferencesTest.java | 53 +- language/post-build.sh | 52 +- language/server/web/language.web.api/build.xml | 56 +- .../language.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../nbproject/project.properties | 52 +- .../web/language.web.api/nbproject/project.xml | 50 +- .../api/java/source/CompilationInfoHack.java | 50 +- .../jackpot30/backend/language/api/API.java | 50 +- .../backend/language/api/JavacCreatorImpl.java | 53 +- .../jackpot30/backend/language/api/UI.java | 50 +- .../backend/language/api/ui-search.html | 50 +- .../backend/language/api/ui-snippet.html | 50 +- .../java/source/parsing/HackAccessor.java | 50 +- lib/download.xml | 50 +- lib/nblibraries.properties | 52 +- nbproject/project.xml | 50 +- remoting/build.sh | 52 +- remoting/common/api/build.xml | 50 +- remoting/common/api/nbproject/build-impl.xml | 50 +- .../common/api/nbproject/genfiles.properties | 52 +- .../common/api/nbproject/project.properties | 52 +- remoting/common/api/nbproject/project.xml | 50 +- remoting/common/api/nbproject/suite.properties | 52 +- .../modules/jackpot30/common/Bundle.properties | 52 +- .../jackpot30/common/api/IndexAccess.java | 50 +- .../modules/jackpot30/common/api/JavaUtils.java | 53 +- .../jackpot30/common/api/LuceneHelpers.java | 53 +- remoting/common/borrowedtests/build.xml | 50 +- .../borrowedtests/nbproject/build-impl.xml | 50 +- .../borrowedtests/nbproject/genfiles.properties | 52 +- .../borrowedtests/nbproject/platform.properties | 52 +- .../borrowedtests/nbproject/project.properties | 52 +- .../common/borrowedtests/nbproject/project.xml | 50 +- .../borrowedtests/nbproject/suite.properties | 52 +- .../api/java/source/SourceUtilsTestUtil.java | 52 +- .../api/java/source/SourceUtilsTestUtil2.java | 52 +- .../netbeans/api/java/source/TestUtilities.java | 52 +- .../source/matching/MatchingTestAccessor.java | 53 +- .../modules/jackpot30/impl/TestUtils.java | 53 +- .../jackpot30/test/borrowed/Bundle.properties | 47 +- .../modules/java/hints/TestUtilities.java | 39 +- .../hints/infrastructure/TreeRuleTestBase.java | 52 +- .../java/hints/jackpot/code/spi/TestBase.java | 53 +- .../java/source/transform/Transformer.java | 52 +- .../modules/java/source/usages/IndexUtil.java | 52 +- .../parsing/impl/indexing/MimeTypes.java | 53 +- .../util/test/AnnotationProcessorTestUtils.java | 50 +- .../org/openide/util/test/TestFileUtils.java | 53 +- remoting/common/build.xml | 50 +- remoting/common/nbproject/build-impl.xml | 50 +- remoting/common/nbproject/genfiles.properties | 52 +- remoting/common/nbproject/platform.properties | 52 +- remoting/common/nbproject/platform.xml | 50 +- remoting/common/nbproject/project.properties | 52 +- remoting/common/nbproject/project.xml | 50 +- remoting/common/test/build.xml | 50 +- remoting/common/test/nbproject/build-impl.xml | 50 +- .../common/test/nbproject/genfiles.properties | 52 +- .../common/test/nbproject/project.properties | 52 +- remoting/common/test/nbproject/project.xml | 50 +- remoting/common/test/nbproject/suite.properties | 52 +- .../jackpot30/common/test/Bundle.properties | 52 +- .../jackpot30/common/test/IndexTestBase.java | 50 +- remoting/ide/api/build.xml | 50 +- remoting/ide/api/nbproject/build-impl.xml | 50 +- remoting/ide/api/nbproject/genfiles.properties | 52 +- remoting/ide/api/nbproject/project.properties | 52 +- remoting/ide/api/nbproject/project.xml | 50 +- remoting/ide/api/nbproject/suite.properties | 52 +- .../remoting/api/FileSystemLister.java | 53 +- .../jackpot30/remoting/api/LocalCache.java | 53 +- .../jackpot30/remoting/api/LocalServer.java | 53 +- .../jackpot30/remoting/api/RemoteIndex.java | 53 +- .../jackpot30/remoting/api/Utilities.java | 53 +- .../jackpot30/remoting/api/WebUtilities.java | 50 +- .../jackpot30/remotingapi/Bundle.properties | 52 +- .../jackpot30/remotingapi/CacheFolder.java | 53 +- .../remotingapi/options/Bundle.properties | 52 +- .../options/CustomizeRemoteIndex.java | 50 +- .../remotingapi/options/FSChooser.java | 53 +- .../options/IndexOptionsPanelController.java | 53 +- .../remotingapi/options/IndexPanel.java | 53 +- .../jackpot30/remotingapi/options/Utils.java | 53 +- remoting/ide/browsing/build.xml | 50 +- remoting/ide/browsing/nbproject/build-impl.xml | 50 +- .../ide/browsing/nbproject/genfiles.properties | 52 +- .../ide/browsing/nbproject/project.properties | 52 +- remoting/ide/browsing/nbproject/project.xml | 50 +- .../ide/browsing/nbproject/suite.properties | 52 +- .../jackpot30/ide/browsing/Bundle.properties | 52 +- .../jackpot30/ide/browsing/ColoringManager.java | 55 +- .../jackpot30/ide/browsing/Highlighting.java | 53 +- .../ide/browsing/HyperlinkProviderImpl.java | 53 +- .../jackpot30/ide/browsing/Installer.java | 53 +- .../jackpot30/ide/browsing/RemoteEditorKit.java | 53 +- .../ide/browsing/RemoteJavaDataObject.java | 53 +- remoting/ide/build.xml | 50 +- remoting/ide/cnd.remote.bridge/build.xml | 50 +- .../cnd.remote.bridge/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../nbproject/platform.properties | 52 +- .../nbproject/project.properties | 52 +- .../ide/cnd.remote.bridge/nbproject/project.xml | 50 +- .../cnd/remote/bridge/Bundle.properties | 52 +- .../cnd/remote/bridge/FileSystemListerImpl.java | 55 +- remoting/ide/downloadable/build.xml | 50 +- .../ide/downloadable/nbproject/build-impl.xml | 50 +- .../downloadable/nbproject/genfiles.properties | 52 +- .../downloadable/nbproject/project.properties | 52 +- remoting/ide/downloadable/nbproject/project.xml | 50 +- .../ide/downloadable/nbproject/suite.properties | 52 +- .../remoting/downloadable/Bundle.properties | 52 +- .../DownloadedIndexPatcherImpl.java | 55 +- .../downloadable/IndexDownloaderImpl.java | 53 +- remoting/ide/jumpto/build.xml | 50 +- remoting/ide/jumpto/nbproject/build-impl.xml | 50 +- .../ide/jumpto/nbproject/genfiles.properties | 52 +- .../ide/jumpto/nbproject/project.properties | 52 +- remoting/ide/jumpto/nbproject/project.xml | 50 +- remoting/ide/jumpto/nbproject/suite.properties | 52 +- .../jackpot30/jumpto/AbstractDescriptor.java | 53 +- .../modules/jackpot30/jumpto/Bundle.properties | 52 +- .../jackpot30/jumpto/RemoteGoToSymbol.java | 53 +- .../jackpot30/jumpto/RemoteGoToType.java | 53 +- .../modules/jackpot30/jumpto/RemoteQuery.java | 53 +- .../jackpot30/jumpto/RemoteGoToSymbolTest.java | 53 +- .../jackpot30/jumpto/RemoteGoToTypeTest.java | 53 +- remoting/ide/kit/build.xml | 50 +- remoting/ide/kit/nbproject/build-impl.xml | 50 +- remoting/ide/kit/nbproject/genfiles.properties | 52 +- remoting/ide/kit/nbproject/project.properties | 52 +- remoting/ide/kit/nbproject/project.xml | 50 +- remoting/ide/kit/nbproject/suite.properties | 52 +- .../jackpot30/remoting/kit/Bundle.properties | 52 +- remoting/ide/local/build.xml | 50 +- remoting/ide/local/nbproject/build-impl.xml | 50 +- .../ide/local/nbproject/genfiles.properties | 52 +- remoting/ide/local/nbproject/project.properties | 52 +- remoting/ide/local/nbproject/project.xml | 50 +- remoting/ide/local/nbproject/suite.properties | 52 +- .../jackpot30/remoting/local/Bundle.properties | 52 +- .../remoting/local/LocalServerImpl.java | 53 +- remoting/ide/nbproject/build-impl.xml | 50 +- remoting/ide/nbproject/genfiles.properties | 52 +- remoting/ide/nbproject/platform.properties | 52 +- remoting/ide/nbproject/platform.xml | 50 +- remoting/ide/nbproject/project.properties | 52 +- remoting/ide/nbproject/project.xml | 50 +- remoting/ide/usages/build.xml | 50 +- remoting/ide/usages/nbproject/build-impl.xml | 50 +- .../ide/usages/nbproject/genfiles.properties | 52 +- .../ide/usages/nbproject/project.properties | 52 +- remoting/ide/usages/nbproject/project.xml | 50 +- remoting/ide/usages/nbproject/suite.properties | 52 +- .../jackpot30/ide/usages/Bundle.properties | 50 +- .../jackpot30/ide/usages/ClassOptions.java | 53 +- .../jackpot30/ide/usages/MethodOptions.java | 53 +- .../modules/jackpot30/ide/usages/Nodes.java | 53 +- .../jackpot30/ide/usages/RemoteUsages.java | 53 +- .../usages/RemoteUsagesWindowTopComponent.java | 53 +- .../ide/usages/hints/RemotelyUnused.java | 53 +- .../modules/jackpot30/ide/usages/NodesTest.java | 53 +- remoting/post-build.sh | 52 +- remoting/server/hudson/pom.xml | 50 +- .../jackpot30/hudson/ClearIndexProperty.java | 50 +- .../jackpot30/hudson/IndexGlobalAction.java | 53 +- .../jackpot30/hudson/IndexingBuilder.java | 50 +- .../modules/jackpot30/hudson/IndexingTool.java | 50 +- .../jackpot30/hudson/InstallIndexingTool.java | 50 +- .../modules/jackpot30/hudson/PluginImpl.java | 50 +- .../modules/jackpot30/hudson/UploadIndex.java | 50 +- .../modules/jackpot30/hudson/WebFrontEnd.java | 50 +- .../hudson/src/main/resources/index.jelly | 50 +- .../hudson/IndexingBuilder/config.jelly | 50 +- .../hudson/IndexingBuilder/global.jelly | 50 +- .../hudson/IndexingBuilder/help-cacheDir.html | 50 +- .../IndexingBuilder/help-ignorePatterns.html | 50 +- .../IndexingBuilder/help-indexSubDirectory.html | 50 +- .../IndexingBuilder/help-projectName.html | 50 +- .../jackpot30/hudson/IndexingBuilder/help.html | 50 +- .../src/main/webapp/help-globalConfig.html | 50 +- .../jackpot30/hudson/IndexingBuilderTest.java | 50 +- remoting/server/indexer/build.xml | 50 +- remoting/server/indexer/etc/app.conf | 52 +- remoting/server/indexer/impl/build.xml | 50 +- .../indexer/impl/nbproject/build-impl.xml | 50 +- .../indexer/impl/nbproject/genfiles.properties | 52 +- .../indexer/impl/nbproject/project.properties | 52 +- .../server/indexer/impl/nbproject/project.xml | 50 +- .../indexer/impl/nbproject/suite.properties | 52 +- .../backend/impl/BackendIndexAccess.java | 53 +- .../jackpot30/backend/impl/Bundle.properties | 52 +- .../backend/impl/OptionProcessorImpl.java | 53 +- .../backend/impl/spi/IndexAccessor.java | 53 +- .../backend/impl/spi/StatisticsGenerator.java | 53 +- .../jackpot30/backend/impl/spi/Utilities.java | 53 +- .../server/indexer/nbproject/build-impl.xml | 50 +- .../indexer/nbproject/genfiles.properties | 52 +- .../indexer/nbproject/platform.properties | 52 +- remoting/server/indexer/nbproject/platform.xml | 50 +- .../server/indexer/nbproject/project.properties | 52 +- remoting/server/indexer/nbproject/project.xml | 50 +- remoting/server/indexer/source/build.xml | 50 +- .../indexer/source/nbproject/build-impl.xml | 50 +- .../source/nbproject/genfiles.properties | 52 +- .../indexer/source/nbproject/project.properties | 52 +- .../server/indexer/source/nbproject/project.xml | 50 +- .../indexer/source/nbproject/suite.properties | 52 +- .../jackpot30/indexer/source/Bundle.properties | 52 +- .../jackpot30/indexer/source/SourceIndexer.java | 53 +- .../source/SourceStatisticsGenerator.java | 53 +- remoting/server/indexer/usages/build.xml | 50 +- .../indexer/usages/nbproject/build-impl.xml | 50 +- .../usages/nbproject/genfiles.properties | 52 +- .../indexer/usages/nbproject/project.properties | 52 +- .../server/indexer/usages/nbproject/project.xml | 50 +- .../indexer/usages/nbproject/suite.properties | 52 +- .../jackpot30/indexer/usages/Bundle.properties | 50 +- .../jackpot30/indexer/usages/Common.java | 53 +- .../jackpot30/indexer/usages/IndexerImpl.java | 53 +- .../indexer/usages/ResourceIndexerImpl.java | 53 +- .../usages/UsagesStatisticsGenerator.java | 53 +- .../indexer/usages/IndexerImplTest.java | 53 +- .../parsing/impl/indexing/MimeTypes.java | 53 +- remoting/server/scripts/index.sh | 52 +- remoting/server/scripts/web.sh | 52 +- .../server/tests/data/group1/prj1/build.xml | 56 +- .../data/group1/prj1/nbproject/build-impl.xml | 50 +- .../group1/prj1/nbproject/genfiles.properties | 52 +- .../group1/prj1/nbproject/project.properties | 52 +- .../data/group1/prj1/nbproject/project.xml | 50 +- .../tests/data/group1/prj1/src/project1/A.java | 55 +- .../tests/data/group1/prj1/src/project1/B.java | 55 +- .../tests/integration-data/example/build.xml | 56 +- .../example/nbproject/build-impl.xml | 50 +- .../example/nbproject/genfiles.properties | 52 +- .../example/nbproject/project.properties | 52 +- .../example/nbproject/project.xml | 50 +- .../modules/jackpot30/example/ClassA.java | 55 +- .../modules/jackpot30/example/SubClassA.java | 55 +- .../modules/jackpot30/example/UseClassA.java | 55 +- remoting/server/tests/integration/pom.xml | 50 +- .../jackpot30/web/ui/test/OverallTest.java | 53 +- remoting/server/tests/run-declarative-tests | 52 +- remoting/server/tests/run-integration-tests | 52 +- remoting/server/tests/testcases/list.tc/request | 52 +- .../tests/testcases/sources/simple.tc/request | 52 +- .../testcases/symbol/symbol-lookup1.tc/request | 52 +- .../tests/testcases/type/lookup1.tc/request | 52 +- .../tests/testcases/usages/field-new.tc/request | 52 +- .../tests/testcases/usages/field-old.tc/request | 52 +- .../testcases/usages/usages-simple.tc/request | 52 +- remoting/server/web/base.web.api/build.xml | 56 +- .../web/base.web.api/nbproject/build-impl.xml | 50 +- .../base.web.api/nbproject/genfiles.properties | 52 +- .../base.web.api/nbproject/project.properties | 52 +- .../web/base.web.api/nbproject/project.xml | 50 +- .../backend/base/AccessStatistics.java | 53 +- .../jackpot30/backend/base/CategoryStorage.java | 53 +- .../backend/base/FreemarkerUtilities.java | 53 +- .../backend/base/RelStreamHandlerFactory.java | 53 +- .../jackpot30/backend/base/SourceRoot.java | 53 +- .../jackpot30/backend/base/Utilities.java | 53 +- .../jackpot30/backend/base/WebUtilities.java | 50 +- .../modules/jackpot30/backend/base/api/API.java | 50 +- remoting/server/web/nbindex.web.api/build.xml | 56 +- .../nbindex.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../nbproject/project.properties | 52 +- .../web/nbindex.web.api/nbproject/project.xml | 50 +- .../backend/usages/api/DownloadableIndex.java | 53 +- remoting/server/web/resolve.web.api/build.xml | 56 +- .../resolve.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../nbproject/project.properties | 52 +- .../web/resolve.web.api/nbproject/project.xml | 50 +- .../jackpot30/resolve/api/CompilationInfo.java | 53 +- .../jackpot30/resolve/api/JavaUtils.java | 53 +- .../modules/jackpot30/resolve/api/Javac.java | 53 +- .../jackpot30/resolve/api/JavacCreator.java | 53 +- .../jackpot30/resolve/api/ResolveService.java | 53 +- remoting/server/web/source.web.api/build.xml | 56 +- .../web/source.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../source.web.api/nbproject/project.properties | 52 +- .../web/source.web.api/nbproject/project.xml | 50 +- .../modules/jackpot30/source/api/API.java | 53 +- remoting/server/web/type.web.api/build.xml | 56 +- .../web/type.web.api/nbproject/build-impl.xml | 50 +- .../type.web.api/nbproject/genfiles.properties | 52 +- .../type.web.api/nbproject/project.properties | 52 +- .../web/type.web.api/nbproject/project.xml | 50 +- .../jackpot30/backend/type/api/Base.java | 50 +- .../jackpot30/backend/type/api/Symbol.java | 50 +- .../jackpot30/backend/type/api/Type.java | 50 +- remoting/server/web/usages.web.api/build.xml | 56 +- .../web/usages.web.api/nbproject/build-impl.xml | 50 +- .../nbproject/genfiles.properties | 52 +- .../usages.web.api/nbproject/project.properties | 52 +- .../web/usages.web.api/nbproject/project.xml | 50 +- .../backend/usages/api/SubClasses.java | 53 +- .../jackpot30/backend/usages/api/Usages.java | 53 +- remoting/server/web/web.main/build.xml | 56 +- .../web/web.main/nbproject/build-impl.xml | 50 +- .../web/web.main/nbproject/genfiles.properties | 52 +- .../web/web.main/nbproject/project.properties | 52 +- .../server/web/web.main/nbproject/project.xml | 50 +- .../jackpot30/backend/main/MainPage.java | 53 +- .../modules/jackpot30/backend/main/WebMain.java | 53 +- .../web.ui.frontend/config/jsTestDriver.conf | 52 +- .../server/web/web.ui.frontend/download.xml | 50 +- .../nbproject/project.properties | 52 +- .../web/web.ui.frontend/nbproject/project.xml | 50 +- .../public_html/index/ui/index.html | 50 +- .../public_html/index/ui/script.js | 55 +- .../public_html/index/ui/search.html | 50 +- .../public_html/index/ui/showCode.html | 50 +- .../public_html/index/ui/usages.html | 50 +- .../test/unit/index/ui/script-test.js | 55 +- remoting/server/web/web.ui/build.xml | 56 +- .../server/web/web.ui/nbproject/build-impl.xml | 50 +- .../web/web.ui/nbproject/genfiles.properties | 52 +- .../web/web.ui/nbproject/project.properties | 52 +- .../server/web/web.ui/nbproject/project.xml | 50 +- .../modules/jackpot30/backend/ui/UI.java | 53 +- .../ui/highlighting/ColoringAttributes.java | 55 +- .../ColoringAttributes.java.original | 55 +- .../ui/highlighting/SemanticHighlighter.java | 55 +- .../SemanticHighlighter.java.original | 55 +- .../backend/ui/highlighting/TokenList.java | 42 +- .../ui/highlighting/TokenList.java.original | 42 +- .../modules/jackpot30/backend/ui/UITest.java | 53 +- standard-nbm-license.txt | 1038 ++++-------------- suite-common.xml | 48 +- 543 files changed, 7681 insertions(+), 21275 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/LICENSE @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..8edb9dd --- /dev/null +++ b/NOTICE @@ -0,0 +1,9 @@ +Apache NetBeans Jackpot 3.0 +Copyright 2017-2017 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +The code is based on NetBeans Jackpot 3.0 Copyright (c) 2009-2017 Oracle Corp +and 1997-2015 Sun Microsystems, Inc. that has been kindly donated +to the Apache Software Foundation. http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index d5c436c..4e37d9b 100644 --- a/build.xml +++ b/build.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. + http://www.apache.org/licenses/LICENSE-2.0 -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <!-- You may freely edit this file. See harness/README in the NetBeans platform --> <!-- for some information on what you could do (e.g. targets to override). --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/build.xml ---------------------------------------------------------------------- diff --git a/cmdline/ant/build.xml b/cmdline/ant/build.xml index 633d761..aa8f784 100644 --- a/cmdline/ant/build.xml +++ b/cmdline/ant/build.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. - -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. - -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/nbproject/build-impl.xml ---------------------------------------------------------------------- diff --git a/cmdline/ant/nbproject/build-impl.xml b/cmdline/ant/nbproject/build-impl.xml index e6f20b6..0b2b9c4 100644 --- a/cmdline/ant/nbproject/build-impl.xml +++ b/cmdline/ant/nbproject/build-impl.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. + http://www.apache.org/licenses/LICENSE-2.0 -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <!-- *** GENERATED FROM project.xml - DO NOT EDIT *** http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/nbproject/genfiles.properties ---------------------------------------------------------------------- diff --git a/cmdline/ant/nbproject/genfiles.properties b/cmdline/ant/nbproject/genfiles.properties index af91415..adf8215 100644 --- a/cmdline/ant/nbproject/genfiles.properties +++ b/cmdline/ant/nbproject/genfiles.properties @@ -1,44 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # -# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, the -# "License"). You may not use this file except in compliance with the -# License. You can obtain a copy of the License at -# http://www.netbeans.org/cddl-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" -# -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + build.xml.data.CRC32=3eef813c build.xml.script.CRC32=b703d7de [email protected] http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/nbproject/project.properties ---------------------------------------------------------------------- diff --git a/cmdline/ant/nbproject/project.properties b/cmdline/ant/nbproject/project.properties index 8dcf0b7..3bac6fe 100644 --- a/cmdline/ant/nbproject/project.properties +++ b/cmdline/ant/nbproject/project.properties @@ -1,44 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # -# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, the -# "License"). You may not use this file except in compliance with the -# License. You can obtain a copy of the License at -# http://www.netbeans.org/cddl-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" -# -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processors.list= http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/cmdline/ant/nbproject/project.xml b/cmdline/ant/nbproject/project.xml index ec7d544..1de0ba2 100644 --- a/cmdline/ant/nbproject/project.xml +++ b/cmdline/ant/nbproject/project.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. + http://www.apache.org/licenses/LICENSE-2.0 -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/src/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTask.java ---------------------------------------------------------------------- diff --git a/cmdline/ant/src/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTask.java b/cmdline/ant/src/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTask.java index 1a6f523..5d9c584 100644 --- a/cmdline/ant/src/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTask.java +++ b/cmdline/ant/src/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTask.java @@ -1,40 +1,20 @@ -/* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * - * Copyright 2012 Sun Microsystems, Inc. All rights reserved. - * - * The contents of this file are subject to the terms of either the GNU - * General Public License Version 2 only ("GPL") or the Common - * Development and Distribution License("CDDL") (collectively, the - * "License"). You may not use this file except in compliance with the - * License. You can obtain a copy of the License at - * http://www.netbeans.org/cddl-gplv2.html - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the - * specific language governing permissions and limitations under the - * License. When distributing the software, include this License Header - * Notice in each file and include the License file at - * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this - * particular file as subject to the "Classpath" exception as provided - * by Sun in the GPL Version 2 section of the License file that - * accompanied this code. If applicable, add the following below the - * License Header, with the fields enclosed by brackets [] replaced by - * your own identifying information: - * "Portions Copyrighted [year] [name of copyright owner]" - * - * If you wish your version of this file to be governed by only the CDDL - * or only the GPL Version 2, indicate your decision by adding - * "[Contributor] elects to include this software in this distribution - * under the [CDDL or GPL Version 2] license." If you do not indicate a - * single choice of license, a recipient has the option to distribute - * your version of this file under either the CDDL, the GPL Version 2 or - * to extend the choice of license to its licensees as provided above. - * However, if you add GPL Version 2 code and therefore, elected the GPL - * Version 2 license, then the option applies only if the new code is - * made subject to such option by the copyright holder. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Contributor(s): + * http://www.apache.org/licenses/LICENSE-2.0 * - * Portions Copyrighted 2012 Sun Microsystems, Inc. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.netbeans.modules.jackpot30.cmdline.ant; http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ant/test/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTaskTest.java ---------------------------------------------------------------------- diff --git a/cmdline/ant/test/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTaskTest.java b/cmdline/ant/test/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTaskTest.java index 09730a6..0e623d0 100644 --- a/cmdline/ant/test/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTaskTest.java +++ b/cmdline/ant/test/org/netbeans/modules/jackpot30/cmdline/ant/JackpotTaskTest.java @@ -1,40 +1,20 @@ -/* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * - * Copyright 2012 Sun Microsystems, Inc. All rights reserved. - * - * The contents of this file are subject to the terms of either the GNU - * General Public License Version 2 only ("GPL") or the Common - * Development and Distribution License("CDDL") (collectively, the - * "License"). You may not use this file except in compliance with the - * License. You can obtain a copy of the License at - * http://www.netbeans.org/cddl-gplv2.html - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the - * specific language governing permissions and limitations under the - * License. When distributing the software, include this License Header - * Notice in each file and include the License file at - * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this - * particular file as subject to the "Classpath" exception as provided - * by Sun in the GPL Version 2 section of the License file that - * accompanied this code. If applicable, add the following below the - * License Header, with the fields enclosed by brackets [] replaced by - * your own identifying information: - * "Portions Copyrighted [year] [name of copyright owner]" - * - * If you wish your version of this file to be governed by only the CDDL - * or only the GPL Version 2, indicate your decision by adding - * "[Contributor] elects to include this software in this distribution - * under the [CDDL or GPL Version 2] license." If you do not indicate a - * single choice of license, a recipient has the option to distribute - * your version of this file under either the CDDL, the GPL Version 2 or - * to extend the choice of license to its licensees as provided above. - * However, if you add GPL Version 2 code and therefore, elected the GPL - * Version 2 license, then the option applies only if the new code is - * made subject to such option by the copyright holder. +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at * - * Contributor(s): + * http://www.apache.org/licenses/LICENSE-2.0 * - * Portions Copyrighted 2012 Sun Microsystems, Inc. + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. */ package org.netbeans.modules.jackpot30.cmdline.ant; http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ap/build.xml ---------------------------------------------------------------------- diff --git a/cmdline/ap/build.xml b/cmdline/ap/build.xml index eeacbd0..ff578b4 100644 --- a/cmdline/ap/build.xml +++ b/cmdline/ap/build.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. + http://www.apache.org/licenses/LICENSE-2.0 -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <!-- You may freely edit this file. See harness/README in the NetBeans platform --> <!-- for some information on what you could do (e.g. targets to override). --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ap/nbproject/build-impl.xml ---------------------------------------------------------------------- diff --git a/cmdline/ap/nbproject/build-impl.xml b/cmdline/ap/nbproject/build-impl.xml index cafa5ab..ec47f9a 100644 --- a/cmdline/ap/nbproject/build-impl.xml +++ b/cmdline/ap/nbproject/build-impl.xml @@ -1,46 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at -Oracle and Java are registered trademarks of Oracle and/or its affiliates. -Other names may be trademarks of their respective owners. + http://www.apache.org/licenses/LICENSE-2.0 -The contents of this file are subject to the terms of either the GNU -General Public License Version 2 only ("GPL") or the Common -Development and Distribution License("CDDL") (collectively, the -"License"). You may not use this file except in compliance with the -License. You can obtain a copy of the License at -http://www.netbeans.org/cddl-gplv2.html -or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -specific language governing permissions and limitations under the -License. When distributing the software, include this License Header -Notice in each file and include the License file at -nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -particular file as subject to the "Classpath" exception as provided -by Oracle in the GPL Version 2 section of the License file that -accompanied this code. If applicable, add the following below the -License Header, with the fields enclosed by brackets [] replaced by -your own identifying information: -"Portions Copyrighted [year] [name of copyright owner]" - -Contributor(s): - -The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -Microsystems, Inc. All Rights Reserved. - -If you wish your version of this file to be governed by only the CDDL -or only the GPL Version 2, indicate your decision by adding -"[Contributor] elects to include this software in this distribution -under the [CDDL or GPL Version 2] license." If you do not indicate a -single choice of license, a recipient has the option to distribute -your version of this file under either the CDDL, the GPL Version 2 or -to extend the choice of license to its licensees as provided above. -However, if you add GPL Version 2 code and therefore, elected the GPL -Version 2 license, then the option applies only if the new code is -made subject to such option by the copyright holder. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> <!-- *** GENERATED FROM project.xml - DO NOT EDIT *** http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ap/nbproject/genfiles.properties ---------------------------------------------------------------------- diff --git a/cmdline/ap/nbproject/genfiles.properties b/cmdline/ap/nbproject/genfiles.properties index 63813c3..d5ce80d 100644 --- a/cmdline/ap/nbproject/genfiles.properties +++ b/cmdline/ap/nbproject/genfiles.properties @@ -1,44 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # -# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, the -# "License"). You may not use this file except in compliance with the -# License. You can obtain a copy of the License at -# http://www.netbeans.org/cddl-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" -# -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + build.xml.data.CRC32=abf35b3d build.xml.script.CRC32=434ef419 [email protected] http://git-wip-us.apache.org/repos/asf/incubator-netbeans-jackpot30/blob/ddcdd3d6/cmdline/ap/nbproject/project.properties ---------------------------------------------------------------------- diff --git a/cmdline/ap/nbproject/project.properties b/cmdline/ap/nbproject/project.properties index cc6e499..5df14d8 100644 --- a/cmdline/ap/nbproject/project.properties +++ b/cmdline/ap/nbproject/project.properties @@ -1,44 +1,18 @@ -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at # -# Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved. +# http://www.apache.org/licenses/LICENSE-2.0 # -# Oracle and Java are registered trademarks of Oracle and/or its affiliates. -# Other names may be trademarks of their respective owners. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common -# Development and Distribution License("CDDL") (collectively, the -# "License"). You may not use this file except in compliance with the -# License. You can obtain a copy of the License at -# http://www.netbeans.org/cddl-gplv2.html -# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the -# specific language governing permissions and limitations under the -# License. When distributing the software, include this License Header -# Notice in each file and include the License file at -# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this -# particular file as subject to the "Classpath" exception as provided -# by Oracle in the GPL Version 2 section of the License file that -# accompanied this code. If applicable, add the following below the -# License Header, with the fields enclosed by brackets [] replaced by -# your own identifying information: -# "Portions Copyrighted [year] [name of copyright owner]" -# -# Contributor(s): -# -# The Original Software is NetBeans. The Initial Developer of the Original -# Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun -# Microsystems, Inc. All Rights Reserved. -# -# If you wish your version of this file to be governed by only the CDDL -# or only the GPL Version 2, indicate your decision by adding -# "[Contributor] elects to include this software in this distribution -# under the [CDDL or GPL Version 2] license." If you do not indicate a -# single choice of license, a recipient has the option to distribute -# your version of this file under either the CDDL, the GPL Version 2 or -# to extend the choice of license to its licensees as provided above. -# However, if you add GPL Version 2 code and therefore, elected the GPL -# Version 2 license, then the option applies only if the new code is -# made subject to such option by the copyright holder. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + javac.source=1.7 javac.compilerargs=-Xlint -Xlint:-serial cp.extra=build/jackpot-ap-lib.jar:${tools.jar}
