This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 55517118e0540e2df10ed1d636613ade2c7fe3ba Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 1 16:04:43 2017 +0100 Happy new year commit --- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/ClassMap.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/CompiledObject.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/CompiledObjectDecorator.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/CompilerConfiguration.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/CompilerException.java | 2 +- .../java/org/nuiton/jaxx/compiler/DefaultCompilerConfiguration.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/EventHandler.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/I18nHelper.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/IDHelper.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/JAXXCompiler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/JAXXCompilerFile.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXEngine.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXFactory.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXProfile.java | 2 +- jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/SymbolTable.java | 2 +- .../java/org/nuiton/jaxx/compiler/UnsupportedAttributeException.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/UnsupportedTagException.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/beans/BeanInfoUtil.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanDescriptor.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanInfo.java | 2 +- .../java/org/nuiton/jaxx/compiler/beans/JAXXEventSetDescriptor.java | 2 +- .../java/org/nuiton/jaxx/compiler/beans/JAXXFeatureDescriptor.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/beans/JAXXIntrospector.java | 2 +- .../java/org/nuiton/jaxx/compiler/beans/JAXXPropertyDescriptor.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/binding/DataBinding.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/binding/DataBindingHelper.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/binding/DataListener.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/binding/DataSource.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/binding/JavaParserUtil.java | 2 +- .../java/org/nuiton/jaxx/compiler/binding/PseudoClassDataBinding.java | 2 +- .../jaxx/compiler/binding/writers/AbstractJAXXBindingWriter.java | 2 +- .../jaxx/compiler/binding/writers/DefaultJAXXBindingWriter.java | 2 +- .../org/nuiton/jaxx/compiler/binding/writers/JAXXBindingWriter.java | 2 +- .../jaxx/compiler/binding/writers/SimpleJAXXObjectBindingWriter.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/css/StylesheetHelper.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParser.java | 2 +- .../java/org/nuiton/jaxx/compiler/css/parser/CSSParserConstants.java | 2 +- .../org/nuiton/jaxx/compiler/css/parser/CSSParserTokenManager.java | 2 +- .../org/nuiton/jaxx/compiler/css/parser/CSSParserTreeConstants.java | 2 +- .../java/org/nuiton/jaxx/compiler/css/parser/JJTCSSParserState.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/css/parser/Node.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/css/parser/ParseException.java | 2 +- .../java/org/nuiton/jaxx/compiler/css/parser/SimpleCharStream.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleNode.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/css/parser/Token.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/css/parser/TokenMgrError.java | 2 +- .../nuiton/jaxx/compiler/decorators/BoxedCompiledObjectDecorator.java | 2 +- .../jaxx/compiler/decorators/DefaultCompiledObjectDecorator.java | 2 +- .../jaxx/compiler/decorators/HelpRootCompiledObjectDecorator.java | 2 +- .../java/org/nuiton/jaxx/compiler/finalizers/AbstractFinalizer.java | 2 +- .../java/org/nuiton/jaxx/compiler/finalizers/DefaultFinalizer.java | 2 +- .../org/nuiton/jaxx/compiler/finalizers/JAXXCompilerFinalizer.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/finalizers/SwingFinalizer.java | 2 +- .../java/org/nuiton/jaxx/compiler/finalizers/ValidatorFinalizer.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaArgument.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaConstructor.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaElement.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/java/JavaElementFactory.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaField.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaFile.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/java/JavaFileGenerator.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/JavaMethod.java | 2 +- .../java/org/nuiton/jaxx/compiler/java/parser/JJTJavaParserState.java | 2 +- .../java/org/nuiton/jaxx/compiler/java/parser/JavaCharStream.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/java/parser/JavaParser.java | 2 +- .../org/nuiton/jaxx/compiler/java/parser/JavaParserConstants.java | 2 +- .../org/nuiton/jaxx/compiler/java/parser/JavaParserTokenManager.java | 2 +- .../org/nuiton/jaxx/compiler/java/parser/JavaParserTreeConstants.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/parser/Node.java | 2 +- .../java/org/nuiton/jaxx/compiler/java/parser/ParseException.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/java/parser/SimpleNode.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/java/parser/Token.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/java/parser/TokenMgrError.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptor.java | 2 +- .../java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorHelper.java | 2 +- .../org/nuiton/jaxx/compiler/reflect/ClassDescriptorResolver.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/reflect/FieldDescriptor.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/reflect/MemberDescriptor.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/reflect/MethodDescriptor.java | 2 +- .../reflect/resolvers/ClassDescriptorResolverFromJavaClass.java | 2 +- .../reflect/resolvers/ClassDescriptorResolverFromJavaFile.java | 2 +- .../reflect/resolvers/ClassDescriptorResolverFromJaxxFile.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/script/ScriptInitializer.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/script/ScriptManager.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/spi/DefaultInitializer.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/spi/Initializer.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/DefaultComponentHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/DefaultObjectHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/ImportHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/ScriptHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/StyleHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/TagHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/TagManager.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/ApplicationHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/CellHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/swing/CompiledItemContainer.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/ItemHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JAXXComboBoxHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JAXXListHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTabHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JAXXTreeHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JCheckBoxHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JComboBoxHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/swing/JInternalFrameHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JListHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JMenuHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/swing/JPasswordFieldHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JPopupMenuHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JProgressBarHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JRadioButtonHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JScrollPaneHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JSliderHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JSpinnerHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JSplitPaneHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JTabbedPaneHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/swing/JTextComponentHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tags/swing/JToolBarHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JTreeHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JWindowHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/JXLayerHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/swing/RowHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tags/swing/TabHandler.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/tags/swing/TableHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/validator/BeanValidatorHandler.java | 2 +- .../jaxx/compiler/tags/validator/ExcludeFieldValidatorHandler.java | 2 +- .../nuiton/jaxx/compiler/tags/validator/FieldValidatorHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/tasks/CompileFirstPassTask.java | 2 +- .../java/org/nuiton/jaxx/compiler/tasks/CompileSecondPassTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/FinalizeTask.java | 2 +- .../java/org/nuiton/jaxx/compiler/tasks/GenerateConstructorsTask.java | 2 +- .../java/org/nuiton/jaxx/compiler/tasks/GenerateMissingRulesTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/InitTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/JAXXEngineTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/ProfileTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tasks/StyleSheetTask.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/tools/PrintTagInfo.java | 2 +- .../nuiton/jaxx/compiler/tools/jaxxcapture/AbstractContextNode.java | 2 +- .../org/nuiton/jaxx/compiler/tools/jaxxcapture/CapturedObject.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ContextNode.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/JAXXCapture.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/LiteralNode.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/MethodNode.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/PropertyNode.java | 2 +- .../java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ValueNode.java | 2 +- .../jaxx/compiler/tools/jaxxcapture/handlers/JTabbedPaneHandler.java | 2 +- .../jaxx/compiler/tools/jaxxcapture/handlers/ObjectHandler.java | 2 +- .../nuiton/jaxx/compiler/tools/jaxxcapture/handlers/TableHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/types/ColorConverter.java | 2 +- .../org/nuiton/jaxx/compiler/types/GridBagConstraintsConverter.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/types/InsetsConverter.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/types/KeyStrokeConverter.java | 2 +- .../main/java/org/nuiton/jaxx/compiler/types/PrimitiveConverter.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/types/TypeConverter.java | 2 +- .../src/main/java/org/nuiton/jaxx/compiler/types/TypeManager.java | 2 +- jaxx-compiler/src/site/site.xml | 2 +- .../test/java/org/nuiton/jaxx/compiler/beans/BeanIntoUtilTest.java | 2 +- .../java/org/nuiton/jaxx/compiler/binding/JavaParserUtilTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/java/JavaFieldTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/java/JavaMethodTest.java | 2 +- .../java/org/nuiton/jaxx/compiler/java/parser/JavaParserTest.java | 2 +- .../java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorTest.java | 2 +- .../test/java/org/nuiton/jaxx/compiler/reflect/MyAbstractClass.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass2.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyClass.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyEnum.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface2.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface3.java | 2 +- .../reflect/resolvers/ClassDescriptorResolverFromJavaFileTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/tags/TagManagerTest.java | 2 +- .../test/java/org/nuiton/jaxx/compiler/types/ColorConverterTest.java | 2 +- .../test/java/org/nuiton/jaxx/compiler/types/InsetsConverterTest.java | 2 +- .../java/org/nuiton/jaxx/compiler/types/PrimitiveConverterTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/compiler/types/TypeManagerTest.java | 2 +- jaxx-compiler/src/test/resources/log4j.properties | 2 +- jaxx-demo/src/main/filters/jaxx-demo.properties | 2 +- .../src/main/java/org/nuiton/jaxx/demo/DemoApplicationContext.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoConfig.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoHelpBroker.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoPanel.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSources.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSourcesHandler.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoTab.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUI.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUIHandler.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/RunDemo.java | 2 +- .../java/org/nuiton/jaxx/demo/component/jaxx/BoxedDecoratorDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/StatusMessagePanelDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemo.jaxx | 2 +- .../jaxx/demo/component/jaxx/editor/BeanComboBoxDemoHandler.java | 2 +- .../nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemo.jaxx | 2 +- .../jaxx/demo/component/jaxx/editor/BeanDoubleListDemoHandler.java | 2 +- .../jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemo.jaxx | 2 +- .../demo/component/jaxx/editor/BeanFilterableComboBoxDemoHandler.java | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/editor/ComboEditorDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/editor/DatePickerDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/editor/FileEditorDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/jaxx/editor/I18nEditorDemo.jaxx | 2 +- .../jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemo.jaxx | 4 +--- .../component/jaxx/widgets/datetime/DateTimeEditorDemoHandler.java | 4 ++-- .../demo/component/jaxx/widgets/datetime/DateTimeEditorDemoModel.java | 2 +- .../jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.jaxx | 4 +--- .../demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java | 4 ++-- .../demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java | 2 +- .../jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemo.jaxx | 4 +--- .../demo/component/jaxx/widgets/gis/CoordinatesEditorDemoHandler.java | 4 ++-- .../demo/component/jaxx/widgets/gis/CoordinatesEditorDemoModel.java | 2 +- .../jaxx/demo/component/jaxx/widgets/number/NumberEditorDemo.jaxx | 4 +--- .../demo/component/jaxx/widgets/number/NumberEditorDemoHandler.java | 2 +- .../demo/component/jaxx/widgets/number/NumberEditorDemoModel.java | 2 +- .../demo/component/jaxx/widgets/select/FilterableDoubleListDemo.jaxx | 4 +--- .../jaxx/widgets/select/FilterableDoubleListDemoHandler.java | 4 ++-- .../component/jaxx/widgets/select/FilterableDoubleListDemoModel.java | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/HidorButtonDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JButtonDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/component/swing/JCheckBoxMenuItemDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JComboBoxDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JDialogDemo.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/demo/component/swing/JListDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JMenuItemDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JPasswordFieldDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JProgressBarDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JRadioButtonDemo.jaxx | 2 +- .../nuiton/jaxx/demo/component/swing/JRadioButtonMenuItemDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JSliderDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JSpinnerDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JSplitPaneDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/component/swing/JTextAreaDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JTextFieldDemo.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/component/swing/JToggleButtonDemo.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/demo/entities/AbstractDemoBean.java | 2 +- .../src/main/java/org/nuiton/jaxx/demo/entities/DemoDataProvider.java | 2 +- .../java/org/nuiton/jaxx/demo/entities/DemoDecoratorProvider.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Identity.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Model.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Movie.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/People.java | 2 +- .../org/nuiton/jaxx/demo/feature/databinding/BaseBeanDataBinding.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/databinding/BeanDataBindingDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/databinding/BindingExtremeDemo.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/databinding/DefaultDemoUIModel.java | 2 +- .../java/org/nuiton/jaxx/demo/feature/databinding/DemoUIModel.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemo.jaxx | 2 +- .../main/java/org/nuiton/jaxx/demo/feature/nav/NavDemoHandler.java | 2 +- .../org/nuiton/jaxx/demo/feature/nav/content/AbstractContentUI.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/feature/nav/content/ActorContentUI.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/nav/content/ActorsContentUI.jaxx | 2 +- .../java/org/nuiton/jaxx/demo/feature/nav/content/MovieContentUI.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/nav/content/MoviesContentUI.jaxx | 2 +- .../org/nuiton/jaxx/demo/feature/nav/tree/ActorsTreeNodeLoador.java | 2 +- .../org/nuiton/jaxx/demo/feature/nav/tree/MoviesTreeNodeLoador.java | 2 +- .../nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeCellRenderer.java | 2 +- .../java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeHelper.java | 2 +- .../java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeNode.java | 2 +- .../jaxx/demo/feature/nav/treetable/ActorsTreeTableNodeLoador.java | 2 +- .../jaxx/demo/feature/nav/treetable/MoviesTreeTableNodeLoador.java | 2 +- .../jaxx/demo/feature/nav/treetable/NavDemoTreeTableHelper.java | 2 +- .../nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableModel.java | 2 +- .../nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableNode.java | 2 +- .../jaxx/demo/feature/validation/list/ListBeanValidationDemo.jaxx | 2 +- .../demo/feature/validation/list/ListBeanValidationDemoHandler.java | 2 +- .../nuiton/jaxx/demo/feature/validation/list/PeopleTableModel.java | 2 +- .../feature/validation/simple/SimpleBeanValidationByListDemo.jaxx | 2 +- .../feature/validation/simple/SimpleBeanValidationByTableDemo.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorDemo.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/demo/fun/CalculatorEngine.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CounterDemo.jaxx | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/LabelStyleDemo.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/demo/tree/DemoCellRenderer.java | 2 +- .../src/main/java/org/nuiton/jaxx/demo/tree/DemoDataProvider.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNode.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNodeLoador.java | 2 +- jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoTreeHelper.java | 2 +- jaxx-demo/src/main/resources/jaxxdemo-help-fr.properties | 2 +- jaxx-demo/src/main/resources/log4j.properties | 2 +- .../org/nuiton/jaxx/demo/entities/Identity-error-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/Identity-info-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/Identity-warning-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/Model-error-validation.xml | 2 +- .../resources/org/nuiton/jaxx/demo/entities/Model-info-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/Model-warning-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/People-error-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/People-info-validation.xml | 2 +- .../org/nuiton/jaxx/demo/entities/People-warning-validation.xml | 2 +- jaxx-demo/src/main/resources/validators.xml | 2 +- jaxx-demo/src/site/site.xml | 2 +- .../src/test/java/org/nuiton/jaxx/demo/BeanValidatorDetectorTest.java | 2 +- .../main/java/org/nuiton/jaxx/plugin/AbstractGenerateHelpMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/AbstractJaxxMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/GenerateHelpFilesMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/GenerateHelpIdsMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/GenerateHelpMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/GenerateHelpSearchMojo.java | 2 +- .../src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java | 2 +- jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/NodeItem.java | 2 +- jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/XmlHelper.java | 2 +- jaxx-maven-plugin/src/main/resources/log4j.properties | 2 +- jaxx-maven-plugin/src/main/resources/logback-test.xml | 2 +- jaxx-maven-plugin/src/site/rst/index.rst | 2 +- jaxx-maven-plugin/src/site/site.xml | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug1124Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug1404Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug1722Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug1750Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug1751Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Bug184Test.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/CompilerTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/CompilerValidatorTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/DataBinding/Bean.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/DataBinding/BeanImpl.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/DataBindingTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/DecoratorTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/Evolution74Test.java | 2 +- jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/I18nTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/JaxxBaseTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/plugin/NodeItemTest.java | 2 +- .../nuiton/jaxx/plugin/compilerTest/classReferences/JavaTaist.java | 2 +- .../jaxx/plugin/compilerValidatorTest/validator/ok/Identity.java | 2 +- .../nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Model.java | 2 +- jaxx-maven-plugin/src/test/resources/log4j.properties | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/bug1722Test/JButtonDemo.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/compilerTest/CSSTests.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/ClassReferences.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/ClientProperty.xml | 2 +- .../jaxx/plugin/compilerTest/ErrorJaxxContextImplementorClass.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Errors.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Force.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Icon.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/compilerTest/ImportTag.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/Initializers.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/InnerClasses.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/compilerTest/NoLog.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/OverridingDataBindings.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Script.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/SpecialSubclassing.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/compilerTest/WithLog.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/cSSTests/CSSTests.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child2.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChild.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChildButton.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/cSSTests/Pseudoclasses.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/cSSTests/SimpleCSS.jaxx | 2 +- .../jaxx/plugin/compilerTest/classReferences/ClassReferences.jaxx | 2 +- .../plugin/compilerTest/classReferences/ConstructorReferenceTest.jaxx | 2 +- .../jaxx/plugin/compilerTest/classReferences/JAXXReferenceTest.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXTest.jaxx | 2 +- .../jaxx/plugin/compilerTest/classReferences/StaticMethodTest.jaxx | 2 +- .../jaxx/plugin/compilerTest/classReferences/TypeReference.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/clientProperty/TestOne.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/AmbiguousName.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/BadTypeConversions.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/CellOutsideOfRow.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/ChildrenInNonContainer.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/ClassNotFound.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/ConflictingPackages.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/ConstraintsParseError.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/DataBindingParseError.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/DuplicateIDs.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/EventHandlerParseError.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/InvalidID.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/InvalidRootTag.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/InvalidXML.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/ItemDuplicateValues.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/ItemNoValue.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/MixedContent.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/RowOutsideOfTable.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/RowWrongChild.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/ScriptNotFound.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/ScriptParseError.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/ScriptSourceAndInline.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/StyleNotFound.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/StyleParseError.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/StyleSourceAndInline.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/TabOutsideOfTabbedPane.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/TabbedPaneWrongChild.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/TableWrongChild.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/TooManyCellChildren.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/TooManyScrollPaneChildren.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/TooManySplitPaneChildren.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/TooManyTabChildren.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/errors/UnsupportedAttribute.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedEvent.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/css/UnsupportedPseudoclass.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/force/JButton.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/compilerTest/icon/Test1.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/importTag/ImportTag.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/initializers/Initializers.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/innerClasses/InnerClasses.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLogSon.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLog.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLogTwo.jaxx | 2 +- .../jaxx/plugin/compilerTest/overridingDataBindings/CurrentTime.jaxx | 2 +- .../compilerTest/overridingDataBindings/OverriddenCurrentTime.jaxx | 2 +- .../compilerTest/overridingDataBindings/OverridingDataBindings.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/script/JScriptInitializer.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest1.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest2.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JListTest1.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JListTest2.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JTreeTest1.jaxx | 2 +- .../jaxx/plugin/compilerTest/specialSubclassing/JTreeTest2.jaxx | 2 +- .../plugin/compilerTest/specialSubclassing/SpecialSubclassing.jaxx | 2 +- .../org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorErrors.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorOk.xml | 2 +- .../validator/errors/AutoFieldComponentNotFound.jaxx | 2 +- .../plugin/compilerValidatorTest/validator/errors/DuplicatedBean.jaxx | 2 +- .../compilerValidatorTest/validator/errors/DuplicatedBean2.jaxx | 2 +- .../validator/errors/DuplicatedErrorListModel.jaxx | 2 +- .../validator/errors/DuplicatedErrorTableModel.jaxx | 2 +- .../validator/errors/DuplicatedFieldInSameValidator.jaxx | 2 +- .../validator/errors/FieldBeanPropertyNotFound.jaxx | 2 +- .../validator/errors/FieldComponentNotFound.jaxx | 2 +- .../validator/errors/FieldComponentNotFound2.jaxx | 2 +- .../plugin/compilerValidatorTest/validator/errors/FieldNoName.jaxx | 2 +- .../plugin/compilerValidatorTest/validator/errors/FieldNoName2.jaxx | 2 +- .../jaxx/plugin/compilerValidatorTest/validator/errors/Model.java | 2 +- .../jaxx/plugin/compilerValidatorTest/validator/errors/NoBean.jaxx | 2 +- .../plugin/compilerValidatorTest/validator/errors/UnfoundBean.jaxx | 2 +- .../compilerValidatorTest/validator/errors/UnfoundErrorList.jaxx | 2 +- .../compilerValidatorTest/validator/errors/UnfoundErrorListModel.jaxx | 2 +- .../compilerValidatorTest/validator/errors/UnfoundErrorTable.jaxx | 2 +- .../validator/errors/UnfoundErrorTableModel.jaxx | 2 +- .../validator/errors/UnfoundParentValidator.jaxx | 2 +- .../compilerValidatorTest/validator/ok/FieldComponentDuplicated.jaxx | 2 +- .../jaxx/plugin/compilerValidatorTest/validator/ok/Validation.jaxx | 2 +- .../compilerValidatorTest/validator/ok/ValidationBeanClass.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/dataBindingTest/First.jaxx | 2 +- .../org/nuiton/jaxx/plugin/dataBindingTest/simpleBinding.xml | 2 +- .../org/nuiton/jaxx/plugin/decoratorTest/BoxedDecorator.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/decoratorTest/Decorator.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/evolution74Test/error.xml | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/error/swingcombo.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/error/swinglist.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/error/swingtree.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok.xml | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/ok/swingcombo.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/ok/swinglist.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/ok/swingtree.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nText.xml | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/i18nTest/I18nToolTipText.xml | 2 +- .../test/resources/org/nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx | 2 +- .../test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane.jaxx | 2 +- .../resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane.jaxx | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx | 2 +- .../src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml | 2 +- .../resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/Base64Coder.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/ComponentDescriptor.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/DataBindingListener.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/DataBindingUpdateListener.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXBinding.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXContext.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObject.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/JAXXObjectDescriptor.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXUtil.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/SwingUtil.java | 2 +- .../java/org/nuiton/jaxx/runtime/awt/visitor/BuildTreeVisitor.java | 2 +- .../java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNode.java | 2 +- .../org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNodeVisitor.java | 2 +- .../jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java | 2 +- .../nuiton/jaxx/runtime/awt/visitor/GetCompopentAtPointVisitor.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/awt/visitor/package.html | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/bean/BeanTypeAware.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/binding/DefaultJAXXBinding.java | 2 +- .../java/org/nuiton/jaxx/runtime/binding/SimpleJAXXObjectBinding.java | 2 +- .../org/nuiton/jaxx/runtime/context/DefaultApplicationContext.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContext.java | 2 +- .../java/org/nuiton/jaxx/runtime/context/JAXXContextEntryDef.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/context/JAXXInitialContext.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/css/DataBinding.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/css/Pseudoclasses.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Rule.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Selector.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/css/Stylesheet.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/spi/UIHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/Application.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI2.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2Ext.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/ComponentMover.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/ComponentResizer.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBox.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/HBoxBeanInfo.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/HBoxLayout.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Item.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/JAXXButtonGroup.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/JAXXComboBox.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/JAXXList.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTab.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/JAXXToggleButton.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTree.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JTables.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/OneClicListSelectionModel.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Spacer.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfo.java | 2 +- .../org/nuiton/jaxx/runtime/swing/TabInfoPropertyChangeListener.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Table.java | 2 +- jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBox.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/VBoxBeanInfo.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/VBoxLayout.java | 2 +- .../org/nuiton/jaxx/runtime/swing/application/ActionExecutor.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/application/ActionWorker.java | 2 +- .../org/nuiton/jaxx/runtime/swing/application/ApplicationRunner.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/editor/BooleanCellEditor.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/editor/ClassCellEditor.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/editor/ColorCellEditor.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/editor/EnumEditor.java | 2 +- .../org/nuiton/jaxx/runtime/swing/editor/KeyStrokeCellEditor.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeEditor.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/editor/LocaleEditor.java | 2 +- .../org/nuiton/jaxx/runtime/swing/editor/MyDefaultCellEditor.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpBroker.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUIHandler.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/list/CheckListAction.java | 2 +- .../nuiton/jaxx/runtime/swing/list/filter/CheckListFilterType.java | 2 +- .../runtime/swing/list/filter/DefaultFilterableCheckListModel.java | 2 +- .../nuiton/jaxx/runtime/swing/list/filter/FilterableCheckList.java | 2 +- .../jaxx/runtime/swing/list/filter/FilterableCheckListModel.java | 2 +- .../jaxx/runtime/swing/model/AbstractGenericListSelectionModel.java | 2 +- .../nuiton/jaxx/runtime/swing/model/AbstractSelectionListModel.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxModel2.java | 2 +- .../org/nuiton/jaxx/runtime/swing/model/ComboBoxSelectionEvent.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/model/GenericListEvent.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/model/GenericListListener.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/model/GenericListModel.java | 2 +- .../nuiton/jaxx/runtime/swing/model/GenericListSelectionModel.java | 2 +- .../org/nuiton/jaxx/runtime/swing/model/JaxxDefaultComboBoxModel.java | 2 +- .../org/nuiton/jaxx/runtime/swing/model/JaxxDefaultListModel.java | 2 +- .../nuiton/jaxx/runtime/swing/model/JaxxFilterableComboBoxModel.java | 2 +- .../org/nuiton/jaxx/runtime/swing/model/JaxxFilterableListModel.java | 2 +- .../jaxx/runtime/swing/model/WillChangeSelectedItemListener.java | 2 +- .../jaxx/runtime/swing/model/WillChangeSelectedItemVetoException.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavBridge.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/nav/NavDataProvider.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavHelper.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNode.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/nav/NavNodeChildLoador.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/nav/package.html | 2 +- .../jaxx/runtime/swing/nav/tree/AbstractNavTreeCellRenderer.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeBridge.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeHelper.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNode.java | 2 +- .../nuiton/jaxx/runtime/swing/nav/tree/NavTreeNodeChildLoador.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/package.html | 2 +- .../nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableBridge.java | 2 +- .../nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableHelper.java | 2 +- .../nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableModel.java | 2 +- .../org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNode.java | 2 +- .../jaxx/runtime/swing/nav/treetable/NavTreeTableNodeChildLoador.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/nav/treetable/package.html | 2 +- .../org/nuiton/jaxx/runtime/swing/renderer/BooleanCellRenderer.java | 2 +- .../nuiton/jaxx/runtime/swing/renderer/ClassTableCellRenderer.java | 2 +- .../org/nuiton/jaxx/runtime/swing/renderer/ColorCellRenderer.java | 2 +- .../nuiton/jaxx/runtime/swing/renderer/DecoratorListCellRenderer.java | 2 +- .../runtime/swing/renderer/DecoratorProviderListCellRenderer.java | 2 +- .../runtime/swing/renderer/DecoratorProviderTableCellRenderer.java | 2 +- .../jaxx/runtime/swing/renderer/DecoratorTableCellRenderer.java | 2 +- .../jaxx/runtime/swing/renderer/EmptyNumberTableCellRenderer.java | 2 +- .../org/nuiton/jaxx/runtime/swing/renderer/EnumEditorRenderer.java | 2 +- .../org/nuiton/jaxx/runtime/swing/renderer/EnumTableCellRenderer.java | 2 +- .../runtime/swing/renderer/FilteredDecoratorListCellRenderer.java | 2 +- .../org/nuiton/jaxx/runtime/swing/renderer/I18nTableCellRenderer.java | 2 +- .../nuiton/jaxx/runtime/swing/renderer/LocaleListCellRenderer.java | 2 +- .../jaxx/runtime/swing/renderer/MultiDecoratorListCellRenderer.java | 2 +- .../jaxx/runtime/swing/renderer/MultiDecoratorTableCelleRenderer.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/session/JSplitPaneState.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/session/JTabbedPaneState.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/session/JTableState.java | 2 +- .../nuiton/jaxx/runtime/swing/session/JXTableSwingSessionState.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/session/State.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/session/SwingSession.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/session/WindowState.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java | 2 +- .../org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java | 2 +- .../main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html | 2 +- .../src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html | 2 +- jaxx-runtime/src/site/site.xml | 2 +- jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/UtilTest.java | 2 +- .../nuiton/jaxx/runtime/context/DefaultApplicationContextTest.java | 2 +- .../java/org/nuiton/jaxx/runtime/context/DefaultJAXXContextTest.java | 2 +- jaxx-runtime/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/validator/JAXXValidator.java | 2 +- .../jaxx/validator/swing/SimpleBeanValidatorMessageTableModel.java | 2 +- .../jaxx/validator/swing/SimpleBeanValidatorMessageTableRenderer.java | 2 +- .../main/java/org/nuiton/jaxx/validator/swing/SwingListValidator.java | 2 +- .../nuiton/jaxx/validator/swing/SwingListValidatorDataLocator.java | 2 +- .../jaxx/validator/swing/SwingListValidatorHighlightPredicate.java | 2 +- .../org/nuiton/jaxx/validator/swing/SwingListValidatorMessage.java | 2 +- .../jaxx/validator/swing/SwingListValidatorMessageTableModel.java | 2 +- .../validator/swing/SwingListValidatorMessageTableMouseListener.java | 2 +- .../jaxx/validator/swing/SwingListValidatorMessageTableRenderer.java | 2 +- .../nuiton/jaxx/validator/swing/SwingListValidatorMessageWidget.java | 2 +- .../validator/swing/SwingListValidatorTableEditorModelListener.java | 2 +- .../src/main/java/org/nuiton/jaxx/validator/swing/SwingValidator.java | 2 +- .../java/org/nuiton/jaxx/validator/swing/SwingValidatorMessage.java | 2 +- .../nuiton/jaxx/validator/swing/SwingValidatorMessageListModel.java | 2 +- .../jaxx/validator/swing/SwingValidatorMessageListMouseListener.java | 2 +- .../jaxx/validator/swing/SwingValidatorMessageListRenderer.java | 2 +- .../nuiton/jaxx/validator/swing/SwingValidatorMessageTableModel.java | 2 +- .../jaxx/validator/swing/SwingValidatorMessageTableMouseListener.java | 2 +- .../jaxx/validator/swing/SwingValidatorMessageTableRenderer.java | 2 +- .../org/nuiton/jaxx/validator/swing/SwingValidatorMessageWidget.java | 2 +- .../main/java/org/nuiton/jaxx/validator/swing/SwingValidatorUtil.java | 2 +- .../src/main/java/org/nuiton/jaxx/validator/swing/meta/Validator.java | 2 +- .../java/org/nuiton/jaxx/validator/swing/meta/ValidatorField.java | 2 +- .../org/nuiton/jaxx/validator/swing/ui/AbstractBeanValidatorUI.java | 2 +- .../java/org/nuiton/jaxx/validator/swing/ui/IconValidationUI.java | 2 +- .../java/org/nuiton/jaxx/validator/swing/ui/ImageValidationUI.java | 2 +- .../org/nuiton/jaxx/validator/swing/ui/TranslucentValidationUI.java | 2 +- .../nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessage.java | 2 +- .../validator/swing/unified/UnifiedValidatorMessageTableModel.java | 2 +- .../swing/unified/UnifiedValidatorMessageTableMouseListener.java | 2 +- .../validator/swing/unified/UnifiedValidatorMessageTableRenderer.java | 2 +- .../jaxx/validator/swing/unified/UnifiedValidatorMessageUtil.java | 2 +- .../jaxx/validator/swing/unified/UnifiedValidatorMessageWidget.java | 2 +- .../java/org/nuiton/jaxx/validator/swing/unified/package-info.java | 2 +- jaxx-validator/src/site/site.xml | 2 +- jaxx-validator/src/test/resources/log4j.properties | 2 +- jaxx-validator/src/test/resources/validators.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java | 2 +- jaxx-widgets-about/src/site/site.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java | 2 +- .../jaxx/widgets/MutateOnConditionalPropertyChangeListener.java | 2 +- .../jformattedtextfield/JFormattedTextFieldNavigationManager.java | 2 +- .../widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java | 2 +- .../jformattedtextfield/JFormatterTextFieldInternalGroups.java | 2 +- jaxx-widgets-common/src/site/site.xml | 2 +- jaxx-widgets-common/src/test/resources/log4j.properties | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUI.jaxx | 2 +- .../java/org/nuiton/jaxx/widgets/config/ConfigCallBackUIHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUI.jaxx | 2 +- .../java/org/nuiton/jaxx/widgets/config/ConfigCategoryUIHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/ConfigTableEditor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/ConfigTableRenderer.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/config/ConfigUI.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHelper.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/model/CallBackEntry.java | 2 +- .../java/org/nuiton/jaxx/widgets/config/model/CallBackFinalizer.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/model/CallBackMap.java | 2 +- .../java/org/nuiton/jaxx/widgets/config/model/CallBacksManager.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/model/CategoryModel.java | 2 +- .../java/org/nuiton/jaxx/widgets/config/model/ConfigTableModel.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModel.java | 2 +- .../org/nuiton/jaxx/widgets/config/model/ConfigUIModelBuilder.java | 2 +- .../org/nuiton/jaxx/widgets/config/model/MainCallBackFinalizer.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/config/model/OptionModel.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/config/model/package.html | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/config/package.html | 2 +- jaxx-widgets-config/src/site/site.xml | 2 +- .../java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfig.java | 2 +- .../org/nuiton/jaxx/widgets/config/model/MyDelegateConfigTest.java | 2 +- .../java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfig.java | 2 +- .../org/nuiton/jaxx/widgets/config/model/MyInheritedConfigTest.java | 2 +- jaxx-widgets-config/src/test/resources/log4j.properties | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/DateCellEditor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/DateCellRenderer.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx | 2 +- .../java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java | 2 +- .../java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java | 2 +- .../org/nuiton/jaxx/widgets/datetime/ExtendedBasicDatePickerUI.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/JAXXDatePicker.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java | 2 +- .../java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java | 2 +- .../org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java | 2 +- .../org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java | 2 +- jaxx-widgets-datetime/src/site/site.xml | 2 +- jaxx-widgets-datetime/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUIHandler.java | 2 +- jaxx-widgets-error/src/site/site.xml | 2 +- jaxx-widgets-extra/src/main/assembly/deps.xml | 2 +- jaxx-widgets-extra/src/main/assembly/full.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/AboutFrame.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/ApplicationAction.java | 2 +- .../org/nuiton/jaxx/widgets/extra/CustomFocusTraversalPolicy.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/GridFlowLayout.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/IconFactory.java | 2 +- .../org/nuiton/jaxx/widgets/extra/JComboBoxAutoCompletionKit.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/MessageDialog.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/SimpleInternalFrame.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/SplashScreen.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/SwingUtil.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/SwingWidgetFactory.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/SwitchPane.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/UIFSplitPane.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/WidgetUtil.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridLayout.java | 2 +- .../java/org/nuiton/jaxx/widgets/extra/XMLGridParseConstraints.java | 2 +- .../java/org/nuiton/jaxx/widgets/extra/datatips/package-info.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/DefaultEditor.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/editor/Editor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/EditorHelper.java | 2 +- .../java/org/nuiton/jaxx/widgets/extra/editor/EditorInterface.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/JEditEditor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/NullEditor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/RSyntaxEditor.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/editor/SDocEditor.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/package.html | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/tooltip/package-info.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/tree/FilterTreeModel.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/extra/tree/TreeFilter.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/extra/tree/package-info.java | 2 +- jaxx-widgets-extra/src/site/rst/Todo.rst | 2 +- jaxx-widgets-extra/src/site/rst/components/focusabletooltips.rst | 2 +- jaxx-widgets-extra/src/site/rst/components/treefilters.rst | 2 +- jaxx-widgets-extra/src/site/rst/index.rst | 2 +- jaxx-widgets-extra/src/site/site.xml | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/extra/AboutFrameTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/extra/IconFactoryTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/extra/WidgetUtilTest.java | 2 +- .../test/java/org/nuiton/jaxx/widgets/extra/XMLGridLayoutTest.java | 2 +- .../test/java/org/nuiton/jaxx/widgets/extra/editor/EditorMain.java | 2 +- .../org/nuiton/jaxx/widgets/extra/toolTip/FocusableToolTipMain.java | 2 +- jaxx-widgets-extra/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/file/BaseActionPanel.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/file/FileCellEditor.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/file/FileEditor.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/file/FileEditorHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/file/JaxxFileChooser.java | 2 +- jaxx-widgets-file/src/site/site.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/font/FontSizor.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/font/FontSizorHandler.java | 2 +- jaxx-widgets-font/src/site/site.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverter.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverter.java | 2 +- .../java/org/nuiton/jaxx/widgets/gis/MaskFormatterFromConverter.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java | 2 +- .../nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java | 2 +- .../nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java | 2 +- .../nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java | 2 +- .../java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx | 2 +- .../nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java | 2 +- .../org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java | 2 +- .../org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/signed/SignedDdCoordinateEditorHandler.java | 2 +- .../nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorModel.java | 2 +- .../org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/signed/SignedDmdCoordinateEditorHandler.java | 2 +- .../jaxx/widgets/gis/signed/SignedDmdCoordinateEditorModel.java | 2 +- .../org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditor.jaxx | 2 +- .../jaxx/widgets/gis/signed/SignedDmsCoordinateEditorHandler.java | 2 +- .../jaxx/widgets/gis/signed/SignedDmsCoordinateEditorModel.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java | 2 +- jaxx-widgets-gis/src/site/site.xml | 2 +- .../java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 2 +- .../java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverterTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateTest.java | 2 +- .../java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverterTest.java | 2 +- .../src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateTest.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorTest.java | 2 +- .../jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorTest.java | 2 +- .../nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorTest.java | 2 +- .../nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorTest.java | 2 +- jaxx-widgets-gis/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/hidor/HidorButtonHandler.java | 2 +- jaxx-widgets-hidor/src/site/site.xml | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditorHandler.java | 2 +- jaxx-widgets-i18n/src/site/site.xml | 2 +- .../main/java/org/nuiton/jaxx/widgets/number/NumberCellEditor.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/number/NumberEditor.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/number/NumberEditorConfig.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/number/NumberEditorModel.java | 2 +- jaxx-widgets-number/src/site/site.xml | 2 +- jaxx-widgets-number/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBox.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleList.jaxx | 2 +- .../java/org/nuiton/jaxx/widgets/select/BeanDoubleListHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListModel.java | 2 +- .../java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBox.jaxx | 2 +- .../org/nuiton/jaxx/widgets/select/BeanFilterableComboBoxHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeader.jaxx | 2 +- .../java/org/nuiton/jaxx/widgets/select/BeanListHeaderHandler.java | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/select/BeanUIUtil.java | 2 +- .../java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.jaxx | 2 +- .../org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java | 2 +- .../org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java | 2 +- .../org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java | 2 +- .../org/nuiton/jaxx/widgets/select/session/BeanDoubleListState.java | 2 +- .../jaxx/widgets/select/session/BeanFilterableComboBoxState.java | 2 +- .../nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java | 2 +- jaxx-widgets-select/src/site/site.xml | 2 +- jaxx-widgets-select/src/test/resources/log4j.properties | 2 +- .../src/main/java/org/nuiton/jaxx/widgets/status/ClockWidget.jaxx | 2 +- .../main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidget.jaxx | 2 +- .../org/nuiton/jaxx/widgets/status/MemoryStatusWidgetHandler.java | 2 +- .../main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanel.jaxx | 2 +- .../org/nuiton/jaxx/widgets/status/StatusMessagePanelHandler.java | 2 +- jaxx-widgets-status/src/site/site.xml | 2 +- src/site/rst/BeanValidator.rst | 2 +- src/site/rst/Core.rst | 2 +- src/site/rst/I18n.rst | 2 +- src/site/rst/JAXXContext.rst | 2 +- src/site/rst/JAXXFile.rst | 2 +- src/site/rst/NavigationModel.rst | 2 +- src/site/rst/contractProgramming.rst | 2 +- src/site/rst/dataBinding.rst | 2 +- src/site/rst/demo.rst | 2 +- src/site/rst/index.rst | 2 +- src/site/rst/javaBeans.rst | 2 +- src/site/rst/migration.rst | 2 +- src/site/rst/old-compiler-doc/BeanValidator.rst | 2 +- src/site/rst/old-compiler-doc/I18n.rst | 2 +- src/site/rst/old-compiler-doc/Interface.rst | 2 +- src/site/rst/old-compiler-doc/JAXXContext.rst | 2 +- src/site/rst/old-compiler-doc/JavaBean.rst | 2 +- src/site/rst/old-compiler-doc/NavigationTreeModel.rst | 2 +- src/site/rst/presentation.rst | 2 +- src/site/rst/scripting.rst | 2 +- src/site/rst/spec-validator2.rst | 2 +- src/site/rst/tutoriels.rst | 2 +- src/site/rst/tutos/config.rst | 2 +- src/site/rst/tutos/css.rst | 2 +- src/site/rst/tutos/data-binding.rst | 2 +- src/site/rst/tutos/helloworld.rst | 2 +- src/site/rst/tutos/helloworld2.rst | 2 +- src/site/rst/useStylesheets.rst | 2 +- src/site/rst/useSwingObjects.rst | 2 +- src/site/site.xml | 2 +- 885 files changed, 889 insertions(+), 899 deletions(-) diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/ClassMap.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/ClassMap.java index ca60b32..3897bb2 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/ClassMap.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/ClassMap.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObject.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObject.java index 8d0a617..b905124 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObject.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObject.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObjectDecorator.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObjectDecorator.java index 7db6aff..0b035bd 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObjectDecorator.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompiledObjectDecorator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerConfiguration.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerConfiguration.java index 1bff98c..426ef41 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerConfiguration.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerConfiguration.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerException.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerException.java index 985c990..d797973 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerException.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/CompilerException.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/DefaultCompilerConfiguration.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/DefaultCompilerConfiguration.java index aa9707c..d506d3b 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/DefaultCompilerConfiguration.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/DefaultCompilerConfiguration.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/EventHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/EventHandler.java index ead1ae0..5a64280 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/EventHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/EventHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/I18nHelper.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/I18nHelper.java index a95389f..824e501 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/I18nHelper.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/I18nHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/IDHelper.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/IDHelper.java index 10b44ba..045495d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/IDHelper.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/IDHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompiler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompiler.java index 447c691..6d9572c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompiler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompiler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompilerFile.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompilerFile.java index 48f3d32..825947d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompilerFile.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXCompilerFile.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXEngine.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXEngine.java index 602ad7c..a1fe219 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXEngine.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXEngine.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXFactory.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXFactory.java index ce7a999..dc5dc19 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXFactory.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXFactory.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXProfile.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXProfile.java index f0bbc88..cdfa1cf 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXProfile.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/JAXXProfile.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/SymbolTable.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/SymbolTable.java index a15a7b0..83b009a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/SymbolTable.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/SymbolTable.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedAttributeException.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedAttributeException.java index 3942c87..2f99c82 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedAttributeException.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedAttributeException.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedTagException.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedTagException.java index 45885f9..822b741 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedTagException.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/UnsupportedTagException.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/BeanInfoUtil.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/BeanInfoUtil.java index e5ae900..206be84 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/BeanInfoUtil.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/BeanInfoUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanDescriptor.java index dab0c17..fa4fbf7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanInfo.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanInfo.java index e698ab1..e17c976 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanInfo.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXBeanInfo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXEventSetDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXEventSetDescriptor.java index 71c523b..ffeb7dd 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXEventSetDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXEventSetDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXFeatureDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXFeatureDescriptor.java index ce2ef21..5204374 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXFeatureDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXFeatureDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXIntrospector.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXIntrospector.java index 37c166c..691e1d9 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXIntrospector.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXIntrospector.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXPropertyDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXPropertyDescriptor.java index 55014b8..731e0fe 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXPropertyDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/beans/JAXXPropertyDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBinding.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBinding.java index 74b24f3..6caa178 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBinding.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBindingHelper.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBindingHelper.java index 8569a76..0b6feb2 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBindingHelper.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataBindingHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataListener.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataListener.java index 0824edc..286aa3a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataListener.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataSource.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataSource.java index a90b9cc..892a65a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataSource.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/DataSource.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/JavaParserUtil.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/JavaParserUtil.java index e4ba505..a094a1b 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/JavaParserUtil.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/JavaParserUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/PseudoClassDataBinding.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/PseudoClassDataBinding.java index 2b4f83e..4f337f7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/PseudoClassDataBinding.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/PseudoClassDataBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/AbstractJAXXBindingWriter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/AbstractJAXXBindingWriter.java index e75567c..128db04 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/AbstractJAXXBindingWriter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/AbstractJAXXBindingWriter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/DefaultJAXXBindingWriter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/DefaultJAXXBindingWriter.java index 8414e77..99ed28d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/DefaultJAXXBindingWriter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/DefaultJAXXBindingWriter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/JAXXBindingWriter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/JAXXBindingWriter.java index 3e2a5e8..17baf00 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/JAXXBindingWriter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/JAXXBindingWriter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/SimpleJAXXObjectBindingWriter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/SimpleJAXXObjectBindingWriter.java index 62a546f..0c5d6a1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/SimpleJAXXObjectBindingWriter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/binding/writers/SimpleJAXXObjectBindingWriter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/StylesheetHelper.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/StylesheetHelper.java index 8f0a7b1..d02a108 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/StylesheetHelper.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/StylesheetHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParser.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParser.java index 6fcd3f8..1af2dd3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParser.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParser.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserConstants.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserConstants.java index 6d27bcb..8c8bcd6 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserConstants.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserConstants.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTokenManager.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTokenManager.java index 8d15923..b9c081b 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTokenManager.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTokenManager.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTreeConstants.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTreeConstants.java index 36a2f71..f3f952c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTreeConstants.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/CSSParserTreeConstants.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/JJTCSSParserState.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/JJTCSSParserState.java index c1e6279..86cbe9f 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/JJTCSSParserState.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/JJTCSSParserState.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Node.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Node.java index e4ad2ad..2020889 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Node.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Node.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/ParseException.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/ParseException.java index 6aeaa78..ffe8ea6 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/ParseException.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/ParseException.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleCharStream.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleCharStream.java index 0c81fd2..38caa71 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleCharStream.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleCharStream.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleNode.java index 3cc075a..c851b07 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/SimpleNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Token.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Token.java index 9fab591..b2b7c99 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Token.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/Token.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/TokenMgrError.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/TokenMgrError.java index e6199d9..8fac4b2 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/TokenMgrError.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/css/parser/TokenMgrError.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/BoxedCompiledObjectDecorator.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/BoxedCompiledObjectDecorator.java index 0e77230..bbc962c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/BoxedCompiledObjectDecorator.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/BoxedCompiledObjectDecorator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/DefaultCompiledObjectDecorator.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/DefaultCompiledObjectDecorator.java index b11c288..174c677 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/DefaultCompiledObjectDecorator.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/DefaultCompiledObjectDecorator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/HelpRootCompiledObjectDecorator.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/HelpRootCompiledObjectDecorator.java index cc13ceb..a1f6439 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/HelpRootCompiledObjectDecorator.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/decorators/HelpRootCompiledObjectDecorator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/AbstractFinalizer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/AbstractFinalizer.java index c4356dc..18e55f3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/AbstractFinalizer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/AbstractFinalizer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/DefaultFinalizer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/DefaultFinalizer.java index 3b1d778..42cfa1c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/DefaultFinalizer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/DefaultFinalizer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/JAXXCompilerFinalizer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/JAXXCompilerFinalizer.java index 828c178..0b4519e 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/JAXXCompilerFinalizer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/JAXXCompilerFinalizer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/SwingFinalizer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/SwingFinalizer.java index 65f054c..991de0b 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/SwingFinalizer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/SwingFinalizer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/ValidatorFinalizer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/ValidatorFinalizer.java index abef1a5..ee8c541 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/ValidatorFinalizer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/finalizers/ValidatorFinalizer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaArgument.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaArgument.java index a83212f..21ec630 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaArgument.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaArgument.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaConstructor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaConstructor.java index 629322d..a9ff072 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaConstructor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaConstructor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElement.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElement.java index 0ba9a57..61824a9 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElement.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElement.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElementFactory.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElementFactory.java index f59a6c4..49532a3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElementFactory.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaElementFactory.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaField.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaField.java index 0cb563d..0c9ddd5 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaField.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaField.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFile.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFile.java index fd589d3..3947715 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFile.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFile.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFileGenerator.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFileGenerator.java index d897f14..5e37336 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFileGenerator.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaFileGenerator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaMethod.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaMethod.java index 942216d..ef6cc99 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaMethod.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/JavaMethod.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JJTJavaParserState.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JJTJavaParserState.java index bce7de5..8f034b7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JJTJavaParserState.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JJTJavaParserState.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaCharStream.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaCharStream.java index 60347b3..f9707a1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaCharStream.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaCharStream.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParser.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParser.java index f5a7b31..2dfb6a5 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParser.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParser.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserConstants.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserConstants.java index 60f27bd..c67a969 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserConstants.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserConstants.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTokenManager.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTokenManager.java index c725d16..24761b0 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTokenManager.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTokenManager.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTreeConstants.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTreeConstants.java index 9934863..4dfc76d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTreeConstants.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTreeConstants.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Node.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Node.java index b721848..d2805ee 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Node.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Node.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/ParseException.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/ParseException.java index 0eabd16..526706d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/ParseException.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/ParseException.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/SimpleNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/SimpleNode.java index c79eb3a..71db057 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/SimpleNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/SimpleNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Token.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Token.java index 6c7f955..37a84c7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Token.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/Token.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/TokenMgrError.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/TokenMgrError.java index b824c2d..e0a3ba3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/TokenMgrError.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/java/parser/TokenMgrError.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptor.java index 1271651..ca251ce 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorHelper.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorHelper.java index 190703d..78736e0 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorHelper.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorResolver.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorResolver.java index ca75eaf..d11a7a4 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorResolver.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorResolver.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/FieldDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/FieldDescriptor.java index 4e8092d..d5f6134 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/FieldDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/FieldDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MemberDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MemberDescriptor.java index 6da1342..9c99e11 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MemberDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MemberDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MethodDescriptor.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MethodDescriptor.java index b4b843c..071db99 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MethodDescriptor.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/MethodDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaClass.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaClass.java index c227a7d..52b8d3c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaClass.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaClass.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFile.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFile.java index 02a35b5..60bb4b1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFile.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFile.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJaxxFile.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJaxxFile.java index dfa6348..c604ef6 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJaxxFile.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJaxxFile.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptInitializer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptInitializer.java index 80b0a53..f9e49f8 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptInitializer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptInitializer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptManager.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptManager.java index 08457db..2515d78 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptManager.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/script/ScriptManager.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/DefaultInitializer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/DefaultInitializer.java index e616106..936e55a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/DefaultInitializer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/DefaultInitializer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/Initializer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/Initializer.java index 322effe..bcdf231 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/Initializer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/spi/Initializer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultComponentHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultComponentHandler.java index c7db649..ea80c8d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultComponentHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultComponentHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultObjectHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultObjectHandler.java index 4a9a695..5830521 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultObjectHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/DefaultObjectHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ImportHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ImportHandler.java index f7287f8..158f44d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ImportHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ImportHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ScriptHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ScriptHandler.java index 7e8c7a7..6107aa3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ScriptHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/ScriptHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/StyleHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/StyleHandler.java index ee4e6eb..90d997b 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/StyleHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/StyleHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagHandler.java index a318a0c..b34dd07 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagManager.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagManager.java index 66fb7d4..d09424c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagManager.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/TagManager.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ApplicationHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ApplicationHandler.java index 48cf276..e5fcfc7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ApplicationHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ApplicationHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CellHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CellHandler.java index dd6140c..f9bc279 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CellHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CellHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CompiledItemContainer.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CompiledItemContainer.java index 3807a45..ebbc148 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CompiledItemContainer.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/CompiledItemContainer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ItemHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ItemHandler.java index 5d7b8de..bdf6b24 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ItemHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/ItemHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXComboBoxHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXComboBoxHandler.java index df24690..055240f 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXComboBoxHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXComboBoxHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXListHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXListHandler.java index 9930196..4592c1d 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXListHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXListHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTabHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTabHandler.java index 39312a8..d1d089e 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTabHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTabHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTreeHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTreeHandler.java index 1c06117..fe91966 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTreeHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JAXXTreeHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JCheckBoxHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JCheckBoxHandler.java index 6c543cf..2cac670 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JCheckBoxHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JCheckBoxHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JComboBoxHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JComboBoxHandler.java index f8a456f..d94ba50 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JComboBoxHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JComboBoxHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JInternalFrameHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JInternalFrameHandler.java index 4e67007..37d620a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JInternalFrameHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JInternalFrameHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JListHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JListHandler.java index 0d0e1e4..c777889 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JListHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JListHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JMenuHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JMenuHandler.java index 7e9dc39..6fb8389 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JMenuHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JMenuHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPasswordFieldHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPasswordFieldHandler.java index ebb5365..4c144d1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPasswordFieldHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPasswordFieldHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPopupMenuHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPopupMenuHandler.java index 86ddefd..94850f5 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPopupMenuHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JPopupMenuHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JProgressBarHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JProgressBarHandler.java index a5c63dd..ff519bf 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JProgressBarHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JProgressBarHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JRadioButtonHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JRadioButtonHandler.java index 6284cde..af45ba7 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JRadioButtonHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JRadioButtonHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JScrollPaneHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JScrollPaneHandler.java index 8c02723..c74aef3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JScrollPaneHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JScrollPaneHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSliderHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSliderHandler.java index f57ad68..23b4a14 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSliderHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSliderHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSpinnerHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSpinnerHandler.java index 2cadfc8..8fdf352 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSpinnerHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSpinnerHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSplitPaneHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSplitPaneHandler.java index ffb376a..9fdb95c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSplitPaneHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JSplitPaneHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTabbedPaneHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTabbedPaneHandler.java index d426519..9c47c5a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTabbedPaneHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTabbedPaneHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTextComponentHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTextComponentHandler.java index 9069d5e..17e7353 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTextComponentHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTextComponentHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JToolBarHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JToolBarHandler.java index 03c0c3d..e7022ae 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JToolBarHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JToolBarHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTreeHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTreeHandler.java index a234668..7e316d5 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTreeHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JTreeHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JWindowHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JWindowHandler.java index 2614cda..76d7f80 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JWindowHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JWindowHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JXLayerHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JXLayerHandler.java index ca9cf2c..1a30752 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JXLayerHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/JXLayerHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/RowHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/RowHandler.java index 7bc1012..e1505e2 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/RowHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/RowHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TabHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TabHandler.java index 1a490c6..675661e 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TabHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TabHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TableHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TableHandler.java index 9836576..3e42195 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TableHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/swing/TableHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/BeanValidatorHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/BeanValidatorHandler.java index ea7346b..19d7137 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/BeanValidatorHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/BeanValidatorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/ExcludeFieldValidatorHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/ExcludeFieldValidatorHandler.java index 2fef194..e34a981 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/ExcludeFieldValidatorHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/ExcludeFieldValidatorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/FieldValidatorHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/FieldValidatorHandler.java index 45a8e54..5dd81c5 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/FieldValidatorHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tags/validator/FieldValidatorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileFirstPassTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileFirstPassTask.java index 125e012..5839a51 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileFirstPassTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileFirstPassTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileSecondPassTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileSecondPassTask.java index 315b3de..619124a 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileSecondPassTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/CompileSecondPassTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/FinalizeTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/FinalizeTask.java index 594451d..892aee1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/FinalizeTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/FinalizeTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateConstructorsTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateConstructorsTask.java index 08df680..bc4cb8e 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateConstructorsTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateConstructorsTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateMissingRulesTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateMissingRulesTask.java index b129f7f..77ba96f 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateMissingRulesTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateMissingRulesTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateTask.java index 10e7666..aafbd85 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/GenerateTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/InitTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/InitTask.java index 60d8908..a3ff374 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/InitTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/InitTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/JAXXEngineTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/JAXXEngineTask.java index 042ce07..e5574a1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/JAXXEngineTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/JAXXEngineTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/ProfileTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/ProfileTask.java index a0d08df..a5392b1 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/ProfileTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/ProfileTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/StyleSheetTask.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/StyleSheetTask.java index 1fd3da9..cbd32a2 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/StyleSheetTask.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tasks/StyleSheetTask.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/PrintTagInfo.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/PrintTagInfo.java index 6352155..3e731f8 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/PrintTagInfo.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/PrintTagInfo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/AbstractContextNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/AbstractContextNode.java index 718c3e2..92bb742 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/AbstractContextNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/AbstractContextNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/CapturedObject.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/CapturedObject.java index c3d3676..6b730c6 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/CapturedObject.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/CapturedObject.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ContextNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ContextNode.java index 8adab9b..96dac51 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ContextNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ContextNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/JAXXCapture.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/JAXXCapture.java index f572a75..8721f28 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/JAXXCapture.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/JAXXCapture.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/LiteralNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/LiteralNode.java index 4def99f..3bd1ef0 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/LiteralNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/LiteralNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/MethodNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/MethodNode.java index 6a292b8..3bcefab 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/MethodNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/MethodNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/PropertyNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/PropertyNode.java index 5589583..7fb8bce 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/PropertyNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/PropertyNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ValueNode.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ValueNode.java index d3182dd..f4c5221 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ValueNode.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/ValueNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/JTabbedPaneHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/JTabbedPaneHandler.java index 050b2c0..8668a0e 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/JTabbedPaneHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/JTabbedPaneHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/ObjectHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/ObjectHandler.java index 62ed43d..72adb81 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/ObjectHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/ObjectHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/TableHandler.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/TableHandler.java index ade4462..ade293c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/TableHandler.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/tools/jaxxcapture/handlers/TableHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/ColorConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/ColorConverter.java index 53fe7ab..0bcfedb 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/ColorConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/ColorConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/GridBagConstraintsConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/GridBagConstraintsConverter.java index 2d857bd..cb5eb41 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/GridBagConstraintsConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/GridBagConstraintsConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/InsetsConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/InsetsConverter.java index 2645180..457ac7c 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/InsetsConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/InsetsConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/KeyStrokeConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/KeyStrokeConverter.java index 4ea3a54..ccfa353 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/KeyStrokeConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/KeyStrokeConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/PrimitiveConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/PrimitiveConverter.java index faa03f9..4947eea 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/PrimitiveConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/PrimitiveConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeConverter.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeConverter.java index b676669..9031777 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeConverter.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeConverter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeManager.java b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeManager.java index 11ed974..c711fa3 100644 --- a/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeManager.java +++ b/jaxx-compiler/src/main/java/org/nuiton/jaxx/compiler/types/TypeManager.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/site/site.xml b/jaxx-compiler/src/site/site.xml index 6927fc9..39c415e 100644 --- a/jaxx-compiler/src/site/site.xml +++ b/jaxx-compiler/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Compiler %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/beans/BeanIntoUtilTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/beans/BeanIntoUtilTest.java index 6ea79ed..750ecd1 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/beans/BeanIntoUtilTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/beans/BeanIntoUtilTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/binding/JavaParserUtilTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/binding/JavaParserUtilTest.java index 6ca454e..744ee01 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/binding/JavaParserUtilTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/binding/JavaParserUtilTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaFieldTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaFieldTest.java index 0e640b5..6d91e23 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaFieldTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaFieldTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaMethodTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaMethodTest.java index d9815ea..0cb8859 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaMethodTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/JavaMethodTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTest.java index 514510a..ee9e847 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/java/parser/JavaParserTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.compiler.java.parser; * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorTest.java index e254853..5d9e007 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/ClassDescriptorTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyAbstractClass.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyAbstractClass.java index 72d3f28..0957ece 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyAbstractClass.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyAbstractClass.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass.java index ab14fcb..470c74a 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass2.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass2.java index 88d4604..35c8cb5 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass2.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyChildClass2.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyClass.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyClass.java index ef309f2..954fec4 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyClass.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyClass.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyEnum.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyEnum.java index 45b0498..9af8078 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyEnum.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyEnum.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface.java index f53226b..41adc1f 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface2.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface2.java index a480eb4..9bab3e3 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface2.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface2.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface3.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface3.java index 0aaf9bc..6eb1ac4 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface3.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/MyInterface3.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFileTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFileTest.java index e33d1f2..fb78057 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFileTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/reflect/resolvers/ClassDescriptorResolverFromJavaFileTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/tags/TagManagerTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/tags/TagManagerTest.java index 268d650..24f2afe 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/tags/TagManagerTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/tags/TagManagerTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/ColorConverterTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/ColorConverterTest.java index 1b7b77e..e1aaa71 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/ColorConverterTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/ColorConverterTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/InsetsConverterTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/InsetsConverterTest.java index 17374b7..ebe7ea7 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/InsetsConverterTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/InsetsConverterTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/PrimitiveConverterTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/PrimitiveConverterTest.java index a1f0ca0..f4e5648 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/PrimitiveConverterTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/PrimitiveConverterTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/TypeManagerTest.java b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/TypeManagerTest.java index 7a7e8b7..f483fe5 100644 --- a/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/TypeManagerTest.java +++ b/jaxx-compiler/src/test/java/org/nuiton/jaxx/compiler/types/TypeManagerTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Compiler * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-compiler/src/test/resources/log4j.properties b/jaxx-compiler/src/test/resources/log4j.properties index 5725721..eb68d8b 100644 --- a/jaxx-compiler/src/test/resources/log4j.properties +++ b/jaxx-compiler/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Compiler # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/filters/jaxx-demo.properties b/jaxx-demo/src/main/filters/jaxx-demo.properties index d92ee16..831285d 100644 --- a/jaxx-demo/src/main/filters/jaxx-demo.properties +++ b/jaxx-demo/src/main/filters/jaxx-demo.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Demo # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoApplicationContext.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoApplicationContext.java index a21502e..d15cbd6 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoApplicationContext.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoApplicationContext.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoConfig.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoConfig.java index 50cc5bd..6383d95 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoConfig.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoConfig.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoHelpBroker.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoHelpBroker.java index 1c79728..bd5d38f 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoHelpBroker.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoHelpBroker.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoPanel.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoPanel.jaxx index cd23d16..ff96f5e 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoPanel.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoPanel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSources.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSources.jaxx index 0782ed9..0e660f2 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSources.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSources.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSourcesHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSourcesHandler.java index 3439a5d..d4be376 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSourcesHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoSourcesHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoTab.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoTab.jaxx index 142f8c5..9c972e4 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoTab.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoTab.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUI.jaxx index 55ae721..7c303e4 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUIHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUIHandler.java index 5a2c152..ece7113 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUIHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/DemoUIHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/RunDemo.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/RunDemo.java index 02acd26..79720b9 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/RunDemo.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/RunDemo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/BoxedDecoratorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/BoxedDecoratorDemo.jaxx index f6cc594..d083c63 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/BoxedDecoratorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/BoxedDecoratorDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/StatusMessagePanelDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/StatusMessagePanelDemo.jaxx index d6c548e..5d4c823 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/StatusMessagePanelDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/StatusMessagePanelDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemo.jaxx index 847da10..5f11653 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemoHandler.java index af3b37e..32e6870 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanComboBoxDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.editor; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemo.jaxx index db2c62f..27527d4 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemoHandler.java index 13d530a..8c47f0f 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanDoubleListDemoHandler.java @@ -8,7 +8,7 @@ package org.nuiton.jaxx.demo.component.jaxx.editor; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemo.jaxx index 56366cb..5776eff 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemoHandler.java index bef0d6b..ca4f432 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/BeanFilterableComboBoxDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.editor; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/ComboEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/ComboEditorDemo.jaxx index c6ddf41..33857c2 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/ComboEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/ComboEditorDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/DatePickerDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/DatePickerDemo.jaxx index fb388b2..29686c1 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/DatePickerDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/DatePickerDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/FileEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/FileEditorDemo.jaxx index 258e9b5..5168df2 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/FileEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/FileEditorDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/I18nEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/I18nEditorDemo.jaxx index a591a9b..9bcc2b8 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/I18nEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/editor/I18nEditorDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemo.jaxx index 2ade9cf..3d7434d 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemo.jaxx @@ -2,18 +2,16 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoHandler.java index 6b69fab..01fa14c 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.datetime; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -77,4 +77,4 @@ public class DateTimeEditorDemoHandler implements UIHandler<DateTimeEditorDemo> return timeDateFormat.format(date); } -} \ No newline at end of file +} diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoModel.java index c160389..4924ae4 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/DateTimeEditorDemoModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.datetime; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.jaxx index d6e30f8..dbcbfab 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.jaxx @@ -2,18 +2,16 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java index 6895c43..b7d3f65 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.datetime; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -63,4 +63,4 @@ public class TimeEditorDemoHandler implements UIHandler<TimeEditorDemo> { return timeFormat.format(date); } -} \ No newline at end of file +} diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java index 958f0bc..4a63c6a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.datetime; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemo.jaxx index b32fc64..2c48407 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemo.jaxx @@ -2,18 +2,16 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoHandler.java index 4c0032c..4ac4f34 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.gis; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -65,4 +65,4 @@ public class CoordinatesEditorDemoHandler implements UIHandler<CoordinatesEditor return t("jaxxdemo.coordinate.result.longitude", longitude); } -} \ No newline at end of file +} diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoModel.java index 0ff758d..3da56e7 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/gis/CoordinatesEditorDemoModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.gis; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemo.jaxx index 3cf9faf..a9b8005 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemo.jaxx @@ -2,18 +2,16 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoHandler.java index fe29f21..5721521 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.number; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoModel.java index ed8c6f5..3d0409b 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/number/NumberEditorDemoModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.number; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.jaxx index 3c36b43..64f3b4a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.jaxx @@ -2,18 +2,16 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java index 3f3be95..f092ee4 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.select; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -95,4 +95,4 @@ public class FilterableDoubleListDemoHandler implements UIHandler<FilterableDoub return builder.toString(); } -} \ No newline at end of file +} diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java index b76211b..a998c71 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.demo.component.jaxx.widgets.select; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/HidorButtonDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/HidorButtonDemo.jaxx index 42ccb65..573a234 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/HidorButtonDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/HidorButtonDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JButtonDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JButtonDemo.jaxx index 1337c0f..e4853d6 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JButtonDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JButtonDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxDemo.jaxx index f22293d..b22eff8 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxMenuItemDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxMenuItemDemo.jaxx index afb37e9..fe07f07 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxMenuItemDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JCheckBoxMenuItemDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JComboBoxDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JComboBoxDemo.jaxx index d7ffc33..1c40c0c 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JComboBoxDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JComboBoxDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JDialogDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JDialogDemo.jaxx index 59bf458..d0f9483 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JDialogDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JDialogDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JListDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JListDemo.jaxx index ac8f51d..ab3193e 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JListDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JListDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JMenuItemDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JMenuItemDemo.jaxx index 592b85f..717026c 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JMenuItemDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JMenuItemDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JPasswordFieldDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JPasswordFieldDemo.jaxx index 84d018b..568dc96 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JPasswordFieldDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JPasswordFieldDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JProgressBarDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JProgressBarDemo.jaxx index c62f8c0..750074d 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JProgressBarDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JProgressBarDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonDemo.jaxx index d77bcea..4aed070 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonMenuItemDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonMenuItemDemo.jaxx index cc9afaa..680cc64 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonMenuItemDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JRadioButtonMenuItemDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSliderDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSliderDemo.jaxx index ca2859d..c383acc 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSliderDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSliderDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSpinnerDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSpinnerDemo.jaxx index 0513863..fe5db47 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSpinnerDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSpinnerDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSplitPaneDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSplitPaneDemo.jaxx index eee2371..96cfad3 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSplitPaneDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JSplitPaneDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextAreaDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextAreaDemo.jaxx index b947632..5ab088b 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextAreaDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextAreaDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextFieldDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextFieldDemo.jaxx index 519891c..a523bfa 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextFieldDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JTextFieldDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JToggleButtonDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JToggleButtonDemo.jaxx index 8264f7f..896fd26 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JToggleButtonDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/component/swing/JToggleButtonDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/AbstractDemoBean.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/AbstractDemoBean.java index 7439a53..71fd0e6 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/AbstractDemoBean.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/AbstractDemoBean.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDataProvider.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDataProvider.java index 2ef3c1e..9dcdcb9 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDataProvider.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDataProvider.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDecoratorProvider.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDecoratorProvider.java index 54dacc1..c6c7462 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDecoratorProvider.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/DemoDecoratorProvider.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Identity.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Identity.java index 96b7192..1927913 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Identity.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Identity.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Model.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Model.java index fdbe93e..a85694c 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Model.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Model.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Movie.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Movie.java index 793d353..7e862c3 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Movie.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/Movie.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/People.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/People.java index fffe228..8395d59 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/People.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/entities/People.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BaseBeanDataBinding.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BaseBeanDataBinding.jaxx index bf9ff67..b964321 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BaseBeanDataBinding.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BaseBeanDataBinding.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BeanDataBindingDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BeanDataBindingDemo.jaxx index 389d9d6..986780a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BeanDataBindingDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BeanDataBindingDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BindingExtremeDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BindingExtremeDemo.jaxx index 4396594..3c0722b 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BindingExtremeDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/BindingExtremeDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DefaultDemoUIModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DefaultDemoUIModel.java index 9cf4244..3fd02de 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DefaultDemoUIModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DefaultDemoUIModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DemoUIModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DemoUIModel.java index fb1a5ee..de23f04 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DemoUIModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/databinding/DemoUIModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemo.jaxx index c296805..f912f60 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemoHandler.java index cb3a96f..84394fc 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/NavDemoHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/AbstractContentUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/AbstractContentUI.jaxx index 7a2f4fe..ac58a02 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/AbstractContentUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/AbstractContentUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorContentUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorContentUI.jaxx index ada70cb..68fd87d 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorContentUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorContentUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorsContentUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorsContentUI.jaxx index 9af3e75..25432c1 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorsContentUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/ActorsContentUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MovieContentUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MovieContentUI.jaxx index 978b68c..6fafa19 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MovieContentUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MovieContentUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MoviesContentUI.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MoviesContentUI.jaxx index 112e75e..a3daea7 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MoviesContentUI.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/content/MoviesContentUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/ActorsTreeNodeLoador.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/ActorsTreeNodeLoador.java index a09f92e..24f1e18 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/ActorsTreeNodeLoador.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/ActorsTreeNodeLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/MoviesTreeNodeLoador.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/MoviesTreeNodeLoador.java index 05c8778..b1aaf0a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/MoviesTreeNodeLoador.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/MoviesTreeNodeLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeCellRenderer.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeCellRenderer.java index 6dba11a..38061b7 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeCellRenderer.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeHelper.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeHelper.java index d0a308b..8916d6a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeHelper.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeNode.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeNode.java index 55e123b..4c79c87 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeNode.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/tree/NavDemoTreeNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/ActorsTreeTableNodeLoador.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/ActorsTreeTableNodeLoador.java index e1e56d6..4a6ad92 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/ActorsTreeTableNodeLoador.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/ActorsTreeTableNodeLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/MoviesTreeTableNodeLoador.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/MoviesTreeTableNodeLoador.java index 8b9a8b2..61464f6 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/MoviesTreeTableNodeLoador.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/MoviesTreeTableNodeLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableHelper.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableHelper.java index eac405c..94e9c18 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableHelper.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableModel.java index 3ad877d..6cb2eb6 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableNode.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableNode.java index c7bf9cd..66ba93a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableNode.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/nav/treetable/NavDemoTreeTableNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemo.jaxx index f15bb25..a75ea21 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemoHandler.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemoHandler.java index c37bd72..8e4d49b 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemoHandler.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/ListBeanValidationDemoHandler.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.demo.feature.validation.list; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/PeopleTableModel.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/PeopleTableModel.java index 9c4a5e7..390ab70 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/PeopleTableModel.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/list/PeopleTableModel.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.demo.feature.validation.list; * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByListDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByListDemo.jaxx index 379166a..6cd033e 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByListDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByListDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByTableDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByTableDemo.jaxx index 5d085ad..219043a 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByTableDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/feature/validation/simple/SimpleBeanValidationByTableDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorDemo.jaxx index ed26806..e190252 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorEngine.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorEngine.java index 5208333..b1158f8 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorEngine.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CalculatorEngine.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CounterDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CounterDemo.jaxx index b45a97f..fa2d74d 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CounterDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/CounterDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/LabelStyleDemo.jaxx b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/LabelStyleDemo.jaxx index 57d9f7f..6819608 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/LabelStyleDemo.jaxx +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/fun/LabelStyleDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoCellRenderer.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoCellRenderer.java index 18dbea6..e0b7869 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoCellRenderer.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoDataProvider.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoDataProvider.java index 2c691a1..617639e 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoDataProvider.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoDataProvider.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNode.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNode.java index ce21471..7159f29 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNode.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNodeLoador.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNodeLoador.java index 0da1e51..01698d1 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNodeLoador.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoNodeLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoTreeHelper.java b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoTreeHelper.java index e0123fd..809d499 100644 --- a/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoTreeHelper.java +++ b/jaxx-demo/src/main/java/org/nuiton/jaxx/demo/tree/DemoTreeHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/jaxxdemo-help-fr.properties b/jaxx-demo/src/main/resources/jaxxdemo-help-fr.properties index a2863f8..29322f2 100644 --- a/jaxx-demo/src/main/resources/jaxxdemo-help-fr.properties +++ b/jaxx-demo/src/main/resources/jaxxdemo-help-fr.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Demo # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/log4j.properties b/jaxx-demo/src/main/resources/log4j.properties index 3cacc29..ceee0cf 100644 --- a/jaxx-demo/src/main/resources/log4j.properties +++ b/jaxx-demo/src/main/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Demo # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-error-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-error-validation.xml index 495a379..f50c0d8 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-error-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-error-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-info-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-info-validation.xml index bdcebb3..c75f2cd 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-info-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-info-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-warning-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-warning-validation.xml index 17483b5..6366589 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-warning-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Identity-warning-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-error-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-error-validation.xml index 54e8a12..388e11a 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-error-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-error-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-info-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-info-validation.xml index 6901f8d..fda54b0 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-info-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-info-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-warning-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-warning-validation.xml index dcf65b1..3bfe9b3 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-warning-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/Model-warning-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-error-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-error-validation.xml index 44971c6..8e1b3ec 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-error-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-error-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-info-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-info-validation.xml index 32c990a..ce34893 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-info-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-info-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-warning-validation.xml b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-warning-validation.xml index 1a710c9..949f7e5 100644 --- a/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-warning-validation.xml +++ b/jaxx-demo/src/main/resources/org/nuiton/jaxx/demo/entities/People-warning-validation.xml @@ -2,7 +2,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/main/resources/validators.xml b/jaxx-demo/src/main/resources/validators.xml index baac862..e2a3491 100644 --- a/jaxx-demo/src/main/resources/validators.xml +++ b/jaxx-demo/src/main/resources/validators.xml @@ -3,7 +3,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/site/site.xml b/jaxx-demo/src/site/site.xml index b0196e5..5f0a73b 100644 --- a/jaxx-demo/src/site/site.xml +++ b/jaxx-demo/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Demo %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-demo/src/test/java/org/nuiton/jaxx/demo/BeanValidatorDetectorTest.java b/jaxx-demo/src/test/java/org/nuiton/jaxx/demo/BeanValidatorDetectorTest.java index c4bab6b..e5fc874 100644 --- a/jaxx-demo/src/test/java/org/nuiton/jaxx/demo/BeanValidatorDetectorTest.java +++ b/jaxx-demo/src/test/java/org/nuiton/jaxx/demo/BeanValidatorDetectorTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Demo * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractGenerateHelpMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractGenerateHelpMojo.java index 7c2aae2..7fcfacf 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractGenerateHelpMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractGenerateHelpMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractJaxxMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractJaxxMojo.java index b74950c..1c93a06 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractJaxxMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/AbstractJaxxMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpFilesMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpFilesMojo.java index 9f60258..27b98d8 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpFilesMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpFilesMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpIdsMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpIdsMojo.java index 8128d58..8534ef8 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpIdsMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpIdsMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpMojo.java index 4189298..ad8c69b 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpSearchMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpSearchMojo.java index f5c6e3b..7aaff44 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpSearchMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateHelpSearchMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java index e6057e8..ba433c8 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/NodeItem.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/NodeItem.java index cd8cf92..a7875f4 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/NodeItem.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/NodeItem.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/XmlHelper.java b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/XmlHelper.java index 94cacce..6ceb8ed 100644 --- a/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/XmlHelper.java +++ b/jaxx-maven-plugin/src/main/java/org/nuiton/jaxx/plugin/XmlHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/resources/log4j.properties b/jaxx-maven-plugin/src/main/resources/log4j.properties index 65ded02..5d52795 100644 --- a/jaxx-maven-plugin/src/main/resources/log4j.properties +++ b/jaxx-maven-plugin/src/main/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Maven plugin # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/main/resources/logback-test.xml b/jaxx-maven-plugin/src/main/resources/logback-test.xml index d74ede7..b4d6678 100644 --- a/jaxx-maven-plugin/src/main/resources/logback-test.xml +++ b/jaxx-maven-plugin/src/main/resources/logback-test.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/site/rst/index.rst b/jaxx-maven-plugin/src/site/rst/index.rst index 40bcff3..ad40f49 100644 --- a/jaxx-maven-plugin/src/site/rst/index.rst +++ b/jaxx-maven-plugin/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX :: Maven plugin .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/site/site.xml b/jaxx-maven-plugin/src/site/site.xml index f3e4eed..0a10537 100644 --- a/jaxx-maven-plugin/src/site/site.xml +++ b/jaxx-maven-plugin/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1124Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1124Test.java index 0e4175a..1917274 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1124Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1124Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1404Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1404Test.java index fd804e0..fc8562a 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1404Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1404Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1722Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1722Test.java index 84ffb01..8eaa0c3 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1722Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1722Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1750Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1750Test.java index a89cc75..42cb736 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1750Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1750Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1751Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1751Test.java index 06bf145..4b6a0a1 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1751Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug1751Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug184Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug184Test.java index 36b97e3..d8e2180 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug184Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Bug184Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerTest.java index 5cf3ad1..aa29db1 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerValidatorTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerValidatorTest.java index 9e9f60b..adfe35c 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerValidatorTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/CompilerValidatorTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/Bean.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/Bean.java index 03515c2..1015339 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/Bean.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/Bean.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/BeanImpl.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/BeanImpl.java index 942ed3a..0c45e26 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/BeanImpl.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBinding/BeanImpl.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBindingTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBindingTest.java index c930836..13ab76b 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBindingTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DataBindingTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DecoratorTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DecoratorTest.java index 1117518..a276754 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DecoratorTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/DecoratorTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Evolution74Test.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Evolution74Test.java index 5bc4a5f..231bbb1 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Evolution74Test.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/Evolution74Test.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/I18nTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/I18nTest.java index 0db3cf1..0fea61f 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/I18nTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/I18nTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/JaxxBaseTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/JaxxBaseTest.java index 923d1b0..e23cbb7 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/JaxxBaseTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/JaxxBaseTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java index c161a63..121b199 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/LambdaTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.plugin; * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/NodeItemTest.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/NodeItemTest.java index 13aace1..30e8bef 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/NodeItemTest.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/NodeItemTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerTest/classReferences/JavaTaist.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerTest/classReferences/JavaTaist.java index 1669b4a..18d65c5 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerTest/classReferences/JavaTaist.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerTest/classReferences/JavaTaist.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Identity.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Identity.java index a08dc15..9fd95b3 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Identity.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Identity.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Model.java b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Model.java index f018217..f344872 100644 --- a/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Model.java +++ b/jaxx-maven-plugin/src/test/java/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Model.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/log4j.properties b/jaxx-maven-plugin/src/test/resources/log4j.properties index bc4ab61..8a6d464 100644 --- a/jaxx-maven-plugin/src/test/resources/log4j.properties +++ b/jaxx-maven-plugin/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Maven plugin # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml index dbea831..2797638 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx index 18dd095..9adf371 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx index 65ce488..cd6f107 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx index e7d286b..dc145d5 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml index a71a11f..437b8d6 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx index 9ac3d4a..4d11ea7 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/JButtonDemo.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/JButtonDemo.jaxx index bfff80f..9680b5e 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/JButtonDemo.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1722Test/JButtonDemo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml index 3c1307b..d802196 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx index 57c36c9..e6df56b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml index b1edc80..f5b7e32 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx index c6c33d5..ad05b12 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx index 5acae7d..034603a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx index c6c33d5..ad05b12 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml index 54f3fc1..9a35ba2 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx index 8352628..635d149 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/CSSTests.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/CSSTests.xml index a0aeb57..916e69c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/CSSTests.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/CSSTests.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClassReferences.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClassReferences.xml index 3c8c6bd..6da3605 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClassReferences.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClassReferences.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClientProperty.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClientProperty.xml index d572574..047ff57 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClientProperty.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ClientProperty.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorJaxxContextImplementorClass.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorJaxxContextImplementorClass.xml index 58e35f3..30d895f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorJaxxContextImplementorClass.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorJaxxContextImplementorClass.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Errors.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Errors.xml index b673f16..cbf5b71 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Errors.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Errors.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml index 20a9fc4..3f25b9a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Force.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Force.xml index 828185c..69c5909 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Force.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Force.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Icon.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Icon.xml index 7b48226..04fc873 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Icon.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Icon.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ImportTag.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ImportTag.xml index 69e5429..576ed50 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ImportTag.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/ImportTag.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Initializers.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Initializers.xml index 5dc14c8..c007b8c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Initializers.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Initializers.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/InnerClasses.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/InnerClasses.xml index e0c6dab..4344f6e 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/InnerClasses.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/InnerClasses.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/NoLog.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/NoLog.xml index c6599cc..70e5a9d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/NoLog.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/NoLog.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/OverridingDataBindings.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/OverridingDataBindings.xml index 99bf5fa..fbd58f9 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/OverridingDataBindings.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/OverridingDataBindings.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Script.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Script.xml index c5a67d8..862219a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Script.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/Script.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/SpecialSubclassing.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/SpecialSubclassing.xml index 1aa90c3..c36808f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/SpecialSubclassing.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/SpecialSubclassing.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/WithLog.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/WithLog.xml index fdddbdb..3a40c09 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/WithLog.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/WithLog.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/CSSTests.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/CSSTests.jaxx index 69d2161..d4c8cf0 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/CSSTests.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/CSSTests.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child.jaxx index 598a5a4..92e43cd 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child2.jaxx index e2993ae..adba55e 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Child2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChild.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChild.jaxx index 6c29472..c65d716 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChild.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChild.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChildButton.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChildButton.jaxx index 39af612..7ab9875 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChildButton.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/GrandChildButton.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Pseudoclasses.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Pseudoclasses.jaxx index 613d777..2353d5b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Pseudoclasses.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/Pseudoclasses.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/SimpleCSS.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/SimpleCSS.jaxx index 148e27a..ed6ac19 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/SimpleCSS.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/cSSTests/SimpleCSS.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ClassReferences.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ClassReferences.jaxx index 3d84477..4921818 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ClassReferences.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ClassReferences.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ConstructorReferenceTest.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ConstructorReferenceTest.jaxx index d5bcae4..6c27910 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ConstructorReferenceTest.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/ConstructorReferenceTest.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXReferenceTest.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXReferenceTest.jaxx index ffcf4ce..4416a11 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXReferenceTest.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXReferenceTest.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXTest.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXTest.jaxx index ffcf4ce..4416a11 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXTest.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/JAXXTest.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/StaticMethodTest.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/StaticMethodTest.jaxx index 98c58fa..91eda34 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/StaticMethodTest.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/StaticMethodTest.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/TypeReference.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/TypeReference.jaxx index ece9b39..34b4883 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/TypeReference.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/classReferences/TypeReference.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/clientProperty/TestOne.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/clientProperty/TestOne.jaxx index 6201f58..387b6dc 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/clientProperty/TestOne.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/clientProperty/TestOne.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/AmbiguousName.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/AmbiguousName.jaxx index 035132f..616f87f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/AmbiguousName.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/AmbiguousName.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/BadTypeConversions.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/BadTypeConversions.jaxx index 527c709..9f9248d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/BadTypeConversions.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/BadTypeConversions.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/CellOutsideOfRow.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/CellOutsideOfRow.jaxx index 4c30d44..6774bb8 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/CellOutsideOfRow.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/CellOutsideOfRow.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ChildrenInNonContainer.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ChildrenInNonContainer.jaxx index 067fa7d..239c89a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ChildrenInNonContainer.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ChildrenInNonContainer.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ClassNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ClassNotFound.jaxx index 0d1fdf4..77ea67b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ClassNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ClassNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConflictingPackages.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConflictingPackages.jaxx index cf6c9c5..222f413 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConflictingPackages.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConflictingPackages.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConstraintsParseError.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConstraintsParseError.jaxx index a1e408f..9bf8ded 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConstraintsParseError.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ConstraintsParseError.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DataBindingParseError.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DataBindingParseError.jaxx index be40278..cfb726c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DataBindingParseError.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DataBindingParseError.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DuplicateIDs.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DuplicateIDs.jaxx index 3e1140e..06b9f7b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DuplicateIDs.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/DuplicateIDs.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/EventHandlerParseError.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/EventHandlerParseError.jaxx index 46176a9..1674b1e 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/EventHandlerParseError.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/EventHandlerParseError.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidID.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidID.jaxx index 961215d..5443f25 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidID.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidID.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidRootTag.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidRootTag.jaxx index aa867e7..63c92e2 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidRootTag.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidRootTag.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidXML.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidXML.jaxx index 049a978..7690c09 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidXML.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/InvalidXML.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemDuplicateValues.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemDuplicateValues.jaxx index 44c15cb..4da1ca3 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemDuplicateValues.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemDuplicateValues.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemNoValue.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemNoValue.jaxx index 995cb4b..b6574f4 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemNoValue.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ItemNoValue.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/MixedContent.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/MixedContent.jaxx index 5198855..cb5ecce 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/MixedContent.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/MixedContent.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowOutsideOfTable.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowOutsideOfTable.jaxx index 686cc0d..b7fd192 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowOutsideOfTable.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowOutsideOfTable.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowWrongChild.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowWrongChild.jaxx index fcd1951..4c34ae1 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowWrongChild.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/RowWrongChild.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptNotFound.jaxx index 7e2f5b8..5f4fbda 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptParseError.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptParseError.jaxx index f4d533a..b55113c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptParseError.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptParseError.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptSourceAndInline.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptSourceAndInline.jaxx index c44939f..307213c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptSourceAndInline.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/ScriptSourceAndInline.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleNotFound.jaxx index 5ca4129..2a32535 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleParseError.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleParseError.jaxx index 30566b0..90ece92 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleParseError.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleParseError.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleSourceAndInline.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleSourceAndInline.jaxx index 01948c7..423a34f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleSourceAndInline.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/StyleSourceAndInline.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabOutsideOfTabbedPane.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabOutsideOfTabbedPane.jaxx index 5f88c7a..2c4b000 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabOutsideOfTabbedPane.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabOutsideOfTabbedPane.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabbedPaneWrongChild.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabbedPaneWrongChild.jaxx index da92508..bb0799a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabbedPaneWrongChild.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TabbedPaneWrongChild.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TableWrongChild.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TableWrongChild.jaxx index 7b57dd0..b7b7d64 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TableWrongChild.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TableWrongChild.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyCellChildren.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyCellChildren.jaxx index 49241a5..0c9ceff 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyCellChildren.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyCellChildren.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyScrollPaneChildren.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyScrollPaneChildren.jaxx index 5ff4da7..5697096 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyScrollPaneChildren.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyScrollPaneChildren.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManySplitPaneChildren.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManySplitPaneChildren.jaxx index fdaa141..377018d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManySplitPaneChildren.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManySplitPaneChildren.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyTabChildren.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyTabChildren.jaxx index 0db4b15..65dc017 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyTabChildren.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/TooManyTabChildren.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedAttribute.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedAttribute.jaxx index 0d3b11d..85f6bb9 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedAttribute.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedAttribute.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedEvent.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedEvent.jaxx index d882e6b..c86e46f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedEvent.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/UnsupportedEvent.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/css/UnsupportedPseudoclass.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/css/UnsupportedPseudoclass.jaxx index 7ccc0ff..f0bd3a1 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/css/UnsupportedPseudoclass.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/errors/css/UnsupportedPseudoclass.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/force/JButton.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/force/JButton.jaxx index 8ce752f..fa5735a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/force/JButton.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/force/JButton.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/icon/Test1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/icon/Test1.jaxx index 7c054e1..a28444a 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/icon/Test1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/icon/Test1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/importTag/ImportTag.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/importTag/ImportTag.jaxx index 24b2343..17ed3db 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/importTag/ImportTag.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/importTag/ImportTag.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/initializers/Initializers.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/initializers/Initializers.jaxx index 4af0651..3c08a64 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/initializers/Initializers.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/initializers/Initializers.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/innerClasses/InnerClasses.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/innerClasses/InnerClasses.jaxx index 26981c1..43f3a96 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/innerClasses/InnerClasses.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/innerClasses/InnerClasses.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx index 944040c..9be6d97 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLogSon.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLogSon.jaxx index 183da27..3d76f0b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLogSon.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/nolog/NoLogSon.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLog.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLog.jaxx index 944040c..9be6d97 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLog.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLog.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLogTwo.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLogTwo.jaxx index 8cff6fe..5482e8d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLogTwo.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/log/withlog/WithLogTwo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/CurrentTime.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/CurrentTime.jaxx index 6d13be7..efb2b10 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/CurrentTime.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/CurrentTime.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverriddenCurrentTime.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverriddenCurrentTime.jaxx index 162f187..53fa2eb 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverriddenCurrentTime.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverriddenCurrentTime.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverridingDataBindings.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverridingDataBindings.jaxx index e0aa664..6b3deb9 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverridingDataBindings.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/overridingDataBindings/OverridingDataBindings.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/script/JScriptInitializer.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/script/JScriptInitializer.jaxx index 4e15079..edc3d9d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/script/JScriptInitializer.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/script/JScriptInitializer.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest1.jaxx index 47010c9..af39276 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest2.jaxx index f83b878..9dc60f0 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JComboBoxTest2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest1.jaxx index b917961..a592a2d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest2.jaxx index 0d79f91..80f122f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JListTest2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest1.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest1.jaxx index a222a9a..d491c21 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest1.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest1.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest2.jaxx index 7594ab3..c2c3986 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/JTreeTest2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/SpecialSubclassing.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/SpecialSubclassing.jaxx index 8069a75..13f1999 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/SpecialSubclassing.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerTest/specialSubclassing/SpecialSubclassing.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorErrors.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorErrors.xml index 58c0821..f0fe6de 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorErrors.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorErrors.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorOk.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorOk.xml index 5e8eff4..c1e81a5 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorOk.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/ValidatorOk.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/AutoFieldComponentNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/AutoFieldComponentNotFound.jaxx index 075a196..975a276 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/AutoFieldComponentNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/AutoFieldComponentNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean.jaxx index 373ae9a..59875ed 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean2.jaxx index a0a3b05..92eb67c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedBean2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorListModel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorListModel.jaxx index df829f3..fe2552b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorListModel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorListModel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorTableModel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorTableModel.jaxx index 5f65590..e8d20bb 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorTableModel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedErrorTableModel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedFieldInSameValidator.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedFieldInSameValidator.jaxx index 6398d5e..e7164bd 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedFieldInSameValidator.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/DuplicatedFieldInSameValidator.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldBeanPropertyNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldBeanPropertyNotFound.jaxx index 6eff49b..88b21d5 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldBeanPropertyNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldBeanPropertyNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound.jaxx index 7c6a9c7..3ab4190 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound2.jaxx index 6eff49b..88b21d5 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldComponentNotFound2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName.jaxx index 08846c0..391dfa8 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName2.jaxx index 2e6f044..1f96be9 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/FieldNoName2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/Model.java b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/Model.java index 97c8f9f..9e7ff87 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/Model.java +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/Model.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/NoBean.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/NoBean.jaxx index 711b1b6..4e68568 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/NoBean.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/NoBean.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundBean.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundBean.jaxx index 05773d3..e34436f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundBean.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundBean.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorList.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorList.jaxx index 76ad61d..51f09c1 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorList.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorList.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorListModel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorListModel.jaxx index a8c805f..6246bb4 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorListModel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorListModel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTable.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTable.jaxx index 04c0a4f..d711efb 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTable.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTable.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTableModel.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTableModel.jaxx index 3e4e420..c125f9b 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTableModel.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundErrorTableModel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundParentValidator.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundParentValidator.jaxx index 20ac45d..7f5323c 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundParentValidator.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/errors/UnfoundParentValidator.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/FieldComponentDuplicated.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/FieldComponentDuplicated.jaxx index 9234fcd..3ce3684 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/FieldComponentDuplicated.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/FieldComponentDuplicated.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Validation.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Validation.jaxx index f0abe8f..3c43f0e 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Validation.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/Validation.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/ValidationBeanClass.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/ValidationBeanClass.jaxx index 06c9645..c9b5abc 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/ValidationBeanClass.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/compilerValidatorTest/validator/ok/ValidationBeanClass.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/First.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/First.jaxx index 1199a4e..ab4fada 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/First.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/First.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/simpleBinding.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/simpleBinding.xml index 2e789bf..be92182 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/simpleBinding.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/dataBindingTest/simpleBinding.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/BoxedDecorator.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/BoxedDecorator.jaxx index d1f3f42..8904b74 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/BoxedDecorator.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/BoxedDecorator.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/Decorator.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/Decorator.xml index fa71a17..bcf1125 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/Decorator.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/decoratorTest/Decorator.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error.xml index adc7249..295feb2 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingcombo.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingcombo.jaxx index 9d4fb1c..44c401d 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingcombo.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingcombo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swinglist.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swinglist.jaxx index a558c65..10a80ac 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swinglist.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swinglist.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingtree.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingtree.jaxx index afad00b..5edb8f0 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingtree.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/error/swingtree.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok.xml index a86bb25..cbe2788 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx index 7e388f5..f0d96cf 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx index ccac775..87a4260 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx index c63e652..1afa3b2 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingcombo.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingcombo.jaxx index db26fef..350d6d3 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingcombo.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingcombo.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swinglist.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swinglist.jaxx index 72e65be..2256246 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swinglist.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swinglist.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingtree.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingtree.jaxx index 2346b6a..5f5f3d4 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingtree.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/evolution74Test/ok/swingtree.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nText.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nText.xml index 715f040..c6b8e57 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nText.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nText.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml index 6834dd8..0919067 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nToolTipText.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nToolTipText.xml index 73565d0..45de732 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nToolTipText.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/I18nToolTipText.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx index 059ef47..1c8c38f 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx index caa5deb..ead72d1 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane.jaxx index 15f2201..d07ba21 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx index dcec412..704c9e1 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx index af063f9..3790be2 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane.jaxx index 5bfc649..fe27964 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx index 3b1b66a..8e188b7 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx index 624d185..2707a83 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx index e859ed9..d5128a3 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml index 7144487..d93bda5 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml @@ -3,7 +3,7 @@ #%L JAXX :: Maven plugin %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java index e051fdd..ca437d0 100644 --- a/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java +++ b/jaxx-maven-plugin/src/test/resources/org/nuiton/jaxx/plugin/lambdaTest/LambdaHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.plugin.lambdaTest; * #%L * JAXX :: Maven plugin * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/Base64Coder.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/Base64Coder.java index a345294..a038569 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/Base64Coder.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/Base64Coder.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/ComponentDescriptor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/ComponentDescriptor.java index 260c4f3..fcdd092 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/ComponentDescriptor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/ComponentDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingListener.java index 8bfc30e..02287c1 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingUpdateListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingUpdateListener.java index 23ac044..7cad3e4 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingUpdateListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/DataBindingUpdateListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXBinding.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXBinding.java index 498a382..286a0de 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXBinding.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXContext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXContext.java index 5c5db69..8c40493 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXContext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXContext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObject.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObject.java index 1be13e3..d2ce327 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObject.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObject.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObjectDescriptor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObjectDescriptor.java index 949c135..41153d1 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObjectDescriptor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXObjectDescriptor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXUtil.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXUtil.java index ce73cde..15b7ded 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXUtil.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/SwingUtil.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/SwingUtil.java index b99a9d3..c454e69 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/SwingUtil.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/SwingUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/BuildTreeVisitor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/BuildTreeVisitor.java index 6d7cda9..503fd74 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/BuildTreeVisitor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/BuildTreeVisitor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.awt.visitor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNode.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNode.java index 8e96157..c71b241 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNode.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNode.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.awt.visitor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNodeVisitor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNodeVisitor.java index 3c60c21..f62147c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNodeVisitor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/ComponentTreeNodeVisitor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.awt.visitor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java index 7b6c43b..ea8103e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/DebugComponentTreeNodeVisitor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.awt.visitor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/GetCompopentAtPointVisitor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/GetCompopentAtPointVisitor.java index 8b3be48..9e92547 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/GetCompopentAtPointVisitor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/GetCompopentAtPointVisitor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.awt.visitor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/package.html index db3e269..ddfe27a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/awt/visitor/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/bean/BeanTypeAware.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/bean/BeanTypeAware.java index 213b705..8195f0b 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/bean/BeanTypeAware.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/bean/BeanTypeAware.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.bean; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/DefaultJAXXBinding.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/DefaultJAXXBinding.java index 6d104ac..ec7fda6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/DefaultJAXXBinding.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/DefaultJAXXBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/SimpleJAXXObjectBinding.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/SimpleJAXXObjectBinding.java index 508e0cb..2d50ccb 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/SimpleJAXXObjectBinding.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/binding/SimpleJAXXObjectBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContext.java index b5cc66c..8867341 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContext.java index 57e456a..1d6e5c9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXContextEntryDef.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXContextEntryDef.java index d3ba57e..0f02239 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXContextEntryDef.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXContextEntryDef.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXInitialContext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXInitialContext.java index 4e151db..fe3945c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXInitialContext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/JAXXInitialContext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/DataBinding.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/DataBinding.java index 5c2b362..e54416e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/DataBinding.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/DataBinding.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Pseudoclasses.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Pseudoclasses.java index d7bfd5a..0c47a70 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Pseudoclasses.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Pseudoclasses.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Rule.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Rule.java index 16e5285..1ac7f31 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Rule.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Rule.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Selector.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Selector.java index c07cb04..61223e5 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Selector.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Selector.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Stylesheet.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Stylesheet.java index fe1fbb5..6a57e02 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Stylesheet.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/css/Stylesheet.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/spi/UIHandler.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/spi/UIHandler.java index 66dc058..5e1b751 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/spi/UIHandler.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/spi/UIHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.spi; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Application.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Application.java index 03a61fd..b4d2a51 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Application.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Application.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI.java index 27d45e3..13a1e2b 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI2.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI2.java index 3ae4c9a..eef9dab 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI2.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/BlockingLayerUI2.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2.java index d61382a..51fa5a1 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2Ext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2Ext.java index b7df529..a04a524 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2Ext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/CardLayout2Ext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentMover.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentMover.java index bb0b5de..3eed262 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentMover.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentMover.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentResizer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentResizer.java index 7919433..09279d9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentResizer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/ComponentResizer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBox.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBox.java index 927fcbc..320962f 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBox.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBox.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxBeanInfo.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxBeanInfo.java index 0812084..d8bcb06 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxBeanInfo.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxBeanInfo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxLayout.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxLayout.java index 2dd0ffb..979de80 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxLayout.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/HBoxLayout.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Item.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Item.java index a82b2f7..aef8e47 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Item.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Item.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXButtonGroup.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXButtonGroup.java index d120ef9..63a1a5a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXButtonGroup.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXButtonGroup.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXComboBox.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXComboBox.java index e8d525b..91ba30f 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXComboBox.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXComboBox.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXList.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXList.java index 5ba033c..2d4e1c4 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXList.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXList.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTab.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTab.java index 4499a2a..5486c21 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTab.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTab.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXToggleButton.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXToggleButton.java index bd02e8b..9eb2547 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXToggleButton.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXToggleButton.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTree.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTree.java index e749a0c..4cf0ad6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTree.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JAXXTree.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JTables.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JTables.java index 83728ed..6f979f5 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JTables.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/JTables.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/OneClicListSelectionModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/OneClicListSelectionModel.java index b2a052a..6ad90d6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/OneClicListSelectionModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/OneClicListSelectionModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Spacer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Spacer.java index 30b6a24..9eec211 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Spacer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Spacer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfo.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfo.java index bb8fc12..496a17c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfo.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfoPropertyChangeListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfoPropertyChangeListener.java index 085227c..337072e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfoPropertyChangeListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/TabInfoPropertyChangeListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Table.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Table.java index 3ce1a55..7e6ab24 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Table.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/Table.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBox.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBox.java index 0a30b91..06934dd 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBox.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBox.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxBeanInfo.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxBeanInfo.java index 4187c58..2dcdbc5 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxBeanInfo.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxBeanInfo.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxLayout.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxLayout.java index 8ec6910..4b43aea 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxLayout.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/VBoxLayout.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionExecutor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionExecutor.java index c8af632..d827254 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionExecutor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionExecutor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionWorker.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionWorker.java index c6fd5dc..205c68b 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionWorker.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ActionWorker.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ApplicationRunner.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ApplicationRunner.java index 4352163..86b54a8 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ApplicationRunner.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/application/ApplicationRunner.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/BooleanCellEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/BooleanCellEditor.java index 8151ade..2f40c51 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/BooleanCellEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/BooleanCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ClassCellEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ClassCellEditor.java index 1503524..88ceea0 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ClassCellEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ClassCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ColorCellEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ColorCellEditor.java index 66c24ef..1fb197f 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ColorCellEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/ColorCellEditor.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.runtime.swing.editor; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/EnumEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/EnumEditor.java index 6575c3d..0b2a5ce 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/EnumEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/EnumEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeCellEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeCellEditor.java index 77a73ad..81cd0fe 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeCellEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeEditor.java index a507c54..918210b 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/KeyStrokeEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/LocaleEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/LocaleEditor.java index b0f1f88..cbf45d9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/LocaleEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/LocaleEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/MyDefaultCellEditor.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/MyDefaultCellEditor.java index 8d54248..79acf78 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/MyDefaultCellEditor.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/editor/MyDefaultCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpBroker.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpBroker.java index 8c74b15..80be083 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpBroker.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpBroker.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java index d98a42f..0eb88f3 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUIHandler.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUIHandler.java index a7f0631..01daf68 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUIHandler.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/help/JAXXHelpUIHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/CheckListAction.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/CheckListAction.java index 1b4d75f..89a9fa4 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/CheckListAction.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/CheckListAction.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.list; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/CheckListFilterType.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/CheckListFilterType.java index 2fb35ea..97b241f 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/CheckListFilterType.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/CheckListFilterType.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.list.filter; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/DefaultFilterableCheckListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/DefaultFilterableCheckListModel.java index fd6fa91..06f3345 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/DefaultFilterableCheckListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/DefaultFilterableCheckListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.list.filter; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckList.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckList.java index 5d7a87b..9d625ca 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckList.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckList.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.list.filter; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckListModel.java index 5782213..de19d4a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/list/filter/FilterableCheckListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.list.filter; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractGenericListSelectionModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractGenericListSelectionModel.java index bb929a4..4e13385 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractGenericListSelectionModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractGenericListSelectionModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractSelectionListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractSelectionListModel.java index a8d0cb3..766e036 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractSelectionListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/AbstractSelectionListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxModel2.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxModel2.java index 979379c..167b8db 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxModel2.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxModel2.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxSelectionEvent.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxSelectionEvent.java index 829c5dc..0408626 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxSelectionEvent.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/ComboBoxSelectionEvent.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListEvent.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListEvent.java index d33b2d6..5c45cdb 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListEvent.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListEvent.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListListener.java index 7d04d25..8b74b2f 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListModel.java index 736bf83..6ad3587 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListSelectionModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListSelectionModel.java index 8744164..bd015ae 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListSelectionModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/GenericListSelectionModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultComboBoxModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultComboBoxModel.java index 25ca3cb..aa5719c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultComboBoxModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultComboBoxModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultListModel.java index 2814d83..6ea4c82 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxDefaultListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableComboBoxModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableComboBoxModel.java index 09a79d5..681e364 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableComboBoxModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableComboBoxModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableListModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableListModel.java index 20df26d..b0811e2 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableListModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/JaxxFilterableListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemListener.java index 01f8dde..b84508a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemListener.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemVetoException.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemVetoException.java index a2ee397..13724e7 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemVetoException.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/model/WillChangeSelectedItemVetoException.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.model; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavBridge.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavBridge.java index 86d9fca..5b2e50c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavBridge.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavBridge.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavDataProvider.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavDataProvider.java index 7038925..7596ae6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavDataProvider.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavDataProvider.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavHelper.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavHelper.java index c38f69f..a5b22ee 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavHelper.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNode.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNode.java index b9e3978..0ecd243 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNode.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNodeChildLoador.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNodeChildLoador.java index 576e5e8..6ba9530 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNodeChildLoador.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/NavNodeChildLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/package.html index 29c6c61..adfc254 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/AbstractNavTreeCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/AbstractNavTreeCellRenderer.java index 76618a8..8587332 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/AbstractNavTreeCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/AbstractNavTreeCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeBridge.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeBridge.java index 28857c5..ae64403 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeBridge.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeBridge.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeHelper.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeHelper.java index 725170d..2971eab 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeHelper.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNode.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNode.java index 1cbc08e..2496d5d 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNode.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNodeChildLoador.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNodeChildLoador.java index 7dd97af..22b6eb1 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNodeChildLoador.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/NavTreeNodeChildLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/package.html index 319c7c8..2e2d2d9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/tree/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableBridge.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableBridge.java index 6a22744..ddb2293 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableBridge.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableBridge.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableHelper.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableHelper.java index e6c5e2e..c2ce43d 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableHelper.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableModel.java index b249930..e416cb6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNode.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNode.java index 2e42104..2208b8e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNode.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNode.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNodeChildLoador.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNodeChildLoador.java index 018bf9b..f1b7e80 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNodeChildLoador.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/NavTreeTableNodeChildLoador.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/package.html index 57e8d95..b89dbbd 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/nav/treetable/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/BooleanCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/BooleanCellRenderer.java index 6720ef2..ba533ff 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/BooleanCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/BooleanCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ClassTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ClassTableCellRenderer.java index c207f95..b5ee345 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ClassTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ClassTableCellRenderer.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.runtime.swing.renderer; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ColorCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ColorCellRenderer.java index d33bd1d..1295db0 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ColorCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/ColorCellRenderer.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.runtime.swing.renderer; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorListCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorListCellRenderer.java index 344c067..d6286b9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorListCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorListCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderListCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderListCellRenderer.java index 1a0fd77..75efcdc 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderListCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderListCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderTableCellRenderer.java index 700a180..6b832fc 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorProviderTableCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorTableCellRenderer.java index c48f631..4b1457a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/DecoratorTableCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EmptyNumberTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EmptyNumberTableCellRenderer.java index 4ec9210..19c36e4 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EmptyNumberTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EmptyNumberTableCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumEditorRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumEditorRenderer.java index 9e4373c..416fee9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumEditorRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumEditorRenderer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.renderer; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumTableCellRenderer.java index 1207d11..13cf6ba 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/EnumTableCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/FilteredDecoratorListCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/FilteredDecoratorListCellRenderer.java index 0a97c28..a532c5a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/FilteredDecoratorListCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/FilteredDecoratorListCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/I18nTableCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/I18nTableCellRenderer.java index bd9a1e6..1be1b41 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/I18nTableCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/I18nTableCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/LocaleListCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/LocaleListCellRenderer.java index f12150d..4b51b67 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/LocaleListCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/LocaleListCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorListCellRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorListCellRenderer.java index 1b78c77..d471fdc 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorListCellRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorListCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorTableCelleRenderer.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorTableCelleRenderer.java index dcc2581..7b7c80e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorTableCelleRenderer.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/renderer/MultiDecoratorTableCelleRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JSplitPaneState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JSplitPaneState.java index 5771538..3a08b62 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JSplitPaneState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JSplitPaneState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTabbedPaneState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTabbedPaneState.java index 374164e..7ceff88 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTabbedPaneState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTabbedPaneState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTableState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTableState.java index db09ab0..2df61de 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTableState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JTableState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JXTableSwingSessionState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JXTableSwingSessionState.java index 9e1f79d..a6f93ab 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JXTableSwingSessionState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/JXTableSwingSessionState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/State.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/State.java index 737aef3..f1a6b5c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/State.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/State.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/SwingSession.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/SwingSession.java index 4c918b8..82148e9 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/SwingSession.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/SwingSession.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/WindowState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/WindowState.java index 8f92f1f..f8e7a43 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/WindowState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/session/WindowState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.runtime.swing.session; * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java index 164de81..85ee312 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java index 9c807c0..567bf9c 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java index 619ee77..bef29c8 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java index 7c28b80..60b2754 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java index d11c418..2dd639e 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java index 8b59b8c..a7f6331 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java index 39461e9..452d8b1 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java index 78b5ff1..0fb2ae4 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java index b44489e..e76e554 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java index 9b09388..42b3cf6 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java index 6b80ff9..a15a801 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java index 9ca7d9e..4d5e216 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java index 0345963..75b74cc 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html index 4bab3c8..dedc8de 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html index 0f95194..385ff5a 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/site/site.xml b/jaxx-runtime/src/site/site.xml index a9ffb7b..c1fa954 100644 --- a/jaxx-runtime/src/site/site.xml +++ b/jaxx-runtime/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Runtime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/UtilTest.java b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/UtilTest.java index a172510..d5857c9 100644 --- a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/UtilTest.java +++ b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/UtilTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContextTest.java b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContextTest.java index bd170fe..2f6574a 100644 --- a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContextTest.java +++ b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultApplicationContextTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContextTest.java b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContextTest.java index 7328625..95b3b57 100644 --- a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContextTest.java +++ b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DefaultJAXXContextTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-runtime/src/test/resources/log4j.properties b/jaxx-runtime/src/test/resources/log4j.properties index 0ec28f6..ac4e184 100644 --- a/jaxx-runtime/src/test/resources/log4j.properties +++ b/jaxx-runtime/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Runtime # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/JAXXValidator.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/JAXXValidator.java index c354ec9..2de3a96 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/JAXXValidator.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/JAXXValidator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableModel.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableModel.java index 6f67573..622fb5d 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableModel.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableRenderer.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableRenderer.java index 44fddbf..51a926a 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableRenderer.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SimpleBeanValidatorMessageTableRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidator.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidator.java index 274ba53..374cd4a 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidator.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidator.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorDataLocator.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorDataLocator.java index fc8655f..95b6569 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorDataLocator.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorDataLocator.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorHighlightPredicate.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorHighlightPredicate.java index 204adae..ac8ea93 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorHighlightPredicate.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorHighlightPredicate.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessage.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessage.java index 34c45f1..1ee8d28 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessage.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessage.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableModel.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableModel.java index 7ea4559..25ee7ef 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableModel.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableModel.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableMouseListener.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableMouseListener.java index 5f9df46..b404c94 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableMouseListener.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableMouseListener.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableRenderer.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableRenderer.java index 37db6e3..58f4e9b 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableRenderer.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageTableRenderer.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageWidget.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageWidget.java index 6ae9627..9024e6d 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageWidget.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorMessageWidget.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorTableEditorModelListener.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorTableEditorModelListener.java index 49b1f96..7abbe59 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorTableEditorModelListener.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingListValidatorTableEditorModelListener.java @@ -3,7 +3,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidator.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidator.java index 8743e7c..47b2ab5 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidator.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessage.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessage.java index 49c285d..90d134a 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessage.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessage.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListModel.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListModel.java index 285d935..c69b86d 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListModel.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListMouseListener.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListMouseListener.java index d0ff76d..dc4a287 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListMouseListener.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListMouseListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListRenderer.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListRenderer.java index 3c1c6b7..04c0efd 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListRenderer.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageListRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableModel.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableModel.java index ae28936..bee3961 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableModel.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableMouseListener.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableMouseListener.java index 39f2a8e..a0ada23 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableMouseListener.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableMouseListener.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableRenderer.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableRenderer.java index 7b52145..e1ceed4 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableRenderer.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageTableRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageWidget.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageWidget.java index 46358ae..dc98fb6 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageWidget.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorMessageWidget.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorUtil.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorUtil.java index bec3874..28c6b2a 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorUtil.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/SwingValidatorUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/Validator.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/Validator.java index 0dbab5d..f484a15 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/Validator.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/Validator.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/ValidatorField.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/ValidatorField.java index 6e9a6ef..1f89ba2 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/ValidatorField.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/meta/ValidatorField.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/AbstractBeanValidatorUI.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/AbstractBeanValidatorUI.java index 2c6d998..068343c 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/AbstractBeanValidatorUI.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/AbstractBeanValidatorUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/IconValidationUI.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/IconValidationUI.java index 6fea9d1..0da3407 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/IconValidationUI.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/IconValidationUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/ImageValidationUI.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/ImageValidationUI.java index 66a16da..596d5a6 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/ImageValidationUI.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/ImageValidationUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/TranslucentValidationUI.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/TranslucentValidationUI.java index 0cee35d..87e0444 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/TranslucentValidationUI.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/ui/TranslucentValidationUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessage.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessage.java index 266f42e..11eba3c 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessage.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessage.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableModel.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableModel.java index 984d8d1..29aa965 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableModel.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableMouseListener.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableMouseListener.java index a340521..5d75624 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableMouseListener.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableMouseListener.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableRenderer.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableRenderer.java index e6b3517..67e38b6 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableRenderer.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageTableRenderer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageUtil.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageUtil.java index 62070b8..707ae42 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageUtil.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageUtil.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageWidget.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageWidget.java index 672a71a..e005716 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageWidget.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/UnifiedValidatorMessageWidget.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/package-info.java b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/package-info.java index 812480d..92070f8 100644 --- a/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/package-info.java +++ b/jaxx-validator/src/main/java/org/nuiton/jaxx/validator/swing/unified/package-info.java @@ -12,7 +12,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/site/site.xml b/jaxx-validator/src/site/site.xml index 53e7160..f58bff3 100644 --- a/jaxx-validator/src/site/site.xml +++ b/jaxx-validator/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Validator %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/test/resources/log4j.properties b/jaxx-validator/src/test/resources/log4j.properties index ffff0a3..8740811 100644 --- a/jaxx-validator/src/test/resources/log4j.properties +++ b/jaxx-validator/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Validator # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-validator/src/test/resources/validators.xml b/jaxx-validator/src/test/resources/validators.xml index b7a57df..4e6e4bc 100644 --- a/jaxx-validator/src/test/resources/validators.xml +++ b/jaxx-validator/src/test/resources/validators.xml @@ -3,7 +3,7 @@ #%L JAXX :: Validator %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx index 5296805..4383e32 100644 --- a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx +++ b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets About %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java index bfc168d..33a16bd 100644 --- a/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java +++ b/jaxx-widgets-about/src/main/java/org/nuiton/jaxx/widgets/about/AboutUIBuilder.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.about; * #%L * JAXX :: Widgets About * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-about/src/site/site.xml b/jaxx-widgets-about/src/site/site.xml index e8d58c6..d98da4f 100644 --- a/jaxx-widgets-about/src/site/site.xml +++ b/jaxx-widgets-about/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets About %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java index d01ee77..01a45b9 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java index 0a36e21..b72e6e4 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java index 724a82e..029db2a 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/ModelToBean.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/MutateOnConditionalPropertyChangeListener.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/MutateOnConditionalPropertyChangeListener.java index c63f87f..dfca342 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/MutateOnConditionalPropertyChangeListener.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/MutateOnConditionalPropertyChangeListener.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormattedTextFieldNavigationManager.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormattedTextFieldNavigationManager.java index 412b846..46548c4 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormattedTextFieldNavigationManager.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormattedTextFieldNavigationManager.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.jformattedtextfield; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java index 7a73dc0..7597023 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroup.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.jformattedtextfield; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroups.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroups.java index 9ac48a4..3c9e341 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroups.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/jformattedtextfield/JFormatterTextFieldInternalGroups.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.jformattedtextfield; * #%L * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/site/site.xml b/jaxx-widgets-common/src/site/site.xml index 240241e..b94a885 100644 --- a/jaxx-widgets-common/src/site/site.xml +++ b/jaxx-widgets-common/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Common %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-common/src/test/resources/log4j.properties b/jaxx-widgets-common/src/test/resources/log4j.properties index 943c5c0..ebd1151 100644 --- a/jaxx-widgets-common/src/test/resources/log4j.properties +++ b/jaxx-widgets-common/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets Common # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUI.jaxx b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUI.jaxx index 28c495f..bebf888 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUI.jaxx +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUIHandler.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUIHandler.java index 88836fc..59fc55b 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUIHandler.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCallBackUIHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUI.jaxx b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUI.jaxx index ea071b2..a2337e7 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUI.jaxx +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUIHandler.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUIHandler.java index 586dd6e..41a9895 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUIHandler.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigCategoryUIHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableEditor.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableEditor.java index ff67102..ab2fce8 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableEditor.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableEditor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableRenderer.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableRenderer.java index 2e4f147..dd0d044 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableRenderer.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigTableRenderer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUI.jaxx b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUI.jaxx index bf5af3b..9cbf88b 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUI.jaxx +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHandler.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHandler.java index fedc74a..ba48989 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHandler.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHelper.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHelper.java index fae297d..7e2438d 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHelper.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/ConfigUIHelper.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackEntry.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackEntry.java index 1bc5779..f7c56e1 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackEntry.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackEntry.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackFinalizer.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackFinalizer.java index dca4ce0..05dd0ef 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackFinalizer.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackFinalizer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackMap.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackMap.java index 1d591e6..06fd321 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackMap.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBackMap.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBacksManager.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBacksManager.java index fd8ace3..3175781 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBacksManager.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CallBacksManager.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CategoryModel.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CategoryModel.java index 3998f00..210d596 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CategoryModel.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/CategoryModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigTableModel.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigTableModel.java index 47cfbe7..1f8714f 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigTableModel.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigTableModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModel.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModel.java index 1734a16..1c7e625 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModel.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModelBuilder.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModelBuilder.java index bcc11aa..bf6061e 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModelBuilder.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/ConfigUIModelBuilder.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/MainCallBackFinalizer.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/MainCallBackFinalizer.java index 9a94368..f5f36fa 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/MainCallBackFinalizer.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/MainCallBackFinalizer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/OptionModel.java b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/OptionModel.java index f96acf5..065aa9b 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/OptionModel.java +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/OptionModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/package.html b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/package.html index c1f7539..9bd7d57 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/package.html +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/model/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/package.html b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/package.html index 186532a..be65d0a 100644 --- a/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/package.html +++ b/jaxx-widgets-config/src/main/java/org/nuiton/jaxx/widgets/config/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/site/site.xml b/jaxx-widgets-config/src/site/site.xml index 799dd91..07641b8 100644 --- a/jaxx-widgets-config/src/site/site.xml +++ b/jaxx-widgets-config/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Config %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfig.java b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfig.java index df65931..a753483 100644 --- a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfig.java +++ b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfig.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfigTest.java b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfigTest.java index 7d050d1..fc0dc71 100644 --- a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfigTest.java +++ b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyDelegateConfigTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfig.java b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfig.java index 8197bd3..384e4ec 100644 --- a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfig.java +++ b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfig.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfigTest.java b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfigTest.java index 41db540..6df82f6 100644 --- a/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfigTest.java +++ b/jaxx-widgets-config/src/test/java/org/nuiton/jaxx/widgets/config/model/MyInheritedConfigTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.config.model; * #%L * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-config/src/test/resources/log4j.properties b/jaxx-widgets-config/src/test/resources/log4j.properties index 2e5e625..28f7881 100644 --- a/jaxx-widgets-config/src/test/resources/log4j.properties +++ b/jaxx-widgets-config/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets Config # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellEditor.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellEditor.java index 5658f9b..0f06783 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellEditor.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellRenderer.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellRenderer.java index 8add81d..95ba9ea 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellRenderer.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateCellRenderer.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx index e8108b1..9b56086 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java index a75d2fb..dd0732a 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java index b623ca3..4bb5392 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/DateTimeEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/ExtendedBasicDatePickerUI.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/ExtendedBasicDatePickerUI.java index 197361c..7a47ae2 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/ExtendedBasicDatePickerUI.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/ExtendedBasicDatePickerUI.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/JAXXDatePicker.jaxx b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/JAXXDatePicker.jaxx index 0d64272..4f5a575 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/JAXXDatePicker.jaxx +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/JAXXDatePicker.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.jaxx b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.jaxx index 86af51b..c9682a9 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.jaxx +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java index d8ca3fd..420fd0c 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java index 64c0313..45bbb16 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java index 43a7d6c..38197ba 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java index e8623d9..1837eef 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime.session; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java index 629e797..7dc56d1 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.datetime.session; * #%L * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/site/site.xml b/jaxx-widgets-datetime/src/site/site.xml index 24a53a1..132f4b2 100644 --- a/jaxx-widgets-datetime/src/site/site.xml +++ b/jaxx-widgets-datetime/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-datetime/src/test/resources/log4j.properties b/jaxx-widgets-datetime/src/test/resources/log4j.properties index f6b8846..3d830e8 100644 --- a/jaxx-widgets-datetime/src/test/resources/log4j.properties +++ b/jaxx-widgets-datetime/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets DateTime # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx b/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx index 5c0036a..ccb6488 100644 --- a/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx +++ b/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Error %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUIHandler.java b/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUIHandler.java index 2e80b6b..7e135fe 100644 --- a/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUIHandler.java +++ b/jaxx-widgets-error/src/main/java/org/nuiton/jaxx/widgets/error/ErrorDialogUIHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Error * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-error/src/site/site.xml b/jaxx-widgets-error/src/site/site.xml index e9a7ff1..ec0345e 100644 --- a/jaxx-widgets-error/src/site/site.xml +++ b/jaxx-widgets-error/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Error %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/assembly/deps.xml b/jaxx-widgets-extra/src/main/assembly/deps.xml index 72476a8..23cbe77 100644 --- a/jaxx-widgets-extra/src/main/assembly/deps.xml +++ b/jaxx-widgets-extra/src/main/assembly/deps.xml @@ -2,7 +2,7 @@ #%L JAXX :: Extra Widgets %% - Copyright (C) 2004 - 2016 CodeLutin + Copyright (C) 2004 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/assembly/full.xml b/jaxx-widgets-extra/src/main/assembly/full.xml index 9277daa..7fddc73 100644 --- a/jaxx-widgets-extra/src/main/assembly/full.xml +++ b/jaxx-widgets-extra/src/main/assembly/full.xml @@ -2,7 +2,7 @@ #%L JAXX :: Extra Widgets %% - Copyright (C) 2004 - 2016 CodeLutin + Copyright (C) 2004 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/AboutFrame.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/AboutFrame.java index bee3e34..df025b7 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/AboutFrame.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/AboutFrame.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/ApplicationAction.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/ApplicationAction.java index e34baa4..42d2869 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/ApplicationAction.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/ApplicationAction.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/CustomFocusTraversalPolicy.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/CustomFocusTraversalPolicy.java index e1ebb8b..58b73cd 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/CustomFocusTraversalPolicy.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/CustomFocusTraversalPolicy.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/GridFlowLayout.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/GridFlowLayout.java index 4cc8b99..9763974 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/GridFlowLayout.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/GridFlowLayout.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/IconFactory.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/IconFactory.java index 866b920..ac0fd22 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/IconFactory.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/IconFactory.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/JComboBoxAutoCompletionKit.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/JComboBoxAutoCompletionKit.java index 9262a61..33b9532 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/JComboBoxAutoCompletionKit.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/JComboBoxAutoCompletionKit.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/MessageDialog.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/MessageDialog.java index 288d967..cc5bf5f 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/MessageDialog.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/MessageDialog.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SimpleInternalFrame.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SimpleInternalFrame.java index d2bebd9..209a942 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SimpleInternalFrame.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SimpleInternalFrame.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SplashScreen.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SplashScreen.java index e22bd29..335b3ef 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SplashScreen.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SplashScreen.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingUtil.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingUtil.java index 484a6fe..8681c83 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingUtil.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingWidgetFactory.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingWidgetFactory.java index ecbc9c5..4ccfe7a 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingWidgetFactory.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwingWidgetFactory.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwitchPane.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwitchPane.java index 036aa49..99c2d4e 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwitchPane.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/SwitchPane.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/UIFSplitPane.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/UIFSplitPane.java index 4c7ffe4..ffcc0eb 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/UIFSplitPane.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/UIFSplitPane.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/WidgetUtil.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/WidgetUtil.java index f18e9df..2070562 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/WidgetUtil.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/WidgetUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridLayout.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridLayout.java index 63027e2..e4d75e4 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridLayout.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridLayout.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridParseConstraints.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridParseConstraints.java index 1d23d0d..672ce64 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridParseConstraints.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/XMLGridParseConstraints.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/datatips/package-info.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/datatips/package-info.java index e9960ba..ca5f44d 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/datatips/package-info.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/datatips/package-info.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/DefaultEditor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/DefaultEditor.java index 69591bf..516d36c 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/DefaultEditor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/DefaultEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/Editor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/Editor.java index af4363f..0696adb 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/Editor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/Editor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorHelper.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorHelper.java index 297eb50..1ef7b06 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorHelper.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorInterface.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorInterface.java index 26b8d6e..4a8e8c2 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorInterface.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/EditorInterface.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/JEditEditor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/JEditEditor.java index b80ca3f..239ccd8 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/JEditEditor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/JEditEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/NullEditor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/NullEditor.java index ae16bb0..d03a340 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/NullEditor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/NullEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/RSyntaxEditor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/RSyntaxEditor.java index a73f426..30ef470 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/RSyntaxEditor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/RSyntaxEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/SDocEditor.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/SDocEditor.java index 7c88cd6..5e4a8fb 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/SDocEditor.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/editor/SDocEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/package.html b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/package.html index b2c6b8a..de4a9d9 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/package.html +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/package.html @@ -2,7 +2,7 @@ #%L JAXX :: Extra Widgets %% - Copyright (C) 2004 - 2016 CodeLutin + Copyright (C) 2004 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tooltip/package-info.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tooltip/package-info.java index 108d7a4..024e5d1 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tooltip/package-info.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tooltip/package-info.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/FilterTreeModel.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/FilterTreeModel.java index 36ad206..e7469bd 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/FilterTreeModel.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/FilterTreeModel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/TreeFilter.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/TreeFilter.java index 1132410..da8915c 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/TreeFilter.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/TreeFilter.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/package-info.java b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/package-info.java index e8a5fd1..40d3947 100644 --- a/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/package-info.java +++ b/jaxx-widgets-extra/src/main/java/org/nuiton/jaxx/widgets/extra/tree/package-info.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/site/rst/Todo.rst b/jaxx-widgets-extra/src/site/rst/Todo.rst index fb524eb..4eaec9c 100644 --- a/jaxx-widgets-extra/src/site/rst/Todo.rst +++ b/jaxx-widgets-extra/src/site/rst/Todo.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX :: Extra Widgets .. * %% -.. * Copyright (C) 2004 - 2016 CodeLutin +.. * Copyright (C) 2004 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/site/rst/components/focusabletooltips.rst b/jaxx-widgets-extra/src/site/rst/components/focusabletooltips.rst index 7d5badc..9851d24 100644 --- a/jaxx-widgets-extra/src/site/rst/components/focusabletooltips.rst +++ b/jaxx-widgets-extra/src/site/rst/components/focusabletooltips.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX :: Extra Widgets .. * %% -.. * Copyright (C) 2004 - 2016 CodeLutin +.. * Copyright (C) 2004 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/site/rst/components/treefilters.rst b/jaxx-widgets-extra/src/site/rst/components/treefilters.rst index 03c28d0..42b3300 100644 --- a/jaxx-widgets-extra/src/site/rst/components/treefilters.rst +++ b/jaxx-widgets-extra/src/site/rst/components/treefilters.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX :: Extra Widgets .. * %% -.. * Copyright (C) 2004 - 2016 CodeLutin +.. * Copyright (C) 2004 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/site/rst/index.rst b/jaxx-widgets-extra/src/site/rst/index.rst index 9bbe864..71ea097 100644 --- a/jaxx-widgets-extra/src/site/rst/index.rst +++ b/jaxx-widgets-extra/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX :: Extra Widgets .. * %% -.. * Copyright (C) 2004 - 2016 CodeLutin +.. * Copyright (C) 2004 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/site/site.xml b/jaxx-widgets-extra/src/site/site.xml index 040dc07..4012635 100644 --- a/jaxx-widgets-extra/src/site/site.xml +++ b/jaxx-widgets-extra/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Extra Widgets %% - Copyright (C) 2004 - 2016 CodeLutin + Copyright (C) 2004 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/AboutFrameTest.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/AboutFrameTest.java index d8ea77f..63d00bc 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/AboutFrameTest.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/AboutFrameTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/IconFactoryTest.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/IconFactoryTest.java index 3876a3c..d83410f 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/IconFactoryTest.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/IconFactoryTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/WidgetUtilTest.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/WidgetUtilTest.java index e342117..289e4d7 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/WidgetUtilTest.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/WidgetUtilTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/XMLGridLayoutTest.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/XMLGridLayoutTest.java index 1c0aec8..551e753 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/XMLGridLayoutTest.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/XMLGridLayoutTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/editor/EditorMain.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/editor/EditorMain.java index 8dcf205..96c526e 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/editor/EditorMain.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/editor/EditorMain.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/toolTip/FocusableToolTipMain.java b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/toolTip/FocusableToolTipMain.java index 8a330b4..a1026e5 100644 --- a/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/toolTip/FocusableToolTipMain.java +++ b/jaxx-widgets-extra/src/test/java/org/nuiton/jaxx/widgets/extra/toolTip/FocusableToolTipMain.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Extra Widgets * %% - * Copyright (C) 2004 - 2016 CodeLutin + * Copyright (C) 2004 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-extra/src/test/resources/log4j.properties b/jaxx-widgets-extra/src/test/resources/log4j.properties index 6b14e66..1437292 100644 --- a/jaxx-widgets-extra/src/test/resources/log4j.properties +++ b/jaxx-widgets-extra/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Extra Widgets # %% -# Copyright (C) 2004 - 2016 CodeLutin +# Copyright (C) 2004 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/BaseActionPanel.java b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/BaseActionPanel.java index 39c36d7..92855a0 100644 --- a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/BaseActionPanel.java +++ b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/BaseActionPanel.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileCellEditor.java b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileCellEditor.java index c1de933..448189c 100644 --- a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileCellEditor.java +++ b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileCellEditor.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditor.jaxx b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditor.jaxx index 01cbf01..1de590b 100644 --- a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditor.jaxx +++ b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets File %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditorHandler.java b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditorHandler.java index 4da7f9d..5410324 100644 --- a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditorHandler.java +++ b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/FileEditorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/JaxxFileChooser.java b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/JaxxFileChooser.java index 1426bcf..e52eab6 100644 --- a/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/JaxxFileChooser.java +++ b/jaxx-widgets-file/src/main/java/org/nuiton/jaxx/widgets/file/JaxxFileChooser.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.file; * #%L * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-file/src/site/site.xml b/jaxx-widgets-file/src/site/site.xml index eaf2db4..4a11a66 100644 --- a/jaxx-widgets-file/src/site/site.xml +++ b/jaxx-widgets-file/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets File %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizor.jaxx b/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizor.jaxx index fce3893..d7c1779 100644 --- a/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizor.jaxx +++ b/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Font %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizorHandler.java b/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizorHandler.java index 333a866..e84f1b8 100644 --- a/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizorHandler.java +++ b/jaxx-widgets-font/src/main/java/org/nuiton/jaxx/widgets/font/FontSizorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Font * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-font/src/site/site.xml b/jaxx-widgets-font/src/site/site.xml index 847bbe2..5c3a239 100644 --- a/jaxx-widgets-font/src/site/site.xml +++ b/jaxx-widgets-font/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Font %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java index b3cd351..667eacd 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateFormat.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java index 2473b07..6603ef3 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/CoordinateHelper.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java index 99bf52c..850152a 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinate.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java index 809af8a..f647a02 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverter.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java index 8345b34..01d8ca9 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinate.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverter.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverter.java index b663bad..ad54958 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverter.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverter.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java index ddf5173..08ec782 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinate.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverter.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverter.java index 11c3561..dd260e6 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverter.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverter.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/MaskFormatterFromConverter.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/MaskFormatterFromConverter.java index a8273bf..4fdb195 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/MaskFormatterFromConverter.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/MaskFormatterFromConverter.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java index 8f93783..84b8647 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditor.jaxx index 4ac673b..6f645fa 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java index 147e7cc..f2e680f 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java index fec5d3a..c7accc7 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditor.jaxx index 9af2530..08d3b23 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java index 3423676..7b0fca5 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java index a33ec7f..96153f3 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmdCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditor.jaxx index a364b7c..e0b93cd 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java index b1f817c..ec25396 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java index 51cbe89..299fcc1 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx index 8898196..c3ab38e 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java index 5c985d1..7c28203 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java index 474d4f1..a17f566 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/CoordinatesEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java index 99d92fa..5b2c546 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/absolute/package-info.java @@ -12,7 +12,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditor.jaxx index 57d9671..a6a0854 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorHandler.java index ed66080..f288d7a 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorModel.java index 2c87c49..79049f8 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDdCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditor.jaxx index 365e351..451079c 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorHandler.java index 6b52810..9ab39f7 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorModel.java index d4efa6f..e9e59f4 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditor.jaxx b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditor.jaxx index 5b5c3d5..32d122b 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditor.jaxx +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorHandler.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorHandler.java index a2c4ebc..218ae1a 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorHandler.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorModel.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorModel.java index 40956c7..af1f8fd 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorModel.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java index c496f87..e65c590 100644 --- a/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java +++ b/jaxx-widgets-gis/src/main/java/org/nuiton/jaxx/widgets/gis/signed/package-info.java @@ -12,7 +12,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/site/site.xml b/jaxx-widgets-gis/src/site/site.xml index 3934c99..11b5910 100644 --- a/jaxx-widgets-gis/src/site/site.xml +++ b/jaxx-widgets-gis/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java index cd2418a..5273572 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateConverterTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java index 82b0f0f..457525f 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DdCoordinateTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverterTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverterTest.java index bab1dff..8a76aaf 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverterTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateConverterTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateTest.java index 5e6a373..231e65e 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmdCoordinateTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverterTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverterTest.java index 4603b6b..61cfb12 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverterTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateConverterTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateTest.java index abd454a..9271d10 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/DmsCoordinateTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorTest.java index a362a4b..a7e5e64 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDdCoordinateEditorTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorTest.java index 4428de2..4c99821 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/absolute/AbsoluteDmsCoordinateEditorTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorTest.java index a2ebc07..915e10e 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmdCoordinateEditorTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorTest.java b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorTest.java index 26d5866..7fdbdab 100644 --- a/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorTest.java +++ b/jaxx-widgets-gis/src/test/java/org/nuiton/jaxx/widgets/gis/signed/SignedDmsCoordinateEditorTest.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-gis/src/test/resources/log4j.properties b/jaxx-widgets-gis/src/test/resources/log4j.properties index 1268c2f..ae7ca35 100644 --- a/jaxx-widgets-gis/src/test/resources/log4j.properties +++ b/jaxx-widgets-gis/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets Gis # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx b/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx index fce05b6..c17ec03 100644 --- a/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx +++ b/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Hidor %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButtonHandler.java b/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButtonHandler.java index d8b105d..929ae19 100644 --- a/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButtonHandler.java +++ b/jaxx-widgets-hidor/src/main/java/org/nuiton/jaxx/widgets/hidor/HidorButtonHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Hidor * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-hidor/src/site/site.xml b/jaxx-widgets-hidor/src/site/site.xml index b6e73f6..e15f93f 100644 --- a/jaxx-widgets-hidor/src/site/site.xml +++ b/jaxx-widgets-hidor/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Hidor %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx b/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx index 184dc04..279b7dc 100644 --- a/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx +++ b/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets I18n %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditorHandler.java b/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditorHandler.java index c02e952..9c623bc 100644 --- a/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditorHandler.java +++ b/jaxx-widgets-i18n/src/main/java/org/nuiton/jaxx/widgets/i18n/I18nEditorHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets I18n * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-i18n/src/site/site.xml b/jaxx-widgets-i18n/src/site/site.xml index 45bfa5f..443bd4e 100644 --- a/jaxx-widgets-i18n/src/site/site.xml +++ b/jaxx-widgets-i18n/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets I18n %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberCellEditor.java b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberCellEditor.java index d3e4094..0a80fbc 100644 --- a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberCellEditor.java +++ b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberCellEditor.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.number; * #%L * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditor.jaxx b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditor.jaxx index 505bf42..52aeebd 100644 --- a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditor.jaxx +++ b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditor.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Number %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorConfig.java b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorConfig.java index 4805da4..9ae8d60 100644 --- a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorConfig.java +++ b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorConfig.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.number; * #%L * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java index 1782e3e..710c229 100644 --- a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java +++ b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.number; * #%L * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorModel.java b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorModel.java index 0f89a8e..d291558 100644 --- a/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorModel.java +++ b/jaxx-widgets-number/src/main/java/org/nuiton/jaxx/widgets/number/NumberEditorModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.number; * #%L * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/site/site.xml b/jaxx-widgets-number/src/site/site.xml index 382ca87..7306ed9 100644 --- a/jaxx-widgets-number/src/site/site.xml +++ b/jaxx-widgets-number/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Number %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-number/src/test/resources/log4j.properties b/jaxx-widgets-number/src/test/resources/log4j.properties index de5fa46..c7a3513 100644 --- a/jaxx-widgets-number/src/test/resources/log4j.properties +++ b/jaxx-widgets-number/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets Number # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBox.jaxx b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBox.jaxx index 3725b45..1b281d5 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBox.jaxx +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBox.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java index f8744d3..e528f43 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanComboBoxHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleList.jaxx b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleList.jaxx index fe0975b..3d99d89 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleList.jaxx +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleList.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListHandler.java index 8eb1452..92f86c5 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListModel.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListModel.java index 4e2735e..08eba21 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListModel.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanDoubleListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBox.jaxx b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBox.jaxx index 11a1d79..587d961 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBox.jaxx +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBox.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBoxHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBoxHandler.java index fab3c5b..b570f93 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBoxHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanFilterableComboBoxHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeader.jaxx b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeader.jaxx index 39d6159..fcd5728 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeader.jaxx +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeader.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeaderHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeaderHandler.java index f8f6466..2e0f7d7 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeaderHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanListHeaderHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanUIUtil.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanUIUtil.java index 32e5370..abed678 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanUIUtil.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/BeanUIUtil.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.jaxx b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.jaxx index f6aab33..b7dfdc2 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.jaxx +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java index 4be60e0..d89255a 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java index afb8333..ad6cf6f 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java index 99d07b2..99d7ebd 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanDoubleListState.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanDoubleListState.java index 8e8a37d..488774f 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanDoubleListState.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanDoubleListState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select.session; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanFilterableComboBoxState.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanFilterableComboBoxState.java index c950ea4..c09203c 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanFilterableComboBoxState.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/BeanFilterableComboBoxState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select.session; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java index 572f670..3312bc8 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java @@ -4,7 +4,7 @@ package org.nuiton.jaxx.widgets.select.session; * #%L * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/site/site.xml b/jaxx-widgets-select/src/site/site.xml index 42463de..958be4e 100644 --- a/jaxx-widgets-select/src/site/site.xml +++ b/jaxx-widgets-select/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Select %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-select/src/test/resources/log4j.properties b/jaxx-widgets-select/src/test/resources/log4j.properties index 85c6b30..677a1b0 100644 --- a/jaxx-widgets-select/src/test/resources/log4j.properties +++ b/jaxx-widgets-select/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # JAXX :: Widgets Select # %% -# Copyright (C) 2008 - 2016 CodeLutin +# Copyright (C) 2008 - 2017 CodeLutin # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/ClockWidget.jaxx b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/ClockWidget.jaxx index 486a72b..e90c40e 100644 --- a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/ClockWidget.jaxx +++ b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/ClockWidget.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Status %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidget.jaxx b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidget.jaxx index 71d8809..76aebb0 100644 --- a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidget.jaxx +++ b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidget.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Status %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidgetHandler.java b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidgetHandler.java index a5fe2f8..05c07df 100644 --- a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidgetHandler.java +++ b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/MemoryStatusWidgetHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Status * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanel.jaxx b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanel.jaxx index 9e4d44f..e130c64 100644 --- a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanel.jaxx +++ b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanel.jaxx @@ -2,7 +2,7 @@ #%L JAXX :: Widgets Status %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanelHandler.java b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanelHandler.java index 1327589..7699b3b 100644 --- a/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanelHandler.java +++ b/jaxx-widgets-status/src/main/java/org/nuiton/jaxx/widgets/status/StatusMessagePanelHandler.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Widgets Status * %% - * Copyright (C) 2008 - 2016 CodeLutin + * Copyright (C) 2008 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jaxx-widgets-status/src/site/site.xml b/jaxx-widgets-status/src/site/site.xml index 93e82b5..fbd91bd 100644 --- a/jaxx-widgets-status/src/site/site.xml +++ b/jaxx-widgets-status/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX :: Widgets Status %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/BeanValidator.rst b/src/site/rst/BeanValidator.rst index 39146d3..d15ec7c 100644 --- a/src/site/rst/BeanValidator.rst +++ b/src/site/rst/BeanValidator.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/Core.rst b/src/site/rst/Core.rst index 943638f..886e9bd 100644 --- a/src/site/rst/Core.rst +++ b/src/site/rst/Core.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/I18n.rst b/src/site/rst/I18n.rst index 0d5cf5c..b33a6c5 100644 --- a/src/site/rst/I18n.rst +++ b/src/site/rst/I18n.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/JAXXContext.rst b/src/site/rst/JAXXContext.rst index 5d7a276..d68f978 100644 --- a/src/site/rst/JAXXContext.rst +++ b/src/site/rst/JAXXContext.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/JAXXFile.rst b/src/site/rst/JAXXFile.rst index a50d430..70ecbcb 100644 --- a/src/site/rst/JAXXFile.rst +++ b/src/site/rst/JAXXFile.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/NavigationModel.rst b/src/site/rst/NavigationModel.rst index 72c9ea3..4b79566 100644 --- a/src/site/rst/NavigationModel.rst +++ b/src/site/rst/NavigationModel.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/contractProgramming.rst b/src/site/rst/contractProgramming.rst index e0eaa52..3325db8 100644 --- a/src/site/rst/contractProgramming.rst +++ b/src/site/rst/contractProgramming.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/dataBinding.rst b/src/site/rst/dataBinding.rst index fe296b8..e4f9675 100644 --- a/src/site/rst/dataBinding.rst +++ b/src/site/rst/dataBinding.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/demo.rst b/src/site/rst/demo.rst index e4f57e5..b69e76b 100644 --- a/src/site/rst/demo.rst +++ b/src/site/rst/demo.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/index.rst b/src/site/rst/index.rst index a6e6b9a..aa731ed 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/javaBeans.rst b/src/site/rst/javaBeans.rst index c9168d0..a1c9d46 100644 --- a/src/site/rst/javaBeans.rst +++ b/src/site/rst/javaBeans.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/migration.rst b/src/site/rst/migration.rst index 606c4fe..2e7caf7 100644 --- a/src/site/rst/migration.rst +++ b/src/site/rst/migration.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/BeanValidator.rst b/src/site/rst/old-compiler-doc/BeanValidator.rst index c94e846..4cd7fee 100644 --- a/src/site/rst/old-compiler-doc/BeanValidator.rst +++ b/src/site/rst/old-compiler-doc/BeanValidator.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/I18n.rst b/src/site/rst/old-compiler-doc/I18n.rst index 1c8f111..8a9a29a 100644 --- a/src/site/rst/old-compiler-doc/I18n.rst +++ b/src/site/rst/old-compiler-doc/I18n.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/Interface.rst b/src/site/rst/old-compiler-doc/Interface.rst index 4102a54..d20baa0 100644 --- a/src/site/rst/old-compiler-doc/Interface.rst +++ b/src/site/rst/old-compiler-doc/Interface.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/JAXXContext.rst b/src/site/rst/old-compiler-doc/JAXXContext.rst index 732b1d4..4112fb5 100644 --- a/src/site/rst/old-compiler-doc/JAXXContext.rst +++ b/src/site/rst/old-compiler-doc/JAXXContext.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/JavaBean.rst b/src/site/rst/old-compiler-doc/JavaBean.rst index d4d3a78..0494a36 100644 --- a/src/site/rst/old-compiler-doc/JavaBean.rst +++ b/src/site/rst/old-compiler-doc/JavaBean.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/old-compiler-doc/NavigationTreeModel.rst b/src/site/rst/old-compiler-doc/NavigationTreeModel.rst index 2730e68..5fee5d5 100644 --- a/src/site/rst/old-compiler-doc/NavigationTreeModel.rst +++ b/src/site/rst/old-compiler-doc/NavigationTreeModel.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/presentation.rst b/src/site/rst/presentation.rst index 03559bc..cc0213c 100644 --- a/src/site/rst/presentation.rst +++ b/src/site/rst/presentation.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/scripting.rst b/src/site/rst/scripting.rst index bd955bd..bb855a1 100644 --- a/src/site/rst/scripting.rst +++ b/src/site/rst/scripting.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/spec-validator2.rst b/src/site/rst/spec-validator2.rst index 5b39e2e..9a63abd 100644 --- a/src/site/rst/spec-validator2.rst +++ b/src/site/rst/spec-validator2.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutoriels.rst b/src/site/rst/tutoriels.rst index 5085764..8297e53 100644 --- a/src/site/rst/tutoriels.rst +++ b/src/site/rst/tutoriels.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutos/config.rst b/src/site/rst/tutos/config.rst index a679c24..2f2fd2c 100644 --- a/src/site/rst/tutos/config.rst +++ b/src/site/rst/tutos/config.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutos/css.rst b/src/site/rst/tutos/css.rst index 7da1680..335bb56 100644 --- a/src/site/rst/tutos/css.rst +++ b/src/site/rst/tutos/css.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutos/data-binding.rst b/src/site/rst/tutos/data-binding.rst index 73b9241..f306750 100644 --- a/src/site/rst/tutos/data-binding.rst +++ b/src/site/rst/tutos/data-binding.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutos/helloworld.rst b/src/site/rst/tutos/helloworld.rst index bda0142..eff1bae 100644 --- a/src/site/rst/tutos/helloworld.rst +++ b/src/site/rst/tutos/helloworld.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/tutos/helloworld2.rst b/src/site/rst/tutos/helloworld2.rst index f534ffe..a7d19df 100644 --- a/src/site/rst/tutos/helloworld2.rst +++ b/src/site/rst/tutos/helloworld2.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/useStylesheets.rst b/src/site/rst/useStylesheets.rst index a1238db..2f4a6ac 100644 --- a/src/site/rst/useStylesheets.rst +++ b/src/site/rst/useStylesheets.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/rst/useSwingObjects.rst b/src/site/rst/useSwingObjects.rst index ac3fb61..f1466b1 100644 --- a/src/site/rst/useSwingObjects.rst +++ b/src/site/rst/useSwingObjects.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2016 CodeLutin +.. * Copyright (C) 2008 - 2017 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as diff --git a/src/site/site.xml b/src/site/site.xml index 86c1285..231bfc7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX %% - Copyright (C) 2008 - 2016 CodeLutin + Copyright (C) 2008 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.