From 752e45652a3422d099f6c1fff3e53c9bdb8b8506 Mon Sep 17 00:00:00 2001 From: pascalleclercq Date: Sun, 30 Aug 2015 22:42:40 +0200 Subject: [PATCH] prepare release : update license header --- .../src/tern/TernRepositoryTest.java | 10 ++++++++ .../metadata/TernModulesHelperSortTest.java | 10 ++++++++ .../src/tern/resources/TernProjectTest.java | 3 +-- .../AbstractTernServerGuessTypesTest.java | 2 +- .../MockTernGuessTypesCollector.java | 10 ++++++++ core/tern.core/src/tern/Activator.java | 2 +- core/tern.core/src/tern/IDOMProvider.java | 3 +-- core/tern.core/src/tern/ITernAdaptable.java | 4 ++-- core/tern.core/src/tern/ITernFile.java | 4 ++-- .../src/tern/ITernFileSynchronizer.java | 4 ++-- core/tern.core/src/tern/ITernProject.java | 3 +-- .../tern/ITernResourcesManagerDelegate.java | 4 ++-- .../src/tern/TernResourcesManager.java | 4 ++-- .../AngularCompletionProposalRec.java | 4 ++-- .../commons/io/input/ClosedInputStream.java | 24 +++++++------------ .../io/output/ByteArrayOutputStream.java | 24 +++++++------------ .../io/output/StringBuilderWriter.java | 24 +++++++------------ .../resources/DefaultDOMProvider.java | 3 +-- .../DefaultScriptTagRegionsProvider.java | 4 ++-- .../DefaultTernResourcesManager.java | 4 ++-- .../InternalTernResourcesManager.java | 4 ++-- .../ModuleDependenciesComparator.java | 2 +- .../src/tern/repository/ITernRepository.java | 2 +- .../tern/repository/TernModuleToDownload.java | 10 ++++++++ .../src/tern/resources/AbstractTernFile.java | 4 ++-- .../tern/resources/FilesystemTernFile.java | 4 ++-- .../src/tern/resources/ITernFileUploader.java | 4 ++-- .../SynchronousTernFileUploader.java | 4 ++-- .../tern/resources/TernFileSynchronizer.java | 4 +--- .../src/tern/resources/TernProject.java | 4 +--- .../src/tern/scriptpath/ITernScriptPath.java | 3 +-- .../scriptpath/ITernScriptPathContainer.java | 2 +- .../tern/scriptpath/ITernScriptResource.java | 3 +-- .../impl/AbstractTernFileScriptPath.java | 4 ++-- .../impl/AbstractTernScriptPath.java | 3 +-- .../impl/ContainerTernScriptPath.java | 2 +- .../scriptpath/impl/JSFileScriptPath.java | 3 +-- .../scriptpath/impl/JSFileScriptResource.java | 3 +-- .../scriptpath/impl/ProjectScriptPath.java | 3 +-- .../dom/DOMAbsoluteURLScriptResource.java | 3 +-- .../impl/dom/DOMContentScriptResource.java | 3 +-- .../impl/dom/DOMElementsScriptPath.java | 3 +-- .../dom/DOMRelativeURLScriptResource.java | 3 +-- .../AbstractScriptEngineTernServer.java | 2 +- .../src/tern/server/AbstractTernServer.java | 4 +--- .../src/tern/server/ITernServer.java | 4 +--- .../server/ITernServerRequestProcessor.java | 4 ++-- .../server/SynchronousRequestProcessor.java | 4 ++-- .../src/tern/server/TernModuleInfo.java | 2 +- .../server/protocol/IJSONObjectHelper.java | 4 ++-- .../server/protocol/ITernResultProcessor.java | 4 ++-- .../protocol/ITernResultsAsyncCollector.java | 4 ++-- .../protocol/ITernResultsCollector.java | 4 ++-- .../server/protocol/MinimalJSONHelper.java | 2 +- .../TernResultsProcessorsFactory.java | 4 ++-- .../completions/ITernCompletionCollector.java | 3 +-- .../TernCompletionProposalRec.java | 4 ++-- .../TernCompletionsResultProcessor.java | 5 ++-- .../definition/ITernDefinitionCollector.java | 3 +-- .../TernDefinitionResultProcessor.java | 5 ++-- .../guesstypes/ITernGuessTypesCollector.java | 3 +-- .../guesstypes/TernGuessTypesQuery.java | 10 ++++++++ .../TernGuessTypesResultProcessor.java | 5 ++-- .../html/IScriptTagRegionProvider.java | 3 +-- .../protocol/lint/ITernLintCollector.java | 3 +-- .../server/protocol/lint/TernLintQuery.java | 2 +- .../lint/TernLintResultProcessor.java | 5 ++-- .../outline/ITernOutlineCollector.java | 10 ++++++++ .../tern/server/protocol/outline/JSNode.java | 10 ++++++++ .../server/protocol/outline/JSNodeRoot.java | 10 ++++++++ .../outline/TernOutlineCollector.java | 10 ++++++++ .../protocol/outline/TernOutlineQuery.java | 2 +- .../outline/TernOutlineResultProcessor.java | 2 +- .../protocol/type/ITernTypeCollector.java | 3 +-- .../type/TernTypeResultProcessor.java | 5 ++-- .../src/tern/utils/ExtensionUtils.java | 3 +-- core/tern.core/src/tern/utils/IOUtils.java | 24 +++++++------------ .../tern/server/nodejs/NodejsTernServer.java | 4 +--- .../tern/server/nodejs/npm/NPMProcess.java | 10 ++++++++ .../tern/server/rhino/RhinoTernServer.java | 4 +--- core/ternjs/src/ternjs/Activator.java | 2 +- .../jsdt/internal/core/DOMSSEProvider.java | 3 +-- .../core/JSDTClassPathManagerProvider.java | 10 ++++++++ .../ui/JSDTDocumentRegionProcessor.java | 2 +- .../JSDTTernCompletionCollector.java | 4 +--- .../ui/contentassist/JSDTTimeoutProposal.java | 4 +--- .../TernCompletionProposalComputer.java | 3 +-- .../TernContentAssistProcessor.java | 3 +-- .../ui/hover/JSDTProblemTernHover.java | 2 +- .../ide/linter/core/ITernLinterConfig.java | 2 +- .../linter/core/ITernLinterConfigFactory.java | 10 ++++++++ .../ITernLinterConfigurationsManager.java | 2 +- .../ide/linter/core/ITernLinterOption.java | 2 +- .../ide/linter/core/TernLinterCorePlugin.java | 2 +- .../core/XMLTernLinterConfigFactory.java | 2 +- .../core/validation/TernValidationHelper.java | 10 ++++++++ .../internal/core/TernLinterConfig.java | 2 +- .../core/TernLinterConfiguration.java | 2 +- .../core/TernLinterConfigurationsManager.java | 2 +- .../internal/core/TernLinterOption.java | 2 +- .../validation/TernReporterCollector.java | 2 +- .../core/validation/TernValidator.java | 2 +- .../core/validation/TernValidatorContext.java | 2 +- .../core/ESLintLinterConfiguration.java | 2 +- .../internal/core/TernESLintCorePlugin.java | 2 +- .../internal/ui/TernESLintUIPlugin.java | 2 +- .../ui/properties/TernESLintPropertyPage.java | 2 +- .../core/JSCSLinterConfiguration.java | 2 +- .../internal/core/TernJSCSCorePlugin.java | 2 +- .../jscs/internal/ui/TernJSCSUIPlugin.java | 2 +- .../ui/properties/TernJSCSPropertyPage.java | 2 +- .../core/JSHintLinterConfiguration.java | 10 ++++++++ .../ui/properties/TernJSHintPropertyPage.java | 2 +- .../core/LintLinterConfiguration.java | 2 +- .../internal/core/TernLintCorePlugin.java | 2 +- .../lint/internal/ui/TernLintUIPlugin.java | 2 +- .../ui/properties/TernLintPropertyPage.java | 2 +- .../ui/validation/RefreshTernValidator.java | 2 +- .../ui/validation/TernSourceValidator.java | 2 +- .../ui/properties/TernLinterOptionsBlock.java | 2 +- .../ui/properties/TernLinterOptionsPanel.java | 2 +- .../ui/properties/TernLinterPropertyPage.java | 2 +- .../viewers/LinterConfigContentProvider.java | 2 +- .../ui/viewers/LinterConfigLabelProvider.java | 2 +- .../viewers/LinterOptionEditingSupport.java | 2 +- .../linter/ui/viewers/NumberCellEditor.java | 2 +- .../eclipse/ide/core/DefaultTernModule.java | 2 +- .../ide/core/IDefaultTernModulesProvider.java | 2 +- .../eclipse/ide/core/IIDETernProject.java | 3 +-- .../ide/core/IIDETernProjectProvider.java | 2 +- .../ide/core/IIDETernScriptPathReporter.java | 2 +- .../tern/eclipse/ide/core/IScopeContext.java | 10 ++++++++ .../ide/core/ITernFileConfiguration.java | 3 +-- .../core/ITernProjectLifecycleListener.java | 2 +- ...ITernProjectLifecycleListenerProvider.java | 2 +- .../ide/core/ITernRepositoryManager.java | 2 +- .../tern/eclipse/ide/core/IWorkingCopy.java | 2 +- .../ide/core/IWorkingCopyListener.java | 2 +- .../tern/eclipse/ide/core/ScopeContext.java | 10 ++++++++ .../tern/eclipse/ide/core/TernCorePlugin.java | 3 +-- .../ide/core/resources/TernDocumentFile.java | 4 ++-- .../ide/core/resources/TernTextFile.java | 2 +- .../eclipse/ide/core/utils/FileUtils.java | 3 +-- .../ide/core/utils/ILineOfOffsetProvider.java | 2 +- .../eclipse/ide/core/utils/PathUtils.java | 2 +- .../core/TernFileConfigurationManager.java | 3 +-- .../ide/internal/core/WorkingCopy.java | 2 +- .../internal/core/WorkingCopyModuleList.java | 2 +- .../core/resources/IDEResourcesManager.java | 4 ++-- .../internal/core/resources/IDETernFile.java | 4 ++-- .../resources/IDETernFileSynchronizer.java | 4 +--- .../core/resources/IDETernFileUploader.java | 4 ++-- .../core/resources/IDETernProject.java | 3 +-- .../resources/IDETernProjectSynchronizer.java | 2 +- .../IDETernServerAsyncReqProcessor.java | 4 ++-- .../core/scriptpath/EclipsePathAdapter.java | 2 +- .../scriptpath/EclipseProjectScriptPath.java | 2 +- .../core/scriptpath/FolderScriptPath.java | 3 +-- .../scriptpath/SysErrScriptPathReporter.java | 2 +- .../scriptpath/TernScriptPathComparator.java | 2 +- .../core/generator/TernDefGenerator.java | 10 ++++++++ .../core/generator/TernPluginGenerator.java | 10 ++++++++ .../core/webbrowser/ace/HTMLAceEditor.java | 10 ++++++++ .../codemirror/HTMLCodeMirrorEditor.java | 10 ++++++++ .../webbrowser/orion/HTMLOrionEditor.java | 10 ++++++++ .../repository/InstallTernModulesOptions.java | 10 ++++++++ .../internal/ui/EditorActivationTracker.java | 4 ++-- .../ui/util/AllInOneWorkbenchListener.java | 4 ++-- .../ui/views/TernContentOutlinePage.java | 10 ++++++++ .../ui/views/TernExplorerContentProvider.java | 10 ++++++++ .../ui/views/TernExplorerLabelProvider.java | 10 ++++++++ .../internal/ui/views/TernExplorerView.java | 10 ++++++++ .../ide/internal/ui/views/TernOutline.java | 10 ++++++++ .../actions/TerminateTernServerAction.java | 2 +- .../eclipse/ide/ui/contentassist/Arg.java | 2 +- .../ide/ui/contentassist/Arguments.java | 2 +- .../JSTernCompletionAsyncCollector.java | 4 +--- .../JSTernCompletionProposal.java | 2 +- .../PositionBasedCompletionProposal.java | 19 +++++++-------- .../TernCompletionsQueryFactory.java | 10 ++++++++ .../ide/ui/contentassist/TimeoutProposal.java | 4 +--- .../ide/ui/hover/AbstractTernHover.java | 10 ++++++++ .../ide/ui/hover/IDEHoverControlCreator.java | 2 +- .../ui/hover/IDEHoverLocationListener.java | 2 +- .../ui/hover/IDEPresenterControlCreator.java | 2 +- .../ide/ui/hover/ITernHoverInfoProvider.java | 10 ++++++++ .../ide/ui/hover/ProblemTernHover.java | 2 +- .../ui/hyperlink/TernHyperLinkDetector.java | 2 +- .../preferences/PropertyPreferencePage.java | 20 +++++++--------- .../properties/AbstractTernPropertyPage.java | 2 +- .../eclipse/ide/ui/utils/EditorUtils.java | 2 +- .../ide/ui/utils/LineOfOffsetProvider.java | 2 +- .../viewers/TernScriptPathLabelProvider.java | 3 +-- .../jface/images/TernImagesRegistry.java | 2 +- 194 files changed, 546 insertions(+), 332 deletions(-) diff --git a/core/tern.core.tests/src/tern/TernRepositoryTest.java b/core/tern.core.tests/src/tern/TernRepositoryTest.java index 7b007d99c..92e292b7b 100644 --- a/core/tern.core.tests/src/tern/TernRepositoryTest.java +++ b/core/tern.core.tests/src/tern/TernRepositoryTest.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern; import java.io.File; diff --git a/core/tern.core.tests/src/tern/metadata/TernModulesHelperSortTest.java b/core/tern.core.tests/src/tern/metadata/TernModulesHelperSortTest.java index 6e9f93e3e..f362ed323 100644 --- a/core/tern.core.tests/src/tern/metadata/TernModulesHelperSortTest.java +++ b/core/tern.core.tests/src/tern/metadata/TernModulesHelperSortTest.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.metadata; import java.io.File; diff --git a/core/tern.core.tests/src/tern/resources/TernProjectTest.java b/core/tern.core.tests/src/tern/resources/TernProjectTest.java index 94d51988a..f9f617cc3 100644 --- a/core/tern.core.tests/src/tern/resources/TernProjectTest.java +++ b/core/tern.core.tests/src/tern/resources/TernProjectTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.resources; diff --git a/core/tern.core.tests/src/tern/server/protocol/guesstypes/AbstractTernServerGuessTypesTest.java b/core/tern.core.tests/src/tern/server/protocol/guesstypes/AbstractTernServerGuessTypesTest.java index a4a42a2f6..c4a52f988 100644 --- a/core/tern.core.tests/src/tern/server/protocol/guesstypes/AbstractTernServerGuessTypesTest.java +++ b/core/tern.core.tests/src/tern/server/protocol/guesstypes/AbstractTernServerGuessTypesTest.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core.tests/src/tern/server/protocol/guesstypes/MockTernGuessTypesCollector.java b/core/tern.core.tests/src/tern/server/protocol/guesstypes/MockTernGuessTypesCollector.java index 8927f66cf..ef618f8af 100644 --- a/core/tern.core.tests/src/tern/server/protocol/guesstypes/MockTernGuessTypesCollector.java +++ b/core/tern.core.tests/src/tern/server/protocol/guesstypes/MockTernGuessTypesCollector.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.guesstypes; import java.util.ArrayList; diff --git a/core/tern.core/src/tern/Activator.java b/core/tern.core/src/tern/Activator.java index f0e3bbaee..9c7e38ea6 100644 --- a/core/tern.core/src/tern/Activator.java +++ b/core/tern.core/src/tern/Activator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/IDOMProvider.java b/core/tern.core/src/tern/IDOMProvider.java index fba44880b..f94a14fc7 100644 --- a/core/tern.core/src/tern/IDOMProvider.java +++ b/core/tern.core/src/tern/IDOMProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern; diff --git a/core/tern.core/src/tern/ITernAdaptable.java b/core/tern.core/src/tern/ITernAdaptable.java index 765fbea9c..bfa9d77c6 100644 --- a/core/tern.core/src/tern/ITernAdaptable.java +++ b/core/tern.core/src/tern/ITernAdaptable.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern; diff --git a/core/tern.core/src/tern/ITernFile.java b/core/tern.core/src/tern/ITernFile.java index b0ce54e80..2bdf05936 100644 --- a/core/tern.core/src/tern/ITernFile.java +++ b/core/tern.core/src/tern/ITernFile.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern; diff --git a/core/tern.core/src/tern/ITernFileSynchronizer.java b/core/tern.core/src/tern/ITernFileSynchronizer.java index c02b32ef9..23f0c56fa 100644 --- a/core/tern.core/src/tern/ITernFileSynchronizer.java +++ b/core/tern.core/src/tern/ITernFileSynchronizer.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern; diff --git a/core/tern.core/src/tern/ITernProject.java b/core/tern.core/src/tern/ITernProject.java index a82af14dc..317577bf4 100644 --- a/core/tern.core/src/tern/ITernProject.java +++ b/core/tern.core/src/tern/ITernProject.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern; diff --git a/core/tern.core/src/tern/ITernResourcesManagerDelegate.java b/core/tern.core/src/tern/ITernResourcesManagerDelegate.java index 0bfefeb02..79040fbd0 100644 --- a/core/tern.core/src/tern/ITernResourcesManagerDelegate.java +++ b/core/tern.core/src/tern/ITernResourcesManagerDelegate.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern; diff --git a/core/tern.core/src/tern/TernResourcesManager.java b/core/tern.core/src/tern/TernResourcesManager.java index 1012fb554..4827517e9 100644 --- a/core/tern.core/src/tern/TernResourcesManager.java +++ b/core/tern.core/src/tern/TernResourcesManager.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern; diff --git a/core/tern.core/src/tern/angular/protocol/completions/AngularCompletionProposalRec.java b/core/tern.core/src/tern/angular/protocol/completions/AngularCompletionProposalRec.java index d2871098e..133b86ca1 100644 --- a/core/tern.core/src/tern/angular/protocol/completions/AngularCompletionProposalRec.java +++ b/core/tern.core/src/tern/angular/protocol/completions/AngularCompletionProposalRec.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.angular.protocol.completions; diff --git a/core/tern.core/src/tern/internal/org/apache/commons/io/input/ClosedInputStream.java b/core/tern.core/src/tern/internal/org/apache/commons/io/input/ClosedInputStream.java index f737da878..17c4790ea 100644 --- a/core/tern.core/src/tern/internal/org/apache/commons/io/input/ClosedInputStream.java +++ b/core/tern.core/src/tern/internal/org/apache/commons/io/input/ClosedInputStream.java @@ -1,18 +1,12 @@ -/* - * 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. +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation */ package tern.internal.org.apache.commons.io.input; diff --git a/core/tern.core/src/tern/internal/org/apache/commons/io/output/ByteArrayOutputStream.java b/core/tern.core/src/tern/internal/org/apache/commons/io/output/ByteArrayOutputStream.java index ed59b60db..efb62ca5d 100644 --- a/core/tern.core/src/tern/internal/org/apache/commons/io/output/ByteArrayOutputStream.java +++ b/core/tern.core/src/tern/internal/org/apache/commons/io/output/ByteArrayOutputStream.java @@ -1,18 +1,12 @@ -/* - * 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. +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation */ package tern.internal.org.apache.commons.io.output; diff --git a/core/tern.core/src/tern/internal/org/apache/commons/io/output/StringBuilderWriter.java b/core/tern.core/src/tern/internal/org/apache/commons/io/output/StringBuilderWriter.java index a1dd38205..af59ad973 100644 --- a/core/tern.core/src/tern/internal/org/apache/commons/io/output/StringBuilderWriter.java +++ b/core/tern.core/src/tern/internal/org/apache/commons/io/output/StringBuilderWriter.java @@ -1,18 +1,12 @@ -/* - * 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. +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation */ package tern.internal.org.apache.commons.io.output; diff --git a/core/tern.core/src/tern/internal/resources/DefaultDOMProvider.java b/core/tern.core/src/tern/internal/resources/DefaultDOMProvider.java index a571245e6..e40494647 100644 --- a/core/tern.core/src/tern/internal/resources/DefaultDOMProvider.java +++ b/core/tern.core/src/tern/internal/resources/DefaultDOMProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.internal.resources; diff --git a/core/tern.core/src/tern/internal/resources/DefaultScriptTagRegionsProvider.java b/core/tern.core/src/tern/internal/resources/DefaultScriptTagRegionsProvider.java index aad5d7df5..a32df5384 100644 --- a/core/tern.core/src/tern/internal/resources/DefaultScriptTagRegionsProvider.java +++ b/core/tern.core/src/tern/internal/resources/DefaultScriptTagRegionsProvider.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.internal.resources; diff --git a/core/tern.core/src/tern/internal/resources/DefaultTernResourcesManager.java b/core/tern.core/src/tern/internal/resources/DefaultTernResourcesManager.java index b509fcef1..8f7449e7c 100644 --- a/core/tern.core/src/tern/internal/resources/DefaultTernResourcesManager.java +++ b/core/tern.core/src/tern/internal/resources/DefaultTernResourcesManager.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.internal.resources; diff --git a/core/tern.core/src/tern/internal/resources/InternalTernResourcesManager.java b/core/tern.core/src/tern/internal/resources/InternalTernResourcesManager.java index a983ac170..8509ebc43 100644 --- a/core/tern.core/src/tern/internal/resources/InternalTernResourcesManager.java +++ b/core/tern.core/src/tern/internal/resources/InternalTernResourcesManager.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.internal.resources; diff --git a/core/tern.core/src/tern/metadata/ModuleDependenciesComparator.java b/core/tern.core/src/tern/metadata/ModuleDependenciesComparator.java index e33291aa4..ce66c7ee7 100644 --- a/core/tern.core/src/tern/metadata/ModuleDependenciesComparator.java +++ b/core/tern.core/src/tern/metadata/ModuleDependenciesComparator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/repository/ITernRepository.java b/core/tern.core/src/tern/repository/ITernRepository.java index 24cef06e6..effae4552 100644 --- a/core/tern.core/src/tern/repository/ITernRepository.java +++ b/core/tern.core/src/tern/repository/ITernRepository.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/repository/TernModuleToDownload.java b/core/tern.core/src/tern/repository/TernModuleToDownload.java index 0a738144b..5294e01ac 100644 --- a/core/tern.core/src/tern/repository/TernModuleToDownload.java +++ b/core/tern.core/src/tern/repository/TernModuleToDownload.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.repository; import tern.metadata.TernModuleMetadata; diff --git a/core/tern.core/src/tern/resources/AbstractTernFile.java b/core/tern.core/src/tern/resources/AbstractTernFile.java index 0e62814c0..989f16493 100644 --- a/core/tern.core/src/tern/resources/AbstractTernFile.java +++ b/core/tern.core/src/tern/resources/AbstractTernFile.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.resources; diff --git a/core/tern.core/src/tern/resources/FilesystemTernFile.java b/core/tern.core/src/tern/resources/FilesystemTernFile.java index 0ba19d836..eb31efea9 100644 --- a/core/tern.core/src/tern/resources/FilesystemTernFile.java +++ b/core/tern.core/src/tern/resources/FilesystemTernFile.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.resources; diff --git a/core/tern.core/src/tern/resources/ITernFileUploader.java b/core/tern.core/src/tern/resources/ITernFileUploader.java index 2e6006e1f..77ca6c965 100644 --- a/core/tern.core/src/tern/resources/ITernFileUploader.java +++ b/core/tern.core/src/tern/resources/ITernFileUploader.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.resources; diff --git a/core/tern.core/src/tern/resources/SynchronousTernFileUploader.java b/core/tern.core/src/tern/resources/SynchronousTernFileUploader.java index 514a47165..0b4e469b4 100644 --- a/core/tern.core/src/tern/resources/SynchronousTernFileUploader.java +++ b/core/tern.core/src/tern/resources/SynchronousTernFileUploader.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.resources; diff --git a/core/tern.core/src/tern/resources/TernFileSynchronizer.java b/core/tern.core/src/tern/resources/TernFileSynchronizer.java index e6f1bf478..3c9a1fa96 100644 --- a/core/tern.core/src/tern/resources/TernFileSynchronizer.java +++ b/core/tern.core/src/tern/resources/TernFileSynchronizer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API - * - asynchronous file upload */ package tern.resources; diff --git a/core/tern.core/src/tern/resources/TernProject.java b/core/tern.core/src/tern/resources/TernProject.java index 268bb8c36..02f41055f 100644 --- a/core/tern.core/src/tern/resources/TernProject.java +++ b/core/tern.core/src/tern/resources/TernProject.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API - * - asynchronous file upload */ package tern.resources; diff --git a/core/tern.core/src/tern/scriptpath/ITernScriptPath.java b/core/tern.core/src/tern/scriptpath/ITernScriptPath.java index b1de1c24a..34ceb8048 100644 --- a/core/tern.core/src/tern/scriptpath/ITernScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/ITernScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath; diff --git a/core/tern.core/src/tern/scriptpath/ITernScriptPathContainer.java b/core/tern.core/src/tern/scriptpath/ITernScriptPathContainer.java index e882dd0c7..582b3c914 100644 --- a/core/tern.core/src/tern/scriptpath/ITernScriptPathContainer.java +++ b/core/tern.core/src/tern/scriptpath/ITernScriptPathContainer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/scriptpath/ITernScriptResource.java b/core/tern.core/src/tern/scriptpath/ITernScriptResource.java index d0e9bbbfc..917c39135 100644 --- a/core/tern.core/src/tern/scriptpath/ITernScriptResource.java +++ b/core/tern.core/src/tern/scriptpath/ITernScriptResource.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath; diff --git a/core/tern.core/src/tern/scriptpath/impl/AbstractTernFileScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/AbstractTernFileScriptPath.java index c880c8d43..0a1d4fd7b 100644 --- a/core/tern.core/src/tern/scriptpath/impl/AbstractTernFileScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/AbstractTernFileScriptPath.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.scriptpath.impl; diff --git a/core/tern.core/src/tern/scriptpath/impl/AbstractTernScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/AbstractTernScriptPath.java index 2494cc9de..af8e49461 100644 --- a/core/tern.core/src/tern/scriptpath/impl/AbstractTernScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/AbstractTernScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl; diff --git a/core/tern.core/src/tern/scriptpath/impl/ContainerTernScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/ContainerTernScriptPath.java index d75316cb8..acf2b6446 100644 --- a/core/tern.core/src/tern/scriptpath/impl/ContainerTernScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/ContainerTernScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/scriptpath/impl/JSFileScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/JSFileScriptPath.java index e189592aa..46eac8be8 100644 --- a/core/tern.core/src/tern/scriptpath/impl/JSFileScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/JSFileScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl; diff --git a/core/tern.core/src/tern/scriptpath/impl/JSFileScriptResource.java b/core/tern.core/src/tern/scriptpath/impl/JSFileScriptResource.java index 47287f96e..75692fc65 100644 --- a/core/tern.core/src/tern/scriptpath/impl/JSFileScriptResource.java +++ b/core/tern.core/src/tern/scriptpath/impl/JSFileScriptResource.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl; diff --git a/core/tern.core/src/tern/scriptpath/impl/ProjectScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/ProjectScriptPath.java index a2daf63dc..6a5f37c7d 100644 --- a/core/tern.core/src/tern/scriptpath/impl/ProjectScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/ProjectScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl; diff --git a/core/tern.core/src/tern/scriptpath/impl/dom/DOMAbsoluteURLScriptResource.java b/core/tern.core/src/tern/scriptpath/impl/dom/DOMAbsoluteURLScriptResource.java index 3472aa79e..561159fb6 100644 --- a/core/tern.core/src/tern/scriptpath/impl/dom/DOMAbsoluteURLScriptResource.java +++ b/core/tern.core/src/tern/scriptpath/impl/dom/DOMAbsoluteURLScriptResource.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl.dom; diff --git a/core/tern.core/src/tern/scriptpath/impl/dom/DOMContentScriptResource.java b/core/tern.core/src/tern/scriptpath/impl/dom/DOMContentScriptResource.java index bda4ca15f..bb23e0917 100644 --- a/core/tern.core/src/tern/scriptpath/impl/dom/DOMContentScriptResource.java +++ b/core/tern.core/src/tern/scriptpath/impl/dom/DOMContentScriptResource.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl.dom; diff --git a/core/tern.core/src/tern/scriptpath/impl/dom/DOMElementsScriptPath.java b/core/tern.core/src/tern/scriptpath/impl/dom/DOMElementsScriptPath.java index d9b92bd89..145d91799 100644 --- a/core/tern.core/src/tern/scriptpath/impl/dom/DOMElementsScriptPath.java +++ b/core/tern.core/src/tern/scriptpath/impl/dom/DOMElementsScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl.dom; diff --git a/core/tern.core/src/tern/scriptpath/impl/dom/DOMRelativeURLScriptResource.java b/core/tern.core/src/tern/scriptpath/impl/dom/DOMRelativeURLScriptResource.java index ae21ee366..8903c0b1b 100644 --- a/core/tern.core/src/tern/scriptpath/impl/dom/DOMRelativeURLScriptResource.java +++ b/core/tern.core/src/tern/scriptpath/impl/dom/DOMRelativeURLScriptResource.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.scriptpath.impl.dom; diff --git a/core/tern.core/src/tern/server/AbstractScriptEngineTernServer.java b/core/tern.core/src/tern/server/AbstractScriptEngineTernServer.java index 4e513313d..8576abd83 100644 --- a/core/tern.core/src/tern/server/AbstractScriptEngineTernServer.java +++ b/core/tern.core/src/tern/server/AbstractScriptEngineTernServer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/AbstractTernServer.java b/core/tern.core/src/tern/server/AbstractTernServer.java index 32ee5e788..e0f929bb7 100644 --- a/core/tern.core/src/tern/server/AbstractTernServer.java +++ b/core/tern.core/src/tern/server/AbstractTernServer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.server; diff --git a/core/tern.core/src/tern/server/ITernServer.java b/core/tern.core/src/tern/server/ITernServer.java index 12b673ce2..523056ebb 100644 --- a/core/tern.core/src/tern/server/ITernServer.java +++ b/core/tern.core/src/tern/server/ITernServer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.server; diff --git a/core/tern.core/src/tern/server/ITernServerRequestProcessor.java b/core/tern.core/src/tern/server/ITernServerRequestProcessor.java index baf76e1eb..1b169c1a7 100644 --- a/core/tern.core/src/tern/server/ITernServerRequestProcessor.java +++ b/core/tern.core/src/tern/server/ITernServerRequestProcessor.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server; diff --git a/core/tern.core/src/tern/server/SynchronousRequestProcessor.java b/core/tern.core/src/tern/server/SynchronousRequestProcessor.java index 5e50164da..b2937389e 100644 --- a/core/tern.core/src/tern/server/SynchronousRequestProcessor.java +++ b/core/tern.core/src/tern/server/SynchronousRequestProcessor.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server; diff --git a/core/tern.core/src/tern/server/TernModuleInfo.java b/core/tern.core/src/tern/server/TernModuleInfo.java index 099fa9c68..8205222cb 100644 --- a/core/tern.core/src/tern/server/TernModuleInfo.java +++ b/core/tern.core/src/tern/server/TernModuleInfo.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/protocol/IJSONObjectHelper.java b/core/tern.core/src/tern/server/protocol/IJSONObjectHelper.java index b3441bb11..e426b2634 100644 --- a/core/tern.core/src/tern/server/protocol/IJSONObjectHelper.java +++ b/core/tern.core/src/tern/server/protocol/IJSONObjectHelper.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol; diff --git a/core/tern.core/src/tern/server/protocol/ITernResultProcessor.java b/core/tern.core/src/tern/server/protocol/ITernResultProcessor.java index f7a3ba52c..07344e66a 100644 --- a/core/tern.core/src/tern/server/protocol/ITernResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/ITernResultProcessor.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol; diff --git a/core/tern.core/src/tern/server/protocol/ITernResultsAsyncCollector.java b/core/tern.core/src/tern/server/protocol/ITernResultsAsyncCollector.java index d85cae0e0..96b3e8f2f 100644 --- a/core/tern.core/src/tern/server/protocol/ITernResultsAsyncCollector.java +++ b/core/tern.core/src/tern/server/protocol/ITernResultsAsyncCollector.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol; diff --git a/core/tern.core/src/tern/server/protocol/ITernResultsCollector.java b/core/tern.core/src/tern/server/protocol/ITernResultsCollector.java index f4f62c235..b9c8bed16 100644 --- a/core/tern.core/src/tern/server/protocol/ITernResultsCollector.java +++ b/core/tern.core/src/tern/server/protocol/ITernResultsCollector.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol; diff --git a/core/tern.core/src/tern/server/protocol/MinimalJSONHelper.java b/core/tern.core/src/tern/server/protocol/MinimalJSONHelper.java index 54f7aa344..2fbc4c5b9 100644 --- a/core/tern.core/src/tern/server/protocol/MinimalJSONHelper.java +++ b/core/tern.core/src/tern/server/protocol/MinimalJSONHelper.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/protocol/TernResultsProcessorsFactory.java b/core/tern.core/src/tern/server/protocol/TernResultsProcessorsFactory.java index 2d19ea529..c5e91cb88 100644 --- a/core/tern.core/src/tern/server/protocol/TernResultsProcessorsFactory.java +++ b/core/tern.core/src/tern/server/protocol/TernResultsProcessorsFactory.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol; diff --git a/core/tern.core/src/tern/server/protocol/completions/ITernCompletionCollector.java b/core/tern.core/src/tern/server/protocol/completions/ITernCompletionCollector.java index d2ce0fdb6..42e239680 100644 --- a/core/tern.core/src/tern/server/protocol/completions/ITernCompletionCollector.java +++ b/core/tern.core/src/tern/server/protocol/completions/ITernCompletionCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - collectors API and code refactoring */ package tern.server.protocol.completions; diff --git a/core/tern.core/src/tern/server/protocol/completions/TernCompletionProposalRec.java b/core/tern.core/src/tern/server/protocol/completions/TernCompletionProposalRec.java index 3377c3558..92e8c04d3 100644 --- a/core/tern.core/src/tern/server/protocol/completions/TernCompletionProposalRec.java +++ b/core/tern.core/src/tern/server/protocol/completions/TernCompletionProposalRec.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.completions; diff --git a/core/tern.core/src/tern/server/protocol/completions/TernCompletionsResultProcessor.java b/core/tern.core/src/tern/server/protocol/completions/TernCompletionsResultProcessor.java index 41ec7d208..b2c2287e7 100644 --- a/core/tern.core/src/tern/server/protocol/completions/TernCompletionsResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/completions/TernCompletionsResultProcessor.java @@ -1,13 +1,12 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Angelo Zerr - initial implementation - * Piotr Tomiak - collectors API and code refactoring + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.completions; diff --git a/core/tern.core/src/tern/server/protocol/definition/ITernDefinitionCollector.java b/core/tern.core/src/tern/server/protocol/definition/ITernDefinitionCollector.java index 5d0a6aeb1..af9418149 100644 --- a/core/tern.core/src/tern/server/protocol/definition/ITernDefinitionCollector.java +++ b/core/tern.core/src/tern/server/protocol/definition/ITernDefinitionCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - collectors API and code refactoring */ package tern.server.protocol.definition; diff --git a/core/tern.core/src/tern/server/protocol/definition/TernDefinitionResultProcessor.java b/core/tern.core/src/tern/server/protocol/definition/TernDefinitionResultProcessor.java index 07e3838cf..ab7ef94c8 100644 --- a/core/tern.core/src/tern/server/protocol/definition/TernDefinitionResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/definition/TernDefinitionResultProcessor.java @@ -1,13 +1,12 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Angelo Zerr - initial implementation - * Piotr Tomiak - collectors API and code refactoring + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.definition; diff --git a/core/tern.core/src/tern/server/protocol/guesstypes/ITernGuessTypesCollector.java b/core/tern.core/src/tern/server/protocol/guesstypes/ITernGuessTypesCollector.java index f132ff94d..c373df6ec 100644 --- a/core/tern.core/src/tern/server/protocol/guesstypes/ITernGuessTypesCollector.java +++ b/core/tern.core/src/tern/server/protocol/guesstypes/ITernGuessTypesCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - collectors API and code refactoring */ package tern.server.protocol.guesstypes; diff --git a/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesQuery.java b/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesQuery.java index 4f9738597..f5515a9c9 100644 --- a/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesQuery.java +++ b/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesQuery.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.guesstypes; import tern.server.protocol.TernQuery; diff --git a/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesResultProcessor.java b/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesResultProcessor.java index f18cc5436..f8c82f8a2 100644 --- a/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/guesstypes/TernGuessTypesResultProcessor.java @@ -1,13 +1,12 @@ /** - * Copyright (c) 2014-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Angelo Zerr - initial implementation - * Piotr Tomiak - collectors API and code refactoring + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.guesstypes; diff --git a/core/tern.core/src/tern/server/protocol/html/IScriptTagRegionProvider.java b/core/tern.core/src/tern/server/protocol/html/IScriptTagRegionProvider.java index 03c81817d..0b54a2de8 100644 --- a/core/tern.core/src/tern/server/protocol/html/IScriptTagRegionProvider.java +++ b/core/tern.core/src/tern/server/protocol/html/IScriptTagRegionProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.server.protocol.html; diff --git a/core/tern.core/src/tern/server/protocol/lint/ITernLintCollector.java b/core/tern.core/src/tern/server/protocol/lint/ITernLintCollector.java index bc770b597..d85b80338 100644 --- a/core/tern.core/src/tern/server/protocol/lint/ITernLintCollector.java +++ b/core/tern.core/src/tern/server/protocol/lint/ITernLintCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - collectors API and code refactoring */ package tern.server.protocol.lint; diff --git a/core/tern.core/src/tern/server/protocol/lint/TernLintQuery.java b/core/tern.core/src/tern/server/protocol/lint/TernLintQuery.java index 079db5a07..015aa5dea 100644 --- a/core/tern.core/src/tern/server/protocol/lint/TernLintQuery.java +++ b/core/tern.core/src/tern/server/protocol/lint/TernLintQuery.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/protocol/lint/TernLintResultProcessor.java b/core/tern.core/src/tern/server/protocol/lint/TernLintResultProcessor.java index d733b904b..9ec570cb9 100644 --- a/core/tern.core/src/tern/server/protocol/lint/TernLintResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/lint/TernLintResultProcessor.java @@ -1,13 +1,12 @@ /** - * Copyright (c) 2014-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Angelo Zerr - initial implementation - * Piotr Tomiak - Collectors API and code refactoring + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.lint; diff --git a/core/tern.core/src/tern/server/protocol/outline/ITernOutlineCollector.java b/core/tern.core/src/tern/server/protocol/outline/ITernOutlineCollector.java index 00a30ba94..f475a97e6 100644 --- a/core/tern.core/src/tern/server/protocol/outline/ITernOutlineCollector.java +++ b/core/tern.core/src/tern/server/protocol/outline/ITernOutlineCollector.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.outline; import tern.server.protocol.ITernResultsCollector; diff --git a/core/tern.core/src/tern/server/protocol/outline/JSNode.java b/core/tern.core/src/tern/server/protocol/outline/JSNode.java index be1aff184..427879a40 100644 --- a/core/tern.core/src/tern/server/protocol/outline/JSNode.java +++ b/core/tern.core/src/tern/server/protocol/outline/JSNode.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.outline; import java.util.ArrayList; diff --git a/core/tern.core/src/tern/server/protocol/outline/JSNodeRoot.java b/core/tern.core/src/tern/server/protocol/outline/JSNodeRoot.java index 3b9c7b489..5f46ea821 100644 --- a/core/tern.core/src/tern/server/protocol/outline/JSNodeRoot.java +++ b/core/tern.core/src/tern/server/protocol/outline/JSNodeRoot.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.outline; public class JSNodeRoot extends JSNode { diff --git a/core/tern.core/src/tern/server/protocol/outline/TernOutlineCollector.java b/core/tern.core/src/tern/server/protocol/outline/TernOutlineCollector.java index b9770781f..e3b9d1ad2 100644 --- a/core/tern.core/src/tern/server/protocol/outline/TernOutlineCollector.java +++ b/core/tern.core/src/tern/server/protocol/outline/TernOutlineCollector.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.protocol.outline; diff --git a/core/tern.core/src/tern/server/protocol/outline/TernOutlineQuery.java b/core/tern.core/src/tern/server/protocol/outline/TernOutlineQuery.java index b7b723da4..498e464ac 100644 --- a/core/tern.core/src/tern/server/protocol/outline/TernOutlineQuery.java +++ b/core/tern.core/src/tern/server/protocol/outline/TernOutlineQuery.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/protocol/outline/TernOutlineResultProcessor.java b/core/tern.core/src/tern/server/protocol/outline/TernOutlineResultProcessor.java index 67f975bf9..d040aeba7 100644 --- a/core/tern.core/src/tern/server/protocol/outline/TernOutlineResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/outline/TernOutlineResultProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/core/tern.core/src/tern/server/protocol/type/ITernTypeCollector.java b/core/tern.core/src/tern/server/protocol/type/ITernTypeCollector.java index 43163625a..c8df00a93 100644 --- a/core/tern.core/src/tern/server/protocol/type/ITernTypeCollector.java +++ b/core/tern.core/src/tern/server/protocol/type/ITernTypeCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - collectors API and code refactoring */ package tern.server.protocol.type; diff --git a/core/tern.core/src/tern/server/protocol/type/TernTypeResultProcessor.java b/core/tern.core/src/tern/server/protocol/type/TernTypeResultProcessor.java index f9d544f93..f74ac0958 100644 --- a/core/tern.core/src/tern/server/protocol/type/TernTypeResultProcessor.java +++ b/core/tern.core/src/tern/server/protocol/type/TernTypeResultProcessor.java @@ -1,13 +1,12 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Angelo Zerr - initial implementation - * Piotr Tomiak - Collectors API and code refactoring + * Angelo Zerr - initial API and implementation */ package tern.server.protocol.type; diff --git a/core/tern.core/src/tern/utils/ExtensionUtils.java b/core/tern.core/src/tern/utils/ExtensionUtils.java index 77dc53224..dde9d4824 100644 --- a/core/tern.core/src/tern/utils/ExtensionUtils.java +++ b/core/tern.core/src/tern/utils/ExtensionUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.utils; diff --git a/core/tern.core/src/tern/utils/IOUtils.java b/core/tern.core/src/tern/utils/IOUtils.java index e5683b27d..dbf39c395 100644 --- a/core/tern.core/src/tern/utils/IOUtils.java +++ b/core/tern.core/src/tern/utils/IOUtils.java @@ -1,18 +1,12 @@ -/* - * 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. +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation */ package tern.utils; diff --git a/core/tern.server.nodejs/src/tern/server/nodejs/NodejsTernServer.java b/core/tern.server.nodejs/src/tern/server/nodejs/NodejsTernServer.java index faba44685..2550212ad 100644 --- a/core/tern.server.nodejs/src/tern/server/nodejs/NodejsTernServer.java +++ b/core/tern.server.nodejs/src/tern/server/nodejs/NodejsTernServer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.server.nodejs; diff --git a/core/tern.server.nodejs/src/tern/server/nodejs/npm/NPMProcess.java b/core/tern.server.nodejs/src/tern/server/nodejs/npm/NPMProcess.java index b27aee276..deffb1206 100644 --- a/core/tern.server.nodejs/src/tern/server/nodejs/npm/NPMProcess.java +++ b/core/tern.server.nodejs/src/tern/server/nodejs/npm/NPMProcess.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.server.nodejs.npm; import java.io.BufferedReader; diff --git a/core/tern.server.rhino/src/tern/server/rhino/RhinoTernServer.java b/core/tern.server.rhino/src/tern/server/rhino/RhinoTernServer.java index 223cd4f9e..f373e282a 100644 --- a/core/tern.server.rhino/src/tern/server/rhino/RhinoTernServer.java +++ b/core/tern.server.rhino/src/tern/server/rhino/RhinoTernServer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.server.rhino; diff --git a/core/ternjs/src/ternjs/Activator.java b/core/ternjs/src/ternjs/Activator.java index f9bcb2309..5649ccde8 100644 --- a/core/ternjs/src/ternjs/Activator.java +++ b/core/ternjs/src/ternjs/Activator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/DOMSSEProvider.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/DOMSSEProvider.java index b041e7862..29ff795e1 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/DOMSSEProvider.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/DOMSSEProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.jsdt.internal.core; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/JSDTClassPathManagerProvider.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/JSDTClassPathManagerProvider.java index 2689d22cc..2b569e4ad 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/JSDTClassPathManagerProvider.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.core/src/tern/eclipse/ide/jsdt/internal/core/JSDTClassPathManagerProvider.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.jsdt.internal.core; import tern.eclipse.ide.core.ITernProjectLifecycleListener; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/JSDTDocumentRegionProcessor.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/JSDTDocumentRegionProcessor.java index 6ed09d832..695990145 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/JSDTDocumentRegionProcessor.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/JSDTDocumentRegionProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTernCompletionCollector.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTernCompletionCollector.java index 217c5397b..b211bbd17 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTernCompletionCollector.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTernCompletionCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.eclipse.ide.jsdt.internal.ui.contentassist; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTimeoutProposal.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTimeoutProposal.java index ad5e4e804..f8215247f 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTimeoutProposal.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/JSDTTimeoutProposal.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.eclipse.ide.jsdt.internal.ui.contentassist; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernCompletionProposalComputer.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernCompletionProposalComputer.java index c9166435b..36178737d 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernCompletionProposalComputer.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernCompletionProposalComputer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.jsdt.internal.ui.contentassist; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernContentAssistProcessor.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernContentAssistProcessor.java index e123ea141..c5a79cc3b 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernContentAssistProcessor.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/contentassist/TernContentAssistProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.jsdt.internal.ui.contentassist; diff --git a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/hover/JSDTProblemTernHover.java b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/hover/JSDTProblemTernHover.java index cfd691335..e6c42fb90 100644 --- a/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/hover/JSDTProblemTernHover.java +++ b/eclipse/jsdt/tern.eclipse.ide.jsdt.ui/src/tern/eclipse/ide/jsdt/internal/ui/hover/JSDTProblemTernHover.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfig.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfig.java index 91c535933..fb2a9234d 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfig.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfig.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigFactory.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigFactory.java index e0c008ca2..6ec641f51 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigFactory.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigFactory.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.linter.core; import java.io.IOException; diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigurationsManager.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigurationsManager.java index 03e8f8534..44894562f 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigurationsManager.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterConfigurationsManager.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterOption.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterOption.java index 83d2941dc..ea108aedb 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterOption.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/ITernLinterOption.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/TernLinterCorePlugin.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/TernLinterCorePlugin.java index 51ef12dc3..ea72f3c39 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/TernLinterCorePlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/TernLinterCorePlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-201 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/XMLTernLinterConfigFactory.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/XMLTernLinterConfigFactory.java index 802863f39..99522022f 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/XMLTernLinterConfigFactory.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/XMLTernLinterConfigFactory.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/validation/TernValidationHelper.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/validation/TernValidationHelper.java index 81436a344..d42edd9ee 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/validation/TernValidationHelper.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/core/validation/TernValidationHelper.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.linter.core.validation; import org.eclipse.core.resources.IResource; diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfig.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfig.java index 7d76cd62f..7b394f7d8 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfig.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfig.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfiguration.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfiguration.java index 2bf127ca7..dfe224ec9 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfiguration.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfigurationsManager.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfigurationsManager.java index d1ef97f5d..d28a5ef4a 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfigurationsManager.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterConfigurationsManager.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterOption.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterOption.java index 82765ef41..8ced4b7cc 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterOption.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/TernLinterOption.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernReporterCollector.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernReporterCollector.java index 426f8ef11..1eaccc47a 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernReporterCollector.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernReporterCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidator.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidator.java index 4153c76a3..ec21d21ef 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidator.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidatorContext.java b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidatorContext.java index 471fbcb1f..98805edd7 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidatorContext.java +++ b/eclipse/linters/tern.eclipse.ide.linter.core/src/tern/eclipse/ide/linter/internal/core/validation/TernValidatorContext.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/ESLintLinterConfiguration.java b/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/ESLintLinterConfiguration.java index 4f0c0172b..40d844a29 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/ESLintLinterConfiguration.java +++ b/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/ESLintLinterConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/TernESLintCorePlugin.java b/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/TernESLintCorePlugin.java index 14889da3b..27fb47071 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/TernESLintCorePlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.eslint.core/src/tern/eclipse/ide/linter/eslint/internal/core/TernESLintCorePlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/TernESLintUIPlugin.java b/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/TernESLintUIPlugin.java index d0374e4f3..665ef3265 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/TernESLintUIPlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/TernESLintUIPlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/properties/TernESLintPropertyPage.java b/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/properties/TernESLintPropertyPage.java index 4aa2159a8..b21755a17 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/properties/TernESLintPropertyPage.java +++ b/eclipse/linters/tern.eclipse.ide.linter.eslint.ui/src/tern/eclipse/ide/linter/eslint/internal/ui/properties/TernESLintPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/JSCSLinterConfiguration.java b/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/JSCSLinterConfiguration.java index 786d776b1..849071f61 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/JSCSLinterConfiguration.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/JSCSLinterConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/TernJSCSCorePlugin.java b/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/TernJSCSCorePlugin.java index 36dac9f8b..499fc797d 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/TernJSCSCorePlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jscs.core/src/tern/eclipse/ide/linter/jscs/internal/core/TernJSCSCorePlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/TernJSCSUIPlugin.java b/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/TernJSCSUIPlugin.java index 35d3d8ebe..20b4b8cc5 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/TernJSCSUIPlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/TernJSCSUIPlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/properties/TernJSCSPropertyPage.java b/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/properties/TernJSCSPropertyPage.java index 50f2a49ce..98bf32e91 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/properties/TernJSCSPropertyPage.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jscs.ui/src/tern/eclipse/ide/linter/jscs/internal/ui/properties/TernJSCSPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.jshint.core/src/tern/eclipse/ide/linter/jshint/internal/core/JSHintLinterConfiguration.java b/eclipse/linters/tern.eclipse.ide.linter.jshint.core/src/tern/eclipse/ide/linter/jshint/internal/core/JSHintLinterConfiguration.java index 328471825..f1a2ef947 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jshint.core/src/tern/eclipse/ide/linter/jshint/internal/core/JSHintLinterConfiguration.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jshint.core/src/tern/eclipse/ide/linter/jshint/internal/core/JSHintLinterConfiguration.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.linter.jshint.internal.core; import java.io.InputStream; diff --git a/eclipse/linters/tern.eclipse.ide.linter.jshint.ui/src/tern/eclipse/ide/linter/jshint/internal/ui/properties/TernJSHintPropertyPage.java b/eclipse/linters/tern.eclipse.ide.linter.jshint.ui/src/tern/eclipse/ide/linter/jshint/internal/ui/properties/TernJSHintPropertyPage.java index 225d1692f..4cca173c6 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.jshint.ui/src/tern/eclipse/ide/linter/jshint/internal/ui/properties/TernJSHintPropertyPage.java +++ b/eclipse/linters/tern.eclipse.ide.linter.jshint.ui/src/tern/eclipse/ide/linter/jshint/internal/ui/properties/TernJSHintPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/LintLinterConfiguration.java b/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/LintLinterConfiguration.java index 72bc3a528..4236e6b79 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/LintLinterConfiguration.java +++ b/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/LintLinterConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/TernLintCorePlugin.java b/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/TernLintCorePlugin.java index 4ee335e68..fd93eaea5 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/TernLintCorePlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.lint.core/src/tern/eclipse/ide/linter/lint/internal/core/TernLintCorePlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/TernLintUIPlugin.java b/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/TernLintUIPlugin.java index 80f94dfc7..c07dd334a 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/TernLintUIPlugin.java +++ b/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/TernLintUIPlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/properties/TernLintPropertyPage.java b/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/properties/TernLintPropertyPage.java index f8ea670dd..e52b1e5ee 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/properties/TernLintPropertyPage.java +++ b/eclipse/linters/tern.eclipse.ide.linter.lint.ui/src/tern/eclipse/ide/linter/lint/internal/ui/properties/TernLintPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/RefreshTernValidator.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/RefreshTernValidator.java index 8a4078fd3..d609eb403 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/RefreshTernValidator.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/RefreshTernValidator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/TernSourceValidator.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/TernSourceValidator.java index a678f2786..7850d4c21 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/TernSourceValidator.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/internal/ui/validation/TernSourceValidator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsBlock.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsBlock.java index 1659c7d08..cc3f93983 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsBlock.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsBlock.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsPanel.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsPanel.java index 53c83e0c9..5e68aca1a 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsPanel.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterOptionsPanel.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterPropertyPage.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterPropertyPage.java index 4e0cfb4e6..d3d36d55d 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterPropertyPage.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/properties/TernLinterPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigContentProvider.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigContentProvider.java index 3a582e5c7..2c7a2adba 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigContentProvider.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigContentProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigLabelProvider.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigLabelProvider.java index 78244ee6a..d45a66a31 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigLabelProvider.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterConfigLabelProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterOptionEditingSupport.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterOptionEditingSupport.java index 37ba034b6..3448f071e 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterOptionEditingSupport.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/LinterOptionEditingSupport.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/NumberCellEditor.java b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/NumberCellEditor.java index 7c64c0dd0..ccb90eda1 100644 --- a/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/NumberCellEditor.java +++ b/eclipse/linters/tern.eclipse.ide.linter.ui/src/tern/eclipse/ide/linter/ui/viewers/NumberCellEditor.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/DefaultTernModule.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/DefaultTernModule.java index 618808515..c86f659a8 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/DefaultTernModule.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/DefaultTernModule.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IDefaultTernModulesProvider.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IDefaultTernModulesProvider.java index 32b19b2ad..20ac0d49f 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IDefaultTernModulesProvider.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IDefaultTernModulesProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProject.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProject.java index efe44667f..cf24d709e 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProject.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProject.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.core; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProjectProvider.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProjectProvider.java index 5df5ab651..f05041dd7 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProjectProvider.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernProjectProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernScriptPathReporter.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernScriptPathReporter.java index db682b0c2..5e94be511 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernScriptPathReporter.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IIDETernScriptPathReporter.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IScopeContext.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IScopeContext.java index fcca530ea..4741a517a 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IScopeContext.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IScopeContext.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.core; import org.eclipse.core.resources.IContainer; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernFileConfiguration.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernFileConfiguration.java index d41b1d209..b31f38388 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernFileConfiguration.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernFileConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.core; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListener.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListener.java index d830a40c4..b287e603b 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListener.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListenerProvider.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListenerProvider.java index 7c08960ec..69f2d9e57 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListenerProvider.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernProjectLifecycleListenerProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernRepositoryManager.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernRepositoryManager.java index c92dfdc22..4da91d10d 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernRepositoryManager.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ITernRepositoryManager.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-present Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopy.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopy.java index b643e37e4..d6141a1ab 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopy.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopy.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopyListener.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopyListener.java index 0aba3b4ba..720066c50 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopyListener.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/IWorkingCopyListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ScopeContext.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ScopeContext.java index 104cff39b..2b3ee971a 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ScopeContext.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/ScopeContext.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.core; import java.util.ArrayList; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/TernCorePlugin.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/TernCorePlugin.java index 6f94c72e0..fff46d979 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/TernCorePlugin.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/TernCorePlugin.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.core; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernDocumentFile.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernDocumentFile.java index 4dea1c00f..48e191aa5 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernDocumentFile.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernDocumentFile.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernTextFile.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernTextFile.java index 79815bce1..4684d3a7c 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernTextFile.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/resources/TernTextFile.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/FileUtils.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/FileUtils.java index 5a4844e1f..1ce5891a5 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/FileUtils.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/FileUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.core.utils; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/ILineOfOffsetProvider.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/ILineOfOffsetProvider.java index 2ccb9f2d0..72f13f7f4 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/ILineOfOffsetProvider.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/ILineOfOffsetProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/PathUtils.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/PathUtils.java index 024e1676a..3bd750d5b 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/PathUtils.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/core/utils/PathUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/TernFileConfigurationManager.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/TernFileConfigurationManager.java index daf176c14..5aba931d8 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/TernFileConfigurationManager.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/TernFileConfigurationManager.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.internal.core; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopy.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopy.java index 20a967d69..f3bbe3dfd 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopy.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopy.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopyModuleList.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopyModuleList.java index c1741daa8..070fb2f26 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopyModuleList.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/WorkingCopyModuleList.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDEResourcesManager.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDEResourcesManager.java index 09b6f9cc2..7eeae050d 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDEResourcesManager.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDEResourcesManager.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFile.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFile.java index 5a00f0891..5067fdb0c 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFile.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFile.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileSynchronizer.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileSynchronizer.java index ceab54d64..74c4ca54f 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileSynchronizer.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileSynchronizer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API - * - asynchronous file upload */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileUploader.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileUploader.java index 68043a325..94188f1ae 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileUploader.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernFileUploader.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2014 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProject.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProject.java index cdf49ad7e..3388c47b8 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProject.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProject.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProjectSynchronizer.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProjectSynchronizer.java index b88a38c92..f8983424f 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProjectSynchronizer.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernProjectSynchronizer.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernServerAsyncReqProcessor.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernServerAsyncReqProcessor.java index cc3ceda41..630be17a1 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernServerAsyncReqProcessor.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/resources/IDETernServerAsyncReqProcessor.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.core.resources; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipsePathAdapter.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipsePathAdapter.java index ed0f330ac..9d916b936 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipsePathAdapter.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipsePathAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipseProjectScriptPath.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipseProjectScriptPath.java index 798cdc9fb..9d07d4fb1 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipseProjectScriptPath.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/EclipseProjectScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/FolderScriptPath.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/FolderScriptPath.java index e1b041f1b..05471514b 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/FolderScriptPath.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/FolderScriptPath.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.internal.core.scriptpath; diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/SysErrScriptPathReporter.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/SysErrScriptPathReporter.java index 416004cf7..7aa4b592a 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/SysErrScriptPathReporter.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/SysErrScriptPathReporter.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/TernScriptPathComparator.java b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/TernScriptPathComparator.java index 6c93f1963..ea453d7fe 100644 --- a/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/TernScriptPathComparator.java +++ b/eclipse/tern.eclipse.ide.core/src/tern/eclipse/ide/internal/core/scriptpath/TernScriptPathComparator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernDefGenerator.java b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernDefGenerator.java index bb27f84e5..bb4e36bc3 100644 --- a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernDefGenerator.java +++ b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernDefGenerator.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.core.generator; public class TernDefGenerator implements tern.eclipse.ide.tools.core.generator.IGenerator diff --git a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernPluginGenerator.java b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernPluginGenerator.java index c44076b36..c536f05ec 100644 --- a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernPluginGenerator.java +++ b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/generator/TernPluginGenerator.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.core.generator; public class TernPluginGenerator implements tern.eclipse.ide.tools.core.generator.IGenerator diff --git a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/ace/HTMLAceEditor.java b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/ace/HTMLAceEditor.java index 6c5cb53ae..96cf03f75 100644 --- a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/ace/HTMLAceEditor.java +++ b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/ace/HTMLAceEditor.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.core.webbrowser.ace; public class HTMLAceEditor implements tern.eclipse.ide.tools.core.generator.IGenerator diff --git a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/codemirror/HTMLCodeMirrorEditor.java b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/codemirror/HTMLCodeMirrorEditor.java index 7e755f044..905ed72ac 100644 --- a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/codemirror/HTMLCodeMirrorEditor.java +++ b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/codemirror/HTMLCodeMirrorEditor.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.core.webbrowser.codemirror; public class HTMLCodeMirrorEditor implements tern.eclipse.ide.tools.core.generator.IGenerator diff --git a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/orion/HTMLOrionEditor.java b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/orion/HTMLOrionEditor.java index a00ebdc41..cea20281f 100644 --- a/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/orion/HTMLOrionEditor.java +++ b/eclipse/tern.eclipse.ide.tools.core/src/tern/eclipse/ide/tools/core/webbrowser/orion/HTMLOrionEditor.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.core.webbrowser.orion; public class HTMLOrionEditor implements tern.eclipse.ide.tools.core.generator.IGenerator diff --git a/eclipse/tern.eclipse.ide.tools.ui/src/tern/eclipse/ide/tools/internal/ui/wizards/repository/InstallTernModulesOptions.java b/eclipse/tern.eclipse.ide.tools.ui/src/tern/eclipse/ide/tools/internal/ui/wizards/repository/InstallTernModulesOptions.java index a15c39833..997c53feb 100644 --- a/eclipse/tern.eclipse.ide.tools.ui/src/tern/eclipse/ide/tools/internal/ui/wizards/repository/InstallTernModulesOptions.java +++ b/eclipse/tern.eclipse.ide.tools.ui/src/tern/eclipse/ide/tools/internal/ui/wizards/repository/InstallTernModulesOptions.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.tools.internal.ui.wizards.repository; import tern.repository.ITernRepository; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/EditorActivationTracker.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/EditorActivationTracker.java index 73a500684..14f818bed 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/EditorActivationTracker.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/EditorActivationTracker.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.ui; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/util/AllInOneWorkbenchListener.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/util/AllInOneWorkbenchListener.java index 9f2c06dda..82a7ee438 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/util/AllInOneWorkbenchListener.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/util/AllInOneWorkbenchListener.java @@ -1,12 +1,12 @@ /** - * Copyright (c) 2015 Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * Piotr Tomiak - initial API and implementation + * Angelo Zerr - initial API and implementation */ package tern.eclipse.ide.internal.ui.util; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernContentOutlinePage.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernContentOutlinePage.java index 794f3afdf..5344d7fbb 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernContentOutlinePage.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernContentOutlinePage.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.internal.ui.views; import org.eclipse.core.resources.IFile; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerContentProvider.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerContentProvider.java index d6342702d..1101f8e22 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerContentProvider.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerContentProvider.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.internal.ui.views; import org.eclipse.jface.text.DocumentEvent; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerLabelProvider.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerLabelProvider.java index 960f5778a..3f10aefb7 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerLabelProvider.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerLabelProvider.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.internal.ui.views; import org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.IStyledLabelProvider; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerView.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerView.java index c8ac9f2c9..954ac3f6d 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerView.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernExplorerView.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.internal.ui.views; import org.eclipse.core.resources.IFile; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernOutline.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernOutline.java index 11d01ccb2..66adb28be 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernOutline.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/TernOutline.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.internal.ui.views; import tern.eclipse.ide.core.resources.TernDocumentFile; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/actions/TerminateTernServerAction.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/actions/TerminateTernServerAction.java index f9ae550f7..bbeb5274c 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/actions/TerminateTernServerAction.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/internal/ui/views/actions/TerminateTernServerAction.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arg.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arg.java index d5884e677..e454aa5e3 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arg.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arg.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arguments.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arguments.java index f513cd1db..42fa4f85a 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arguments.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/Arguments.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionAsyncCollector.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionAsyncCollector.java index 1c5cbad37..44dcffcd2 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionAsyncCollector.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionAsyncCollector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.eclipse.ide.ui.contentassist; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionProposal.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionProposal.java index de72a0501..af365d59a 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionProposal.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/JSTernCompletionProposal.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/PositionBasedCompletionProposal.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/PositionBasedCompletionProposal.java index 0b4c4fc06..6d7e5ad4c 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/PositionBasedCompletionProposal.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/PositionBasedCompletionProposal.java @@ -1,14 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2000, 2007 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ - + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.ui.contentassist; import org.eclipse.core.runtime.Assert; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TernCompletionsQueryFactory.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TernCompletionsQueryFactory.java index 55bca53e8..6e1b373b4 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TernCompletionsQueryFactory.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TernCompletionsQueryFactory.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.ui.contentassist; import org.eclipse.core.resources.IProject; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TimeoutProposal.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TimeoutProposal.java index 5c490096a..a0e956a0f 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TimeoutProposal.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/contentassist/TimeoutProposal.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,8 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - asynchronous request processing and - * refactoring of collectors API */ package tern.eclipse.ide.ui.contentassist; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/AbstractTernHover.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/AbstractTernHover.java index 07af57a19..f489eaa11 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/AbstractTernHover.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/AbstractTernHover.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.ui.hover; import org.eclipse.jface.text.IRegion; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverControlCreator.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverControlCreator.java index 179df2ed5..86fe787dc 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverControlCreator.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverControlCreator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverLocationListener.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverLocationListener.java index 518fbfb0b..1bc128a51 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverLocationListener.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEHoverLocationListener.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEPresenterControlCreator.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEPresenterControlCreator.java index f40db8a98..0eb6f0ec9 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEPresenterControlCreator.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/IDEPresenterControlCreator.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ITernHoverInfoProvider.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ITernHoverInfoProvider.java index 9ec78c20d..183731275 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ITernHoverInfoProvider.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ITernHoverInfoProvider.java @@ -1,3 +1,13 @@ +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.ui.hover; import tern.ITernFile; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ProblemTernHover.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ProblemTernHover.java index a21b10c0f..653a8aafc 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ProblemTernHover.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hover/ProblemTernHover.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hyperlink/TernHyperLinkDetector.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hyperlink/TernHyperLinkDetector.java index c4d5eb69e..fba4f4735 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hyperlink/TernHyperLinkDetector.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/hyperlink/TernHyperLinkDetector.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/preferences/PropertyPreferencePage.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/preferences/PropertyPreferencePage.java index b4f31cf5a..d409fb9c5 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/preferences/PropertyPreferencePage.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/preferences/PropertyPreferencePage.java @@ -1,15 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2001, 2011 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html +/** + * Copyright (c) 2013-2014 Angelo ZERR. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * - * Contributors: - * IBM Corporation - initial API and implementation - * Jens Lukowski/Innoopract - initial renaming/restructuring - * - *******************************************************************************/ + * Contributors: + * Angelo Zerr - initial API and implementation + */ package tern.eclipse.ide.ui.preferences; import java.util.HashMap; diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/properties/AbstractTernPropertyPage.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/properties/AbstractTernPropertyPage.java index d7689bc72..eecf8e65f 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/properties/AbstractTernPropertyPage.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/properties/AbstractTernPropertyPage.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-201 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/EditorUtils.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/EditorUtils.java index 48a8f721d..3726e1616 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/EditorUtils.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/EditorUtils.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/LineOfOffsetProvider.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/LineOfOffsetProvider.java index b295b5825..229fb8ac9 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/LineOfOffsetProvider.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/utils/LineOfOffsetProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/viewers/TernScriptPathLabelProvider.java b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/viewers/TernScriptPathLabelProvider.java index a3a2af7b1..3bb508997 100644 --- a/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/viewers/TernScriptPathLabelProvider.java +++ b/eclipse/tern.eclipse.ide.ui/src/tern/eclipse/ide/ui/viewers/TernScriptPathLabelProvider.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2014 Angelo ZERR and Genuitec LLC. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -7,7 +7,6 @@ * * Contributors: * Angelo Zerr - initial API and implementation - * Piotr Tomiak - refactoring of file management API */ package tern.eclipse.ide.ui.viewers; diff --git a/eclipse/tern.eclipse/src/tern/eclipse/jface/images/TernImagesRegistry.java b/eclipse/tern.eclipse/src/tern/eclipse/jface/images/TernImagesRegistry.java index 53f5d95bd..a89f135d9 100644 --- a/eclipse/tern.eclipse/src/tern/eclipse/jface/images/TernImagesRegistry.java +++ b/eclipse/tern.eclipse/src/tern/eclipse/jface/images/TernImagesRegistry.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013-2015 Angelo ZERR. + * Copyright (c) 2013-2014 Angelo ZERR. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at