Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
1f6c2179
Commit
1f6c2179
authored
Mar 29, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated file headers
parent
b1d8099b
Changes
274
Hide whitespace changes
Inline
Side-by-side
Showing
274 changed files
with
2516 additions
and
50 deletions
+2516
-50
Txt.java
src/com/elphel/vdt/Txt.java
+9
-0
VDT.java
src/com/elphel/vdt/VDT.java
+9
-0
VerilogUtils.java
src/com/elphel/vdt/VerilogUtils.java
+9
-0
Utils.java
src/com/elphel/vdt/core/Utils.java
+9
-0
ExternalToolLauncher.java
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
+9
-0
ExternalToolLauncherConfiguration.java
...vdt/core/launching/ExternalToolLauncherConfiguration.java
+9
-0
LaunchCore.java
src/com/elphel/vdt/core/launching/LaunchCore.java
+9
-0
RunningBuilds.java
src/com/elphel/vdt/core/launching/RunningBuilds.java
+12
-3
ToolLogFile.java
src/com/elphel/vdt/core/launching/ToolLogFile.java
+9
-0
VDTConsolePlayback.java
src/com/elphel/vdt/core/launching/VDTConsolePlayback.java
+12
-3
VDTConsoleRunner.java
src/com/elphel/vdt/core/launching/VDTConsoleRunner.java
+12
-3
VDTLaunchConfigurationDelegate.java
...el/vdt/core/launching/VDTLaunchConfigurationDelegate.java
+9
-0
VDTLaunchUtil.java
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
+9
-0
VDTProgramRunner.java
src/com/elphel/vdt/core/launching/VDTProgramRunner.java
+12
-3
VDTRunner.java
src/com/elphel/vdt/core/launching/VDTRunner.java
+12
-3
VDTRunnerConfiguration.java
...com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
+9
-0
Option.java
src/com/elphel/vdt/core/options/Option.java
+9
-0
OptionsCore.java
src/com/elphel/vdt/core/options/OptionsCore.java
+9
-0
OptionsUtils.java
src/com/elphel/vdt/core/options/OptionsUtils.java
+9
-0
ParamBasedListOption.java
src/com/elphel/vdt/core/options/ParamBasedListOption.java
+9
-0
ParamBasedOption.java
src/com/elphel/vdt/core/options/ParamBasedOption.java
+9
-0
ValueBasedListOption.java
src/com/elphel/vdt/core/options/ValueBasedListOption.java
+9
-0
ValueBasedOption.java
src/com/elphel/vdt/core/options/ValueBasedOption.java
+9
-0
BooleanUtils.java
src/com/elphel/vdt/core/tools/BooleanUtils.java
+9
-0
Checks.java
src/com/elphel/vdt/core/tools/Checks.java
+9
-0
EntityUtils.java
src/com/elphel/vdt/core/tools/EntityUtils.java
+9
-0
Inheritable.java
src/com/elphel/vdt/core/tools/Inheritable.java
+9
-0
NamedEntity.java
src/com/elphel/vdt/core/tools/NamedEntity.java
+9
-0
ToolsCore.java
src/com/elphel/vdt/core/tools/ToolsCore.java
+9
-0
Updateable.java
src/com/elphel/vdt/core/tools/Updateable.java
+9
-0
Config.java
src/com/elphel/vdt/core/tools/config/Config.java
+9
-0
ConfigException.java
src/com/elphel/vdt/core/tools/config/ConfigException.java
+9
-0
AbstractConditionNodeReader.java
...dt/core/tools/config/xml/AbstractConditionNodeReader.java
+9
-0
CommandLinesNodeReader.java
...hel/vdt/core/tools/config/xml/CommandLinesNodeReader.java
+9
-0
ConditionNodeReader.java
...elphel/vdt/core/tools/config/xml/ConditionNodeReader.java
+9
-0
ConditionalStringsNodeReader.java
...t/core/tools/config/xml/ConditionalStringsNodeReader.java
+9
-0
ParamGroupNodeReader.java
...lphel/vdt/core/tools/config/xml/ParamGroupNodeReader.java
+9
-0
ParamNodeReader.java
...com/elphel/vdt/core/tools/config/xml/ParamNodeReader.java
+9
-0
XMLConfig.java
src/com/elphel/vdt/core/tools/config/xml/XMLConfig.java
+9
-0
BuildParamsItem.java
src/com/elphel/vdt/core/tools/contexts/BuildParamsItem.java
+9
-0
Context.java
src/com/elphel/vdt/core/tools/contexts/Context.java
+9
-0
ContextManager.java
src/com/elphel/vdt/core/tools/contexts/ContextManager.java
+9
-0
ContextWithoutCommandLine.java
...el/vdt/core/tools/contexts/ContextWithoutCommandLine.java
+9
-0
InstallationContext.java
...m/elphel/vdt/core/tools/contexts/InstallationContext.java
+9
-0
PackageContext.java
src/com/elphel/vdt/core/tools/contexts/PackageContext.java
+9
-0
ProjectContext.java
src/com/elphel/vdt/core/tools/contexts/ProjectContext.java
+9
-0
AbstractGenerator.java
...m/elphel/vdt/core/tools/generators/AbstractGenerator.java
+9
-0
BuildStampGenerator.java
...elphel/vdt/core/tools/generators/BuildStampGenerator.java
+10
-1
ChosenActionGenerator.java
...phel/vdt/core/tools/generators/ChosenActionGenerator.java
+10
-1
CurrentFileBaseGenerator.java
...l/vdt/core/tools/generators/CurrentFileBaseGenerator.java
+10
-1
CurrentFileGenerator.java
...lphel/vdt/core/tools/generators/CurrentFileGenerator.java
+10
-1
FileListGenerator.java
...m/elphel/vdt/core/tools/generators/FileListGenerator.java
+9
-0
FilteredSourceListGenerator.java
...dt/core/tools/generators/FilteredSourceListGenerator.java
+12
-3
OSNameGenerator.java
...com/elphel/vdt/core/tools/generators/OSNameGenerator.java
+9
-0
ParsersPathGenerator.java
...lphel/vdt/core/tools/generators/ParsersPathGenerator.java
+10
-1
ProjectNameGenerator.java
...lphel/vdt/core/tools/generators/ProjectNameGenerator.java
+9
-0
ProjectPathGenerator.java
...lphel/vdt/core/tools/generators/ProjectPathGenerator.java
+9
-0
SelectedFileGenerator.java
...phel/vdt/core/tools/generators/SelectedFileGenerator.java
+9
-0
SourceListGenerator.java
...elphel/vdt/core/tools/generators/SourceListGenerator.java
+9
-0
StateBaseGenerator.java
.../elphel/vdt/core/tools/generators/StateBaseGenerator.java
+10
-1
StateDirGenerator.java
...m/elphel/vdt/core/tools/generators/StateDirGenerator.java
+10
-1
StateFileGenerator.java
.../elphel/vdt/core/tools/generators/StateFileGenerator.java
+10
-1
StringsGenerator.java
...om/elphel/vdt/core/tools/generators/StringsGenerator.java
+9
-0
ToolNameGenerator.java
...m/elphel/vdt/core/tools/generators/ToolNameGenerator.java
+12
-3
TopModuleNameGenerator.java
...hel/vdt/core/tools/generators/TopModuleNameGenerator.java
+9
-0
TopModulesNameGenerator.java
...el/vdt/core/tools/generators/TopModulesNameGenerator.java
+9
-0
UserNameGenerator.java
...m/elphel/vdt/core/tools/generators/UserNameGenerator.java
+10
-1
ValueGenerator.java
src/com/elphel/vdt/core/tools/generators/ValueGenerator.java
+9
-0
ViewSelectedFileGenerator.java
.../vdt/core/tools/generators/ViewSelectedFileGenerator.java
+9
-0
DesignMenu.java
src/com/elphel/vdt/core/tools/menu/DesignMenu.java
+9
-0
DesignMenuItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuItem.java
+9
-0
DesignMenuManager.java
src/com/elphel/vdt/core/tools/menu/DesignMenuManager.java
+9
-0
DesignMenuToolItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuToolItem.java
+9
-0
CommandLinesBlock.java
src/com/elphel/vdt/core/tools/params/CommandLinesBlock.java
+9
-0
ContextInputDefinition.java
.../elphel/vdt/core/tools/params/ContextInputDefinition.java
+9
-0
ControlInterface.java
src/com/elphel/vdt/core/tools/params/ControlInterface.java
+9
-0
EntityUtilsMarkChildren.java
...elphel/vdt/core/tools/params/EntityUtilsMarkChildren.java
+9
-0
FormatProcessor.java
src/com/elphel/vdt/core/tools/params/FormatProcessor.java
+9
-0
ParamGroup.java
src/com/elphel/vdt/core/tools/params/ParamGroup.java
+9
-0
ParamUtils.java
src/com/elphel/vdt/core/tools/params/ParamUtils.java
+9
-0
Parameter.java
src/com/elphel/vdt/core/tools/params/Parameter.java
+9
-0
ParameterContainer.java
src/com/elphel/vdt/core/tools/params/ParameterContainer.java
+9
-0
Syntax.java
src/com/elphel/vdt/core/tools/params/Syntax.java
+9
-0
Tool.java
src/com/elphel/vdt/core/tools/params/Tool.java
+9
-0
ToolException.java
src/com/elphel/vdt/core/tools/params/ToolException.java
+9
-0
ToolSequence.java
src/com/elphel/vdt/core/tools/params/ToolSequence.java
+9
-0
TypeDef.java
src/com/elphel/vdt/core/tools/params/TypeDef.java
+9
-0
AbstractConditonValue.java
...t/core/tools/params/conditions/AbstractConditonValue.java
+9
-0
Comparison.java
...m/elphel/vdt/core/tools/params/conditions/Comparison.java
+9
-0
Condition.java
...om/elphel/vdt/core/tools/params/conditions/Condition.java
+9
-0
ConditionString.java
...hel/vdt/core/tools/params/conditions/ConditionString.java
+9
-0
ConditionUtils.java
...phel/vdt/core/tools/params/conditions/ConditionUtils.java
+9
-0
ConditionValue.java
...phel/vdt/core/tools/params/conditions/ConditionValue.java
+9
-0
ConditionalStringsList.java
.../core/tools/params/conditions/ConditionalStringsList.java
+9
-0
MultiConditionValue.java
...vdt/core/tools/params/conditions/MultiConditionValue.java
+9
-0
NamedConditionalStringsList.java
.../tools/params/conditions/NamedConditionalStringsList.java
+9
-0
ParseError.java
...m/elphel/vdt/core/tools/params/conditions/ParseError.java
+9
-0
StringComparison.java
...el/vdt/core/tools/params/conditions/StringComparison.java
+9
-0
StringConditionParser.java
...t/core/tools/params/conditions/StringConditionParser.java
+9
-0
UpdateableStringsContainer.java
...e/tools/params/conditions/UpdateableStringsContainer.java
+9
-0
ContextParamListRecognizer.java
.../tools/params/recognizers/ContextParamListRecognizer.java
+9
-0
ContextParamRecognizer.java
...core/tools/params/recognizers/ContextParamRecognizer.java
+9
-0
ContextParamRepeaterRecognizer.java
...ls/params/recognizers/ContextParamRepeaterRecognizer.java
+9
-0
DefaultListGeneratorRecognizer.java
...ls/params/recognizers/DefaultListGeneratorRecognizer.java
+9
-0
ParamFormatRecognizer.java
.../core/tools/params/recognizers/ParamFormatRecognizer.java
+9
-0
ParamRecognizer.java
...el/vdt/core/tools/params/recognizers/ParamRecognizer.java
+9
-0
ParamRepeaterRecognizer.java
...ore/tools/params/recognizers/ParamRepeaterRecognizer.java
+9
-0
Recognizer.java
.../elphel/vdt/core/tools/params/recognizers/Recognizer.java
+9
-0
RecognizerResult.java
...l/vdt/core/tools/params/recognizers/RecognizerResult.java
+9
-0
RepeaterRecognizer.java
...vdt/core/tools/params/recognizers/RepeaterRecognizer.java
+9
-0
SimpleGeneratorRecognizer.java
...e/tools/params/recognizers/SimpleGeneratorRecognizer.java
+9
-0
ToolParamRecognizer.java
...dt/core/tools/params/recognizers/ToolParamRecognizer.java
+9
-0
ParamType.java
src/com/elphel/vdt/core/tools/params/types/ParamType.java
+9
-0
ParamTypeBool.java
...com/elphel/vdt/core/tools/params/types/ParamTypeBool.java
+9
-0
ParamTypeEnum.java
...com/elphel/vdt/core/tools/params/types/ParamTypeEnum.java
+9
-0
ParamTypeNumber.java
...m/elphel/vdt/core/tools/params/types/ParamTypeNumber.java
+9
-0
ParamTypeString.java
...m/elphel/vdt/core/tools/params/types/ParamTypeString.java
+9
-0
RunFor.java
src/com/elphel/vdt/core/tools/params/types/RunFor.java
+10
-1
AdapterFactory.java
src/com/elphel/vdt/ui/AdapterFactory.java
+9
-0
MessageUI.java
src/com/elphel/vdt/ui/MessageUI.java
+9
-0
VDTPluginImages.java
src/com/elphel/vdt/ui/VDTPluginImages.java
+9
-0
DesignMenuSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/DesignMenuSelectionDialog.java
+9
-0
DirListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/DirListPromptDialog.java
+9
-0
FileListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/FileListPromptDialog.java
+9
-0
ListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/ListPromptDialog.java
+9
-0
ListPromptModel.java
src/com/elphel/vdt/ui/dialogs/ListPromptModel.java
+9
-0
ListPromptViewer.java
src/com/elphel/vdt/ui/dialogs/ListPromptViewer.java
+9
-0
ModuleSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/ModuleSelectionDialog.java
+9
-0
PackageLocationDialog.java
src/com/elphel/vdt/ui/dialogs/PackageLocationDialog.java
+9
-0
TextPromptDialog.java
src/com/elphel/vdt/ui/dialogs/TextPromptDialog.java
+9
-0
ToolLocationDialog.java
src/com/elphel/vdt/ui/dialogs/ToolLocationDialog.java
+9
-0
VDTErrorDialog.java
src/com/elphel/vdt/ui/dialogs/VDTErrorDialog.java
+9
-0
AbstractToolUITabGroup.java
src/com/elphel/vdt/ui/launching/AbstractToolUITabGroup.java
+9
-0
LaunchShortcut.java
src/com/elphel/vdt/ui/launching/LaunchShortcut.java
+9
-0
MyToolTabGroup.java
src/com/elphel/vdt/ui/launching/MyToolTabGroup.java
+9
-0
OpenVerilogToolsConfigurations.java
...phel/vdt/ui/launching/OpenVerilogToolsConfigurations.java
+9
-0
VDTLaunchMenuDelegate.java
src/com/elphel/vdt/ui/launching/VDTLaunchMenuDelegate.java
+9
-0
XilinxTool1TabGroup.java
src/com/elphel/vdt/ui/launching/XilinxTool1TabGroup.java
+9
-0
ContextOptionsDialog.java
src/com/elphel/vdt/ui/options/ContextOptionsDialog.java
+9
-0
ContextOptionsPage.java
src/com/elphel/vdt/ui/options/ContextOptionsPage.java
+9
-0
ContextPreferenceNode.java
src/com/elphel/vdt/ui/options/ContextPreferenceNode.java
+9
-0
FilteredFileSelector.java
src/com/elphel/vdt/ui/options/FilteredFileSelector.java
+10
-1
OptionsBlock.java
src/com/elphel/vdt/ui/options/OptionsBlock.java
+9
-0
PackageInstallNode.java
src/com/elphel/vdt/ui/options/PackageInstallNode.java
+9
-0
PackageInstallPage.java
src/com/elphel/vdt/ui/options/PackageInstallPage.java
+9
-0
SetupOptionsDialog.java
src/com/elphel/vdt/ui/options/SetupOptionsDialog.java
+9
-0
SetupOptionsManager.java
src/com/elphel/vdt/ui/options/SetupOptionsManager.java
+9
-0
ToolInstallNode.java
src/com/elphel/vdt/ui/options/ToolInstallNode.java
+9
-0
ToolInstallPage.java
src/com/elphel/vdt/ui/options/ToolInstallPage.java
+9
-0
BoolComponent.java
src/com/elphel/vdt/ui/options/component/BoolComponent.java
+9
-0
BrowseableField.java
src/com/elphel/vdt/ui/options/component/BrowseableField.java
+9
-0
ComboComponent.java
src/com/elphel/vdt/ui/options/component/ComboComponent.java
+9
-0
Component.java
src/com/elphel/vdt/ui/options/component/Component.java
+9
-0
DirComponent.java
src/com/elphel/vdt/ui/options/component/DirComponent.java
+9
-0
DirListComponent.java
...com/elphel/vdt/ui/options/component/DirListComponent.java
+9
-0
FileComponent.java
src/com/elphel/vdt/ui/options/component/FileComponent.java
+9
-0
FileListComponent.java
...om/elphel/vdt/ui/options/component/FileListComponent.java
+9
-0
GeneralComponent.java
...com/elphel/vdt/ui/options/component/GeneralComponent.java
+9
-0
LabelComponent.java
src/com/elphel/vdt/ui/options/component/LabelComponent.java
+12
-3
ListComponent.java
src/com/elphel/vdt/ui/options/component/ListComponent.java
+9
-0
ListPromptField.java
src/com/elphel/vdt/ui/options/component/ListPromptField.java
+9
-0
NumberComponent.java
src/com/elphel/vdt/ui/options/component/NumberComponent.java
+9
-0
StringListComponent.java
.../elphel/vdt/ui/options/component/StringListComponent.java
+9
-0
TextComponent.java
src/com/elphel/vdt/ui/options/component/TextComponent.java
+9
-0
LabelFieldEditor.java
...m/elphel/vdt/ui/options/fieldeditor/LabelFieldEditor.java
+9
-0
PackageLocationFieldEditor.java
...dt/ui/options/fieldeditor/PackageLocationFieldEditor.java
+9
-0
SpacerFieldEditor.java
.../elphel/vdt/ui/options/fieldeditor/SpacerFieldEditor.java
+9
-0
ToolLocationFieldEditor.java
...l/vdt/ui/options/fieldeditor/ToolLocationFieldEditor.java
+9
-0
IOption.java
src/com/elphel/vdt/ui/options/project/IOption.java
+9
-0
ListOption.java
src/com/elphel/vdt/ui/options/project/ListOption.java
+9
-0
Option.java
src/com/elphel/vdt/ui/options/project/Option.java
+9
-0
OptionsBlock.java
src/com/elphel/vdt/ui/options/project/OptionsBlock.java
+9
-0
XlinxOptionsBlock.java
src/com/elphel/vdt/ui/options/project/XlinxOptionsBlock.java
+9
-0
XlinxPropertyPage.java
src/com/elphel/vdt/ui/options/project/XlinxPropertyPage.java
+9
-0
LabelFieldEditor.java
src/com/elphel/vdt/ui/preferences/LabelFieldEditor.java
+9
-0
PreferenceConstants.java
src/com/elphel/vdt/ui/preferences/PreferenceConstants.java
+9
-0
PreferenceInitializer.java
src/com/elphel/vdt/ui/preferences/PreferenceInitializer.java
+9
-0
PreferencePage.java
src/com/elphel/vdt/ui/preferences/PreferencePage.java
+9
-0
ScrolledPageContent.java
src/com/elphel/vdt/ui/preferences/ScrolledPageContent.java
+9
-0
TabbedScrolledFieldEditorPreferencePage.java
.../preferences/TabbedScrolledFieldEditorPreferencePage.java
+9
-0
ToolLocationFieldEditor.java
...om/elphel/vdt/ui/preferences/ToolLocationFieldEditor.java
+9
-0
XilinxPathFieldEditor.java
src/com/elphel/vdt/ui/preferences/XilinxPathFieldEditor.java
+9
-0
LaunchConfigurationTab.java
src/com/elphel/vdt/ui/tools/LaunchConfigurationTab.java
+9
-0
ToolUI.java
src/com/elphel/vdt/ui/tools/ToolUI.java
+9
-0
ToolUIManager.java
src/com/elphel/vdt/ui/tools/ToolUIManager.java
+9
-0
AbstractTabComponent.java
src/com/elphel/vdt/ui/tools/params/AbstractTabComponent.java
+9
-0
BoolTabComponent.java
src/com/elphel/vdt/ui/tools/params/BoolTabComponent.java
+9
-0
DirTabComponent.java
src/com/elphel/vdt/ui/tools/params/DirTabComponent.java
+9
-0
FileTabComponent.java
src/com/elphel/vdt/ui/tools/params/FileTabComponent.java
+9
-0
ITabComponent.java
src/com/elphel/vdt/ui/tools/params/ITabComponent.java
+9
-0
ListTabComponent.java
src/com/elphel/vdt/ui/tools/params/ListTabComponent.java
+9
-0
NumberTabComponent.java
src/com/elphel/vdt/ui/tools/params/NumberTabComponent.java
+9
-0
TextTabComponent.java
src/com/elphel/vdt/ui/tools/params/TextTabComponent.java
+9
-0
PromptingResolver.java
src/com/elphel/vdt/ui/variables/PromptingResolver.java
+9
-0
SelectedResourceManager.java
src/com/elphel/vdt/ui/variables/SelectedResourceManager.java
+9
-0
VerilogPrompt.java
src/com/elphel/vdt/ui/variables/VerilogPrompt.java
+9
-0
VerilogResolver.java
src/com/elphel/vdt/ui/variables/VerilogResolver.java
+9
-0
ClearAction.java
src/com/elphel/vdt/ui/views/ClearAction.java
+9
-0
ClearContextAction.java
src/com/elphel/vdt/ui/views/ClearContextAction.java
+9
-0
ClearLocalContextAction.java
src/com/elphel/vdt/ui/views/ClearLocalContextAction.java
+9
-0
ClearLogFiles.java
src/com/elphel/vdt/ui/views/ClearLogFiles.java
+12
-3
ClearProjectStates.java
src/com/elphel/vdt/ui/views/ClearProjectStates.java
+12
-3
ClearStateFiles.java
src/com/elphel/vdt/ui/views/ClearStateFiles.java
+12
-3
ClearToolStates.java
src/com/elphel/vdt/ui/views/ClearToolStates.java
+12
-3
ConsoleView.java
src/com/elphel/vdt/ui/views/ConsoleView.java
+9
-0
ContextsAction.java
src/com/elphel/vdt/ui/views/ContextsAction.java
+9
-0
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+9
-0
DesignMenuModel.java
src/com/elphel/vdt/ui/views/DesignMenuModel.java
+9
-0
GlobalContextsAction.java
src/com/elphel/vdt/ui/views/GlobalContextsAction.java
+9
-0
LocalContextsAction.java
src/com/elphel/vdt/ui/views/LocalContextsAction.java
+9
-0
AbstractOpenWizardAction.java
src/com/elphel/vdt/ui/wizards/AbstractOpenWizardAction.java
+9
-0
AbstractModulePage.java
src/com/elphel/vdt/ui/wizards/module/AbstractModulePage.java
+9
-0
ModuleData.java
src/com/elphel/vdt/ui/wizards/module/ModuleData.java
+9
-0
ModulePort.java
src/com/elphel/vdt/ui/wizards/module/ModulePort.java
+9
-0
ModulePortList.java
src/com/elphel/vdt/ui/wizards/module/ModulePortList.java
+9
-0
ModulePortListViewer.java
...om/elphel/vdt/ui/wizards/module/ModulePortListViewer.java
+9
-0
NewModuleMainPage.java
src/com/elphel/vdt/ui/wizards/module/NewModuleMainPage.java
+9
-0
NewModuleOperation.java
src/com/elphel/vdt/ui/wizards/module/NewModuleOperation.java
+9
-0
NewModuleTemplatePage.java
...m/elphel/vdt/ui/wizards/module/NewModuleTemplatePage.java
+9
-0
NewModuleWizard.java
src/com/elphel/vdt/ui/wizards/module/NewModuleWizard.java
+9
-0
OpenNewModuleWizardAction.java
...phel/vdt/ui/wizards/module/OpenNewModuleWizardAction.java
+9
-0
AbstractProjectPage.java
...om/elphel/vdt/ui/wizards/project/AbstractProjectPage.java
+9
-0
NewProjectMainPage.java
...com/elphel/vdt/ui/wizards/project/NewProjectMainPage.java
+9
-0
NewProjectOperation.java
...om/elphel/vdt/ui/wizards/project/NewProjectOperation.java
+9
-0
NewProjectOptionsPage.java
.../elphel/vdt/ui/wizards/project/NewProjectOptionsPage.java
+9
-0
NewProjectWizard.java
src/com/elphel/vdt/ui/wizards/project/NewProjectWizard.java
+9
-0
OpenNewProjectWizardAction.java
...el/vdt/ui/wizards/project/OpenNewProjectWizardAction.java
+9
-0
ProjectData.java
src/com/elphel/vdt/ui/wizards/project/ProjectData.java
+9
-0
SWTutils.java
src/com/elphel/vdt/util/SWTutils.java
+9
-0
StringPair.java
src/com/elphel/vdt/util/StringPair.java
+9
-0
BasicInterface.xml
tools/BasicInterface.xml
+9
-0
DesignMenu.xml
tools/DesignMenu.xml
+9
-0
FPGA_project.xml
tools/FPGA_project.xml
+9
-0
Installation.xml
tools/Installation.xml
+9
-0
Remote.xml
tools/SimpleSamples/Remote.xml
+9
-0
Tools.xml
tools/SimpleSamples/Tools.xml
+9
-0
grep.xml
tools/SimpleSamples/grep.xml
+9
-0
CVer.xml.broken
tools/Verilog/CVer.xml.broken
+9
-0
IVerilog.xml
tools/Verilog/IVerilog.xml
+9
-0
ModelSIM.xml.broken
tools/Verilog/ModelSIM.xml.broken
+9
-0
XST.xml.broken
tools/Verilog/XST.xml.broken
+9
-0
ise_bitgen.xml
tools/Xilinx_ISE/ise_bitgen.xml
+12
-3
ise_interface.xml
tools/Xilinx_ISE/ise_interface.xml
+9
-0
ise_launch.xml
tools/Xilinx_ISE/ise_launch.xml
+9
-0
ise_map.xml
tools/Xilinx_ISE/ise_map.xml
+9
-0
ise_ngdbuild.xml
tools/Xilinx_ISE/ise_ngdbuild.xml
+9
-0
ise_par.xml
tools/Xilinx_ISE/ise_par.xml
+9
-0
ise_partgen.xml
tools/Xilinx_ISE/ise_partgen.xml
+9
-0
ise_proto.xml
tools/Xilinx_ISE/ise_proto.xml
+9
-0
ise_trace_map.xml
tools/Xilinx_ISE/ise_trace_map.xml
+9
-0
ise_trace_par.xml
tools/Xilinx_ISE/ise_trace_par.xml
+9
-0
ise_trace_proto.xml
tools/Xilinx_ISE/ise_trace_proto.xml
+9
-0
ise_unisims.xml
tools/Xilinx_ISE/ise_unisims.xml
+9
-0
ise_xst.xml
tools/Xilinx_ISE/ise_xst.xml
+9
-0
vivado_bitstream.xml
tools/Xilinx_Vivado/vivado_bitstream.xml
+9
-0
vivado_interface.xml
tools/Xilinx_Vivado/vivado_interface.xml
+9
-0
vivado_launch.xml
tools/Xilinx_Vivado/vivado_launch.xml
+9
-0
vivado_opt.xml
tools/Xilinx_Vivado/vivado_opt.xml
+9
-0
vivado_opt_phys.xml
tools/Xilinx_Vivado/vivado_opt_phys.xml
+9
-0
vivado_opt_place.xml
tools/Xilinx_Vivado/vivado_opt_place.xml
+9
-0
vivado_opt_power.xml
tools/Xilinx_Vivado/vivado_opt_power.xml
+9
-0
vivado_place.xml
tools/Xilinx_Vivado/vivado_place.xml
+9
-0
vivado_proto.xml
tools/Xilinx_Vivado/vivado_proto.xml
+9
-0
vivado_route.xml
tools/Xilinx_Vivado/vivado_route.xml
+9
-0
vivado_synthesis.xml
tools/Xilinx_Vivado/vivado_synthesis.xml
+9
-0
vivado_test.xml
tools/Xilinx_Vivado/vivado_test.xml
+9
-0
vivado_timing_implemented.xml
tools/Xilinx_Vivado/vivado_timing_implemented.xml
+9
-0
vivado_timing_proto.xml
tools/Xilinx_Vivado/vivado_timing_proto.xml
+9
-0
vivado_timing_summary_implemented.xml
tools/Xilinx_Vivado/vivado_timing_summary_implemented.xml
+9
-0
vivado_timing_summary_proto.xml
tools/Xilinx_Vivado/vivado_timing_summary_proto.xml
+9
-0
vivado_timing_summary_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
+9
-0
vivado_timing_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_synthesis.xml
+9
-0
vivado_unisims.xml
tools/Xilinx_Vivado/vivado_unisims.xml
+9
-0
vdt_test.xml
tools/vdt_test.xml
+9
-0
No files found.
src/com/elphel/vdt/Txt.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
;
...
...
src/com/elphel/vdt/VDT.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
;
...
...
src/com/elphel/vdt/VerilogUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
;
...
...
src/com/elphel/vdt/core/Utils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
;
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncherConfiguration.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/LaunchCore.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/RunningBuilds.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/ToolLogFile.java
View file @
1f6c2179
...
...
@@ -13,6 +13,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTConsolePlayback.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
import
java.io.BufferedReader
;
...
...
src/com/elphel/vdt/core/launching/VDTConsoleRunner.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
import
java.io.IOException
;
...
...
src/com/elphel/vdt/core/launching/VDTLaunchConfigurationDelegate.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTProgramRunner.java
View file @
1f6c2179
...
...
@@ -12,9 +12,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTRunner.java
View file @
1f6c2179
...
...
@@ -12,9 +12,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/options/Option.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/OptionsCore.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/OptionsUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/ParamBasedListOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/ParamBasedOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/ValueBasedListOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/options/ValueBasedOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
...
...
src/com/elphel/vdt/core/tools/BooleanUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/Checks.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/EntityUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/Inheritable.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/NamedEntity.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/ToolsCore.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/Updateable.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
...
...
src/com/elphel/vdt/core/tools/config/Config.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
;
...
...
src/com/elphel/vdt/core/tools/config/ConfigException.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
;
...
...
src/com/elphel/vdt/core/tools/config/xml/AbstractConditionNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/CommandLinesNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ConditionNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ConditionalStringsNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ParamGroupNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ParamNodeReader.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/config/xml/XMLConfig.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
...
...
src/com/elphel/vdt/core/tools/contexts/BuildParamsItem.java
View file @
1f6c2179
...
...
@@ -13,6 +13,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/Context.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/ContextManager.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/ContextWithoutCommandLine.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/InstallationContext.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/PackageContext.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/ProjectContext.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/generators/AbstractGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/BuildStampGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ChosenActionGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/CurrentFileBaseGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/CurrentFileGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/FileListGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/FilteredSourceListGenerator.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/OSNameGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ParsersPathGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ProjectNameGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ProjectPathGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/SelectedFileGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/SourceListGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/StateBaseGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/StateDirGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/StateFileGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/StringsGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ToolNameGenerator.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/TopModuleNameGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/TopModulesNameGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/UserNameGenerator.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ValueGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ViewSelectedFileGenerator.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenu.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuItem.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuManager.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuToolItem.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
...
...
src/com/elphel/vdt/core/tools/params/CommandLinesBlock.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ContextInputDefinition.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ControlInterface.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/EntityUtilsMarkChildren.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/FormatProcessor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ParamGroup.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ParamUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/Parameter.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ParameterContainer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/Syntax.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/Tool.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ToolException.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/ToolSequence.java
View file @
1f6c2179
...
...
@@ -13,6 +13,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/TypeDef.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/AbstractConditonValue.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/Comparison.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/Condition.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionString.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionUtils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionValue.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionalStringsList.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/MultiConditionValue.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/NamedConditionalStringsList.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ParseError.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/StringComparison.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/StringConditionParser.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/UpdateableStringsContainer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamListRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamRepeaterRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/DefaultListGeneratorRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamFormatRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamRepeaterRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/Recognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/RecognizerResult.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/RepeaterRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/SimpleGeneratorRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ToolParamRecognizer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamType.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeBool.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeEnum.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeNumber.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeString.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/core/tools/params/types/RunFor.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/ui/AdapterFactory.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
...
...
src/com/elphel/vdt/ui/MessageUI.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
...
...
src/com/elphel/vdt/ui/VDTPluginImages.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
...
...
src/com/elphel/vdt/ui/dialogs/DesignMenuSelectionDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/DirListPromptDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/FileListPromptDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptModel.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptViewer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ModuleSelectionDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/PackageLocationDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/TextPromptDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ToolLocationDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/VDTErrorDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/launching/AbstractToolUITabGroup.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/LaunchShortcut.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/MyToolTabGroup.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/OpenVerilogToolsConfigurations.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/VDTLaunchMenuDelegate.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/XilinxTool1TabGroup.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/options/ContextOptionsDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/ContextOptionsPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/ContextPreferenceNode.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/FilteredFileSelector.java
View file @
1f6c2179
...
...
@@ -11,8 +11,17 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/OptionsBlock.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/PackageInstallNode.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/PackageInstallPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/SetupOptionsDialog.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/SetupOptionsManager.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/ToolInstallNode.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/ToolInstallPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/component/BoolComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/BrowseableField.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/ComboComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/Component.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/DirComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/DirListComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/FileComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/FileListComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/GeneralComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/LabelComponent.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.SWT
;
...
...
src/com/elphel/vdt/ui/options/component/ListComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/ListPromptField.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/NumberComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/StringListComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/component/TextComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/LabelFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/PackageLocationFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/SpacerFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/ToolLocationFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
...
...
src/com/elphel/vdt/ui/options/project/IOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/ListOption.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/Option.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/OptionsBlock.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/XlinxOptionsBlock.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/XlinxPropertyPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/preferences/LabelFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/PreferenceConstants.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/PreferenceInitializer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/PreferencePage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/ScrolledPageContent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
...
...
src/com/elphel/vdt/ui/preferences/TabbedScrolledFieldEditorPreferencePage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/ToolLocationFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/XilinxPathFieldEditor.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/tools/LaunchConfigurationTab.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
...
...
src/com/elphel/vdt/ui/tools/ToolUI.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
...
...
src/com/elphel/vdt/ui/tools/ToolUIManager.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
...
...
src/com/elphel/vdt/ui/tools/params/AbstractTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/BoolTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/DirTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/FileTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/ITabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/ListTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/NumberTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/TextTabComponent.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/variables/PromptingResolver.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/variables/SelectedResourceManager.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/variables/VerilogPrompt.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/variables/VerilogResolver.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/views/ClearAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/ClearContextAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/ClearLocalContextAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/ClearLogFiles.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
java.util.Set
;
...
...
src/com/elphel/vdt/ui/views/ClearProjectStates.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/views/ClearStateFiles.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
java.util.Set
;
...
...
src/com/elphel/vdt/ui/views/ClearToolStates.java
View file @
1f6c2179
...
...
@@ -11,9 +11,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
com.elphel.vdt.core.tools.params.ToolSequence
;
...
...
src/com/elphel/vdt/ui/views/ConsoleView.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/ContextsAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/DesignFlowView.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/DesignMenuModel.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/GlobalContextsAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/views/LocalContextsAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
...
...
src/com/elphel/vdt/ui/wizards/AbstractOpenWizardAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
;
...
...
src/com/elphel/vdt/ui/wizards/module/AbstractModulePage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModuleData.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePort.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePortList.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePortListViewer.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleMainPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleOperation.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleTemplatePage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleWizard.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/OpenNewModuleWizardAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/project/AbstractProjectPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectMainPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectOperation.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectOptionsPage.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectWizard.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/OpenNewProjectWizardAction.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/ProjectData.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/util/SWTutils.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
util
;
...
...
src/com/elphel/vdt/util/StringPair.java
View file @
1f6c2179
...
...
@@ -14,6 +14,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
package
com
.
elphel
.
vdt
.
util
;
...
...
tools/BasicInterface.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/DesignMenu.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/FPGA_project.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Installation.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/SimpleSamples/Remote.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/SimpleSamples/Tools.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/SimpleSamples/grep.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Verilog/CVer.xml.broken
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Verilog/IVerilog.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Verilog/ModelSIM.xml.broken
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Verilog/XST.xml.broken
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
*
along
with
this
program
.
If
not
,
see
<
http
://
www
.
gnu
.
org
/
licenses
/>.
*
*
Additional
permission
under
GNU
GPL
version
3
section
7
:
*
If
you
modify
this
Program
,
or
any
covered
work
,
by
linking
or
combining
it
*
with
Eclipse
or
Eclipse
plugins
(
or
a
modified
version
of
those
libraries
),
*
containing
parts
covered
by
the
terms
of
EPL
/
CPL
,
the
licensors
of
this
*
Program
grant
you
additional
permission
to
convey
the
resulting
work
.
*
{
Corresponding
Source
for
a
non
-
source
form
of
such
a
combination
shall
*
include
the
source
code
for
the
parts
of
Eclipse
or
Eclipse
plugins
used
*
as
well
as
that
of
the
covered
work
.}
*******************************************************************************/
-->
<
vdt
-
project
>
...
...
tools/Xilinx_ISE/ise_bitgen.xml
View file @
1f6c2179
...
...
@@ -13,9 +13,18 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEBitgenInterface"
extends=
"ISEInterface"
>
...
...
tools/Xilinx_ISE/ise_interface.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_launch.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_map.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_ngdbuild.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_par.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_partgen.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_proto.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_trace_map.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_trace_par.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_trace_proto.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_unisims.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_ISE/ise_xst.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_bitstream.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_interface.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_launch.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_opt.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_opt_phys.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_opt_place.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_opt_power.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_place.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_proto.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_route.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_synthesis.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_test.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_implemented.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_proto.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_implemented.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_proto.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_timing_synthesis.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/Xilinx_Vivado/vivado_unisims.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
tools/vdt_test.xml
View file @
1f6c2179
...
...
@@ -15,6 +15,15 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
* If you modify this Program, or any covered work, by linking or combining it
* with Eclipse or Eclipse plugins (or a modified version of those libraries),
* containing parts covered by the terms of EPL/CPL, the licensors of this
* Program grant you additional permission to convey the resulting work.
* {Corresponding Source for a non-source form of such a combination shall
* include the source code for the parts of Eclipse or Eclipse plugins used
* as well as that of the covered work.}
*******************************************************************************/
-->
<vdt-project>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment