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 a725c6a9efb58e89b3dc46b887dd6c8f719c0229 Author: Tony CHEMIT <dev@tchemit.fr> Date: Sat Dec 31 15:50:31 2016 +0100 update file headers --- .../java/org/nuiton/jaxx/compiler/ClassMap.java | 2 +- .../org/nuiton/jaxx/compiler/CompiledObject.java | 2 +- .../jaxx/compiler/CompiledObjectDecorator.java | 2 +- .../jaxx/compiler/CompilerConfiguration.java | 2 +- .../nuiton/jaxx/compiler/CompilerException.java | 2 +- .../compiler/DefaultCompilerConfiguration.java | 2 +- .../org/nuiton/jaxx/compiler/EventHandler.java | 2 +- .../java/org/nuiton/jaxx/compiler/I18nHelper.java | 2 +- .../java/org/nuiton/jaxx/compiler/IDHelper.java | 2 +- .../org/nuiton/jaxx/compiler/JAXXCompiler.java | 2 +- .../org/nuiton/jaxx/compiler/JAXXCompilerFile.java | 2 +- .../java/org/nuiton/jaxx/compiler/JAXXEngine.java | 2 +- .../java/org/nuiton/jaxx/compiler/JAXXFactory.java | 2 +- .../java/org/nuiton/jaxx/compiler/JAXXProfile.java | 2 +- .../java/org/nuiton/jaxx/compiler/SymbolTable.java | 2 +- .../compiler/UnsupportedAttributeException.java | 2 +- .../jaxx/compiler/UnsupportedTagException.java | 2 +- .../nuiton/jaxx/compiler/beans/BeanInfoUtil.java | 2 +- .../jaxx/compiler/beans/JAXXBeanDescriptor.java | 2 +- .../nuiton/jaxx/compiler/beans/JAXXBeanInfo.java | 2 +- .../compiler/beans/JAXXEventSetDescriptor.java | 2 +- .../jaxx/compiler/beans/JAXXFeatureDescriptor.java | 2 +- .../jaxx/compiler/beans/JAXXIntrospector.java | 2 +- .../compiler/beans/JAXXPropertyDescriptor.java | 2 +- .../nuiton/jaxx/compiler/binding/DataBinding.java | 2 +- .../jaxx/compiler/binding/DataBindingHelper.java | 2 +- .../nuiton/jaxx/compiler/binding/DataListener.java | 2 +- .../nuiton/jaxx/compiler/binding/DataSource.java | 2 +- .../jaxx/compiler/binding/JavaParserUtil.java | 2 +- .../compiler/binding/PseudoClassDataBinding.java | 2 +- .../binding/writers/AbstractJAXXBindingWriter.java | 2 +- .../binding/writers/DefaultJAXXBindingWriter.java | 2 +- .../binding/writers/JAXXBindingWriter.java | 2 +- .../writers/SimpleJAXXObjectBindingWriter.java | 2 +- .../nuiton/jaxx/compiler/css/StylesheetHelper.java | 2 +- .../nuiton/jaxx/compiler/css/parser/CSSParser.java | 2 +- .../compiler/css/parser/CSSParserConstants.java | 2 +- .../compiler/css/parser/CSSParserTokenManager.java | 2 +- .../css/parser/CSSParserTreeConstants.java | 2 +- .../compiler/css/parser/JJTCSSParserState.java | 2 +- .../org/nuiton/jaxx/compiler/css/parser/Node.java | 2 +- .../jaxx/compiler/css/parser/ParseException.java | 2 +- .../jaxx/compiler/css/parser/SimpleCharStream.java | 2 +- .../jaxx/compiler/css/parser/SimpleNode.java | 2 +- .../org/nuiton/jaxx/compiler/css/parser/Token.java | 2 +- .../jaxx/compiler/css/parser/TokenMgrError.java | 2 +- .../decorators/BoxedCompiledObjectDecorator.java | 2 +- .../decorators/DefaultCompiledObjectDecorator.java | 2 +- .../HelpRootCompiledObjectDecorator.java | 2 +- .../compiler/finalizers/AbstractFinalizer.java | 2 +- .../jaxx/compiler/finalizers/DefaultFinalizer.java | 2 +- .../compiler/finalizers/JAXXCompilerFinalizer.java | 2 +- .../jaxx/compiler/finalizers/SwingFinalizer.java | 2 +- .../compiler/finalizers/ValidatorFinalizer.java | 2 +- .../nuiton/jaxx/compiler/java/JavaArgument.java | 2 +- .../nuiton/jaxx/compiler/java/JavaConstructor.java | 2 +- .../org/nuiton/jaxx/compiler/java/JavaElement.java | 2 +- .../jaxx/compiler/java/JavaElementFactory.java | 2 +- .../org/nuiton/jaxx/compiler/java/JavaField.java | 2 +- .../org/nuiton/jaxx/compiler/java/JavaFile.java | 2 +- .../jaxx/compiler/java/JavaFileGenerator.java | 2 +- .../org/nuiton/jaxx/compiler/java/JavaMethod.java | 2 +- .../compiler/java/parser/JJTJavaParserState.java | 2 +- .../jaxx/compiler/java/parser/JavaCharStream.java | 2 +- .../jaxx/compiler/java/parser/JavaParser.java | 2 +- .../compiler/java/parser/JavaParserConstants.java | 2 +- .../java/parser/JavaParserTokenManager.java | 2 +- .../java/parser/JavaParserTreeConstants.java | 2 +- .../org/nuiton/jaxx/compiler/java/parser/Node.java | 2 +- .../jaxx/compiler/java/parser/ParseException.java | 2 +- .../jaxx/compiler/java/parser/SimpleNode.java | 2 +- .../nuiton/jaxx/compiler/java/parser/Token.java | 2 +- .../jaxx/compiler/java/parser/TokenMgrError.java | 2 +- .../jaxx/compiler/reflect/ClassDescriptor.java | 2 +- .../compiler/reflect/ClassDescriptorHelper.java | 2 +- .../compiler/reflect/ClassDescriptorResolver.java | 2 +- .../jaxx/compiler/reflect/FieldDescriptor.java | 2 +- .../jaxx/compiler/reflect/MemberDescriptor.java | 2 +- .../jaxx/compiler/reflect/MethodDescriptor.java | 2 +- .../ClassDescriptorResolverFromJavaClass.java | 2 +- .../ClassDescriptorResolverFromJavaFile.java | 2 +- .../ClassDescriptorResolverFromJaxxFile.java | 2 +- .../jaxx/compiler/script/ScriptInitializer.java | 2 +- .../nuiton/jaxx/compiler/script/ScriptManager.java | 2 +- .../jaxx/compiler/spi/DefaultInitializer.java | 2 +- .../org/nuiton/jaxx/compiler/spi/Initializer.java | 2 +- .../compiler/tags/DefaultComponentHandler.java | 2 +- .../jaxx/compiler/tags/DefaultObjectHandler.java | 2 +- .../nuiton/jaxx/compiler/tags/ImportHandler.java | 2 +- .../nuiton/jaxx/compiler/tags/ScriptHandler.java | 2 +- .../nuiton/jaxx/compiler/tags/StyleHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/TagHandler.java | 2 +- .../org/nuiton/jaxx/compiler/tags/TagManager.java | 2 +- .../compiler/tags/swing/ApplicationHandler.java | 2 +- .../jaxx/compiler/tags/swing/CellHandler.java | 2 +- .../compiler/tags/swing/CompiledItemContainer.java | 2 +- .../jaxx/compiler/tags/swing/ItemHandler.java | 2 +- .../compiler/tags/swing/JAXXComboBoxHandler.java | 2 +- .../jaxx/compiler/tags/swing/JAXXListHandler.java | 2 +- .../jaxx/compiler/tags/swing/JAXXTabHandler.java | 2 +- .../jaxx/compiler/tags/swing/JAXXTreeHandler.java | 2 +- .../jaxx/compiler/tags/swing/JCheckBoxHandler.java | 2 +- .../jaxx/compiler/tags/swing/JComboBoxHandler.java | 2 +- .../compiler/tags/swing/JInternalFrameHandler.java | 2 +- .../jaxx/compiler/tags/swing/JListHandler.java | 2 +- .../jaxx/compiler/tags/swing/JMenuHandler.java | 2 +- .../compiler/tags/swing/JPasswordFieldHandler.java | 2 +- .../compiler/tags/swing/JPopupMenuHandler.java | 2 +- .../compiler/tags/swing/JProgressBarHandler.java | 2 +- .../compiler/tags/swing/JRadioButtonHandler.java | 2 +- .../compiler/tags/swing/JScrollPaneHandler.java | 2 +- .../jaxx/compiler/tags/swing/JSliderHandler.java | 2 +- .../jaxx/compiler/tags/swing/JSpinnerHandler.java | 2 +- .../compiler/tags/swing/JSplitPaneHandler.java | 2 +- .../compiler/tags/swing/JTabbedPaneHandler.java | 2 +- .../compiler/tags/swing/JTextComponentHandler.java | 2 +- .../jaxx/compiler/tags/swing/JToolBarHandler.java | 2 +- .../jaxx/compiler/tags/swing/JTreeHandler.java | 2 +- .../jaxx/compiler/tags/swing/JWindowHandler.java | 2 +- .../jaxx/compiler/tags/swing/JXLayerHandler.java | 2 +- .../jaxx/compiler/tags/swing/RowHandler.java | 2 +- .../jaxx/compiler/tags/swing/TabHandler.java | 2 +- .../jaxx/compiler/tags/swing/TableHandler.java | 2 +- .../tags/validator/BeanValidatorHandler.java | 2 +- .../validator/ExcludeFieldValidatorHandler.java | 2 +- .../tags/validator/FieldValidatorHandler.java | 2 +- .../jaxx/compiler/tasks/CompileFirstPassTask.java | 2 +- .../jaxx/compiler/tasks/CompileSecondPassTask.java | 2 +- .../nuiton/jaxx/compiler/tasks/FinalizeTask.java | 2 +- .../compiler/tasks/GenerateConstructorsTask.java | 2 +- .../compiler/tasks/GenerateMissingRulesTask.java | 2 +- .../nuiton/jaxx/compiler/tasks/GenerateTask.java | 2 +- .../org/nuiton/jaxx/compiler/tasks/InitTask.java | 2 +- .../nuiton/jaxx/compiler/tasks/JAXXEngineTask.java | 2 +- .../nuiton/jaxx/compiler/tasks/ProfileTask.java | 2 +- .../nuiton/jaxx/compiler/tasks/StyleSheetTask.java | 2 +- .../nuiton/jaxx/compiler/tools/PrintTagInfo.java | 2 +- .../tools/jaxxcapture/AbstractContextNode.java | 2 +- .../compiler/tools/jaxxcapture/CapturedObject.java | 2 +- .../compiler/tools/jaxxcapture/ContextNode.java | 2 +- .../compiler/tools/jaxxcapture/JAXXCapture.java | 2 +- .../compiler/tools/jaxxcapture/LiteralNode.java | 2 +- .../compiler/tools/jaxxcapture/MethodNode.java | 2 +- .../compiler/tools/jaxxcapture/PropertyNode.java | 2 +- .../jaxx/compiler/tools/jaxxcapture/ValueNode.java | 2 +- .../jaxxcapture/handlers/JTabbedPaneHandler.java | 2 +- .../tools/jaxxcapture/handlers/ObjectHandler.java | 2 +- .../tools/jaxxcapture/handlers/TableHandler.java | 2 +- .../nuiton/jaxx/compiler/types/ColorConverter.java | 2 +- .../types/GridBagConstraintsConverter.java | 2 +- .../jaxx/compiler/types/InsetsConverter.java | 2 +- .../jaxx/compiler/types/KeyStrokeConverter.java | 2 +- .../jaxx/compiler/types/PrimitiveConverter.java | 2 +- .../nuiton/jaxx/compiler/types/TypeConverter.java | 2 +- .../nuiton/jaxx/compiler/types/TypeManager.java | 2 +- jaxx-compiler/src/site/site.xml | 2 +- .../jaxx/compiler/beans/BeanIntoUtilTest.java | 2 +- .../jaxx/compiler/binding/JavaParserUtilTest.java | 2 +- .../nuiton/jaxx/compiler/java/JavaFieldTest.java | 2 +- .../nuiton/jaxx/compiler/java/JavaMethodTest.java | 2 +- .../jaxx/compiler/java/parser/JavaParserTest.java | 4 +- .../jaxx/compiler/reflect/ClassDescriptorTest.java | 2 +- .../jaxx/compiler/reflect/MyAbstractClass.java | 2 +- .../nuiton/jaxx/compiler/reflect/MyChildClass.java | 2 +- .../jaxx/compiler/reflect/MyChildClass2.java | 2 +- .../org/nuiton/jaxx/compiler/reflect/MyClass.java | 2 +- .../org/nuiton/jaxx/compiler/reflect/MyEnum.java | 2 +- .../nuiton/jaxx/compiler/reflect/MyInterface.java | 2 +- .../nuiton/jaxx/compiler/reflect/MyInterface2.java | 2 +- .../nuiton/jaxx/compiler/reflect/MyInterface3.java | 2 +- .../ClassDescriptorResolverFromJavaFileTest.java | 2 +- .../nuiton/jaxx/compiler/tags/TagManagerTest.java | 2 +- .../jaxx/compiler/types/ColorConverterTest.java | 2 +- .../jaxx/compiler/types/InsetsConverterTest.java | 2 +- .../compiler/types/PrimitiveConverterTest.java | 2 +- .../jaxx/compiler/types/TypeManagerTest.java | 2 +- jaxx-compiler/src/test/resources/log4j.properties | 2 +- .../jaxx/plugin/AbstractGenerateHelpMojo.java | 2 +- .../org/nuiton/jaxx/plugin/AbstractJaxxMojo.java | 2 +- .../nuiton/jaxx/plugin/GenerateHelpFilesMojo.java | 2 +- .../nuiton/jaxx/plugin/GenerateHelpIdsMojo.java | 2 +- .../org/nuiton/jaxx/plugin/GenerateHelpMojo.java | 2 +- .../nuiton/jaxx/plugin/GenerateHelpSearchMojo.java | 2 +- .../java/org/nuiton/jaxx/plugin/GenerateMojo.java | 2 +- .../main/java/org/nuiton/jaxx/plugin/NodeItem.java | 2 +- .../java/org/nuiton/jaxx/plugin/XmlHelper.java | 2 +- .../src/main/resources/log4j.properties | 2 +- .../src/main/resources/logback-test.xml | 2 +- jaxx-maven-plugin/src/site/rst/index.rst | 2 +- jaxx-maven-plugin/src/site/site.xml | 2 +- .../java/org/nuiton/jaxx/plugin/Bug1124Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/Bug1404Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/Bug1722Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/Bug1750Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/Bug1751Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/Bug184Test.java | 2 +- .../java/org/nuiton/jaxx/plugin/CompilerTest.java | 2 +- .../nuiton/jaxx/plugin/CompilerValidatorTest.java | 2 +- .../org/nuiton/jaxx/plugin/DataBinding/Bean.java | 2 +- .../nuiton/jaxx/plugin/DataBinding/BeanImpl.java | 2 +- .../org/nuiton/jaxx/plugin/DataBindingTest.java | 2 +- .../java/org/nuiton/jaxx/plugin/DecoratorTest.java | 2 +- .../org/nuiton/jaxx/plugin/Evolution74Test.java | 2 +- .../test/java/org/nuiton/jaxx/plugin/I18nTest.java | 2 +- .../java/org/nuiton/jaxx/plugin/JaxxBaseTest.java | 2 +- .../java/org/nuiton/jaxx/plugin/NodeItemTest.java | 2 +- .../compilerTest/classReferences/JavaTaist.java | 2 +- .../validator/ok/Identity.java | 2 +- .../compilerValidatorTest/validator/ok/Model.java | 2 +- .../src/test/resources/log4j.properties | 2 +- .../nuiton/jaxx/plugin/bug1404Test/Bug_1404.xml | 2 +- .../org/nuiton/jaxx/plugin/bug1404Test/Test1.jaxx | 2 +- .../org/nuiton/jaxx/plugin/bug1404Test/Test2.jaxx | 2 +- .../nuiton/jaxx/plugin/bug1404Test/TestParent.jaxx | 2 +- .../nuiton/jaxx/plugin/bug1722Test/Bug_1722.xml | 2 +- .../nuiton/jaxx/plugin/bug1722Test/DemoPanel.jaxx | 2 +- .../jaxx/plugin/bug1722Test/JButtonDemo.jaxx | 2 +- .../nuiton/jaxx/plugin/bug1750Test/Bug_1750.xml | 2 +- .../nuiton/jaxx/plugin/bug1750Test/ComboBox.jaxx | 2 +- .../nuiton/jaxx/plugin/bug1751Test/Bug_1751.xml | 2 +- .../org/nuiton/jaxx/plugin/bug1751Test/Test1.jaxx | 2 +- .../org/nuiton/jaxx/plugin/bug1751Test/Test2.jaxx | 2 +- .../org/nuiton/jaxx/plugin/bug1751Test/Test3.jaxx | 2 +- .../org/nuiton/jaxx/plugin/bug184Test/Bug_184.xml | 2 +- .../org/nuiton/jaxx/plugin/bug184Test/MyPanel.jaxx | 2 +- .../nuiton/jaxx/plugin/compilerTest/CSSTests.xml | 2 +- .../jaxx/plugin/compilerTest/ClassReferences.xml | 2 +- .../jaxx/plugin/compilerTest/ClientProperty.xml | 2 +- .../ErrorJaxxContextImplementorClass.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/Errors.xml | 2 +- .../nuiton/jaxx/plugin/compilerTest/ErrorsCss.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/Force.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/Icon.xml | 2 +- .../nuiton/jaxx/plugin/compilerTest/ImportTag.xml | 2 +- .../jaxx/plugin/compilerTest/Initializers.xml | 2 +- .../jaxx/plugin/compilerTest/InnerClasses.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/NoLog.xml | 2 +- .../plugin/compilerTest/OverridingDataBindings.xml | 2 +- .../org/nuiton/jaxx/plugin/compilerTest/Script.xml | 2 +- .../plugin/compilerTest/SpecialSubclassing.xml | 2 +- .../nuiton/jaxx/plugin/compilerTest/WithLog.xml | 2 +- .../plugin/compilerTest/cSSTests/CSSTests.jaxx | 2 +- .../jaxx/plugin/compilerTest/cSSTests/Child.jaxx | 2 +- .../jaxx/plugin/compilerTest/cSSTests/Child2.jaxx | 2 +- .../plugin/compilerTest/cSSTests/GrandChild.jaxx | 2 +- .../compilerTest/cSSTests/GrandChildButton.jaxx | 2 +- .../compilerTest/cSSTests/Pseudoclasses.jaxx | 2 +- .../plugin/compilerTest/cSSTests/SimpleCSS.jaxx | 2 +- .../classReferences/ClassReferences.jaxx | 2 +- .../classReferences/ConstructorReferenceTest.jaxx | 2 +- .../classReferences/JAXXReferenceTest.jaxx | 2 +- .../compilerTest/classReferences/JAXXTest.jaxx | 2 +- .../classReferences/StaticMethodTest.jaxx | 2 +- .../classReferences/TypeReference.jaxx | 2 +- .../compilerTest/clientProperty/TestOne.jaxx | 2 +- .../plugin/compilerTest/errors/AmbiguousName.jaxx | 2 +- .../compilerTest/errors/BadTypeConversions.jaxx | 2 +- .../compilerTest/errors/CellOutsideOfRow.jaxx | 2 +- .../errors/ChildrenInNonContainer.jaxx | 2 +- .../plugin/compilerTest/errors/ClassNotFound.jaxx | 2 +- .../compilerTest/errors/ConflictingPackages.jaxx | 2 +- .../compilerTest/errors/ConstraintsParseError.jaxx | 2 +- .../compilerTest/errors/DataBindingParseError.jaxx | 2 +- .../plugin/compilerTest/errors/DuplicateIDs.jaxx | 2 +- .../errors/EventHandlerParseError.jaxx | 2 +- .../jaxx/plugin/compilerTest/errors/InvalidID.jaxx | 2 +- .../plugin/compilerTest/errors/InvalidRootTag.jaxx | 2 +- .../plugin/compilerTest/errors/InvalidXML.jaxx | 2 +- .../compilerTest/errors/ItemDuplicateValues.jaxx | 2 +- .../plugin/compilerTest/errors/ItemNoValue.jaxx | 2 +- .../plugin/compilerTest/errors/MixedContent.jaxx | 2 +- .../compilerTest/errors/RowOutsideOfTable.jaxx | 2 +- .../plugin/compilerTest/errors/RowWrongChild.jaxx | 2 +- .../plugin/compilerTest/errors/ScriptNotFound.jaxx | 2 +- .../compilerTest/errors/ScriptParseError.jaxx | 2 +- .../compilerTest/errors/ScriptSourceAndInline.jaxx | 2 +- .../plugin/compilerTest/errors/StyleNotFound.jaxx | 2 +- .../compilerTest/errors/StyleParseError.jaxx | 2 +- .../compilerTest/errors/StyleSourceAndInline.jaxx | 2 +- .../errors/TabOutsideOfTabbedPane.jaxx | 2 +- .../compilerTest/errors/TabbedPaneWrongChild.jaxx | 2 +- .../compilerTest/errors/TableWrongChild.jaxx | 2 +- .../compilerTest/errors/TooManyCellChildren.jaxx | 2 +- .../errors/TooManyScrollPaneChildren.jaxx | 2 +- .../errors/TooManySplitPaneChildren.jaxx | 2 +- .../compilerTest/errors/TooManyTabChildren.jaxx | 2 +- .../compilerTest/errors/UnsupportedAttribute.jaxx | 2 +- .../compilerTest/errors/UnsupportedEvent.jaxx | 2 +- .../errors/css/UnsupportedPseudoclass.jaxx | 2 +- .../jaxx/plugin/compilerTest/force/JButton.jaxx | 2 +- .../jaxx/plugin/compilerTest/icon/Test1.jaxx | 2 +- .../plugin/compilerTest/importTag/ImportTag.jaxx | 2 +- .../compilerTest/initializers/Initializers.jaxx | 2 +- .../compilerTest/innerClasses/InnerClasses.jaxx | 2 +- .../jaxx/plugin/compilerTest/log/nolog/NoLog.jaxx | 2 +- .../plugin/compilerTest/log/nolog/NoLogSon.jaxx | 2 +- .../plugin/compilerTest/log/withlog/WithLog.jaxx | 2 +- .../compilerTest/log/withlog/WithLogTwo.jaxx | 2 +- .../overridingDataBindings/CurrentTime.jaxx | 2 +- .../OverriddenCurrentTime.jaxx | 2 +- .../OverridingDataBindings.jaxx | 2 +- .../compilerTest/script/JScriptInitializer.jaxx | 2 +- .../specialSubclassing/JComboBoxTest1.jaxx | 2 +- .../specialSubclassing/JComboBoxTest2.jaxx | 2 +- .../specialSubclassing/JListTest1.jaxx | 2 +- .../specialSubclassing/JListTest2.jaxx | 2 +- .../specialSubclassing/JTreeTest1.jaxx | 2 +- .../specialSubclassing/JTreeTest2.jaxx | 2 +- .../specialSubclassing/SpecialSubclassing.jaxx | 2 +- .../compilerValidatorTest/ValidatorErrors.xml | 2 +- .../plugin/compilerValidatorTest/ValidatorOk.xml | 2 +- .../errors/AutoFieldComponentNotFound.jaxx | 2 +- .../validator/errors/DuplicatedBean.jaxx | 2 +- .../validator/errors/DuplicatedBean2.jaxx | 2 +- .../validator/errors/DuplicatedErrorListModel.jaxx | 2 +- .../errors/DuplicatedErrorTableModel.jaxx | 2 +- .../errors/DuplicatedFieldInSameValidator.jaxx | 2 +- .../errors/FieldBeanPropertyNotFound.jaxx | 2 +- .../validator/errors/FieldComponentNotFound.jaxx | 2 +- .../validator/errors/FieldComponentNotFound2.jaxx | 2 +- .../validator/errors/FieldNoName.jaxx | 2 +- .../validator/errors/FieldNoName2.jaxx | 2 +- .../validator/errors/Model.java | 2 +- .../validator/errors/NoBean.jaxx | 2 +- .../validator/errors/UnfoundBean.jaxx | 2 +- .../validator/errors/UnfoundErrorList.jaxx | 2 +- .../validator/errors/UnfoundErrorListModel.jaxx | 2 +- .../validator/errors/UnfoundErrorTable.jaxx | 2 +- .../validator/errors/UnfoundErrorTableModel.jaxx | 2 +- .../validator/errors/UnfoundParentValidator.jaxx | 2 +- .../validator/ok/FieldComponentDuplicated.jaxx | 2 +- .../validator/ok/Validation.jaxx | 2 +- .../validator/ok/ValidationBeanClass.jaxx | 2 +- .../nuiton/jaxx/plugin/dataBindingTest/First.jaxx | 2 +- .../jaxx/plugin/dataBindingTest/simpleBinding.xml | 2 +- .../jaxx/plugin/decoratorTest/BoxedDecorator.jaxx | 2 +- .../nuiton/jaxx/plugin/decoratorTest/Decorator.xml | 2 +- .../nuiton/jaxx/plugin/evolution74Test/error.xml | 2 +- .../plugin/evolution74Test/error/swingcombo.jaxx | 2 +- .../plugin/evolution74Test/error/swinglist.jaxx | 2 +- .../plugin/evolution74Test/error/swingtree.jaxx | 2 +- .../org/nuiton/jaxx/plugin/evolution74Test/ok.xml | 2 +- .../jaxx/plugin/evolution74Test/ok/jaxxcombo.jaxx | 2 +- .../jaxx/plugin/evolution74Test/ok/jaxxlist.jaxx | 2 +- .../jaxx/plugin/evolution74Test/ok/jaxxtree.jaxx | 2 +- .../jaxx/plugin/evolution74Test/ok/swingcombo.jaxx | 2 +- .../jaxx/plugin/evolution74Test/ok/swinglist.jaxx | 2 +- .../jaxx/plugin/evolution74Test/ok/swingtree.jaxx | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/I18nText.xml | 2 +- .../org/nuiton/jaxx/plugin/i18nTest/I18nTitle.xml | 2 +- .../jaxx/plugin/i18nTest/I18nToolTipText.xml | 2 +- .../nuiton/jaxx/plugin/i18nTest/text/JButton.jaxx | 2 +- .../nuiton/jaxx/plugin/i18nTest/title/JDialog.jaxx | 2 +- .../jaxx/plugin/i18nTest/title/JTabbedPane.jaxx | 2 +- .../jaxx/plugin/i18nTest/title/JTabbedPane2.jaxx | 2 +- .../jaxx/plugin/i18nTest/tooltiptext/JButton.jaxx | 2 +- .../plugin/i18nTest/tooltiptext/JTabbedPane.jaxx | 2 +- .../plugin/i18nTest/tooltiptext/JTabbedPane2.jaxx | 2 +- .../plugin/i18nTest/tooltiptext/JTabbedPane3.jaxx | 2 +- .../org/nuiton/jaxx/plugin/lambdaTest/Lambda.jaxx | 2 +- .../org/nuiton/jaxx/plugin/lambdaTest/Lambda.xml | 2 +- .../java/org/nuiton/jaxx/runtime/Base64Coder.java | 2 +- .../nuiton/jaxx/runtime/ComponentDescriptor.java | 2 +- .../nuiton/jaxx/runtime/DataBindingListener.java | 2 +- .../jaxx/runtime/DataBindingUpdateListener.java | 2 +- .../java/org/nuiton/jaxx/runtime/JAXXAction.java | 2 +- .../java/org/nuiton/jaxx/runtime/JAXXBinding.java | 2 +- .../java/org/nuiton/jaxx/runtime/JAXXContext.java | 2 +- .../java/org/nuiton/jaxx/runtime/JAXXObject.java | 2 +- .../nuiton/jaxx/runtime/JAXXObjectDescriptor.java | 2 +- .../java/org/nuiton/jaxx/runtime/JAXXUtil.java | 2 +- .../java/org/nuiton/jaxx/runtime/SwingUtil.java | 2 +- .../jaxx/runtime/awt/visitor/BuildTreeVisitor.java | 2 +- .../runtime/awt/visitor/ComponentTreeNode.java | 2 +- .../awt/visitor/ComponentTreeNodeVisitor.java | 2 +- .../awt/visitor/DebugComponentTreeNodeVisitor.java | 2 +- .../awt/visitor/GetCompopentAtPointVisitor.java | 2 +- .../nuiton/jaxx/runtime/awt/visitor/package.html | 2 +- .../nuiton/jaxx/runtime/bean/BeanTypeAware.java | 2 +- .../jaxx/runtime/binding/DefaultJAXXBinding.java | 2 +- .../runtime/binding/SimpleJAXXObjectBinding.java | 2 +- .../nuiton/jaxx/runtime/context/DataContext.java | 2 +- .../runtime/context/DefaultApplicationContext.java | 2 +- .../jaxx/runtime/context/DefaultJAXXContext.java | 2 +- .../jaxx/runtime/context/JAXXContextEntryDef.java | 2 +- .../jaxx/runtime/context/JAXXInitialContext.java | 2 +- .../org/nuiton/jaxx/runtime/css/DataBinding.java | 2 +- .../org/nuiton/jaxx/runtime/css/Pseudoclasses.java | 2 +- .../java/org/nuiton/jaxx/runtime/css/Rule.java | 2 +- .../java/org/nuiton/jaxx/runtime/css/Selector.java | 2 +- .../org/nuiton/jaxx/runtime/css/Stylesheet.java | 2 +- .../org/nuiton/jaxx/runtime/spi/UIHandler.java | 2 +- .../org/nuiton/jaxx/runtime/swing/Application.java | 2 +- .../nuiton/jaxx/runtime/swing/BlockingLayerUI.java | 2 +- .../jaxx/runtime/swing/BlockingLayerUI2.java | 2 +- .../org/nuiton/jaxx/runtime/swing/CardLayout2.java | 2 +- .../nuiton/jaxx/runtime/swing/CardLayout2Ext.java | 2 +- .../nuiton/jaxx/runtime/swing/ComponentMover.java | 2 +- .../jaxx/runtime/swing/ComponentResizer.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/HBox.java | 2 +- .../nuiton/jaxx/runtime/swing/HBoxBeanInfo.java | 2 +- .../org/nuiton/jaxx/runtime/swing/HBoxLayout.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/Item.java | 2 +- .../nuiton/jaxx/runtime/swing/JAXXButtonGroup.java | 2 +- .../nuiton/jaxx/runtime/swing/JAXXComboBox.java | 2 +- .../org/nuiton/jaxx/runtime/swing/JAXXList.java | 2 +- .../org/nuiton/jaxx/runtime/swing/JAXXTab.java | 2 +- .../jaxx/runtime/swing/JAXXToggleButton.java | 2 +- .../org/nuiton/jaxx/runtime/swing/JAXXTree.java | 2 +- .../org/nuiton/jaxx/runtime/swing/JTables.java | 2 +- .../runtime/swing/OneClicListSelectionModel.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/Spacer.java | 2 +- .../org/nuiton/jaxx/runtime/swing/TabInfo.java | 2 +- .../swing/TabInfoPropertyChangeListener.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/Table.java | 2 +- .../java/org/nuiton/jaxx/runtime/swing/VBox.java | 2 +- .../nuiton/jaxx/runtime/swing/VBoxBeanInfo.java | 2 +- .../org/nuiton/jaxx/runtime/swing/VBoxLayout.java | 2 +- .../runtime/swing/application/ActionExecutor.java | 2 +- .../runtime/swing/application/ActionWorker.java | 2 +- .../swing/application/ApplicationRunner.java | 2 +- .../runtime/swing/editor/BooleanCellEditor.java | 2 +- .../jaxx/runtime/swing/editor/ClassCellEditor.java | 2 +- .../jaxx/runtime/swing/editor/ColorCellEditor.java | 2 +- .../jaxx/runtime/swing/editor/EnumEditor.java | 2 +- .../runtime/swing/editor/KeyStrokeCellEditor.java | 4 +- .../jaxx/runtime/swing/editor/KeyStrokeEditor.java | 4 +- .../jaxx/runtime/swing/editor/LocaleEditor.java | 2 +- .../runtime/swing/editor/MyDefaultCellEditor.java | 2 +- .../jaxx/runtime/swing/help/JAXXHelpBroker.java | 2 +- .../nuiton/jaxx/runtime/swing/help/JAXXHelpUI.java | 2 +- .../jaxx/runtime/swing/help/JAXXHelpUIHandler.java | 2 +- .../jaxx/runtime/swing/list/CheckListAction.java | 116 ++++++++++----------- .../swing/list/filter/CheckListFilterType.java | 108 +++++++++---------- .../filter/DefaultFilterableCheckListModel.java | 4 +- .../swing/list/filter/FilterableCheckList.java | 4 +- .../list/filter/FilterableCheckListModel.java | 4 +- .../model/AbstractGenericListSelectionModel.java | 2 +- .../swing/model/AbstractSelectionListModel.java | 2 +- .../jaxx/runtime/swing/model/ComboBoxModel2.java | 2 +- .../swing/model/ComboBoxSelectionEvent.java | 2 +- .../jaxx/runtime/swing/model/GenericListEvent.java | 2 +- .../runtime/swing/model/GenericListListener.java | 2 +- .../jaxx/runtime/swing/model/GenericListModel.java | 2 +- .../swing/model/GenericListSelectionModel.java | 2 +- .../swing/model/JaxxDefaultComboBoxModel.java | 2 +- .../runtime/swing/model/JaxxDefaultListModel.java | 2 +- .../swing/model/JaxxFilterableComboBoxModel.java | 2 +- .../swing/model/JaxxFilterableListModel.java | 2 +- .../model/WillChangeSelectedItemListener.java | 2 +- .../model/WillChangeSelectedItemVetoException.java | 4 +- .../nuiton/jaxx/runtime/swing/nav/NavBridge.java | 2 +- .../jaxx/runtime/swing/nav/NavDataProvider.java | 2 +- .../nuiton/jaxx/runtime/swing/nav/NavHelper.java | 2 +- .../org/nuiton/jaxx/runtime/swing/nav/NavNode.java | 2 +- .../jaxx/runtime/swing/nav/NavNodeChildLoador.java | 2 +- .../org/nuiton/jaxx/runtime/swing/nav/package.html | 2 +- .../nav/tree/AbstractNavTreeCellRenderer.java | 2 +- .../jaxx/runtime/swing/nav/tree/NavTreeBridge.java | 2 +- .../jaxx/runtime/swing/nav/tree/NavTreeHelper.java | 2 +- .../jaxx/runtime/swing/nav/tree/NavTreeNode.java | 2 +- .../swing/nav/tree/NavTreeNodeChildLoador.java | 2 +- .../jaxx/runtime/swing/nav/tree/package.html | 2 +- .../swing/nav/treetable/NavTreeTableBridge.java | 2 +- .../swing/nav/treetable/NavTreeTableHelper.java | 2 +- .../swing/nav/treetable/NavTreeTableModel.java | 2 +- .../swing/nav/treetable/NavTreeTableNode.java | 2 +- .../nav/treetable/NavTreeTableNodeChildLoador.java | 2 +- .../jaxx/runtime/swing/nav/treetable/package.html | 2 +- .../swing/renderer/BooleanCellRenderer.java | 2 +- .../swing/renderer/ClassTableCellRenderer.java | 2 +- .../runtime/swing/renderer/ColorCellRenderer.java | 2 +- .../swing/renderer/DecoratorListCellRenderer.java | 2 +- .../DecoratorProviderListCellRenderer.java | 2 +- .../DecoratorProviderTableCellRenderer.java | 2 +- .../swing/renderer/DecoratorTableCellRenderer.java | 2 +- .../renderer/EmptyNumberTableCellRenderer.java | 2 +- .../swing/renderer/EnumTableCellRenderer.java | 2 +- .../FilteredDecoratorListCellRenderer.java | 2 +- .../swing/renderer/I18nTableCellRenderer.java | 2 +- .../swing/renderer/LocaleListCellRenderer.java | 2 +- .../renderer/MultiDecoratorListCellRenderer.java | 2 +- .../renderer/MultiDecoratorTableCelleRenderer.java | 2 +- .../runtime/swing/session/JSplitPaneState.java | 2 +- .../runtime/swing/session/JTabbedPaneState.java | 2 +- .../jaxx/runtime/swing/session/JTableState.java | 2 +- .../swing/session/JXTableSwingSessionState.java | 2 +- .../nuiton/jaxx/runtime/swing/session/State.java | 2 +- .../jaxx/runtime/swing/session/SwingSession.java | 2 +- .../jaxx/runtime/swing/session/WindowState.java | 2 +- .../runtime/swing/wizard/BusyChangeListener.java | 2 +- .../jaxx/runtime/swing/wizard/WizardModel.java | 2 +- .../jaxx/runtime/swing/wizard/WizardStep.java | 2 +- .../jaxx/runtime/swing/wizard/WizardStepUI.java | 2 +- .../nuiton/jaxx/runtime/swing/wizard/WizardUI.java | 2 +- .../jaxx/runtime/swing/wizard/WizardUILancher.java | 2 +- .../jaxx/runtime/swing/wizard/WizardUtil.java | 2 +- .../runtime/swing/wizard/ext/WizardExtModel.java | 2 +- .../runtime/swing/wizard/ext/WizardExtStep.java | 2 +- .../swing/wizard/ext/WizardExtStepModel.java | 2 +- .../jaxx/runtime/swing/wizard/ext/WizardExtUI.java | 2 +- .../runtime/swing/wizard/ext/WizardExtUtil.java | 2 +- .../jaxx/runtime/swing/wizard/ext/WizardState.java | 2 +- .../jaxx/runtime/swing/wizard/ext/package.html | 2 +- .../nuiton/jaxx/runtime/swing/wizard/package.html | 2 +- jaxx-runtime/src/site/site.xml | 2 +- .../java/org/nuiton/jaxx/runtime/UtilTest.java | 2 +- .../context/DataContextEntryIteratorTest.java | 2 +- .../context/DefaultApplicationContextTest.java | 2 +- .../runtime/context/DefaultJAXXContextTest.java | 2 +- jaxx-runtime/src/test/resources/log4j.properties | 2 +- .../org/nuiton/jaxx/validator/JAXXValidator.java | 2 +- .../SimpleBeanValidatorMessageTableModel.java | 2 +- .../SimpleBeanValidatorMessageTableRenderer.java | 2 +- .../jaxx/validator/swing/SwingListValidator.java | 2 +- .../swing/SwingListValidatorDataLocator.java | 2 +- .../SwingListValidatorHighlightPredicate.java | 2 +- .../validator/swing/SwingListValidatorMessage.java | 2 +- .../swing/SwingListValidatorMessageTableModel.java | 2 +- ...wingListValidatorMessageTableMouseListener.java | 2 +- .../SwingListValidatorMessageTableRenderer.java | 2 +- .../swing/SwingListValidatorMessageWidget.java | 2 +- ...SwingListValidatorTableEditorModelListener.java | 2 +- .../jaxx/validator/swing/SwingValidator.java | 2 +- .../validator/swing/SwingValidatorMessage.java | 2 +- .../swing/SwingValidatorMessageListModel.java | 2 +- .../SwingValidatorMessageListMouseListener.java | 2 +- .../swing/SwingValidatorMessageListRenderer.java | 2 +- .../swing/SwingValidatorMessageTableModel.java | 2 +- .../SwingValidatorMessageTableMouseListener.java | 2 +- .../swing/SwingValidatorMessageTableRenderer.java | 2 +- .../swing/SwingValidatorMessageWidget.java | 2 +- .../jaxx/validator/swing/SwingValidatorUtil.java | 2 +- .../jaxx/validator/swing/meta/Validator.java | 2 +- .../jaxx/validator/swing/meta/ValidatorField.java | 2 +- .../swing/ui/AbstractBeanValidatorUI.java | 2 +- .../jaxx/validator/swing/ui/IconValidationUI.java | 2 +- .../jaxx/validator/swing/ui/ImageValidationUI.java | 2 +- .../swing/ui/TranslucentValidationUI.java | 2 +- .../swing/unified/UnifiedValidatorMessage.java | 2 +- .../unified/UnifiedValidatorMessageTableModel.java | 2 +- .../UnifiedValidatorMessageTableMouseListener.java | 4 +- .../UnifiedValidatorMessageTableRenderer.java | 2 +- .../swing/unified/UnifiedValidatorMessageUtil.java | 2 +- .../unified/UnifiedValidatorMessageWidget.java | 2 +- .../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 +- .../org/nuiton/jaxx/widgets/about/AboutUI.jaxx | 6 +- jaxx-widgets-about/src/site/site.xml | 4 +- .../nuiton/jaxx/widgets/DecoratorPopupHandler.java | 4 +- .../jaxx/widgets/JaxxWidgetRuntimeException.java | 4 +- .../java/org/nuiton/jaxx/widgets/ModelToBean.java | 4 +- .../MutateOnConditionalPropertyChangeListener.java | 4 +- .../JFormattedTextFieldNavigationManager.java | 2 +- .../JFormatterTextFieldInternalGroup.java | 2 +- .../JFormatterTextFieldInternalGroups.java | 2 +- jaxx-widgets-common/src/site/site.xml | 4 +- .../src/test/resources/log4j.properties | 4 +- .../jaxx/widgets/config/ConfigCallBackUI.jaxx | 4 +- .../widgets/config/ConfigCallBackUIHandler.java | 4 +- .../jaxx/widgets/config/ConfigCategoryUI.jaxx | 4 +- .../widgets/config/ConfigCategoryUIHandler.java | 4 +- .../jaxx/widgets/config/ConfigTableEditor.java | 4 +- .../jaxx/widgets/config/ConfigTableRenderer.java | 4 +- .../org/nuiton/jaxx/widgets/config/ConfigUI.jaxx | 4 +- .../jaxx/widgets/config/ConfigUIHandler.java | 4 +- .../nuiton/jaxx/widgets/config/ConfigUIHelper.java | 4 +- .../jaxx/widgets/config/model/CallBackEntry.java | 4 +- .../widgets/config/model/CallBackFinalizer.java | 4 +- .../jaxx/widgets/config/model/CallBackMap.java | 4 +- .../widgets/config/model/CallBacksManager.java | 4 +- .../jaxx/widgets/config/model/CategoryModel.java | 4 +- .../widgets/config/model/ConfigTableModel.java | 4 +- .../jaxx/widgets/config/model/ConfigUIModel.java | 4 +- .../widgets/config/model/ConfigUIModelBuilder.java | 4 +- .../config/model/MainCallBackFinalizer.java | 4 +- .../jaxx/widgets/config/model/OptionModel.java | 4 +- .../nuiton/jaxx/widgets/config/model/package.html | 4 +- .../org/nuiton/jaxx/widgets/config/package.html | 4 +- jaxx-widgets-config/src/site/site.xml | 4 +- .../widgets/config/model/MyDelegateConfig.java | 4 +- .../widgets/config/model/MyDelegateConfigTest.java | 4 +- .../widgets/config/model/MyInheritedConfig.java | 4 +- .../config/model/MyInheritedConfigTest.java | 4 +- .../src/test/resources/log4j.properties | 4 +- .../jaxx/widgets/datetime/DateCellEditor.java | 4 +- .../jaxx/widgets/datetime/DateCellRenderer.java | 4 +- .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 2 +- .../widgets/datetime/DateTimeEditorHandler.java | 2 +- .../jaxx/widgets/datetime/DateTimeEditorModel.java | 2 +- .../datetime/ExtendedBasicDatePickerUI.java | 4 +- .../jaxx/widgets/datetime/JAXXDatePicker.jaxx | 4 +- .../nuiton/jaxx/widgets/datetime/TimeEditor.jaxx | 4 +- .../jaxx/widgets/datetime/TimeEditorHandler.java | 2 +- .../jaxx/widgets/datetime/TimeEditorModel.java | 2 +- .../widgets/datetime/TimeSliderInitializer.java | 2 +- .../datetime/session/DateTimeEditorState.java | 2 +- .../widgets/datetime/session/TimeEditorState.java | 2 +- jaxx-widgets-datetime/src/site/site.xml | 4 +- .../src/test/resources/log4j.properties | 4 +- .../nuiton/jaxx/widgets/error/ErrorDialogUI.jaxx | 4 +- .../jaxx/widgets/error/ErrorDialogUIHandler.java | 4 +- jaxx-widgets-error/src/site/site.xml | 4 +- jaxx-widgets-extra/src/main/assembly/deps.xml | 2 +- jaxx-widgets-extra/src/main/assembly/full.xml | 2 +- .../org/nuiton/jaxx/widgets/extra/AboutFrame.java | 2 +- .../jaxx/widgets/extra/ApplicationAction.java | 2 +- .../widgets/extra/CustomFocusTraversalPolicy.java | 2 +- .../nuiton/jaxx/widgets/extra/GridFlowLayout.java | 2 +- .../org/nuiton/jaxx/widgets/extra/IconFactory.java | 2 +- .../widgets/extra/JComboBoxAutoCompletionKit.java | 2 +- .../nuiton/jaxx/widgets/extra/MessageDialog.java | 2 +- .../jaxx/widgets/extra/SimpleInternalFrame.java | 2 +- .../nuiton/jaxx/widgets/extra/SplashScreen.java | 2 +- .../org/nuiton/jaxx/widgets/extra/SwingUtil.java | 2 +- .../jaxx/widgets/extra/SwingWidgetFactory.java | 2 +- .../org/nuiton/jaxx/widgets/extra/SwitchPane.java | 2 +- .../nuiton/jaxx/widgets/extra/UIFSplitPane.java | 2 +- .../org/nuiton/jaxx/widgets/extra/WidgetUtil.java | 2 +- .../nuiton/jaxx/widgets/extra/XMLGridLayout.java | 2 +- .../widgets/extra/XMLGridParseConstraints.java | 2 +- .../jaxx/widgets/extra/datatips/package-info.java | 2 +- .../jaxx/widgets/extra/editor/DefaultEditor.java | 2 +- .../nuiton/jaxx/widgets/extra/editor/Editor.java | 2 +- .../jaxx/widgets/extra/editor/EditorHelper.java | 2 +- .../jaxx/widgets/extra/editor/EditorInterface.java | 2 +- .../jaxx/widgets/extra/editor/JEditEditor.java | 2 +- .../jaxx/widgets/extra/editor/NullEditor.java | 2 +- .../jaxx/widgets/extra/editor/RSyntaxEditor.java | 2 +- .../jaxx/widgets/extra/editor/SDocEditor.java | 2 +- .../org/nuiton/jaxx/widgets/extra/package.html | 2 +- .../jaxx/widgets/extra/tooltip/package-info.java | 2 +- .../jaxx/widgets/extra/tree/FilterTreeModel.java | 2 +- .../nuiton/jaxx/widgets/extra/tree/TreeFilter.java | 2 +- .../jaxx/widgets/extra/tree/package-info.java | 2 +- jaxx-widgets-extra/src/site/rst/Todo.rst | 2 +- .../src/site/rst/components/focusabletooltips.rst | 2 +- .../src/site/rst/components/treefilters.rst | 2 +- jaxx-widgets-extra/src/site/rst/index.rst | 2 +- jaxx-widgets-extra/src/site/site.xml | 2 +- .../nuiton/jaxx/widgets/extra/AboutFrameTest.java | 2 +- .../nuiton/jaxx/widgets/extra/IconFactoryTest.java | 2 +- .../nuiton/jaxx/widgets/extra/WidgetUtilTest.java | 2 +- .../jaxx/widgets/extra/XMLGridLayoutTest.java | 2 +- .../jaxx/widgets/extra/editor/EditorMain.java | 2 +- .../extra/toolTip/FocusableToolTipMain.java | 2 +- .../src/test/resources/log4j.properties | 2 +- .../nuiton/jaxx/widgets/file/BaseActionPanel.java | 4 +- .../nuiton/jaxx/widgets/file/FileCellEditor.java | 4 +- .../org/nuiton/jaxx/widgets/file/FileEditor.jaxx | 4 +- .../jaxx/widgets/file/FileEditorHandler.java | 4 +- .../nuiton/jaxx/widgets/file/JaxxFileChooser.java | 6 +- jaxx-widgets-file/src/site/site.xml | 4 +- .../org/nuiton/jaxx/widgets/font/FontSizor.jaxx | 4 +- .../nuiton/jaxx/widgets/font/FontSizorHandler.java | 4 +- jaxx-widgets-font/src/site/site.xml | 4 +- .../nuiton/jaxx/widgets/gis/CoordinateFormat.java | 2 +- .../nuiton/jaxx/widgets/gis/CoordinateHelper.java | 4 +- .../org/nuiton/jaxx/widgets/gis/DdCoordinate.java | 2 +- .../jaxx/widgets/gis/DdCoordinateConverter.java | 4 +- .../org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 4 +- .../jaxx/widgets/gis/DmdCoordinateConverter.java | 4 +- .../org/nuiton/jaxx/widgets/gis/DmsCoordinate.java | 4 +- .../jaxx/widgets/gis/DmsCoordinateConverter.java | 4 +- .../widgets/gis/MaskFormatterFromConverter.java | 4 +- .../absolute/AbsoluteCoordinateEditorModel.java | 2 +- .../gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 6 +- .../AbsoluteDdCoordinateEditorHandler.java | 4 +- .../absolute/AbsoluteDdCoordinateEditorModel.java | 2 +- .../gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 6 +- .../AbsoluteDmdCoordinateEditorHandler.java | 4 +- .../absolute/AbsoluteDmdCoordinateEditorModel.java | 2 +- .../gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 6 +- .../AbsoluteDmsCoordinateEditorHandler.java | 2 +- .../absolute/AbsoluteDmsCoordinateEditorModel.java | 4 +- .../widgets/gis/absolute/CoordinatesEditor.jaxx | 2 +- .../gis/absolute/CoordinatesEditorHandler.java | 2 +- .../gis/absolute/CoordinatesEditorModel.java | 2 +- .../jaxx/widgets/gis/absolute/package-info.java | 2 +- .../gis/signed/SignedDdCoordinateEditor.jaxx | 4 +- .../signed/SignedDdCoordinateEditorHandler.java | 4 +- .../gis/signed/SignedDdCoordinateEditorModel.java | 4 +- .../gis/signed/SignedDmdCoordinateEditor.jaxx | 4 +- .../signed/SignedDmdCoordinateEditorHandler.java | 4 +- .../gis/signed/SignedDmdCoordinateEditorModel.java | 4 +- .../gis/signed/SignedDmsCoordinateEditor.jaxx | 4 +- .../signed/SignedDmsCoordinateEditorHandler.java | 4 +- .../gis/signed/SignedDmsCoordinateEditorModel.java | 4 +- .../jaxx/widgets/gis/signed/package-info.java | 2 +- jaxx-widgets-gis/src/site/site.xml | 4 +- .../widgets/gis/DdCoordinateConverterTest.java | 2 +- .../nuiton/jaxx/widgets/gis/DdCoordinateTest.java | 2 +- .../widgets/gis/DmdCoordinateConverterTest.java | 4 +- .../nuiton/jaxx/widgets/gis/DmdCoordinateTest.java | 4 +- .../widgets/gis/DmsCoordinateConverterTest.java | 4 +- .../nuiton/jaxx/widgets/gis/DmsCoordinateTest.java | 4 +- .../absolute/AbsoluteDdCoordinateEditorTest.java | 2 +- .../absolute/AbsoluteDmsCoordinateEditorTest.java | 2 +- .../gis/signed/SignedDmdCoordinateEditorTest.java | 4 +- .../gis/signed/SignedDmsCoordinateEditorTest.java | 4 +- .../src/test/resources/log4j.properties | 4 +- .../org/nuiton/jaxx/widgets/hidor/HidorButton.jaxx | 4 +- .../jaxx/widgets/hidor/HidorButtonHandler.java | 4 +- jaxx-widgets-hidor/src/site/site.xml | 4 +- .../org/nuiton/jaxx/widgets/i18n/I18nEditor.jaxx | 4 +- .../jaxx/widgets/i18n/I18nEditorHandler.java | 4 +- jaxx-widgets-i18n/src/site/site.xml | 4 +- .../jaxx/widgets/number/NumberCellEditor.java | 4 +- .../nuiton/jaxx/widgets/number/NumberEditor.jaxx | 6 +- .../jaxx/widgets/number/NumberEditorConfig.java | 4 +- .../jaxx/widgets/number/NumberEditorHandler.java | 4 +- .../jaxx/widgets/number/NumberEditorModel.java | 4 +- jaxx-widgets-number/src/site/site.xml | 4 +- .../src/test/resources/log4j.properties | 4 +- .../nuiton/jaxx/widgets/select/BeanComboBox.jaxx | 4 +- .../jaxx/widgets/select/BeanComboBoxHandler.java | 4 +- .../nuiton/jaxx/widgets/select/BeanDoubleList.jaxx | 4 +- .../jaxx/widgets/select/BeanDoubleListHandler.java | 4 +- .../jaxx/widgets/select/BeanDoubleListModel.java | 4 +- .../widgets/select/BeanFilterableComboBox.jaxx | 4 +- .../select/BeanFilterableComboBoxHandler.java | 4 +- .../nuiton/jaxx/widgets/select/BeanListHeader.jaxx | 4 +- .../jaxx/widgets/select/BeanListHeaderHandler.java | 4 +- .../org/nuiton/jaxx/widgets/select/BeanUIUtil.java | 4 +- .../jaxx/widgets/select/FilterableDoubleList.jaxx | 6 +- .../widgets/select/FilterableDoubleListConfig.java | 2 +- .../select/FilterableDoubleListHandler.java | 2 +- .../widgets/select/FilterableDoubleListModel.java | 2 +- .../select/session/BeanDoubleListState.java | 4 +- .../session/BeanFilterableComboBoxState.java | 4 +- .../select/session/FilterableDoubleListState.java | 2 +- jaxx-widgets-select/src/site/site.xml | 4 +- .../src/test/resources/log4j.properties | 4 +- .../nuiton/jaxx/widgets/status/ClockWidget.jaxx | 4 +- .../jaxx/widgets/status/MemoryStatusWidget.jaxx | 4 +- .../widgets/status/MemoryStatusWidgetHandler.java | 4 +- .../jaxx/widgets/status/StatusMessagePanel.jaxx | 4 +- .../widgets/status/StatusMessagePanelHandler.java | 4 +- jaxx-widgets-status/src/site/site.xml | 4 +- 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 +- .../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 +- 771 files changed, 1008 insertions(+), 1020 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 053ef55..12b01ff 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2fc627b..962a26f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 44bc80c..7db6aff 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9d69cc7..1bff98c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a06af1f..985c990 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c426dc9..e2686ba 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8b285a4..4b5604f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b8a665a..6adac26 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 61fb4d8..13bc06c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 aab57f4..c6024aa 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2e66ed5..48f3d32 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5e9390e..e7b8349 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a807175..b404bee 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 af0ed9f..34c0e4c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 620a0ce..a15a7b0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 902f7a6..3942c87 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b3f0a18..45885f9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1430ac0..e5ae900 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3d09fc0..dab0c17 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0a4bb11..e698ab1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 88baa76..71c523b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7820e39..ce2ef21 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cbd97dd..37c166c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 760ba33..55014b8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a5a67d4..c89a396 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c0ebbaf..9fc97d1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a5ee1b6..0824edc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 94750c9..691a332 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0485b4f..8bf9c93 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 934d0b2..5ad25b5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 190f8f5..e75567c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e583299..be879dc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3bbe8d8..3e2a5e8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fbe64f2..62a546f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1627cdf..06bacae 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5a7c78c..6fcd3f8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a270c00..6d27bcb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 27841e4..8d15923 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b870801..36a2f71 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 041debd..c1e6279 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9a0821c..e4ad2ad 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6e06c79..6aeaa78 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1f147f4..8a8fb2c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bac5960..3cc075a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6f001dd..9fab591 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6587f99..2223c92 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 584f9c0..c6220f4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c2e9ffb..d5747a7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 647877e..f1c778f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d9491b..c4356dc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 de4b560..ccdfc1d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c79f86f..828c178 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0a8ed10..9fef3a5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6faf27e..a943f34 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4ad2624..a83212f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c5a4de3..629322d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4b871ab..0ba9a57 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d5f25cd..f59a6c4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1d57e2a..fc79758 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d62415d..e3c848f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7a70645..a8bfb0e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fa56677..7968864 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fc8f161..bce7de5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2a20b54..b06b013 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 80fdd63..168b803 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a0b5820..60f27bd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2f4394b..c725d16 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5c1b375..9934863 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 645de07..b721848 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7eecaff..0eabd16 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fe34319..c79eb3a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 52cf807..6c7f955 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6a2f46d..0407744 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cb5a480..2d7ee1b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 016ef45..4590230 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ebe4b44..ca75eaf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 58f33fe..4e8092d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 27a80ad..6da1342 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5ddb0eb..b4b843c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d5d44e6..098a374 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8ba707c..73a5b8d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4112604..e884b72 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ca608b6..80b0a53 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8b33072..a764981 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 19bddb8..6d7918c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 009ca70..322effe 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 31d0d10..86a11e8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ce59896..f175b41 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 57b1ab0..917ec52 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e337b28..3d61efb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7495070..b275db1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1e6d078..a318a0c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2158d2b..d674139 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c577100..4838bdf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e5584e2..dd6140c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 52d679f..3807a45 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cb690cc..5d7b8de 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 02e8a81..df24690 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fe8adb2..9930196 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1db87e2..39312a8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4ab3ff9..1c06117 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a7c314e..6c543cf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6207f58..f8a456f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7b2694d..4e67007 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fbc4779..0d0e1e4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5a64b3b..7e9dc39 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3b42edd..ebb5365 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cd3c363..86ddefd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 41caad3..a5c63dd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1e0260d..5e94241 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2d2155a..c407027 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9b0ab2a..f57ad68 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8819203..9e3396c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2d414df..cabbef6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 242bd69..d426519 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 54f6dba..dd3adfb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a9c2cff..1fb70e4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 08080b8..a234668 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 183b80d..2614cda 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c761ca8..dae4f76 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4f22689..7bc1012 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a6201db..15aa7c3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 82b3089..2c8cfcc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 986c25c..ea60db4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 062c5e7..5704fea 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 55790b1..7c60f71 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ee44bcc..911245e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 14f3024..2cb5eb3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8910935..443c6a3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b13a69b..6bb6d40 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f976ef7..1f94b5a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3799456..a2c6040 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9d3c745..e13a09d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 38b399f..042ce07 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2ca993f..27135a2 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d82fce5..a936973 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cd0ee9f..e2637e4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ee34cbc..718c3e2 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ec428b1..c3d3676 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d6d0308..8adab9b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d82fd62..78767ec 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ddc61b1..4def99f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8cf4be3..6a292b8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5c06a00..5589583 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f816f0e..d3182dd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ef95f8a..050b2c0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d7e2db1..62ed43d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0c28827..ade4462 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c566e02..53fe7ab 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 edebd44..e1c3310 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d9f1d95..2645180 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 27a1c3e..4ea3a54 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fabe605..faa03f9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2851a05..b676669 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 aa93aec..11ed974 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 12a8ae2..6927fc9 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c76c4d7..6ea79ed 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c165f0a..3daf310 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9f3bcbf..0e640b5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7e1440c..e65526f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 38509c3..9f36fa9 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -125,4 +125,4 @@ public class JavaParserTest { } -} \ No newline at end of file +} 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 47aa4a8..e254853 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9bedf4d..aae04ef 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d5f64c7..03b1f41 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f99ec1f..88d4604 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f796fb3..ef309f2 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 07e96b0..45b0498 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4c17cee..989149e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 542a760..a480eb4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6c6cbc9..0aaf9bc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 70b435f..c1f5ce3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e7e4abd..5423305 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 420cc58..8d53def 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 836fcd5..17374b7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c009965..a1f0ca0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1d59dd5..7a7e8b7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 384fb94..bd8e0e8 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 042f94e..0c6b3e9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8fcb608..b74950c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 93c4280..5879d10 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2631638..ee88b68 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 50b2130..cb325f4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9d62bf2..818b646 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 01c95b0..c43f47c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 25b6c30..7e91518 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 01f4e38..bd194ce 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a72affb..7086f56 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 aebb7e2..d74ede7 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c58f389..40bcff3 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is free 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 4fe9cae..f3e4eed 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 6617f9b..9db12f6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3e82b40..261940d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 08a7f6d..84ffb01 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4b74709..fe688ea 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a48ae6b..06bf145 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 490caea..36b97e3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 96a98ec..6cedf01 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ba56535..51a980e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6b0b3a6..03515c2 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d815427..96615bb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 92af320..dd41693 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a51f0ba..6d2927f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3dabcdd..51b5e89 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 320c721..0db3cf1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2aebc80..e82d18c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e4d211d..1812138 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9fa6ccc..5a9a664 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 de0034f..1833c6b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 79e5857..3dd6318 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b48ebf0..abd3e87 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 f5cce25..650599f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a790216..d0c1631 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 41652ae..f1a59da 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4ebebfc..3a95885 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 d6a4d89..3012916 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2e3e5c2..05f4c2f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 fc674c1..a0db197 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f4cb25d..de6e660 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1c918df..a68872a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 79cc2c4..47de879 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2307d08..c6c33d5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2b86fa2..5acae7d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2307d08..c6c33d5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8739d17..de3ab1b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 5a9fc5b..f4be134 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b08121f..0016303 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 d8407b1..a5a2ba2 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2c8166f..c9d443b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a4a46da..283c6c0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c4b4265..3631bde 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3eebdca..20a9fc4 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2dbcda9..c98657e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 d6083e7..b683ee4 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a834ba8..187d798 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c53a1cb..bf15868 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 24246fd..d40fb19 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 053e07e..ce3a760 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 5124246..565939a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 70e88a2..66cbdad 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3e7280e..1a8226e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 74dfa82..21fe67f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f53e427..eaaeba6 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 0a6994e..598a5a4 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1bcce22..e2993ae 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 d7ef987..fe95118 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 06f70e2..39af612 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 397bf2d..3e63b82 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 395ee40..099aeb0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b62cfc1..9128fad 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4615644..e5bc4ea 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8c54e86..60691e8 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8c54e86..60691e8 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 07ff549..a8d4eab 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c3780a7..ece9b39 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 74ddb1d..56f84ea 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1e0963f..9c2f85d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a232046..527c709 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 690069c..309bb47 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9b90dc9..067fa7d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a6bada9..0d1fdf4 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 81c6cf2..cf6c9c5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 041a4af..a1e408f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 83424b1..be40278 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f40f3fc..3e1140e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b45ec41..46176a9 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 53a9ad0..961215d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 398eeac..aa867e7 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8e39a7f..049a978 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b27bac0..44c15cb 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4370360..995cb4b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 eb892e9..009a00f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2569f6f..f010124 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e32a101..e98d59e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 229610e..7e2f5b8 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 bce8e8c..f4d533a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 42767fd..c44939f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e81a1f0..5ca4129 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e864fa7..46e0e8c 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e4bd498..01948c7 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a84104a..5f88c7a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f9d870c..da92508 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 6b801e9..7b57dd0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1304cdb..49241a5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3b0fa74..5ff4da7 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 6679a70..fdaa141 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 53056bf..0db4b15 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 ca62047..0d3b11d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 18a0f85..d882e6b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a131dde..7ccc0ff 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 fe6c80a..8ce752f 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 26bee9c..2cec992 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e509a57..24b2343 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1afd77c..a0198f0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 2882f96..26981c1 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 588bcb8..944040c 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b53ce79..183da27 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 588bcb8..944040c 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9e502a8..8cff6fe 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7d3de14..fcdd001 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 70a2aac..162f187 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 5a2e926..c28687b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 df9fea7..7050037 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7406739..47010c9 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 00612e1..f83b878 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 db8dcd9..b917961 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9d49a05..0d79f91 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 cf9d97a..a222a9a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e3757c8..7594ab3 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f317c0c..8069a75 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 26ea7bf..4ed03e0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3d73cb8..5f4d580 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 80fe25c..533dae5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 14413bc..a072eb2 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 755ceaf..be2b921 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e0ef288..181d19d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8ae3c71..127e2c0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7467f8c..cfb4237 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4b53a75..591365e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8836f96..aaf32a4 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4b53a75..591365e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 312155c..295be36 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 78e4b69..57cfcec 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 29af730..c18b240 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4339ba4..212242b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 40628c4..7018f92 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1f14d37..f9e8c69 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 36af9bb..7b8d8f3 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3022da7..3d1ff65 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a9b72e2..6f4c298 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 6846c3e..7b6d72e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 36f9b97..a01d0d3 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3b256e2..1b9bdf5 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1f0621e..2af1e2c 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 fd625c1..8ce1109 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 850f24f..3d538bb 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e479e98..65ae956 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e167d11..31c743d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 110c01d..cd1c958 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 45e41b4..1fdd082 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b1f303a..a24db47 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 eb8e689..e7f3203 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9c6a4e2..0a25814 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 fe10c53..9a02bf0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 62cc42b..82dcbec 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 60f52f8..584db5d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 de98e5f..db26fef 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 03b51d6..72e65be 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 13a159d..2346b6a 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e5b5ad9..6364278 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 812523f..fddc836 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1b74a74..1bdf0f3 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7372552..059ef47 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8e907e0..caa5deb 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3d6ea0c..3ce456e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 d4ea7c6..cce5e3d 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 93d58d6..af063f9 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 ca8d36f..e399a1e 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7ab23b6..55847f0 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 97e1773..9965f49 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 4ba37ff..e859ed9 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e25230e..09dc990 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 5bdb64f..a345294 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e0a93ec..260c4f3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9f9e290..8bfc30e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e834a78..23ac044 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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/JAXXAction.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXAction.java index f37d91b..b2610d7 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXAction.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/JAXXAction.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f8747c1..498a382 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3c2e3f7..5c5db69 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5a961a1..1be13e3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bc8f803..949c135 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d061a10..ce73cde 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c44ed5c..de272bf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a64fe83..6d7cda9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 58d845b..8e96157 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e928499..3c60c21 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 dd81d5f..7b6c43b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f4d2675..56a33ed 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e3ebdf2..db3e269 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 597ee5a..0d865d9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 98295f5..a63d514 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bcb4ff1..508e0cb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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/DataContext.java b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DataContext.java index 00a95c9..6b42b17 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DataContext.java +++ b/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/context/DataContext.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8ab811d..164af0f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cfe0331..b71edf7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6b63a46..7e60d18 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bb2a685..4e151db 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 69ef748..5c2b362 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f5ed1fc..417afb7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e224f54..16e5285 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6f60567..c07cb04 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bc8568c..fe1fbb5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e512521..66dc058 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 29ad177..03a61fd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ac9bb4c..73f4534 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7901b0d..23487ee 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9bc4a9a..3ef6a45 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 36fb7d1..58ec954 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 94a6b23..d4edc31 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2a79b02..9ad3f6b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cc26da5..927fcbc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a0202b1..0812084 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7044f95..2dd0ffb 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 dda3c16..a82b2f7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c05aff2..895ea23 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7a5b660..265939f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e177c8f..76a92b6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b23419e..4499a2a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 826755d..bd02e8b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9812ff6..e749a0c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 172d758..83728ed 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5586cdf..b2a052a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7352cd7..30b6a24 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 79a0eb0..bb8fc12 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 54d39c0..085227c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b18cc12..3ce1a55 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ef42b18..0a30b91 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 825b4a4..4187c58 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f0ca7e4..8ec6910 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1c44e34..c759e2b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7dec6c8..2ef718c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 26d2df5..4352163 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 124404b..dba488f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 57e55d7..1503524 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fedbfe3..66c24ef 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a714465..2259b82 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7a04e9e..a406715 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b314481..a507c54 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2c6443e..b0f1f88 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 62681e9..8d54248 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 24ad903..312aa17 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4d6910a..d98a42f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 36f0bba..a7f0631 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0c10a98..d4a5391 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 @@ -1,58 +1,58 @@ -package org.nuiton.jaxx.runtime.swing.list; - -/* - * #%L - * JAXX :: Widgets - * %% - * Copyright (C) 2008 - 2014 CodeLutin - * %% - * 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>. - * #L% - */ - - -import java.util.ArrayList; -import java.util.Collection; - -import static org.nuiton.i18n.I18n.t; - - -public interface CheckListAction<T> { - - void check( CheckListModel<T> model, boolean value ); - - class CheckAll<T> implements CheckListAction<T> { - - @Override - public String toString() { - return "(" + t("jaxx.list.check.all") + ")"; - } - - @SuppressWarnings("unchecked") - @Override - public void check(CheckListModel<T> model, boolean value) { - Collection<T> items = new ArrayList<>(); - if (value) { - for( int i=0, s=model.getSize(); i<s; i++ ) { - items.add((T) model.getElementAt(i)); - } - } - model.setCheckedItems( items ); - - } - - } - -} \ No newline at end of file +package org.nuiton.jaxx.runtime.swing.list; + +/* + * #%L + * JAXX :: Runtime + * %% + * Copyright (C) 2008 - 2016 CodeLutin + * %% + * 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>. + * #L% + */ + + +import java.util.ArrayList; +import java.util.Collection; + +import static org.nuiton.i18n.I18n.t; + + +public interface CheckListAction<T> { + + void check( CheckListModel<T> model, boolean value ); + + class CheckAll<T> implements CheckListAction<T> { + + @Override + public String toString() { + return "(" + t("jaxx.list.check.all") + ")"; + } + + @SuppressWarnings("unchecked") + @Override + public void check(CheckListModel<T> model, boolean value) { + Collection<T> items = new ArrayList<>(); + if (value) { + for( int i=0, s=model.getSize(); i<s; i++ ) { + items.add((T) model.getElementAt(i)); + } + } + model.setCheckedItems( items ); + + } + + } + +} 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 384ccad..0374a54 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 @@ -1,54 +1,54 @@ -package org.nuiton.jaxx.runtime.swing.list.filter; - -/* - * #%L - * JAXX :: Widgets - * %% - * Copyright (C) 2008 - 2014 CodeLutin - * %% - * 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>. - * #L% - */ - - -public enum CheckListFilterType { - - STARTS_WITH { - - @Override - public boolean include( String element, String filter ) { - - if ( element == null || filter == null ) return false; - return element.startsWith(filter); - - } - - }, - - CONTAINS { - - @Override - public boolean include( String element, String filter ) { - - if ( element == null || filter == null ) return false; - return element.toLowerCase().contains(filter.toLowerCase()); - - } - - }; - - public abstract boolean include( String element, String filter ); - -} +package org.nuiton.jaxx.runtime.swing.list.filter; + +/* + * #%L + * JAXX :: Runtime + * %% + * Copyright (C) 2008 - 2016 CodeLutin + * %% + * 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>. + * #L% + */ + + +public enum CheckListFilterType { + + STARTS_WITH { + + @Override + public boolean include( String element, String filter ) { + + if ( element == null || filter == null ) return false; + return element.startsWith(filter); + + } + + }, + + CONTAINS { + + @Override + public boolean include( String element, String filter ) { + + if ( element == null || filter == null ) return false; + return element.toLowerCase().contains(filter.toLowerCase()); + + } + + }; + + public abstract boolean include( String element, String filter ); + +} 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 9717b2f..2f77d52 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.runtime.swing.list.filter; /* * #%L - * JAXX :: Widgets + * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 696d10b..ad45db0 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.runtime.swing.list.filter; /* * #%L - * JAXX :: Widgets + * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 70c60dd..9d325a7 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.runtime.swing.list.filter; /* * #%L - * JAXX :: Widgets + * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6d8d30d..bfd1ffc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fd0f3a1..a8d0cb3 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d1b1db8..979379c 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fa899d1..829c5dc 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 69e867f..d33b2d6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 80211e0..7d04d25 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 231be4f..11441d0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fccb689..70f6b9e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 eeb1051..4bfbb32 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 505a2c5..ceb7ad6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 01a229a..b0cdfe3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9822a1c..a1ee2ca 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7aa9931..01f8dde 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7712928..a2ee397 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -55,4 +55,4 @@ public class WillChangeSelectedItemVetoException extends Exception { super(message); this.event = event; } -} \ No newline at end of file +} 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 602b691..86d9fca 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 46457d5..f357c65 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e4ce585..a0e854b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 89dfa17..1591200 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 87932f3..7e0bb4a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0828412..29c6c61 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 42d524d..d33c46d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3727d56..259921a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ada718d..725170d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 64baa71..8d57c63 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8f62fb6..7dd97af 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c8330b5..319c7c8 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9ea79a6..5274dd0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 22a9c11..9c161b9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 728b129..b249930 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a9d95fe..62ffd04 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ab17bea..018bf9b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 21fd7e6..57e8d95 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 3c289b7..3b948b0 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bf1ca39..c207f95 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8b27b85..d33bd1d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9246988..9933467 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b08ef50..1a0fd77 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2998658..700a180 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 06c2abe..8cd4433 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 348cd61..4ec9210 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 45d46fa..1207d11 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 60a10ff..9d21ae1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 06c9bbf..0564df9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5c937e5..4c33096 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b789a82..1b78c77 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 012555b..542de87 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 93d395f..cb4b7a8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5954c15..de2cc5e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 945351e..3ee4aa7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f2f73f3..9e1f79d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e2cfc7d..737aef3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2464c9a..d13144e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 71bee91..854bfdd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fc6039d..fdc9c39 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0891398..2a5f770 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 efb8e6f..619ee77 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e26a3c5..7c28b80 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bc21e3d..d11c418 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9f3fa9f..148a1f5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f62f8d6..39461e9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 020cf5a..43eb297 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 25e03e1..b44489e 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e870498..65ce3bc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 50a7291..6b80ff9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b155134..b3e71d9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 85932cc..0345963 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b0fb7f3..4bab3c8 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 ff7bbaf..0f95194 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 92b2371..a9ffb7b 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c062bef..66e1db3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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/DataContextEntryIteratorTest.java b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DataContextEntryIteratorTest.java index 8547458..a5511b7 100644 --- a/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DataContextEntryIteratorTest.java +++ b/jaxx-runtime/src/test/java/org/nuiton/jaxx/runtime/context/DataContextEntryIteratorTest.java @@ -2,7 +2,7 @@ * #%L * JAXX :: Runtime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b77eeb7..55a82af 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ac64430..54283c4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1149532..4eaba80 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 55fcf21..c354ec9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2302146..197324b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5d270d9..44fddbf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f7ca637..1763042 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5f13727..fc8655f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 035c185..204adae 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 dd438de..1b866a4 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d991cbe..1b17920 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bb146b6..1d9a23b 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e107301..37db6e3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e201a6d..92072f9 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4ec82ec..9f3f4ae 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2d44aa9..b2b5332 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f4f5687..18093ee 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2ed6c29..9c07f6f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a241da3..e053f43 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f638aee..3c1c6b7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 af7c788..c7060f5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ac5f0b7..ee4b2f9 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 23dd26d..7b52145 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b7190ef..460423b 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 @@ -5,7 +5,7 @@ package org.nuiton.jaxx.validator.swing; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ea2af6e..00481dc 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ad395d5..0dbab5d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 eb4cea5..6e9a6ef 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1ce872e..2c6d998 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 785028a..15b7da6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2b28b10..218aabd 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 24e8676..48f07db 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 70533f4..1756895 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8ea295b..9ad109a 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 61177d7..d2761c7 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -155,4 +155,4 @@ public class UnifiedValidatorMessageTableMouseListener extends MouseAdapter { pcs.removePropertyChangeListener(propertyName, listener); } -} \ No newline at end of file +} 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 0bcc4c9..aeddb16 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0c1afec..5c695b3 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fac3426..9f446f8 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 391b23d..b56241c 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 @@ -11,7 +11,7 @@ package org.nuiton.jaxx.validator.swing.unified; * #%L * JAXX :: Validator * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 deb159e..53e7160 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 ad66321..583c7cb 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 2c92307..98dfa31 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 904a402..5f36246 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets About %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -70,4 +70,4 @@ public void display() { </row> </Table> -</JDialog> \ No newline at end of file +</JDialog> diff --git a/jaxx-widgets-about/src/site/site.xml b/jaxx-widgets-about/src/site/site.xml index 8d5a39f..e8d58c6 100644 --- a/jaxx-widgets-about/src/site/site.xml +++ b/jaxx-widgets-about/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets About %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 13f3567..e2aaad8 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -183,4 +183,4 @@ public abstract class DecoratorPopupHandler implements Runnable { getPopup().setLabel(title); getPopup().invalidate(); } -} \ No newline at end of file +} 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 6757205..0a36e21 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -47,4 +47,4 @@ public class JaxxWidgetRuntimeException extends RuntimeException { public JaxxWidgetRuntimeException(Throwable cause) { super(cause); } -} \ No newline at end of file +} 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 5e19f44..724a82e 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 515bff1..ecdd92c 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Common * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 33e41e9..412b846 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1981744..7a73dc0 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c3db036..9ac48a4 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..240241e 100644 --- a/jaxx-widgets-common/src/site/site.xml +++ b/jaxx-widgets-common/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Common %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a9515ea..3f5cb51 100644 --- a/jaxx-widgets-common/src/test/resources/log4j.properties +++ b/jaxx-widgets-common/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Widgets +# JAXX :: Widgets Common # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 dc6d2be..2161cd1 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 13afde6..2789189 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5853aa5..39e64cf 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 62fdf3f..9053154 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1ec429e..c0f88f2 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c628ed7..2e4f147 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3b94091..bf5af3b 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a2ef559..7775135 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2bbbbf5..11d716d 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2dc3ae6..50c6178 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1bd41bb..dca4ce0 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a2eba86..1d591e6 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5c2a460..080cfa7 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7204fe2..0c78fe0 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1b2f337..47cfbe7 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 aae69dc..913ad21 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8b132e9..bcc11aa 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 da8f246..9a94368 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 aea375e..6855b62 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 6f6f055..c1f7539 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 24c5f93..13ab952 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 25adfc0..799dd91 100644 --- a/jaxx-widgets-config/src/site/site.xml +++ b/jaxx-widgets-config/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Config + JAXX :: Widgets Config %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e4cde25..df65931 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 20cec1b..04cc78d 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fbf7e5a..8197bd3 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c9e3472..c9be420 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.config.model; /* * #%L - * JAXX :: Config + * JAXX :: Widgets Config * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1e8bf6b..42e5a2f 100644 --- a/jaxx-widgets-config/src/test/resources/log4j.properties +++ b/jaxx-widgets-config/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Config +# JAXX :: Widgets Config # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 85aff82..5658f9b 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 78ba39d..7a8c3ae 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2277c46..5bf05ef 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 - 2014 CodeLutin + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 135db39..9c9ab14 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cf5742a..469a467 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f89e5b7..faccfb8 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets DateTime * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 fa584e5..0d64272 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 eaed512..f2c5329 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,18 +2,16 @@ #%L JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2014 CodeLutin + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 8a53ce7..5aa1220 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1edf0e7..7b5ca38 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 01a3eae..43a7d6c 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 e380b1a..e8623d9 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 74e2f48..629e797 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..24a53a1 100644 --- a/jaxx-widgets-datetime/src/site/site.xml +++ b/jaxx-widgets-datetime/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets DateTime %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a9515ea..5fc70b5 100644 --- a/jaxx-widgets-datetime/src/test/resources/log4j.properties +++ b/jaxx-widgets-datetime/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Widgets +# JAXX :: Widgets DateTime # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 c2dc4c6..f8f58ed 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Error %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e3df4d6..eed15be 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Error * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..e9a7ff1 100644 --- a/jaxx-widgets-error/src/site/site.xml +++ b/jaxx-widgets-error/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Error %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 516290c..1ebaa07 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2004 - 2016 CodeLutin %% This program is free 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 f3ffab5..5e4af5c 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2004 - 2016 CodeLutin %% This program is free 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 c0232a0..497487c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 4e1f028..59040c6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 68dd938..94ae0da 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 bbfe028..bd7dae6 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 47d1d9b..866b920 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 b77fd85..680722f 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 84eb21c..288d967 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 c4023af..4ab0281 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 de4ed93..dccb340 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 e71ae98..4350baf 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 fb96e51..ecbc9c5 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 37e82bd..d8e164d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 469d633..d10891d 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 182acff..4b33d97 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 9a3a709..00ef7df 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 4fc4825..b351c83 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 25e5de6..0e8cf47 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 9ff239e..7d7755c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 e9b3b3d..9322e34 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 c04b383..a840136 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 af9f9d1..4dcd992 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 6221abc..9dbf4b3 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 3914901..290c2a7 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 d8d8e1b..a8dbb43 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 b09cdac..208e840 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 b33998e..048e790 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2004 - 2016 CodeLutin %% This program is free 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 7f9aa77..89b1692 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 1588dda..9b89806 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 9fc12c4..0535b1a 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 999c2d9..e8a5fd1 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 ad0e01c..fb524eb 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2004 - 2016 CodeLutin .. * %% .. * This program is free 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 910d738..7d5badc 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2004 - 2016 CodeLutin .. * %% .. * This program is free 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 8c5f350..03c28d0 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2004 - 2016 CodeLutin .. * %% .. * This program is free 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 9d9c5e9..9bbe864 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2004 - 2016 CodeLutin .. * %% .. * This program is free 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 c8d33bf..040dc07 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 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2004 - 2016 CodeLutin %% This program is free 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 1184168..3534613 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 afe7650..9c0e7be 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 5ae0c9f..e116321 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 ee98307..0386ed8 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 35da376..a981c7c 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 19e9a46..b942a92 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 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free 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 90fbbfd..45ec80e 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 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2004 - 2016 CodeLutin # %% # This program is free 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 d229b01..883e253 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 3f56930..9a4ffc5 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 af2d1ab..01cbf01 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets File %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c746dda..3b8d75d 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8043f5f..1426bcf 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.file; /* * #%L - * JAXX :: Runtime + * JAXX :: Widgets File * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -501,4 +501,4 @@ public class JaxxFileChooser { protected JaxxFileChooser() { // no instance please } -} \ No newline at end of file +} diff --git a/jaxx-widgets-file/src/site/site.xml b/jaxx-widgets-file/src/site/site.xml index 8d5a39f..eaf2db4 100644 --- a/jaxx-widgets-file/src/site/site.xml +++ b/jaxx-widgets-file/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets File %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 20e2d5a..fce3893 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Font %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9d14cfa..333a866 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Font * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..847bbe2 100644 --- a/jaxx-widgets-font/src/site/site.xml +++ b/jaxx-widgets-font/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Font %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 6cfd944..b3cd351 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a9e8719..2473b07 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 @@ -1,8 +1,8 @@ /* * #%L - * ObServe :: Entities + * JAXX :: Widgets Gis * %% - * Copyright (C) 2010 - 2011 IRD, Codelutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5aaebaf..e8daac7 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 2494e36..809af8a 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -159,4 +159,4 @@ public class DdCoordinateConverter implements NuitonConverter<DdCoordinate> { return DdCoordinate.class; } -} \ No newline at end of file +} 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 226549f..57c0727 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 054f60c..b663bad 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b4e5a88..2ccc923 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cdd2809..8e87cce 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cc91018..d189d08 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4bdc3dd..8f93783 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 1944b2f..4ac673b 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 @@ -1,19 +1,17 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 6f8d0b2..929a182 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -233,4 +233,4 @@ public class AbsoluteDdCoordinateEditorHandler implements UIHandler<AbsoluteDdCo } } } -} \ No newline at end of file +} 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 0fcf264..fec5d3a 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a324116..9af2530 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 @@ -1,19 +1,17 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 d5440f6..05770ac 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -248,4 +248,4 @@ public class AbsoluteDmdCoordinateEditorHandler implements UIHandler<AbsoluteDmd } } } -} \ No newline at end of file +} 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 e9ff795..a33ec7f 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 9bd56f4..a364b7c 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 @@ -1,19 +1,17 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 e5dcdba..c921c03 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0a2ae52..51cbe89 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -111,4 +111,4 @@ public class AbsoluteDmsCoordinateEditorModel extends DmsCoordinate { public void setSign(boolean sign) { // never use it } -} \ No newline at end of file +} 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 73198d1..5b77ebd 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 - 2014 CodeLutin + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9c59974..ad14896 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c713874..474d4f1 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d09284b..f8c3c0d 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 @@ -11,7 +11,7 @@ package org.nuiton.jaxx.widgets.gis.absolute; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c425f7d..57d9671 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 66ee5d4..bda9fb6 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 792952d..2c87c49 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 ef2f3bc..365e351 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 9c66a10..5d1b448 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b51c1c9..d4efa6f 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 869f07d..5b5c3d5 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 e94a24a..ca4586e 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5849b4a..40956c7 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 63c30e6..2ac0576 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 @@ -11,7 +11,7 @@ package org.nuiton.jaxx.widgets.gis.signed; * #%L * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..3934c99 100644 --- a/jaxx-widgets-gis/src/site/site.xml +++ b/jaxx-widgets-gis/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Gis %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 56587f0..cd2418a 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7e7792b..d2ce4e0 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 c1bfe3c..bab1dff 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 bf6df96..5e6a373 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 cabf4ca..4603b6b 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 219a104..abd454a 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b8c0fce..a362a4b 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d499f9e..4428de2 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 - 2015 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d41a795..8f18713 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 04517ed..e46658f 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.gis.signed; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Gis * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5438660..ede1b4f 100644 --- a/jaxx-widgets-gis/src/test/resources/log4j.properties +++ b/jaxx-widgets-gis/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Widgets +# JAXX :: Widgets Gis # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 3524d0e..e5c6c3a 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Hidor %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b15020c..d8b105d 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Hidor * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..b6e73f6 100644 --- a/jaxx-widgets-hidor/src/site/site.xml +++ b/jaxx-widgets-hidor/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Hidor %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 8b1a15b..83b725f 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets I18n %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 7870e4d..28fbf71 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets I18n * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..45bfa5f 100644 --- a/jaxx-widgets-i18n/src/site/site.xml +++ b/jaxx-widgets-i18n/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets I18n %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 1a64157..120b005 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.number; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 068bb77..505bf42 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 @@ -1,19 +1,17 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Number %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 3eb2a13..4805da4 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.number; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 37da930..45bcd7b 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.number; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 a969b83..e02efdc 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.number; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Number * %% - * Copyright (C) 2008 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..382ca87 100644 --- a/jaxx-widgets-number/src/site/site.xml +++ b/jaxx-widgets-number/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Number %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a9515ea..0a7b1dc 100644 --- a/jaxx-widgets-number/src/test/resources/log4j.properties +++ b/jaxx-widgets-number/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Widgets +# JAXX :: Widgets Number # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 b0fb71b..81f9efe 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 ae090c0..2c7574f 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 7035f6e..62ccbbc 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 14c7a46..f05d347 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.select; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 129e0ef..eb1dd01 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.select; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 d9260dd..ebb76b8 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 565768f..d88cb92 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b38b826..f0c7b34 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 f2715ca..5552e2b 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8e0c985..32e5370 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 b9c670e..5ffc97e 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 @@ -1,19 +1,17 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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-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 70fea1a..4be60e0 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 4c8c21a..1b8165e 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 865fa72..4ffbad5 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 afef40c..8e8a37d 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.select.session; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 5504466..c950ea4 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 @@ -2,9 +2,9 @@ package org.nuiton.jaxx.widgets.select.session; /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Select * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 f321fab..572f670 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 - 2014 CodeLutin + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..42463de 100644 --- a/jaxx-widgets-select/src/site/site.xml +++ b/jaxx-widgets-select/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Select %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a9515ea..4f71558 100644 --- a/jaxx-widgets-select/src/test/resources/log4j.properties +++ b/jaxx-widgets-select/src/test/resources/log4j.properties @@ -1,8 +1,8 @@ ### # #%L -# JAXX :: Widgets +# JAXX :: Widgets Select # %% -# Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +# Copyright (C) 2008 - 2016 CodeLutin # %% # This program is free 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 d398554..486a72b 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Status %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 c8ed6f6..3175913 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Status %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 b144747..a01d1d2 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Status * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 0dc5ad5..10c40be 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 @@ -1,8 +1,8 @@ <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Status %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is free 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 a2a64a2..11b3b8c 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 @@ -1,8 +1,8 @@ /* * #%L - * JAXX :: Widgets + * JAXX :: Widgets Status * %% - * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + * Copyright (C) 2008 - 2016 CodeLutin * %% * This program is free 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 8d5a39f..93e82b5 100644 --- a/jaxx-widgets-status/src/site/site.xml +++ b/jaxx-widgets-status/src/site/site.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - JAXX :: Widgets + JAXX :: Widgets Status %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% This program is 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 d85a6e0..3f8ab1b 100644 --- a/src/site/rst/BeanValidator.rst +++ b/src/site/rst/BeanValidator.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 534c8b3..943638f 100644 --- a/src/site/rst/Core.rst +++ b/src/site/rst/Core.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 47923d4..0d5cf5c 100644 --- a/src/site/rst/I18n.rst +++ b/src/site/rst/I18n.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 f75ad9d..5d7a276 100644 --- a/src/site/rst/JAXXContext.rst +++ b/src/site/rst/JAXXContext.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 5ed5ac2..a50d430 100644 --- a/src/site/rst/JAXXFile.rst +++ b/src/site/rst/JAXXFile.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 a15d953..72c9ea3 100644 --- a/src/site/rst/NavigationModel.rst +++ b/src/site/rst/NavigationModel.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 d0a089d..e0eaa52 100644 --- a/src/site/rst/contractProgramming.rst +++ b/src/site/rst/contractProgramming.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 4dff5e1..fe296b8 100644 --- a/src/site/rst/dataBinding.rst +++ b/src/site/rst/dataBinding.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 75c4967..6a2f828 100644 --- a/src/site/rst/demo.rst +++ b/src/site/rst/demo.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 de83fe9..be72e91 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 256e6ef..c9168d0 100644 --- a/src/site/rst/javaBeans.rst +++ b/src/site/rst/javaBeans.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 42548bc..606c4fe 100644 --- a/src/site/rst/migration.rst +++ b/src/site/rst/migration.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 b85fc54..d49f971 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 b4d8e89..1c8f111 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 6f8c2e2..4102a54 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 6ec5aa3..732b1d4 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 86e1ca0..d4d3a78 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 8c871a6..2730e68 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 20e6a8d..03559bc 100644 --- a/src/site/rst/presentation.rst +++ b/src/site/rst/presentation.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 bcd0baf..bd955bd 100644 --- a/src/site/rst/scripting.rst +++ b/src/site/rst/scripting.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 b999010..5b39e2e 100644 --- a/src/site/rst/spec-validator2.rst +++ b/src/site/rst/spec-validator2.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 5a6496e..5085764 100644 --- a/src/site/rst/tutoriels.rst +++ b/src/site/rst/tutoriels.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 f6dc1f8..a679c24 100644 --- a/src/site/rst/tutos/config.rst +++ b/src/site/rst/tutos/config.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 2960f05..7da1680 100644 --- a/src/site/rst/tutos/css.rst +++ b/src/site/rst/tutos/css.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 0b85f56..73b9241 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 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 a4b55da..bda0142 100644 --- a/src/site/rst/tutos/helloworld.rst +++ b/src/site/rst/tutos/helloworld.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 3204726..f534ffe 100644 --- a/src/site/rst/tutos/helloworld2.rst +++ b/src/site/rst/tutos/helloworld2.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 67feb30..a1238db 100644 --- a/src/site/rst/useStylesheets.rst +++ b/src/site/rst/useStylesheets.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 248a07f..ac3fb61 100644 --- a/src/site/rst/useSwingObjects.rst +++ b/src/site/rst/useSwingObjects.rst @@ -2,7 +2,7 @@ .. * #%L .. * JAXX .. * %% -.. * Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit +.. * Copyright (C) 2008 - 2016 CodeLutin .. * %% .. * This program is 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 5a78984..86c1285 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -3,7 +3,7 @@ #%L JAXX %% - Copyright (C) 2008 - 2014 Code Lutin, Tony Chemit + Copyright (C) 2008 - 2016 CodeLutin %% 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>.