From 158a1e0115fa7f1513af9d976fc3164dbf71a9cf Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Fri, 8 Feb 2019 15:26:28 -0500 Subject: [PATCH] Change license to LGPLv3 --- LICENSE | 165 ++++++++++++++++++ LICENSE.fr | 146 ++++++++++++++++ .../pom.xml | 5 +- .../src/main/nsis/setup.nsi | 78 +++++---- .../src/main/root/LICENSE | 48 ----- .../src/main/root/README | 0 com.patrikdufresne.planimod/logback.xml | 22 +-- .../planimod/core/AbstractCalendarEvent.java | 22 +-- .../com/planimod/core/ApplicationSetting.java | 22 +-- .../core/ApplicationSettingManager.java | 22 +-- .../com/planimod/core/ConcreteTimeRange.java | 22 +-- .../main/java/com/planimod/core/Employee.java | 22 +-- .../com/planimod/core/EmployeeManager.java | 22 +-- .../com/planimod/core/EmployeePreference.java | 22 +-- .../core/EmployeePreferenceManager.java | 22 +-- .../com/planimod/core/IntegrityException.java | 22 +-- .../com/planimod/core/NonAvailability.java | 22 +-- .../planimod/core/NonAvailabilityManager.java | 22 +-- .../com/planimod/core/PlanimodManagers.java | 25 +-- .../main/java/com/planimod/core/Position.java | 22 +-- .../com/planimod/core/PositionManager.java | 22 +-- .../main/java/com/planimod/core/Product.java | 22 +-- .../java/com/planimod/core/ProductEntry.java | 22 +-- .../com/planimod/core/ProductManager.java | 25 +-- .../com/planimod/core/ProductPosition.java | 22 +-- .../planimod/core/ProductPositionManager.java | 22 +-- .../com/planimod/core/ProductionEvent.java | 22 +-- .../planimod/core/ProductionEventManager.java | 22 +-- .../java/com/planimod/core/Qualification.java | 22 +-- .../planimod/core/QualificationManager.java | 22 +-- .../main/java/com/planimod/core/Section.java | 22 +-- .../com/planimod/core/SectionManager.java | 22 +-- .../main/java/com/planimod/core/Shift.java | 22 +-- .../java/com/planimod/core/ShiftManager.java | 22 +-- .../src/main/java/com/planimod/core/Task.java | 22 +-- .../java/com/planimod/core/TaskManager.java | 22 +-- .../core/TaskNonAvailabilityTable.java | 22 +-- .../planimod/core/TaskQualificationTable.java | 22 +-- .../src/main/java/com/planimod/core/Team.java | 22 +-- .../java/com/planimod/core/TeamManager.java | 22 +-- .../java/com/planimod/core/TimeRange.java | 22 +-- .../java/com/planimod/core/TimeRanges.java | 22 +-- .../core/comparators/EmployeeComparators.java | 22 +-- .../EmployeePreferenceComparators.java | 22 +-- .../comparators/HumanNaturalComparator.java | 22 +-- .../NonAvailabilityComparators.java | 22 +-- .../core/comparators/PositionComparators.java | 22 +-- .../core/comparators/ProductComparators.java | 22 +-- .../ProductionEventComparators.java | 22 +-- .../core/comparators/SectionComparators.java | 22 +-- .../core/comparators/ShiftComparators.java | 22 +-- .../core/comparators/TaskComparators.java | 22 +-- .../core/comparators/TeamComparators.java | 22 +-- .../comparators/TimeRangeComparators.java | 22 +-- .../planif/AbstractConstraintRunnable.java | 22 +-- .../core/planif/CheckEmployeeNotWorking.java | 25 +-- .../planimod/core/planif/CheckFeasible.java | 22 +-- .../core/planif/CheckPreferredTeam.java | 22 +-- .../core/planif/CheckSwappableTask.java | 22 +-- .../core/planif/CheckTaskAssigned.java | 22 +-- .../planimod/core/planif/CoefficientList.java | 22 +-- .../core/planif/GeneratePlanifContext.java | 22 +-- .../core/planif/GeneratePlanifException.java | 22 +-- .../GeneratePlanifProgressMonitorStep.java | 22 +-- ...sSeniorityToWorkOnPreferedTeamWarning.java | 22 +-- .../planimod/core/planif/ICallbackReason.java | 22 +-- .../IGeneratePlanifProgressMonitor.java | 22 +-- .../core/planif/MaxAllTaskAssigned.java | 22 +-- .../core/planif/MaxEmployeePreferences.java | 22 +-- .../core/planif/MaxImportantTaskAssigned.java | 22 +-- .../core/planif/MaxPreferredPosition.java | 25 +-- .../core/planif/MaxPreferredSection.java | 22 +-- .../core/planif/MaxPreferredSeniorities.java | 22 +-- .../core/planif/MaxPreferredSeniority.java | 22 +-- .../core/planif/MaxPreferredTeams.java | 22 +-- .../core/planif/MaxSeniorEmployee.java | 22 +-- .../planimod/core/planif/MaxTaskAssigned.java | 22 +-- .../core/planif/MinAllSwappableTask.java | 22 +-- .../core/planif/MinEmployeeAssigned.java | 22 +-- .../core/planif/MinSwappableTask.java | 22 +-- .../PreferedSeniorityCallbackReason.java | 22 +-- ...eniorityWithoutPrefTeamCallbackReason.java | 22 +-- .../planimod/core/planif/ProblemBuilder.java | 23 ++- .../planimod/core/planif/ProposedTasks.java | 22 +-- .../planimod/core/planif/ProposedWarning.java | 22 +-- .../com/planimod/core/planif/SiTable.java | 22 +-- .../planimod/core/planif/SolveRunnable.java | 25 +-- .../java/com/planimod/core/planif/Table.java | 22 +-- .../planif/UnassignedTaskCallbackReason.java | 22 +-- .../ui/ApplicationSettingPreferenceStore.java | 22 +-- .../planimod/ui/DatabaseSelectorDialog.java | 25 +-- .../main/java/com/planimod/ui/Localized.java | 22 +-- .../src/main/java/com/planimod/ui/Main.java | 25 +-- .../com/planimod/ui/PlanimodMainWindow.java | 25 +-- .../java/com/planimod/ui/PlanimodPolicy.java | 22 +-- .../BeanComputedValueProperty.java | 22 +-- .../ComputedObservableTimeRange.java | 22 +-- .../planimod/ui/databinding/Converters.java | 22 +-- .../DateColorControlStyleSupport.java | 22 +-- .../DateFormatRangeValueProperty.java | 22 +-- ...mployeePreferredPositionValueProperty.java | 22 +-- .../ui/databinding/ListObservableValue.java | 22 +-- .../ui/databinding/ObservableWeekEnd.java | 22 +-- .../ui/databinding/ObservableWeekStart.java | 22 +-- .../databinding/SetContainsPropertyValue.java | 22 +-- .../manager/PlanimodObservables.java | 22 +-- .../databinding/manager/ShiftComputedSet.java | 22 +-- .../ui/databinding/state/StateProperties.java | 22 +-- .../databinding/state/StateValueProperty.java | 22 +-- .../ui/preference/PlanimodPreferences.java | 22 +-- .../ui/printing/PlanimodPrintFactory.java | 22 +-- .../ui/printing/PlanimodPrintUtil.java | 22 +-- .../ui/printing/PrintActionMenuManager.java | 22 +-- .../java/com/planimod/ui/theme/PlaySound.java | 22 +-- .../java/com/planimod/ui/theme/Resources.java | 22 +-- .../ui/viewers/EmployeeViewerUtils.java | 22 +-- .../viewers/ProductionEventViewerUtils.java | 22 +-- ...vableMapPlannerLabelProviderWithColor.java | 22 +-- .../viewers/planner/PlanimodPlannerLook.java | 22 +-- .../planimod/ui/views/AbstractViewPart.java | 22 +-- .../planimod/ui/views/ChangeDateAction.java | 22 +-- .../planimod/ui/views/admin/AboutDialog.java | 22 +-- .../ui/views/admin/AdminPageViewPart.java | 22 +-- .../ui/views/admin/AdminViewPart.java | 22 +-- .../views/admin/AppearancePreferenceNode.java | 22 +-- .../views/admin/AppearancePreferencePage.java | 22 +-- .../ui/views/admin/GeneralPreferenceNode.java | 22 +-- .../ui/views/admin/GeneralPreferencePage.java | 22 +-- .../admin/position/AddPositionAction.java | 22 +-- .../admin/position/PositionPageViewPart.java | 22 +-- .../views/admin/product/AddProductAction.java | 22 +-- .../product/AddProductPositionAction.java | 22 +-- .../admin/product/DuplicateProductAction.java | 22 +-- .../admin/product/ProductPageViewPart.java | 25 +-- .../ProductPositionByProductComputedSet.java | 22 +-- .../product/ProductPositionPrintAction.java | 22 +-- .../product/ProductPositionPrintFactory.java | 22 +-- .../views/admin/section/AddSectionAction.java | 22 +-- .../admin/section/SectionPageViewPart.java | 22 +-- .../ui/views/admin/team/AddTeamAction.java | 22 +-- .../ui/views/admin/team/TeamPageViewPart.java | 22 +-- .../ui/views/employees/AddEmployeeAction.java | 22 +-- .../ClassifiedPositionComputedSet.java | 22 +-- .../EmployeeBySectionPrintAction.java | 22 +-- .../EmployeeBySectionPrintFactory.java | 22 +-- .../EmployeeBySeniorityPrintAction.java | 22 +-- .../EmployeeBySeniorityPrintFactory.java | 22 +-- .../EmployeeEditPreferredPositionAction.java | 22 +-- .../EmployeePreferenceComputedSet.java | 22 +-- .../EmployeePreferredTeamAddAllAction.java | 22 +-- .../EmployeePreferredTeamLabelProvider.java | 22 +-- .../EmployeePreferredTeamMoveAction.java | 22 +-- .../EmployeePreferredTeamRemoveAction.java | 22 +-- .../ui/views/employees/EmployeeViewPart.java | 22 +-- .../employees/PreferredPositionDialog.java | 22 +-- .../AddNonAvailabilityAction.java | 22 +-- .../EditNonAvailabilityAction.java | 22 +-- .../NonAvailabilitiesComputedSet.java | 22 +-- .../NonAvailabilitiesViewPart.java | 22 +-- .../NonAvailabilityDialog.java | 22 +-- .../NonAvailabilityPrintAction.java | 22 +-- .../NonAvailabilityPrintDialog.java | 22 +-- .../NonAvailabilityPrintFactory.java | 25 +-- .../ui/views/planif/CreateTasksAction.java | 22 +-- ...eeByTaskProposedForContextComputedSet.java | 22 +-- .../planif/EmployeeForContextComputedSet.java | 22 +-- .../planif/EmployeeLabelWithAnnotation.java | 22 +-- ...WithTaskProposedForContextComputedSet.java | 22 +-- .../ui/views/planif/GeneratePlanifAction.java | 25 +-- .../ui/views/planif/PlanifViewPart.java | 22 +-- .../planif/ProposedTaskViewPartPage.java | 22 +-- .../planif/ProposedWarningComputedSet.java | 22 +-- .../ProposedWarningsToStringConverter.java | 22 +-- .../TaskByEmployeeForContextComputedSet.java | 22 +-- .../ui/views/planif/TaskComputedSet.java | 22 +-- .../planif/TaskForContextComputedSet.java | 22 +-- .../views/planif/TaskLockedValueProperty.java | 22 +-- ...oposedByEmployeeForContextComputedSet.java | 22 +-- .../ui/views/planif/TaskViewPartPage.java | 22 +-- .../ui/views/planif/printing/DataTable.java | 25 +-- .../ui/views/planif/printing/GridHelper.java | 22 +-- .../printing/PlanifDaySummaryPrintAction.java | 22 +-- .../PlanifDaySummaryPrintFactory.java | 22 +-- .../planif/printing/PlanifSummaryHelper.java | 22 +-- .../PlanifWeekSummaryPrintAction.java | 22 +-- .../PlanifWeekSummaryPrintFactory.java | 22 +-- .../PlanifWeekTransfertPrintAction.java | 22 +-- .../PlanifWeekTransfertPrintFactory.java | 22 +-- .../PlanifWeekTransfertPrintWizard.java | 22 +-- .../PlanifWeekTransfertWizardPage.java | 25 +-- .../DuplicateProductionEventAction.java | 22 +-- .../DuplicateProductionEventDialog.java | 22 +-- .../production/EditProductionEventAction.java | 22 +-- .../production/EditProductionEventDialog.java | 25 +-- .../production/ProductLabelObservableMap.java | 25 +-- .../ProductionEventComputedSet.java | 22 +-- .../ProductionEventLabelObservableMap.java | 25 +-- .../views/production/ProductionViewPart.java | 22 +-- .../RemoveAllProductionEventAction.java | 22 +-- .../ShiftProductionEventObservableMap.java | 22 +-- .../qualifs/QualificationPrintAction.java | 22 +-- .../qualifs/QualificationPrintFactory.java | 19 +- .../views/qualifs/QualificationViewPart.java | 22 +-- .../qualifs/QualifyPositionComputedSet.java | 22 +-- .../ui/views/shifts/AddShiftAction.java | 22 +-- .../ui/views/shifts/EditShiftAction.java | 22 +-- .../ui/views/shifts/RemoveAllShiftAction.java | 22 +-- .../planimod/ui/views/shifts/ShiftDialog.java | 22 +-- .../ui/views/shifts/ShiftViewPart.java | 22 +-- .../test/java/com/planimod/core/AllTests.java | 22 +-- .../core/ApplicationSettingManagerTest.java | 22 +-- .../planimod/core/EmployeeManagerTest.java | 22 +-- .../core/EmployeePreferenceManagerTest.java | 22 +-- .../com/planimod/core/ManagerTestCase.java | 22 +-- .../core/NonAvailabilityEventManagerTest.java | 22 +-- .../PlanifEventManagerGeneratePlanifTest.java | 25 +-- ...ventManagerGeneratePlanifTest20110925.java | 22 +-- ...ventManagerGeneratePlanifTest20120930.java | 25 +-- ...ventManagerGeneratePlanifTest20121028.java | 25 +-- ...ventManagerGeneratePlanifTest20121104.java | 22 +-- ...ventManagerGeneratePlanifTest20121111.java | 22 +-- ...ventManagerGeneratePlanifTest20121202.java | 25 +-- ...ventManagerGeneratePlanifTest20121209.java | 22 +-- ...ventManagerGeneratePlanifTest20130106.java | 25 +-- ...ventManagerGeneratePlanifTest20130113.java | 22 +-- ...ventManagerGeneratePlanifTest20130120.java | 22 +-- .../planimod/core/PositionManagerTest.java | 22 +-- .../com/planimod/core/ProductManagerTest.java | 22 +-- .../core/ProductPositionManagersTest.java | 22 +-- .../core/ProductionEventManagerTest.java | 22 +-- .../core/QualificationManagerTest.java | 22 +-- .../com/planimod/core/SectionManagerTest.java | 22 +-- .../com/planimod/core/ShiftManagerTest.java | 22 +-- .../java/com/planimod/core/ShiftUtils.java | 22 +-- .../com/planimod/core/TaskManagerTest.java | 22 +-- .../com/planimod/core/TeamManagerTest.java | 22 +-- .../com/planimod/core/TimeRangesTest.java | 22 +-- .../java/com/planimod/core/TimeUtils.java | 22 +-- .../planimod/core/comparators/AllTests.java | 22 +-- .../comparators/EmployeeComparatorsTest.java | 22 +-- .../EmployeePreferenceComparatorsTest.java | 22 +-- .../HumanNaturalComparatorTest.java | 22 +-- .../planif/MockGeneratePlanifMonitor.java | 22 +-- .../com/planimod/core/planif/TableTest.java | 22 +-- .../src/test/resources/logback.xml | 22 +-- .../patrikdufresne/ilp/cbc/CbcConstraint.java | 22 +-- .../ilp/cbc/CbcLinearProblem.java | 22 +-- .../com/patrikdufresne/ilp/cbc/CbcSolver.java | 22 +-- .../ilp/cbc/CbcSolverFactory.java | 22 +-- .../ilp/cbc/CbcSolverOption.java | 22 +-- .../patrikdufresne/ilp/cbc/CbcVariable.java | 22 +-- .../patrikdufresne/ilp/cbc/CostStrategy.java | 22 +-- .../com/patrikdufresne/ilp/cbc/GMICuts.java | 22 +-- .../patrikdufresne/ilp/cbc/LatwomirCuts.java | 22 +-- .../patrikdufresne/ilp/cbc/Preprocess.java | 22 +-- .../com/patrikdufresne/ilp/cbc/Presolve.java | 22 +-- .../patrikdufresne/ilp/cbc/ProbingCuts.java | 22 +-- .../ilp/cbc/ReduceAndSplitCuts.java | 22 +-- .../test/java/com/patrikdufresne/Main.java | 22 +-- .../com/patrikdufresne/ilp/cbc/AllTests.java | 22 +-- .../ilp/cbc/CbcConstraintTest.java | 22 +-- .../ilp/cbc/CbcLinearProblemTest.java | 22 +-- .../patrikdufresne/ilp/cbc/CbcSolverTest.java | 22 +-- .../ilp/cbc/CbcVariableTest.java | 22 +-- .../ilp/AbstractLinearProblem.java | 22 +-- .../patrikdufresne/ilp/ConcreteLinear.java | 22 +-- .../com/patrikdufresne/ilp/ConcreteTerm.java | 22 +-- .../com/patrikdufresne/ilp/Constraint.java | 22 +-- .../ilp/IBranchingTechniqueLast.java | 22 +-- .../IBranchingTechniqueLastAlwaysDown.java | 22 +-- .../ilp/IFeasibilityPumpHeuristic.java | 22 +-- .../java/com/patrikdufresne/ilp/ILPError.java | 22 +-- .../com/patrikdufresne/ilp/ILPException.java | 22 +-- .../com/patrikdufresne/ilp/ILPLogger.java | 22 +-- .../com/patrikdufresne/ilp/ILPPolicy.java | 22 +-- .../ilp/IPersistentLinearProblem.java | 22 +-- .../patrikdufresne/ilp/IPreProcessorPass.java | 22 +-- .../patrikdufresne/ilp/ImmutableLinear.java | 22 +-- .../java/com/patrikdufresne/ilp/Linear.java | 22 +-- .../com/patrikdufresne/ilp/LinearProblem.java | 22 +-- .../java/com/patrikdufresne/ilp/Solver.java | 22 +-- .../com/patrikdufresne/ilp/SolverFactory.java | 22 +-- .../com/patrikdufresne/ilp/SolverOption.java | 22 +-- .../java/com/patrikdufresne/ilp/Status.java | 22 +-- .../java/com/patrikdufresne/ilp/Term.java | 22 +-- .../java/com/patrikdufresne/ilp/VarType.java | 22 +-- .../java/com/patrikdufresne/ilp/Variable.java | 22 +-- .../com/patrikdufresne/ilp/util/Bound.java | 22 +-- .../ilp/util/BoundSnapshot.java | 22 +-- .../ilp/util/ConstraintSnapshot.java | 22 +-- .../patrikdufresne/ilp/util/Constraints.java | 22 +-- .../com/patrikdufresne/ilp/util/Linears.java | 22 +-- .../ilp/util/ValueSnapshot.java | 22 +-- .../patrikdufresne/ilp/util/Variables.java | 22 +-- .../patrikdufresne/ilp/ConstraintTest.java | 22 +-- .../patrikdufresne/ilp/LinearProblemTest.java | 22 +-- .../com/patrikdufresne/ilp/SolverTest.java | 22 +-- .../com/patrikdufresne/ilp/VariableTest.java | 22 +-- .../ilp/glpk/GLPKConstraint.java | 22 +-- .../patrikdufresne/ilp/glpk/GLPKLibrary.java | 22 +-- .../ilp/glpk/GLPKLinearProblem.java | 22 +-- .../patrikdufresne/ilp/glpk/GLPKSolver.java | 22 +-- .../ilp/glpk/GLPKSolverFactory.java | 22 +-- .../ilp/glpk/GLPKSolverOption.java | 22 +-- .../patrikdufresne/ilp/glpk/GLPKVariable.java | 22 +-- .../com/patrikdufresne/ilp/glpk/AllTests.java | 22 +-- .../ilp/glpk/GLPKConstraintTest.java | 22 +-- .../ilp/glpk/GLPKLinearProblemTest.java | 22 +-- .../ilp/glpk/GLPKSolverTest.java | 22 +-- .../ilp/glpk/GLPKVariableTest.java | 22 +-- license-header.txt | 22 +-- 311 files changed, 4083 insertions(+), 3130 deletions(-) create mode 100644 LICENSE create mode 100644 LICENSE.fr delete mode 100644 com.patrikdufresne.planimod-installation-package/src/main/root/LICENSE delete mode 100644 com.patrikdufresne.planimod-installation-package/src/main/root/README diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..80d241e --- /dev/null +++ b/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/LICENSE.fr b/LICENSE.fr new file mode 100644 index 0000000..30954b8 --- /dev/null +++ b/LICENSE.fr @@ -0,0 +1,146 @@ +Licence Publique Générale GNU +Benjamin Drieu, APRIL (bdrieu@april.org), Mélanie Clément-Fontaine (melanie@amberlab.net), Arnaud Fontaine (arnaud@crao.net), Loïc Dachary (loic@gnu.org), Frédéric Couchet (fcouchet@fsffrance.org). + + +This is an unofficial translation of the GNU General Public License into French. It was not published by the Free Software Foundation, and does not legally state the distribution terms for software that uses the GNU GPL--only the original English text of the GNU GPL does that. However, we hope that this translation will help French speakers understand the GNU GPL better. + +Ceci est une traduction non officielle de la GNU General Public License en français. Elle n'a pas été publiée par la Free Software Foundation, et ne détermine pas les termes de distribution pour les logiciels qui utilisent la GNU GPL, seul le texte anglais original de la GNU GPL déterminent ces termes. Cependant, nous espérons que cette traduction aidera les francophones à mieux comprendre la GNU GPL. + +Licence Publique Générale GNU +Les licences de la plupart des logiciels sont conçues pour vous enlever toute liberté de les partager et de les modifier. + +A contrario, la Licence Publique Générale est destinée à garantir votre liberté de partager et de modifier les logiciels libres, et à assurer que ces logiciels soient libres pour tous leurs utilisateurs. + +La présente Licence Publique Générale s'applique à la plupart des logiciels de la Free Software Foundation, ainsi qu'à tout autre programme pour lequel ses auteurs s'engagent à l'utiliser. + +(Certains autres logiciels de la Free Software Foundation sont couverts par la GNU Lesser General Public License à la place.) + +Vous pouvez aussi l'appliquer aux programmes qui sont les vôtres. + +Quand nous parlons de logiciels libres, nous parlons de liberté, non de prix. + +Nos licences publiques générales sont conçues pour vous donner l'assurance d'être libres de distribuer des copies des logiciels libres (et de facturer ce service, si vous le souhaitez), de recevoir le code source ou de pouvoir l'obtenir si vous le souhaitez, de pouvoir modifier les logiciels ou en utiliser des éléments dans de nouveaux programmes libres et de savoir que vous pouvez le faire. + +Pour protéger vos droits, il nous est nécessaire d'imposer des limitations qui interdisent à quiconque de vous refuser ces droits ou de vous demander d'y renoncer. + +Certaines responsabilités vous incombent en raison de ces limitations si vous distribuez des copies de ces logiciels, ou si vous les modifiez. + +Par exemple, si vous distribuez des copies d'un tel programme, à titre gratuit ou contre une rémunération, vous devez accorder aux destinataires tous les droits dont vous disposez. + +Vous devez vous assurer qu'eux aussi reçoivent ou puissent disposer du code source. + +Et vous devez leur montrer les présentes conditions afin qu'ils aient connaissance de leurs droits. + +Nous protégeons vos droits en deux étapes : (1) nous sommes titulaires des droits d'auteur du logiciel, et (2) nous vous délivrons cette licence, qui vous donne l'autorisation légale de copier, distribuer et/ou modifier le logiciel. + +En outre, pour la protection de chaque auteur ainsi que la nôtre, nous voulons nous assurer que chacun comprenne que ce logiciel libre ne fait l'objet d'aucune garantie. + +Si le logiciel est modifié par quelqu'un d'autre puis transmis à des tiers, nous voulons que les destinataires soient mis au courant que ce qu'ils ont reçu n'est pas le logiciel d'origine, de sorte que tout problème introduit par d'autres ne puisse entacher la réputation de l'auteur originel. + +En définitive, un programme libre restera à la merci des brevets de logiciels. + +Nous souhaitons éviter le risque que les redistributeurs d'un programme libre fassent des demandes individuelles de licence de brevet, ceci ayant pour effet de rendre le programme propriétaire. + +Pour éviter cela, nous établissons clairement que toute licence de brevet doit être concédée de façon à ce que l'usage en soit libre pour tous ou bien qu'aucune licence ne soit concédée. + +Les termes exacts et les conditions de copie, distribution et modification sont les suivants: + +Conditions de copie, distribution et modification de la Licence Publique Générale GNU. +0. La présente Licence s'applique à tout programme ou tout autre ouvrage contenant un avis, apposé par le titulaire des droits d'auteur, stipulant qu'il peut être distribué au titre des conditions de la présente Licence Publique Générale. + +Ci-après, le "Programme" désigne l'un quelconque de ces programmes ou ouvrages, et un "ouvrage fondé sur le Programme" désigne soit le Programme, soit un ouvrage qui en dérive au titre des lois sur le droit d'auteur : en d'autres termes, un ouvrage contenant le Programme ou une partie de ce dernier, soit à l'identique, soit avec des modifications et/ou traduit dans un autre langage. + +(Ci-après, le terme "modification" implique, sans s'y réduire, le terme traduction) + +Chaque concessionaire sera désigné par "vous". + +Les activités autres que la copie, la distribution et la modification ne sont pas couvertes par la présente Licence ; elles sont hors de son champ d'application. + +L'opération consistant à exécuter le Programme n'est soumise à aucune limitation et les sorties du programme ne sont couvertes que si leur contenu constitue un ouvrage fondé sur le Programme (indépendamment du fait qu'il ait été réalisé par l'exécution du Programme). + +La validité de ce qui précède dépend de ce que fait le Programme. + +1. Vous pouvez copier et distribuer des copies à l'identique du code source du Programme tel que vous l'avez reçu, sur n'importe quel support, du moment que vous apposiez sur chaque copie, de manière ad hoc et parfaitement visible, l'avis de droit d'auteur adéquat et une exonération de garantie ; que vous gardiez intacts tous les avis faisant référence à la présente Licence et à l'absence de toute garantie ; et que vous fournissiez à tout destinataire du Programme autre que vous-même un exemplaire de la présente Licence en même temps que le Programme. + +Vous pouvez faire payer l'acte physique de transmission d'une copie, et vous pouvez, à votre discrétion, proposer une garantie contre rémunération. + +2. Vous pouvez modifier votre copie ou des copies du Programme ou n'importe quelle partie de celui-ci, créant ainsi un ouvrage fondé sur le Programme, et copier et distribuer de telles modifications ou ouvrage selon les termes de l'Article 1 ci-dessus, à condition de vous conformer également à chacune des obligations suivantes : + +a) Vous devez munir les fichiers modifiés d'avis bien visibles stipulants que vous avez modifié ces fichiers, ainsi que la date de chaque modification ; + +b) Vous devez prendre les dispositions nécessaires pour que tout ouvrage que vous distribuez ou publiez, et qui, en totalité ou en partie, contient ou est fondé sur le Programme - ou une partie quelconque de ce dernier - soit concédé comme un tout, à titre gratuit, à n'importe quel tiers, au titre des conditions de la présente Licence. + +c) Si le programme modifié lit habituellement des instructions de façon interactive lorsqu'on l'exécute, vous devez, quand il commence son exécution pour ladite utilisation interactive de la manière la plus usuelle, faire en sorte qu'il imprime ou affiche une annonce comprenant un avis de droit d'auteur ad hoc, et un avis stipulant qu'il n'y a pas de garantie (ou bien indiquant que c'est vous qui fournissez la garantie), et que les utilisateurs peuvent redistribuer le programme en respectant les présentes obligations, et expliquant à l'utilisateur comment voir une copie de la présente Licence. + +(Exception : si le Programme est lui-même interactif mais n'imprime pas habituellement une telle annonce, votre ouvrage fondé sur le Programme n'est pas obligé d'imprimer une annonce). + +Ces obligations s'appliquent à l'ouvrage modifié pris comme un tout. + +Si des éléments identifiables de cet ouvrage ne sont pas fondés sur le Programme et peuvent raisonnablement être considérés comme des ouvrages indépendants distincts en eux mêmes, alors la présente Licence et ses conditions ne s'appliquent pas à ces éléments lorsque vous les distribuez en tant qu'ouvrages distincts. + +Mais lorsque vous distribuez ces mêmes éléments comme partie d'un tout, lequel constitue un ouvrage fondé sur le Programme, la distribution de ce tout doit être soumise aux conditions de la présente Licence, et les autorisations qu'elle octroie aux autres concessionnaires s'étendent à l'ensemble de l'ouvrage et par conséquent à chaque et toute partie indifférement de qui l'a écrite. + +Par conséquent, l'objet du présent article n'est pas de revendiquer des droits ou de contester vos droits sur un ouvrage entièrement écrit par vous; son objet est plutôt d'exercer le droit de contrôler la distribution d'ouvrages dérivés ou d'ouvrages collectifs fondés sur le Programme. + +De plus, la simple proximité du Programme avec un autre ouvrage qui n'est pas fondé sur le Programme (ou un ouvrage fondé sur le Programme) sur une partition d'un espace de stockage ou un support de distribution ne place pas cet autre ouvrage dans le champ d'application de la présente Licence. + +3. Vous pouvez copier et distribuer le Programme (ou un ouvrage fondé sur lui, selon l'Article 2) sous forme de code objet ou d'exécutable, selon les termes des Articles 1 et 2 ci-dessus, à condition que vous accomplissiez l'un des points suivants : + +a) L'accompagner de l'intégralité du code source correspondant, sous une forme lisible par un ordinateur, lequel doit être distribué au titre des termes des Articles 1 et 2 ci-dessus, sur un support habituellement utilisé pour l'échange de logiciels; ou, + +b) L'accompagner d'une proposition écrite, valable pendant au moins trois ans, de fournir à tout tiers, à un tarif qui ne soit pas supérieur à ce que vous coûte l'acte physique de réaliser une distribution source, une copie intégrale du code source correspondant sous une forme lisible par un ordinateur, qui sera distribuée au titre des termes des Articles 1 et 2 ci-dessus, sur un support habituellement utilisé pour l'échange de logiciels; ou, + +c) L'accompagner des informations reçues par vous concernant la proposition de distribution du code source correspondant. (Cette solution n'est autorisée que dans le cas d'une distribution non commerciale et seulement si vous avez reçu le programme sous forme de code objet ou d'exécutable accompagné d'une telle proposition - en conformité avec le sous-Article b ci-dessus.) + +Le code source d'un ouvrage désigne la forme favorite pour travailler à des modifications de cet ouvrage. Pour un ouvrage exécutable, le code source intégral désigne la totalité du code source de la totalité des modules qu'il contient, ainsi que les éventuels fichiers de définition des interfaces qui y sont associés, ainsi que les scripts utilisés pour contrôler la compilation et l'installation de l'exécutable. Cependant, par exception spéciale, le code source distribué n'est pas censé inclure quoi que ce soit de normalement distribué (que ce soit sous forme source ou binaire) avec les composants principaux (compilateur, noyau, et autre) du système d'exploitation sur lequel l'exécutable tourne, à moins que ce composant lui-même n'accompagne l'exécutable. + +Si distribuer un exécutable ou un code objet consiste à offrir un accès permettant leur copie depuis un endroit particulier, alors l'offre d'un accès équivalent pour copier le code source depuis le même endroit compte comme une distribution du code source - même si les tiers ne sont pas contraints de copier le source en même temps que le code objet. + +4. Vous ne pouvez copier, modifier, concéder en sous-licence, ou distribuer le Programme, sauf tel qu'expressément prévu par la présente Licence. Toute tentative de copier, modifier, concéder en sous-licence, ou distribuer le Programme d'une autre manière est réputée non valable, et met immédiatement fin à vos droits au titre de la présente Licence. Toutefois, les tiers ayant reçu de vous des copies, ou des droits, au titre de la présente Licence ne verront pas leurs autorisations résiliées aussi longtemps que ledits tiers se conforment pleinement à elle. + +5. Vous n'êtes pas obligé d'accepter la présente Licence étant donné que vous ne l'avez pas signée. Cependant, rien d'autre ne vous accorde l'autorisation de modifier ou distribuer le Programme ou les ouvrages fondés sur lui. Ces actions sont interdites par la loi si vous n'acceptez pas la présente Licence. En conséquence, en modifiant ou distribuant le Programme (ou un ouvrage quelconque fondé sur le Programme), vous signifiez votre acceptation de la présente Licence en le faisant, et de toutes ses conditions concernant la copie, la distribution ou la modification du Programme ou d'ouvrages fondés sur lui. + +6. Chaque fois que vous redistribuez le Programme (ou n'importe quel ouvrage fondé sur le Programme), une licence est automatiquement concédée au destinataire par le concédant originel de la licence, l'autorisant à copier, distribuer ou modifier le Programme, sous réserve des présentes conditions. Vous ne pouvez imposer une quelconque limitation supplémentaire à l'exercice des droits octroyés au titre des présentes par le destinataire. Vous n'avez pas la responsabilité d'imposer le respect de la présente Licence à des tiers. + +7. Si, conséquement à une décision de justice ou l'allégation d'une transgression de brevet ou pour toute autre raison (non limitée à un probleme de brevet), des obligations vous sont imposées (que ce soit par jugement, conciliation ou autre) qui contredisent les conditions de la présente Licence, elles ne vous excusent pas des conditions de la présente Licence. Si vous ne pouvez distribuer de manière à satisfaire simultanément vos obligations au titre de la présente Licence et toute autre obligation pertinente, alors il en découle que vous ne pouvez pas du tout distribuer le Programme. Par exemple, si une licence de brevet ne permettait pas une redistribution sans redevance du Programme par tous ceux qui reçoivent une copie directement ou indirectement par votre intermédiaire, alors la seule façon pour vous de satisfaire à la fois à la licence du brevet et à la présente Licence serait de vous abstenir totalement de toute distribution du Programme. + +Si une partie quelconque de cet article est tenue pour nulle ou inopposable dans une circonstance particulière quelconque, l'intention est que le reste de l'article s'applique. La totalité de la section s'appliquera dans toutes les autres circonstances. + +Cet article n'a pas pour but de vous induire à transgresser un quelconque brevet ou d'autres revendications à un droit de propriété ou à contester la validité de la moindre de ces revendications ; cet article a pour seul objectif de protéger l'intégrité du système de distribution du logiciel libre, qui est mis en oeuvre par la pratique des licenses publiques. De nombreuses personnes ont fait de généreuses contributions au large spectre de logiciels distribués par ce système en se fiant à l'application cohérente de ce système ; il appartient à chaque auteur/donateur de décider si il ou elle veut distribuer du logiciel par l'intermédiaire d'un quelconque autre système et un concessionaire ne peut imposer ce choix. + +Cet article a pour but de rendre totalement limpide ce que l'on pense être une conséquence du reste de la présente Licence. + +8. Si la distribution et/ou l'utilisation du Programme est limitée dans certains pays que ce soit par des brevets ou par des interfaces soumises au droit d'auteur, le titulaire originel des droits d'auteur qui décide de couvrir le Programme par la présente Licence peut ajouter une limitation géographique de distribution explicite qui exclue ces pays afin que la distribution soit permise seulement dans ou entre les pays qui ne sont pas ainsi exclus. Dans ce cas, la présente Licence incorpore la limitation comme si elle était écrite dans le corps de la présente Licence. + +9. La Free Software Foundation peut, de temps à autre, publier des versions révisées et/ou nouvelles de la Licence Publique Générale. De telles nouvelles versions seront similaires à la présente version dans l'esprit mais pourront différer dans le détail pour prendre en compte de nouvelles problématiques ou inquiétudes. + +Chaque version possède un numéro de version la distinguant. Si le Programme précise le numéro de version de la présente Licence qui s'y applique et "une version ultérieure quelconque", vous avez le choix de suivre les conditions de la présente version ou de toute autre version ultérieure publiée par la Free Software Foundation. Si le Programme ne spécifie aucun numéro de version de la présente Licence, vous pouvez choisir une version quelconque publiée par la Free Software Foundation à quelque moment que ce soit. + +10. Si vous souhaitez incorporer des parties du Programme dans d'autres programmes libres dont les conditions de distribution sont différentes, écrivez à l'auteur pour lui en demander l'autorisation. Pour les logiciels dont la Free Software Foundation est titulaire des droits d'auteur, écrivez à la Free Software Foundation ; nous faisons parfois des exceptions dans ce sens. Notre décision sera guidée par le double objectif de préserver le statut libre de tous les dérivés de nos logiciels libres et de promouvoir le partage et la réutilisation des logiciels en général. + +ABSENCE DE GARANTIE +11. COMME LA LICENCE DU PROGRAMME EST CONCEDEE A TITRE GRATUIT, AUCUNE GARANTIE NE S'APPLIQUE AU PROGRAMME, DANS LES LIMITES AUTORISEES PAR LA LOI APPLICABLE. SAUF MENTION CONTRAIRE ECRITE, LES TITULAIRES DU DROIT D'AUTEUR ET/OU LES AUTRES PARTIES FOURNISSENT LE PROGRAMME "EN L'ETAT", SANS AUCUNE GARANTIE DE QUELQUE NATURE QUE CE SOIT, EXPRESSE OU IMPLICITE, Y COMPRIS, MAIS SANS Y ETRE LIMITE, LES GARANTIES IMPLICITES DE COMMERCIABILITE ET DE LA CONFORMITE A UNE UTILISATION PARTICULIERE. VOUS ASSUMEZ LA TOTALITE DES RISQUES LIES A LA QUALITE ET AUX PERFORMANCES DU PROGRAMME. SI LE PROGRAMME SE REVELAIT DEFECTUEUX, LE COUT DE L'ENTRETIEN, DES REPARATIONS OU DES CORRECTIONS NECESSAIRES VOUS INCOMBENT INTEGRALEMENT. + +12. EN AUCUN CAS, SAUF LORSQUE LA LOI APPLICABLE OU UNE CONVENTION ECRITE L'EXIGE, UN TITULAIRE DE DROIT D'AUTEUR QUEL QU'IL SOIT, OU TOUTE PARTIE QUI POURRAIT MODIFIER ET/OU REDISTRIBUER LE PROGRAMME COMME PERMIS CI-DESSUS, NE POURRAIT ETRE TENU POUR RESPONSABLE A VOTRE EGARD DES DOMMAGES, INCLUANT LES DOMMAGES GENERIQUES, SPECIFIQUES, SECONDAIRES OU CONSECUTIFS, RESULTANT DE L'UTILISATION OU DE L'INCAPACITE D'UTILISER LE PROGRAMME (Y COMPRIS, MAIS SANS Y ETRE LIMITE, LA PERTE DE DONNEES, OU LE FAIT QUE DES DONNEES SOIENT RENDUES IMPRECISES, OU LES PERTES EPROUVEES PAR VOUS OU PAR DES TIERS, OU LE FAIT QUE LE PROGRAMME ECHOUE A INTEROPERER AVEC UN AUTRE PROGRAMME QUEL QU'IL SOIT) MEME SI LE DIT TITULAIRE DU DROIT D'AUTEUR OU LE PARTIE CONCERNEE A ETE AVERTI DE L'EVENTUALITE DE TELS DOMMAGES. + +FIN DES CONDITIONS +Comment appliquer ces conditions à vos nouveaux programmes +Si vous développez un nouveau programme, et si vous voulez qu'il soit de la plus grande utilité possible pour le public, le meilleur moyen d'y parvenir est d'en faire un logiciel libre que chacun peut redistribuer et modifier au titre des présentes conditions. + +Pour ce faire, munissez le programme des avis qui suivent. Le plus sûr est de les ajouter au début de chaque fichier source pour véhiculer le plus efficacement possible l'absence de toute garantie ; chaque fichier devrait aussi contenir au moins la ligne "copyright" et une indication de l'endroit où se trouve l'avis complet. + +[Une ligne donnant le nom du programme et une courte idée de ce qu'il fait.] Copyright (C) [année] [nom de l'auteur] Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier au titre des clauses de la Licence Publique Générale GNU, telle que publiée par la Free Software Foundation ; soit la version 2 de la Licence, ou (à votre discrétion) une version ultérieure quelconque. Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE ; sans même une garantie implicite de COMMERCIABILITE ou DE CONFORMITE A UNE UTILISATION PARTICULIERE. Voir la Licence Publique Générale GNU pour plus de détails. Vous devriez avoir reçu un exemplaire de la Licence Publique Générale GNU avec ce programme ; si ce n'est pas le cas, écrivez à la Free Software Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Ajoutez aussi des informations sur la manière de vous contacter par courrier électronique et courrier postal. + +Si le programme est interactif, faites en sorte qu'il affiche un court avis tel que celui-ci lorsqu'il démarre en mode interactif : + +Gnomovision version 69, Copyright (C) année nom de l'auteur Gnomovision n'est accompagné d'ABSOLUMENT AUCUNE GARANTIE ; pour plus de détails tapez "show w". Ceci est un logiciel libre et vous êtes invité à le redistribuer en respectant certaines obligations ; pour plus de détails tapez "show c". + +Les instructions hypothétiques "show w" et "show c" sont supposées montrer les parties ad hoc de la Licence Publique Générale. Bien entendu, les instructions que vous utilisez peuvent porter d'autres noms que "show w" et "show c" ; elles peuvent même être des clics de souris ou des éléments d'un menu ou tout ce qui convient à votre programme. + +Vous devriez aussi obtenir de votre employeur (si vous travaillez en tant que développeur) ou de votre école, si c'est le cas, qu'il (ou elle) signe une "renonciation aux droits d'auteur" concernant le programme, si nécessaire. Voici un exemple (changez les noms) : + +Yoyodyne, Inc., déclare par la présente renoncer à toute prétention sur les droits d'auteur du programme "Gnomovision" (qui fait des avances aux compilateurs) écrit par James Hacker. [signature de Ty Coon], 1er avril 1989 Ty Coon, Président du Vice + +La présente Licence Publique Générale n'autorise pas l'incorporation de votre programme dans des programmes propriétaires. Si votre programme est une bibliothèque de sous-programmes, vous pouvez considérer plus utile d'autoriser l'édition de liens d'applications propriétaires avec la bibliothèque. Si c'est ce que vous voulez faire, utilisez la GNU Lesser General Public License au lieu de la présente Licence. \ No newline at end of file diff --git a/com.patrikdufresne.planimod-installation-package/pom.xml b/com.patrikdufresne.planimod-installation-package/pom.xml index 601c913..590afe9 100644 --- a/com.patrikdufresne.planimod-installation-package/pom.xml +++ b/com.patrikdufresne.planimod-installation-package/pom.xml @@ -240,9 +240,12 @@ if="sign.key.path" /> - + + Copyright (C) 2019 Patrik Dufresne Service Logiciel - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + 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. - http://www.apache.org/licenses/LICENSE-2.0 + 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 + Lesser General Public License for more details. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/AbstractCalendarEvent.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/AbstractCalendarEvent.java index 3399550..2ddd343 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/AbstractCalendarEvent.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/AbstractCalendarEvent.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSetting.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSetting.java index 2eb9e83..27ca691 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSetting.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSetting.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSettingManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSettingManager.java index 6c2f415..43cb50a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSettingManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ApplicationSettingManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ConcreteTimeRange.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ConcreteTimeRange.java index d823534..6b016d5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ConcreteTimeRange.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ConcreteTimeRange.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Employee.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Employee.java index ee39e05..d711323 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Employee.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Employee.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeeManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeeManager.java index 25a8c8f..e33ffbd 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeeManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeeManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreference.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreference.java index 1e8bc25..b321348 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreference.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreference.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreferenceManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreferenceManager.java index aa35d04..8944e0d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreferenceManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/EmployeePreferenceManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/IntegrityException.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/IntegrityException.java index 4dcf4e8..25db882 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/IntegrityException.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/IntegrityException.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailability.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailability.java index 9b01260..7ca54a9 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailability.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailability.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailabilityManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailabilityManager.java index dc3fdf9..31e82cf 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailabilityManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/NonAvailabilityManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PlanimodManagers.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PlanimodManagers.java index 2606329..20c2368 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PlanimodManagers.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PlanimodManagers.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Position.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Position.java index da36aaf..0b8b63e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Position.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Position.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PositionManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PositionManager.java index 851cffe..b04efbe 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PositionManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/PositionManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Product.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Product.java index 0028dc3..ac250cb 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Product.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Product.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductEntry.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductEntry.java index 4fd61d3..8a95c22 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductEntry.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductEntry.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductManager.java index debba0e..b949003 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductManager.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPosition.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPosition.java index 3e9b1e0..bd2d9c3 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPosition.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPosition.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPositionManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPositionManager.java index 67e1046..818e834 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPositionManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductPositionManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEvent.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEvent.java index b997769..50245f0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEvent.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEvent.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEventManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEventManager.java index bd8bb49..ab08b58 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEventManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ProductionEventManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Qualification.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Qualification.java index a76f908..1d831aa 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Qualification.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Qualification.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/QualificationManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/QualificationManager.java index 5ff39ce..a5f455e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/QualificationManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/QualificationManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Section.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Section.java index 4f9ca4c..b3470f6 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Section.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Section.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/SectionManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/SectionManager.java index 21fc490..85191a0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/SectionManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/SectionManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Shift.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Shift.java index e8226c2..e0d5d57 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Shift.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Shift.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ShiftManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ShiftManager.java index b8d5323..0ba819e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ShiftManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/ShiftManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Task.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Task.java index 7dfe705..62c69fd 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Task.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Task.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskManager.java index 79b1bc1..c37d10a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskNonAvailabilityTable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskNonAvailabilityTable.java index e9e1b32..320e600 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskNonAvailabilityTable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskNonAvailabilityTable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskQualificationTable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskQualificationTable.java index 896c478..ab04d5d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskQualificationTable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TaskQualificationTable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Team.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Team.java index dc4201f..3bb4927 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Team.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/Team.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TeamManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TeamManager.java index fff88af..7021036 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TeamManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TeamManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRange.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRange.java index 1e693aa..bf081c5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRange.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRange.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRanges.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRanges.java index 40d152a..76da7e0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRanges.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/TimeRanges.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeeComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeeComparators.java index 2237a3f..2d0ab48 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeeComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeeComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeePreferenceComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeePreferenceComparators.java index 240642b..896aba7 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeePreferenceComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/EmployeePreferenceComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/HumanNaturalComparator.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/HumanNaturalComparator.java index c60f497..76d7d77 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/HumanNaturalComparator.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/HumanNaturalComparator.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* NaturalOrderComparator.java -- Perform 'natural order' comparisons of strings in Java. diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/NonAvailabilityComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/NonAvailabilityComparators.java index 90ba697..c83a6e9 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/NonAvailabilityComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/NonAvailabilityComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/PositionComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/PositionComparators.java index 3a7f325..59928c5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/PositionComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/PositionComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductComparators.java index 84de4a7..bc94721 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductionEventComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductionEventComparators.java index 60f46f8..e8b83c1 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductionEventComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ProductionEventComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/SectionComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/SectionComparators.java index a0e1888..58bab5e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/SectionComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/SectionComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ShiftComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ShiftComparators.java index 44e8ae4..f122607 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ShiftComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/ShiftComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TaskComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TaskComparators.java index e4b3b02..a3b0620 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TaskComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TaskComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TeamComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TeamComparators.java index 79c3786..ce651d3 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TeamComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TeamComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TimeRangeComparators.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TimeRangeComparators.java index e0b50a4..5455be3 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TimeRangeComparators.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/comparators/TimeRangeComparators.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/AbstractConstraintRunnable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/AbstractConstraintRunnable.java index f61de9a..b00c5bc 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/AbstractConstraintRunnable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/AbstractConstraintRunnable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckEmployeeNotWorking.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckEmployeeNotWorking.java index aac8d14..b37b485 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckEmployeeNotWorking.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckEmployeeNotWorking.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckFeasible.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckFeasible.java index 3edf294..7031bde 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckFeasible.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckFeasible.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckPreferredTeam.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckPreferredTeam.java index 6019f16..19d09e9 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckPreferredTeam.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckPreferredTeam.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckSwappableTask.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckSwappableTask.java index 3a53eff..5b0162d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckSwappableTask.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckSwappableTask.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckTaskAssigned.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckTaskAssigned.java index 269ec55..a5de5b2 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckTaskAssigned.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CheckTaskAssigned.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CoefficientList.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CoefficientList.java index 71db136..bc50494 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CoefficientList.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/CoefficientList.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifContext.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifContext.java index e13e7e8..0689dc4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifContext.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifContext.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifException.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifException.java index 57bd723..e2f32a8 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifException.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifException.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifProgressMonitorStep.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifProgressMonitorStep.java index fb8ced9..e5826bb 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifProgressMonitorStep.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/GeneratePlanifProgressMonitorStep.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/HasSeniorityToWorkOnPreferedTeamWarning.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/HasSeniorityToWorkOnPreferedTeamWarning.java index d97565a..c9a50dc 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/HasSeniorityToWorkOnPreferedTeamWarning.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/HasSeniorityToWorkOnPreferedTeamWarning.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ICallbackReason.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ICallbackReason.java index e881806..56e6ede 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ICallbackReason.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ICallbackReason.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/IGeneratePlanifProgressMonitor.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/IGeneratePlanifProgressMonitor.java index 1355186..6a855da 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/IGeneratePlanifProgressMonitor.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/IGeneratePlanifProgressMonitor.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxAllTaskAssigned.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxAllTaskAssigned.java index b190ccb..16b4f28 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxAllTaskAssigned.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxAllTaskAssigned.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxEmployeePreferences.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxEmployeePreferences.java index eec1273..fee500e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxEmployeePreferences.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxEmployeePreferences.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxImportantTaskAssigned.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxImportantTaskAssigned.java index b0651c7..4ba40dc 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxImportantTaskAssigned.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxImportantTaskAssigned.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredPosition.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredPosition.java index e7196a6..675e86f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredPosition.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredPosition.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSection.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSection.java index dd37774..bf3afa6 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSection.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSection.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniorities.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniorities.java index 480db54..27a6d8f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniorities.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniorities.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniority.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniority.java index 58accd4..14f821a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniority.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredSeniority.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredTeams.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredTeams.java index f94d6e5..a113fb3 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredTeams.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxPreferredTeams.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxSeniorEmployee.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxSeniorEmployee.java index e300742..a9b257f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxSeniorEmployee.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxSeniorEmployee.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxTaskAssigned.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxTaskAssigned.java index 634b43d..f3d2453 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxTaskAssigned.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MaxTaskAssigned.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinAllSwappableTask.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinAllSwappableTask.java index f931e53..0da3f3b 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinAllSwappableTask.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinAllSwappableTask.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinEmployeeAssigned.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinEmployeeAssigned.java index 4c8ab21..8ceebdd 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinEmployeeAssigned.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinEmployeeAssigned.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinSwappableTask.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinSwappableTask.java index 585f917..0f609ca 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinSwappableTask.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/MinSwappableTask.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityCallbackReason.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityCallbackReason.java index 2bbea67..b841850 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityCallbackReason.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityCallbackReason.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityWithoutPrefTeamCallbackReason.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityWithoutPrefTeamCallbackReason.java index 326110b..734d8ce 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityWithoutPrefTeamCallbackReason.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/PreferedSeniorityWithoutPrefTeamCallbackReason.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProblemBuilder.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProblemBuilder.java index 1d19040..533eb5d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProblemBuilder.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProblemBuilder.java @@ -1,12 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * Licensed under the Apache License, Version 2.0 (the "License"); you may not - * use this file except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by - * applicable law or agreed to in writing, software distributed under the - * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, either express or implied. See the License for the specific - * language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedTasks.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedTasks.java index 37ed11e..f8828a1 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedTasks.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedTasks.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedWarning.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedWarning.java index cf782d6..9890f62 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedWarning.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/ProposedWarning.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SiTable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SiTable.java index 90de4cf..4ab3bb9 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SiTable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SiTable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SolveRunnable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SolveRunnable.java index f3e2110..a1f5f85 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SolveRunnable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/SolveRunnable.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/Table.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/Table.java index 57c10ce..79dc41f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/Table.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/Table.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/UnassignedTaskCallbackReason.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/UnassignedTaskCallbackReason.java index 944d2af..64ec7ae 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/UnassignedTaskCallbackReason.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/core/planif/UnassignedTaskCallbackReason.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/ApplicationSettingPreferenceStore.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/ApplicationSettingPreferenceStore.java index 4247b49..0727e0a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/ApplicationSettingPreferenceStore.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/ApplicationSettingPreferenceStore.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/DatabaseSelectorDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/DatabaseSelectorDialog.java index c25c090..2dba887 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/DatabaseSelectorDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/DatabaseSelectorDialog.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Localized.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Localized.java index 1931fc1..afd6ef6 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Localized.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Localized.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Main.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Main.java index 2b827c8..892f00c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Main.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/Main.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodMainWindow.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodMainWindow.java index b63d8fd..3d1cf35 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodMainWindow.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodMainWindow.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodPolicy.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodPolicy.java index 614022c..8c93483 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodPolicy.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/PlanimodPolicy.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/BeanComputedValueProperty.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/BeanComputedValueProperty.java index dfd3166..a707c75 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/BeanComputedValueProperty.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/BeanComputedValueProperty.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ComputedObservableTimeRange.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ComputedObservableTimeRange.java index 2c20f02..9c15b37 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ComputedObservableTimeRange.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ComputedObservableTimeRange.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/Converters.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/Converters.java index e751f5e..5e6de94 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/Converters.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/Converters.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateColorControlStyleSupport.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateColorControlStyleSupport.java index a90fbe5..d065020 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateColorControlStyleSupport.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateColorControlStyleSupport.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateFormatRangeValueProperty.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateFormatRangeValueProperty.java index 71dabac..9fbb69e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateFormatRangeValueProperty.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/DateFormatRangeValueProperty.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/EmployeePreferredPositionValueProperty.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/EmployeePreferredPositionValueProperty.java index 0cbf467..1893680 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/EmployeePreferredPositionValueProperty.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/EmployeePreferredPositionValueProperty.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ListObservableValue.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ListObservableValue.java index 64c3ea4..b578d96 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ListObservableValue.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ListObservableValue.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekEnd.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekEnd.java index fbaf2b1..4840d4a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekEnd.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekEnd.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekStart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekStart.java index 779935d..11eed87 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekStart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/ObservableWeekStart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/SetContainsPropertyValue.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/SetContainsPropertyValue.java index 3d14c68..f24eb37 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/SetContainsPropertyValue.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/SetContainsPropertyValue.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/PlanimodObservables.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/PlanimodObservables.java index fc4fd83..f2b0bbf 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/PlanimodObservables.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/PlanimodObservables.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding.manager; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/ShiftComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/ShiftComputedSet.java index e69a364..27c0e96 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/ShiftComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/manager/ShiftComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding.manager; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateProperties.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateProperties.java index 6f5b917..b023e4b 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateProperties.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateProperties.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding.state; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateValueProperty.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateValueProperty.java index 1aaf19c..549edaf 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateValueProperty.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/databinding/state/StateValueProperty.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.databinding.state; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/preference/PlanimodPreferences.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/preference/PlanimodPreferences.java index 17ba2d3..1c718ca 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/preference/PlanimodPreferences.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/preference/PlanimodPreferences.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.preference; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintFactory.java index 6bc6440..a1ce7c8 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintUtil.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintUtil.java index 4a89ca1..c2d9da7 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintUtil.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PlanimodPrintUtil.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PrintActionMenuManager.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PrintActionMenuManager.java index 20a9d2a..c791121 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PrintActionMenuManager.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/printing/PrintActionMenuManager.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/PlaySound.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/PlaySound.java index 6aca6e0..1b9c54d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/PlaySound.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/PlaySound.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.theme; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/Resources.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/Resources.java index 26df33e..be3493b 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/Resources.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/theme/Resources.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.theme; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/EmployeeViewerUtils.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/EmployeeViewerUtils.java index af7b885..d69b002 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/EmployeeViewerUtils.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/EmployeeViewerUtils.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.viewers; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/ProductionEventViewerUtils.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/ProductionEventViewerUtils.java index ddff5da..8fb3d02 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/ProductionEventViewerUtils.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/ProductionEventViewerUtils.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.viewers; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/ObservableMapPlannerLabelProviderWithColor.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/ObservableMapPlannerLabelProviderWithColor.java index 68b194f..a0ea18d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/ObservableMapPlannerLabelProviderWithColor.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/ObservableMapPlannerLabelProviderWithColor.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.viewers.planner; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/PlanimodPlannerLook.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/PlanimodPlannerLook.java index 482bd34..92064f0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/PlanimodPlannerLook.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/viewers/planner/PlanimodPlannerLook.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.viewers.planner; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/AbstractViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/AbstractViewPart.java index 3d65e37..acdae91 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/AbstractViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/AbstractViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/ChangeDateAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/ChangeDateAction.java index cca7530..fab5518 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/ChangeDateAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/ChangeDateAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AboutDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AboutDialog.java index d067cbc..6a03fc6 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AboutDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AboutDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminPageViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminPageViewPart.java index 9e3a4ba..593c1cc 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminPageViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminPageViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminViewPart.java index 101e414..a3f1bc4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AdminViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferenceNode.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferenceNode.java index 7b19288..8195188 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferenceNode.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferenceNode.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferencePage.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferencePage.java index 63256c2..5f9a50a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferencePage.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/AppearancePreferencePage.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferenceNode.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferenceNode.java index 99a957c..f6f52ec 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferenceNode.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferenceNode.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferencePage.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferencePage.java index fe4a234..44be982 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferencePage.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/GeneralPreferencePage.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/AddPositionAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/AddPositionAction.java index 60dd097..3fa7f22 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/AddPositionAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/AddPositionAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/PositionPageViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/PositionPageViewPart.java index abfad95..c164b55 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/PositionPageViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/position/PositionPageViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.position; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductAction.java index 72d8955..69dffd5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductPositionAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductPositionAction.java index 7140837..515271d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductPositionAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/AddProductPositionAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/DuplicateProductAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/DuplicateProductAction.java index c4ba2c7..1eb6dba 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/DuplicateProductAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/DuplicateProductAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.product; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPageViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPageViewPart.java index eb6f1eb..19755c6 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPageViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPageViewPart.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.product; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionByProductComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionByProductComputedSet.java index d3daa0a..9357e00 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionByProductComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionByProductComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.product; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintAction.java index 3ce1e4c..841b739 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.product; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintFactory.java index bd6af6a..4a23ee4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/product/ProductPositionPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.product; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/AddSectionAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/AddSectionAction.java index 571872d..9c78ff4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/AddSectionAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/AddSectionAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/SectionPageViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/SectionPageViewPart.java index 4ce8494..1619ccf 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/SectionPageViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/section/SectionPageViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.section; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/AddTeamAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/AddTeamAction.java index 859a6b5..de2e4a0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/AddTeamAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/AddTeamAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/TeamPageViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/TeamPageViewPart.java index f58e58f..5d11f21 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/TeamPageViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/admin/team/TeamPageViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.admin.team; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/AddEmployeeAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/AddEmployeeAction.java index ee54a2a..1221ddf 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/AddEmployeeAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/AddEmployeeAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/ClassifiedPositionComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/ClassifiedPositionComputedSet.java index 3981768..7f73d86 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/ClassifiedPositionComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/ClassifiedPositionComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintAction.java index 4e684c3..b70feb0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintFactory.java index ac24dd7..319bfbb 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySectionPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintAction.java index 99a47bf..7938627 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintFactory.java index d9e6c3d..19f57e4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeBySeniorityPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeEditPreferredPositionAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeEditPreferredPositionAction.java index a94391f..6b32d87 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeEditPreferredPositionAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeEditPreferredPositionAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferenceComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferenceComputedSet.java index bfb2ab3..81fb596 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferenceComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferenceComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamAddAllAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamAddAllAction.java index cd54bb1..03f9156 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamAddAllAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamAddAllAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamLabelProvider.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamLabelProvider.java index e061699..5594b75 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamLabelProvider.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamLabelProvider.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamMoveAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamMoveAction.java index 99da9f1..220fa5f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamMoveAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamMoveAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamRemoveAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamRemoveAction.java index eede6f6..522fa69 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamRemoveAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeePreferredTeamRemoveAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeViewPart.java index 0eb2256..6c3eea4 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/EmployeeViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/PreferredPositionDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/PreferredPositionDialog.java index 4617b5e..ca675ae 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/PreferredPositionDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/employees/PreferredPositionDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.employees; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/AddNonAvailabilityAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/AddNonAvailabilityAction.java index fb0b5a9..405e190 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/AddNonAvailabilityAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/AddNonAvailabilityAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/EditNonAvailabilityAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/EditNonAvailabilityAction.java index 28f427e..4ceb3e2 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/EditNonAvailabilityAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/EditNonAvailabilityAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesComputedSet.java index 0acbd5c..98a9071 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesViewPart.java index 54cb87a..5252b6e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilitiesViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityDialog.java index cd7444f..0d0fbb1 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintAction.java index 17ab470..15a2d48 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintDialog.java index 64b75e7..c11fd20 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintFactory.java index c1c8c76..1e624ec 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/nonavailabilities/NonAvailabilityPrintFactory.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.nonavailabilities; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/CreateTasksAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/CreateTasksAction.java index f311f4a..751bdfd 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/CreateTasksAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/CreateTasksAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeByTaskProposedForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeByTaskProposedForContextComputedSet.java index 93152e6..f574b9f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeByTaskProposedForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeByTaskProposedForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeForContextComputedSet.java index befd20a..624854d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeLabelWithAnnotation.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeLabelWithAnnotation.java index 4a69725..d20c0ac 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeLabelWithAnnotation.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeeLabelWithAnnotation.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeesWithTaskProposedForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeesWithTaskProposedForContextComputedSet.java index 3bc7495..8af2934 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeesWithTaskProposedForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/EmployeesWithTaskProposedForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/GeneratePlanifAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/GeneratePlanifAction.java index 48e964f..1137b9f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/GeneratePlanifAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/GeneratePlanifAction.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/PlanifViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/PlanifViewPart.java index 597b82a..22c183c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/PlanifViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/PlanifViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedTaskViewPartPage.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedTaskViewPartPage.java index 3edff4c..52eb370 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedTaskViewPartPage.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedTaskViewPartPage.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningComputedSet.java index 6afaba6..1350ab7 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningsToStringConverter.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningsToStringConverter.java index ef2d0f1..a61439e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningsToStringConverter.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/ProposedWarningsToStringConverter.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskByEmployeeForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskByEmployeeForContextComputedSet.java index 8cff80f..5f4d818 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskByEmployeeForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskByEmployeeForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskComputedSet.java index ce82718..282290f 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskForContextComputedSet.java index be9ef91..c691df5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskLockedValueProperty.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskLockedValueProperty.java index d461d5a..8a3b14d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskLockedValueProperty.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskLockedValueProperty.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskProposedByEmployeeForContextComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskProposedByEmployeeForContextComputedSet.java index 79f4af9..8ffc3d8 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskProposedByEmployeeForContextComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskProposedByEmployeeForContextComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskViewPartPage.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskViewPartPage.java index 7e61133..f166926 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskViewPartPage.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/TaskViewPartPage.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/DataTable.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/DataTable.java index 3288690..06c45f9 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/DataTable.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/DataTable.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/GridHelper.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/GridHelper.java index 2449c19..87a56c5 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/GridHelper.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/GridHelper.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintAction.java index 0c61467..e44f56c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintFactory.java index 6285d02..625f152 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifDaySummaryPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifSummaryHelper.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifSummaryHelper.java index 9569246..5db533c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifSummaryHelper.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifSummaryHelper.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintAction.java index 388ad9d..1c5b83b 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintFactory.java index 779332e..858135a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekSummaryPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintAction.java index 4cf32f7..a460a41 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintFactory.java index ec30c70..bcaa3ea 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintWizard.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintWizard.java index 632e1f7..c0515db 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintWizard.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertPrintWizard.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertWizardPage.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertWizardPage.java index 895750d..303cef0 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertWizardPage.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/planif/printing/PlanifWeekTransfertWizardPage.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.planif.printing; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventAction.java index 72010a3..a04a9ae 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventDialog.java index 02a9476..6a8084d 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/DuplicateProductionEventDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventAction.java index 700664f..9d8b150 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventDialog.java index f559b40..d335ad3 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/EditProductionEventDialog.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductLabelObservableMap.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductLabelObservableMap.java index a614138..1717006 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductLabelObservableMap.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductLabelObservableMap.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventComputedSet.java index fa15125..194e987 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventLabelObservableMap.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventLabelObservableMap.java index b05bd1e..0451c9a 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventLabelObservableMap.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionEventLabelObservableMap.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionViewPart.java index 0d545a5..4d1bbeb 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ProductionViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/RemoveAllProductionEventAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/RemoveAllProductionEventAction.java index bf49908..acc9c36 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/RemoveAllProductionEventAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/RemoveAllProductionEventAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ShiftProductionEventObservableMap.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ShiftProductionEventObservableMap.java index 76df62b..d19c5dd 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ShiftProductionEventObservableMap.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/production/ShiftProductionEventObservableMap.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.production; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintAction.java index 25a9a90..bd30f77 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.qualifs; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintFactory.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintFactory.java index 773ce3c..992aa98 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintFactory.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationPrintFactory.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.qualifs; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationViewPart.java index 0d13a59..6fcb25e 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualificationViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.qualifs; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualifyPositionComputedSet.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualifyPositionComputedSet.java index 4685484..bf5b320 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualifyPositionComputedSet.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/qualifs/QualifyPositionComputedSet.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.qualifs; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/AddShiftAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/AddShiftAction.java index 2a4ff8e..332ab8c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/AddShiftAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/AddShiftAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/EditShiftAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/EditShiftAction.java index d0d8fff..e110d04 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/EditShiftAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/EditShiftAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.shifts; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/RemoveAllShiftAction.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/RemoveAllShiftAction.java index 5f661e3..6bb557c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/RemoveAllShiftAction.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/RemoveAllShiftAction.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.shifts; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftDialog.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftDialog.java index b760499..bc2fa81 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftDialog.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftDialog.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.shifts; diff --git a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftViewPart.java b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftViewPart.java index 1a42b4d..180431c 100644 --- a/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftViewPart.java +++ b/com.patrikdufresne.planimod/src/main/java/com/planimod/ui/views/shifts/ShiftViewPart.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.ui.views.shifts; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/AllTests.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/AllTests.java index bbe6366..54ea550 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/AllTests.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/AllTests.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ApplicationSettingManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ApplicationSettingManagerTest.java index db430b2..f0a81a1 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ApplicationSettingManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ApplicationSettingManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeeManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeeManagerTest.java index fa9e863..0e9d16f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeeManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeeManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeePreferenceManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeePreferenceManagerTest.java index a3c4b83..7362962 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeePreferenceManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/EmployeePreferenceManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ManagerTestCase.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ManagerTestCase.java index eb7a474..3b8e591 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ManagerTestCase.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ManagerTestCase.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/NonAvailabilityEventManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/NonAvailabilityEventManagerTest.java index 30598ea..b233385 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/NonAvailabilityEventManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/NonAvailabilityEventManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest.java index 6d772a8..a094a4f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20110925.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20110925.java index a4e6bd7..e433df1 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20110925.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20110925.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20120930.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20120930.java index c94303c..be23395 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20120930.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20120930.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121028.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121028.java index f2c4e7a..b9a376f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121028.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121028.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121104.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121104.java index 2606806..52fff9f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121104.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121104.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121111.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121111.java index 83c1469..7894668 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121111.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121111.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121202.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121202.java index 51e94b7..ef310b6 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121202.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121202.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121209.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121209.java index 4c169a0..916ab9f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121209.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20121209.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130106.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130106.java index 72d0445..d5f865e 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130106.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130106.java @@ -1,14 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on - * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the - * specific language governing permissions and limitations under the License. + * Copyright (C) 2019 Patrik Dufresne Service Logiciel + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130113.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130113.java index 8cfc5d3..71e0730 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130113.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130113.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130120.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130120.java index 8c571f6..efd7a58 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130120.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PlanifEventManagerGeneratePlanifTest20130120.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PositionManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PositionManagerTest.java index 5ed2ec9..53371c0 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PositionManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/PositionManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductManagerTest.java index 8bac81d..95d5f74 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductPositionManagersTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductPositionManagersTest.java index c9c8fa6..c5e232c 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductPositionManagersTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductPositionManagersTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductionEventManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductionEventManagerTest.java index b679da3..d597127 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductionEventManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ProductionEventManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/QualificationManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/QualificationManagerTest.java index 1cfe534..30adb9a 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/QualificationManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/QualificationManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/SectionManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/SectionManagerTest.java index a5ae50d..ed5c45d 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/SectionManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/SectionManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftManagerTest.java index 1f12a52..bb66f34 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftUtils.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftUtils.java index 129a66c..15a011e 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftUtils.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/ShiftUtils.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TaskManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TaskManagerTest.java index c57d9e3..118d1d7 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TaskManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TaskManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TeamManagerTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TeamManagerTest.java index 3253653..15e29d7 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TeamManagerTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TeamManagerTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeRangesTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeRangesTest.java index 68945d9..3bdc396 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeRangesTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeRangesTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeUtils.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeUtils.java index 2486556..a177806 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeUtils.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/TimeUtils.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/AllTests.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/AllTests.java index dd53c77..8206dba 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/AllTests.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/AllTests.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeeComparatorsTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeeComparatorsTest.java index 45f46d9..b2bcbd8 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeeComparatorsTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeeComparatorsTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeePreferenceComparatorsTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeePreferenceComparatorsTest.java index cb6e53a..67dbd6f 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeePreferenceComparatorsTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/EmployeePreferenceComparatorsTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/HumanNaturalComparatorTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/HumanNaturalComparatorTest.java index e18ebe8..722d4ac 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/HumanNaturalComparatorTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/comparators/HumanNaturalComparatorTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.comparators; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/MockGeneratePlanifMonitor.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/MockGeneratePlanifMonitor.java index e09a39e..1bb87b3 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/MockGeneratePlanifMonitor.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/MockGeneratePlanifMonitor.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/TableTest.java b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/TableTest.java index 327aefb..8f0c813 100644 --- a/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/TableTest.java +++ b/com.patrikdufresne.planimod/src/test/java/com/planimod/core/planif/TableTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.planimod.core.planif; diff --git a/com.patrikdufresne.planimod/src/test/resources/logback.xml b/com.patrikdufresne.planimod/src/test/resources/logback.xml index 84086f1..94aadbe 100644 --- a/com.patrikdufresne.planimod/src/test/resources/logback.xml +++ b/com.patrikdufresne.planimod/src/test/resources/logback.xml @@ -1,18 +1,20 @@ diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcConstraint.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcConstraint.java index 967e0c0..d94fe46 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcConstraint.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcConstraint.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcLinearProblem.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcLinearProblem.java index d18eb54..188580b 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcLinearProblem.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcLinearProblem.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolver.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolver.java index 3389ca2..009a974 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolver.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolver.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverFactory.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverFactory.java index a0c42c9..3dcdbb3 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverFactory.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverOption.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverOption.java index 29b2861..c2b7d2f 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverOption.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcSolverOption.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcVariable.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcVariable.java index 94f89e4..c6e7484 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcVariable.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CbcVariable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CostStrategy.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CostStrategy.java index 68d1efc..f68c813 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CostStrategy.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/CostStrategy.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/GMICuts.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/GMICuts.java index 2374847..cb38fa8 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/GMICuts.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/GMICuts.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/LatwomirCuts.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/LatwomirCuts.java index 5a1cb98..5dea0c5 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/LatwomirCuts.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/LatwomirCuts.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Preprocess.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Preprocess.java index 84133e0..6cf2e32 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Preprocess.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Preprocess.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Presolve.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Presolve.java index 1252356..b87a1b3 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Presolve.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/Presolve.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ProbingCuts.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ProbingCuts.java index e507c7a..684a912 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ProbingCuts.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ProbingCuts.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ReduceAndSplitCuts.java b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ReduceAndSplitCuts.java index 1df8491..58b874f 100644 --- a/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ReduceAndSplitCuts.java +++ b/ilp/ilp-cbc/src/main/java/com/patrikdufresne/ilp/cbc/ReduceAndSplitCuts.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/Main.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/Main.java index 9e58159..5f9f609 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/Main.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/Main.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/AllTests.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/AllTests.java index ae11afd..16dbb65 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/AllTests.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/AllTests.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcConstraintTest.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcConstraintTest.java index e3dd86d..75f3a6d 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcConstraintTest.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcConstraintTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcLinearProblemTest.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcLinearProblemTest.java index 846900b..c4673de 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcLinearProblemTest.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcLinearProblemTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcSolverTest.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcSolverTest.java index 9f9d776..70b30f9 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcSolverTest.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcSolverTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcVariableTest.java b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcVariableTest.java index e440733..00ea211 100644 --- a/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcVariableTest.java +++ b/ilp/ilp-cbc/src/test/java/com/patrikdufresne/ilp/cbc/CbcVariableTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.cbc; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/AbstractLinearProblem.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/AbstractLinearProblem.java index c30b5a6..1803b5a 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/AbstractLinearProblem.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/AbstractLinearProblem.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteLinear.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteLinear.java index f24f03f..09da49b 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteLinear.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteLinear.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteTerm.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteTerm.java index 5bfa252..6de4820 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteTerm.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ConcreteTerm.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Constraint.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Constraint.java index 281c799..a8b59bf 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Constraint.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Constraint.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLast.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLast.java index 69a397e..ed8852e 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLast.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLast.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLastAlwaysDown.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLastAlwaysDown.java index 0d4a46f..8dc7e8d 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLastAlwaysDown.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IBranchingTechniqueLastAlwaysDown.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IFeasibilityPumpHeuristic.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IFeasibilityPumpHeuristic.java index 7ad67c9..8a13600 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IFeasibilityPumpHeuristic.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IFeasibilityPumpHeuristic.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPError.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPError.java index 3e095e2..db98958 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPError.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPError.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPException.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPException.java index 2991d23..2d79617 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPException.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPException.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPLogger.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPLogger.java index c46bb27..00b1a67 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPLogger.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPLogger.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPPolicy.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPPolicy.java index 6b17948..54766c1 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPPolicy.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ILPPolicy.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPersistentLinearProblem.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPersistentLinearProblem.java index 695d24a..280cb90 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPersistentLinearProblem.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPersistentLinearProblem.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPreProcessorPass.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPreProcessorPass.java index c435057..034883d 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPreProcessorPass.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/IPreProcessorPass.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ImmutableLinear.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ImmutableLinear.java index 7e1dbc3..d8bafd3 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ImmutableLinear.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/ImmutableLinear.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Linear.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Linear.java index 902abc0..9ee7216 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Linear.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Linear.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/LinearProblem.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/LinearProblem.java index 32b7460..4666797 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/LinearProblem.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/LinearProblem.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Solver.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Solver.java index 6b61e49..3ac63ba 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Solver.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Solver.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverFactory.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverFactory.java index 4a2a0ce..ea08ce8 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverFactory.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverOption.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverOption.java index 9a85b11..8e05122 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverOption.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/SolverOption.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Status.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Status.java index 937fa8c..fdc27ec 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Status.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Status.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Term.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Term.java index 819849b..ea90a98 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Term.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Term.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/VarType.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/VarType.java index b710301..d53884e 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/VarType.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/VarType.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Variable.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Variable.java index 434c23d..23d71a6 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Variable.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/Variable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Bound.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Bound.java index 5ecdbbd..b3ed8e0 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Bound.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Bound.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/BoundSnapshot.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/BoundSnapshot.java index 6916541..2e102f1 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/BoundSnapshot.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/BoundSnapshot.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ConstraintSnapshot.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ConstraintSnapshot.java index b6aa542..f23e3eb 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ConstraintSnapshot.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ConstraintSnapshot.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Constraints.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Constraints.java index 4fa57db..ed8491b 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Constraints.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Constraints.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Linears.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Linears.java index e49f773..5240d56 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Linears.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Linears.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ValueSnapshot.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ValueSnapshot.java index db86cfc..c014dc2 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ValueSnapshot.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/ValueSnapshot.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Variables.java b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Variables.java index 166abf2..da1311b 100644 --- a/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Variables.java +++ b/ilp/ilp-core/src/main/java/com/patrikdufresne/ilp/util/Variables.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.util; diff --git a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/ConstraintTest.java b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/ConstraintTest.java index 867ce7a..efb32cf 100644 --- a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/ConstraintTest.java +++ b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/ConstraintTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/LinearProblemTest.java b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/LinearProblemTest.java index b3eeaaf..087244a 100644 --- a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/LinearProblemTest.java +++ b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/LinearProblemTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /** * diff --git a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/SolverTest.java b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/SolverTest.java index 67528b6..a3c91ed 100644 --- a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/SolverTest.java +++ b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/SolverTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/VariableTest.java b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/VariableTest.java index 0867c12..b945131 100644 --- a/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/VariableTest.java +++ b/ilp/ilp-core/src/test/java/com/patrikdufresne/ilp/VariableTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKConstraint.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKConstraint.java index 4604bf8..4afa67e 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKConstraint.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKConstraint.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLibrary.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLibrary.java index f199d8b..ae1e8a3 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLibrary.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLibrary.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblem.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblem.java index 0a24171..a229483 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblem.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblem.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolver.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolver.java index e5dbcde..15358ba 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolver.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolver.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverFactory.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverFactory.java index ac7a65f..d63650a 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverFactory.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverFactory.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverOption.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverOption.java index 0fc080c..bf88b76 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverOption.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKSolverOption.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKVariable.java b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKVariable.java index d7424b8..91c7f49 100644 --- a/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKVariable.java +++ b/ilp/ilp-glpk/src/main/java/com/patrikdufresne/ilp/glpk/GLPKVariable.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/AllTests.java b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/AllTests.java index a5d94dd..42703de 100644 --- a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/AllTests.java +++ b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/AllTests.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKConstraintTest.java b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKConstraintTest.java index f07c132..adac797 100644 --- a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKConstraintTest.java +++ b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKConstraintTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblemTest.java b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblemTest.java index 44438a1..e1aeb00 100644 --- a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblemTest.java +++ b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKLinearProblemTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKSolverTest.java b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKSolverTest.java index 247eb35..6fdc29e 100644 --- a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKSolverTest.java +++ b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKSolverTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKVariableTest.java b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKVariableTest.java index 3048100..a75df97 100644 --- a/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKVariableTest.java +++ b/ilp/ilp-glpk/src/test/java/com/patrikdufresne/ilp/glpk/GLPKVariableTest.java @@ -1,17 +1,19 @@ /** - * Copyright(C) 2013 Patrik Dufresne Service Logiciel + * Copyright (C) 2019 Patrik Dufresne Service Logiciel * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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. * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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 + * Lesser General Public License for more details. * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ package com.patrikdufresne.ilp.glpk; diff --git a/license-header.txt b/license-header.txt index da306b8..a52ca17 100644 --- a/license-header.txt +++ b/license-header.txt @@ -1,13 +1,15 @@ -Copyright(C) 2013 Patrik Dufresne Service Logiciel +Copyright (C) 2019 Patrik Dufresne Service Logiciel -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +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. - http://www.apache.org/licenses/LICENSE-2.0 +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 +Lesser General Public License for more details. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +You should have received a copy of the GNU Lesser General Public License +along with this program; if not, write to the Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file -- GitLab