From 2588a73d8a154af3039b80570ad3c1e8e8392393 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 1 Oct 2009 18:46:46 +0200 Subject: [PATCH] ItEr28S04XestionDaComunidadeItEr27S04: Added license header to files. --- .../java/org/navalplanner/web/I18nHelper.java | 20 +++++++++++++++++ .../org/navalplanner/web/common/Level.java | 20 +++++++++++++++++ .../web/common/OnlyOneVisible.java | 20 +++++++++++++++++ .../org/navalplanner/web/common/Util.java | 20 +++++++++++++++++ .../web/common/components/TwoWaySelector.java | 20 +++++++++++++++++ .../common/typeconverters/DateConverter.java | 20 +++++++++++++++++ .../web/error/PageForErrorOnEvent.java | 20 +++++++++++++++++ .../web/planner/DataForPlanner.java | 20 +++++++++++++++++ .../navalplanner/web/planner/ShareBean.java | 20 +++++++++++++++++ .../web/planner/SplittingController.java | 20 +++++++++++++++++ .../common/components/twowayselector.zul | 20 +++++++++++++++++ .../src/main/webapp/common/error.zul | 20 +++++++++++++++++ .../src/main/webapp/common/event_error.zul | 20 +++++++++++++++++ .../common/layout/template_ganttzk_demo.zul | 20 +++++++++++++++++ .../src/main/webapp/common/page_not_found.zul | 20 +++++++++++++++++ .../src/main/webapp/planner/main.zul | 20 +++++++++++++++++ .../zkoss/ganttz/CommandContextualized.java | 20 +++++++++++++++++ .../ganttz/CommandOnTaskContextualized.java | 20 +++++++++++++++++ .../zkoss/ganttz/DatesMapperOnInterval.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/DependencyComponent.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/DependencyList.java | 20 +++++++++++++++++ .../FunctionalityExposedForExtensions.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/GanttPanel.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/IDatesMapper.java | 20 +++++++++++++++++ .../main/java/org/zkoss/ganttz/LeftPane.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/LeftTasksTree.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/LeftTasksTreeRow.java | 20 +++++++++++++++++ .../main/java/org/zkoss/ganttz/Planner.java | 20 +++++++++++++++++ .../ganttz/ScriptsRequiredByPlanner.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/ScrollSyncScript.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/TabSwitcher.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/TabsRegistry.java | 20 +++++++++++++++++ .../ganttz/TaskAssignmentMoveCommand.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/TaskComponent.java | 20 +++++++++++++++++ .../zkoss/ganttz/TaskContainerComponent.java | 20 +++++++++++++++++ .../zkoss/ganttz/TaskEditFormComposer.java | 20 +++++++++++++++++ .../main/java/org/zkoss/ganttz/TaskList.java | 20 +++++++++++++++++ .../main/java/org/zkoss/ganttz/YUIMin.java | 20 +++++++++++++++++ .../zkoss/ganttz/adapters/AutoAdapter.java | 20 +++++++++++++++++ .../ganttz/adapters/DomainDependency.java | 20 +++++++++++++++++ .../IAdapterToTaskFundamentalProperties.java | 20 +++++++++++++++++ .../adapters/IDomainAndBeansMapper.java | 20 +++++++++++++++++ .../ganttz/adapters/IStructureNavigator.java | 20 +++++++++++++++++ .../ganttz/adapters/PlannerConfiguration.java | 20 +++++++++++++++++ .../ganttz/adapters/TabsConfiguration.java | 20 +++++++++++++++++ .../data/DefaultFundamentalProperties.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/data/Dependency.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/data/DependencyType.java | 20 +++++++++++++++++ .../zkoss/ganttz/data/GanttDiagramGraph.java | 20 +++++++++++++++++ .../data/ITaskFundamentalProperties.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/data/Milestone.java | 22 ++++++++++++++++++- .../java/org/zkoss/ganttz/data/Position.java | 20 +++++++++++++++++ .../main/java/org/zkoss/ganttz/data/Task.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/data/TaskContainer.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/data/TaskLeaf.java | 20 +++++++++++++++++ .../ganttz/data/resourceload/LoadLevel.java | 20 +++++++++++++++++ .../ganttz/data/resourceload/LoadPeriod.java | 20 +++++++++++++++++ .../data/resourceload/LoadTimeLine.java | 20 +++++++++++++++++ .../data/resourceload/LoadTimelinesGroup.java | 20 +++++++++++++++++ .../ContextRelativeToOtherComponent.java | 20 +++++++++++++++++ .../extensions/ContextWithPlannerTask.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/extensions/ICommand.java | 20 +++++++++++++++++ .../ganttz/extensions/ICommandOnTask.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/extensions/IContext.java | 20 +++++++++++++++++ .../extensions/IContextWithPlannerTask.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/extensions/ITab.java | 20 +++++++++++++++++ .../resourceload/ResourceLoadComponent.java | 20 +++++++++++++++++ .../resourceload/ResourceLoadLeftPane.java | 20 +++++++++++++++++ .../ganttz/resourceload/ResourceLoadList.java | 20 +++++++++++++++++ .../resourceload/ResourcesLoadPanel.java | 20 +++++++++++++++++ .../ScriptsRequiredByResourceLoadPanel.java | 20 +++++++++++++++++ .../ICellForDetailItemRenderer.java | 20 +++++++++++++++++ .../timetracker/IConvertibleToColumn.java | 20 +++++++++++++++++ .../timetracker/OnColumnsRowRenderer.java | 20 +++++++++++++++++ .../zkoss/ganttz/timetracker/PairOfLists.java | 20 +++++++++++++++++ .../ganttz/timetracker/TimeTrackedTable.java | 20 +++++++++++++++++ .../TimeTrackedTableWithLeftPane.java | 20 +++++++++++++++++ .../zkoss/ganttz/timetracker/TimeTracker.java | 20 +++++++++++++++++ .../timetracker/TimeTrackerComponent.java | 20 +++++++++++++++++ .../zoom/DetailFiveTimeTrackerState.java | 20 +++++++++++++++++ .../zoom/DetailFourTimeTrackerState.java | 20 +++++++++++++++++ .../ganttz/timetracker/zoom/DetailItem.java | 20 +++++++++++++++++ .../zoom/DetailOneTimeTrackerState.java | 20 +++++++++++++++++ .../zoom/DetailThreeTimeTrackerState.java | 20 +++++++++++++++++ .../zoom/DetailTwoTimeTrackerState.java | 20 +++++++++++++++++ .../zoom/IZoomLevelChangedListener.java | 20 +++++++++++++++++ .../timetracker/zoom/TimeTrackerState.java | 20 +++++++++++++++++ .../zoom/TimeTrackerStateUsingJodaTime.java | 20 +++++++++++++++++ .../ganttz/timetracker/zoom/ZoomLevel.java | 20 +++++++++++++++++ .../zkoss/ganttz/util/ComponentsFinder.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/util/GanttUtils.java | 20 +++++++++++++++++ .../zkoss/ganttz/util/IMenuItemsRegister.java | 20 +++++++++++++++++ .../java/org/zkoss/ganttz/util/Interval.java | 20 +++++++++++++++++ .../org/zkoss/ganttz/util/MenuBuilder.java | 20 +++++++++++++++++ .../zkoss/ganttz/util/MutableTreeModel.java | 20 +++++++++++++++++ .../ganttz/util/OnZKDesktopRegistry.java | 20 +++++++++++++++++ .../ganttz/util/WeakReferencedListeners.java | 20 +++++++++++++++++ .../ganttz/util/script/IScriptsRegister.java | 20 +++++++++++++++++ .../util/script/ScriptDependenciesSorter.java | 20 +++++++++++++++++ .../ganttz/util/script/ScriptDependency.java | 20 +++++++++++++++++ .../ganttz/util/script/ScriptsComponent.java | 20 +++++++++++++++++ .../script/ScriptsRequiredDeclaration.java | 20 +++++++++++++++++ .../resources/web/ganttz/css/task.css.dsp | 20 +++++++++++++++++ .../main/resources/web/ganttz/dependency.dsp | 20 +++++++++++++++++ .../resources/web/ganttz/dependencylist.dsp | 20 +++++++++++++++++ .../main/resources/web/ganttz/ganttpanel.dsp | 20 +++++++++++++++++ .../main/resources/web/ganttz/milestone.dsp | 19 ++++++++++++++++ .../src/main/resources/web/ganttz/planner.dsp | 20 +++++++++++++++++ .../web/ganttz/resourceload/leftPane.zul | 20 +++++++++++++++++ .../web/ganttz/resourceload/resourceload.dsp | 20 +++++++++++++++++ .../ganttz/resourceload/resourceloadlist.dsp | 20 +++++++++++++++++ .../src/main/resources/web/ganttz/task.dsp | 20 +++++++++++++++++ .../resources/web/ganttz/taskcontainer.dsp | 20 +++++++++++++++++ .../main/resources/web/ganttz/tasklist.dsp | 20 +++++++++++++++++ .../ganttz/timetrackedTableWithLeftPane.dsp | 20 +++++++++++++++++ .../resources/web/ganttz/zul/leftPane.zul | 20 +++++++++++++++++ .../web/ganttz/zul/leftTasksTree.zul | 20 +++++++++++++++++ .../web/ganttz/zul/leftTasksTreeRow.zul | 20 +++++++++++++++++ .../web/ganttz/zul/resourcesLoadLayout.zul | 20 +++++++++++++++++ .../main/resources/web/ganttz/zul/scripts.zul | 20 +++++++++++++++++ .../resources/web/ganttz/zul/tabSwitcher.zul | 20 +++++++++++++++++ .../zul/timetracker/secondlevelgrid.zul | 20 +++++++++++++++++ .../ganttz/zul/timetracker/timetracker.zul | 20 +++++++++++++++++ .../timetracker/timetrackersecondlevel.zul | 20 +++++++++++++++++ .../web/ganttz/zul/timetrackersecondlevel.zul | 20 +++++++++++++++++ .../resources/web/js/ganttz/dependency.js | 20 +++++++++++++++++ .../resources/web/js/ganttz/dependencylist.js | 20 +++++++++++++++++ .../resources/web/js/ganttz/ganttpanel.js | 20 +++++++++++++++++ .../main/resources/web/js/ganttz/planner.js | 20 +++++++++++++++++ .../resourceload/resourcesloadleftpane.js | 20 +++++++++++++++++ .../ganttz/resourceload/resourcesloadlist.js | 20 +++++++++++++++++ .../ganttz/resourceload/resourcesloadpanel.js | 20 +++++++++++++++++ .../resources/web/js/ganttz/scrollSync.js | 20 +++++++++++++++++ .../src/main/resources/web/js/ganttz/task.js | 20 +++++++++++++++++ .../resources/web/js/ganttz/taskcontainer.js | 20 +++++++++++++++++ .../resources/web/js/ganttz/taskdetails.js | 20 +++++++++++++++++ .../main/resources/web/js/ganttz/tasklist.js | 20 +++++++++++++++++ .../js/ganttz/timetrackedTableWithLeftPane.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/dragdrop/dragdrop-min.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/element/element-min.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/logger/logger-min.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/resize/resize-min.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/selector/selector-min.js | 20 +++++++++++++++++ .../2.7.0/yahoo-dom-event/yahoo-dom-event.js | 20 +++++++++++++++++ .../web/js/yui/2.7.0/yahoo/yahoo-min.js | 20 +++++++++++++++++ .../data/resourceload/LoadLevelTest.java | 20 +++++++++++++++++ .../data/resourceload/LoadPeriodTest.java | 20 +++++++++++++++++ .../data/resourceload/LoadTimelineTest.java | 20 +++++++++++++++++ .../timetracker/OnColumnsRowRendererTest.java | 20 +++++++++++++++++ .../ganttz/util/MutableTreeModelTest.java | 20 +++++++++++++++++ .../script/ScriptDependenciesSorterTest.java | 20 +++++++++++++++++ .../util/script/ScriptDependencyTest.java | 20 +++++++++++++++++ .../util/script/ScriptExtractionTest.java | 20 +++++++++++++++++ .../util/script/ScriptIncludedExample.java | 20 +++++++++++++++++ .../script/ScriptsDeclarationsExample.java | 20 +++++++++++++++++ .../business/BusinessGlobalNames.java | 20 +++++++++++++++++ .../navalplanner/business/IDataBootstrap.java | 20 +++++++++++++++++ .../DefaultAdvanceTypesBootstrapListener.java | 20 +++++++++++++++++ .../bootstrap/PredefinedAdvancedTypes.java | 20 +++++++++++++++++ .../advance/daos/AdvanceAssignmentDAO.java | 20 +++++++++++++++++ .../advance/daos/AdvanceMeasurementDAO.java | 20 +++++++++++++++++ .../business/advance/daos/AdvanceTypeDAO.java | 20 +++++++++++++++++ .../advance/daos/IAdvanceAssignmentDAO.java | 20 +++++++++++++++++ .../advance/daos/IAdvanceMeasurementDAO.java | 20 +++++++++++++++++ .../advance/daos/IAdvanceTypeDAO.java | 20 +++++++++++++++++ .../advance/entities/AdvanceAssignment.java | 20 +++++++++++++++++ .../advance/entities/AdvanceMeasurement.java | 20 +++++++++++++++++ .../AdvanceMeasurementComparator.java | 20 +++++++++++++++++ .../advance/entities/AdvanceType.java | 20 +++++++++++++++++ .../entities/DirectAdvanceAssignment.java | 20 +++++++++++++++++ .../entities/IndirectAdvanceAssignment.java | 20 +++++++++++++++++ ...nceAssignmentForOrderElementException.java | 20 +++++++++++++++++ ...ValueTrueReportGlobalAdvanceException.java | 20 +++++++++++++++++ .../calendars/daos/BaseCalendarDAO.java | 20 +++++++++++++++++ .../calendars/daos/IBaseCalendarDAO.java | 20 +++++++++++++++++ .../calendars/entities/BaseCalendar.java | 20 +++++++++++++++++ .../calendars/entities/CalendarData.java | 20 +++++++++++++++++ .../calendars/entities/CombinedWorkHours.java | 20 +++++++++++++++++ .../calendars/entities/ExceptionDay.java | 20 +++++++++++++++++ .../calendars/entities/IWorkHours.java | 20 +++++++++++++++++ .../calendars/entities/ResourceCalendar.java | 20 +++++++++++++++++ .../entities/SameWorkHoursEveryDay.java | 20 +++++++++++++++++ .../common/AdHocTransactionService.java | 20 +++++++++++++++++ .../business/common/BaseEntity.java | 20 +++++++++++++++++ .../common/IAdHocTransactionService.java | 20 +++++++++++++++++ .../business/common/IOnTransaction.java | 20 +++++++++++++++++ .../business/common/IValidable.java | 20 +++++++++++++++++ .../business/common/Registry.java | 20 +++++++++++++++++ .../common/daos/GenericDAOHibernate.java | 20 +++++++++++++++++ .../business/common/daos/IGenericDAO.java | 20 +++++++++++++++++ .../DuplicateInstanceException.java | 20 +++++++++++++++++ .../common/exceptions/InstanceException.java | 20 +++++++++++++++++ .../exceptions/InstanceNotFoundException.java | 20 +++++++++++++++++ .../exceptions/ValidationException.java | 20 +++++++++++++++++ .../partialtime/IntervalOfPartialDates.java | 20 +++++++++++++++++ .../common/partialtime/PartialDate.java | 20 +++++++++++++++++ .../common/partialtime/TimeQuantity.java | 20 +++++++++++++++++ .../hibernate/IntervalOfPartialDatesType.java | 20 +++++++++++++++++ .../hibernate/PartialDateType.java | 20 +++++++++++++++++ .../hibernate/TimeQuantityType.java | 20 +++++++++++++++++ .../business/labels/daos/ILabelDAO.java | 20 +++++++++++++++++ .../business/labels/daos/ILabelTypeDAO.java | 20 +++++++++++++++++ .../business/labels/daos/LabelDAO.java | 20 +++++++++++++++++ .../business/labels/daos/LabelTypeDAO.java | 20 +++++++++++++++++ .../business/labels/entities/Label.java | 20 +++++++++++++++++ .../business/labels/entities/LabelType.java | 20 +++++++++++++++++ .../business/orders/daos/HoursGroupDAO.java | 20 +++++++++++++++++ .../business/orders/daos/IHoursGroupDAO.java | 20 +++++++++++++++++ .../business/orders/daos/IOrderDAO.java | 20 +++++++++++++++++ .../orders/daos/IOrderElementDAO.java | 20 +++++++++++++++++ .../business/orders/daos/OrderDAO.java | 20 +++++++++++++++++ .../business/orders/daos/OrderElementDAO.java | 20 +++++++++++++++++ .../business/orders/entities/HoursGroup.java | 20 +++++++++++++++++ .../orders/entities/IOrderLineGroup.java | 20 +++++++++++++++++ .../business/orders/entities/Order.java | 20 +++++++++++++++++ .../orders/entities/OrderElement.java | 20 +++++++++++++++++ .../business/orders/entities/OrderLine.java | 20 +++++++++++++++++ .../orders/entities/OrderLineGroup.java | 20 +++++++++++++++++ .../entities/OrderLineGroupManipulator.java | 20 +++++++++++++++++ .../planner/daos/AssignmentFunctionDAO.java | 20 +++++++++++++++++ .../planner/daos/DayAssignmentDAO.java | 20 +++++++++++++++++ .../planner/daos/IAssignmentFunctionDAO.java | 20 +++++++++++++++++ .../planner/daos/IDayAssignmentDAO.java | 20 +++++++++++++++++ .../planner/daos/IResourceAllocationDAO.java | 20 +++++++++++++++++ .../planner/daos/ITaskElementDAO.java | 20 +++++++++++++++++ .../planner/daos/ResourceAllocationDAO.java | 20 +++++++++++++++++ .../business/planner/daos/TaskElementDAO.java | 20 +++++++++++++++++ .../AggregateOfResourceAllocations.java | 20 +++++++++++++++++ .../planner/entities/AssignmentFunction.java | 20 +++++++++++++++++ .../planner/entities/CalculatedValue.java | 20 +++++++++++++++++ .../planner/entities/DayAssignment.java | 20 +++++++++++++++++ .../business/planner/entities/Dependency.java | 20 +++++++++++++++++ .../entities/GenericDayAssignment.java | 20 +++++++++++++++++ .../entities/GenericResourceAllocation.java | 20 +++++++++++++++++ .../planner/entities/IAllocatable.java | 20 +++++++++++++++++ .../planner/entities/ResourceAllocation.java | 20 +++++++++++++++++ .../planner/entities/ResourcesPerDay.java | 20 +++++++++++++++++ .../business/planner/entities/Share.java | 20 +++++++++++++++++ .../planner/entities/ShareDivision.java | 20 +++++++++++++++++ .../entities/SpecificDayAssignment.java | 20 +++++++++++++++++ .../entities/SpecificResourceAllocation.java | 20 +++++++++++++++++ .../business/planner/entities/Task.java | 20 +++++++++++++++++ .../planner/entities/TaskElement.java | 20 +++++++++++++++++ .../business/planner/entities/TaskGroup.java | 20 +++++++++++++++++ ...orForSpecifiedResourcesPerDayAndHours.java | 20 +++++++++++++++++ ...skDurationAndSpecifiedResourcesPerDay.java | 20 +++++++++++++++++ ...eAllocationWithDesiredResourcesPerDay.java | 20 +++++++++++++++++ .../hibernate/ResourcesPerDayType.java | 20 +++++++++++++++++ .../bootstrap/CriterionsBootstrap.java | 20 +++++++++++++++++ .../bootstrap/ICriterionTypeProvider.java | 20 +++++++++++++++++ .../bootstrap/ICriterionsBootstrap.java | 20 +++++++++++++++++ .../PredefinedCriterionTypesProvider.java | 20 +++++++++++++++++ .../business/resources/daos/CriterionDAO.java | 20 +++++++++++++++++ .../daos/CriterionSatisfactionDAO.java | 20 +++++++++++++++++ .../resources/daos/CriterionTypeDAO.java | 20 +++++++++++++++++ .../resources/daos/ICriterionDAO.java | 20 +++++++++++++++++ .../daos/ICriterionSatisfactionDAO.java | 20 +++++++++++++++++ .../resources/daos/ICriterionTypeDAO.java | 20 +++++++++++++++++ .../business/resources/daos/IResourceDAO.java | 20 +++++++++++++++++ .../business/resources/daos/IWorkerDAO.java | 20 +++++++++++++++++ .../business/resources/daos/ResourceDAO.java | 20 +++++++++++++++++ .../business/resources/daos/WorkerDAO.java | 20 +++++++++++++++++ .../resources/entities/Criterion.java | 20 +++++++++++++++++ .../entities/CriterionCompounder.java | 20 +++++++++++++++++ .../entities/CriterionSatisfaction.java | 20 +++++++++++++++++ .../resources/entities/CriterionType.java | 20 +++++++++++++++++ .../resources/entities/CriterionTypeBase.java | 20 +++++++++++++++++ .../entities/CriterionWithItsType.java | 20 +++++++++++++++++ .../resources/entities/ICriterion.java | 20 +++++++++++++++++ .../resources/entities/ICriterionOnData.java | 20 +++++++++++++++++ .../resources/entities/ICriterionType.java | 20 +++++++++++++++++ .../business/resources/entities/Interval.java | 20 +++++++++++++++++ .../resources/entities/LeaveCriterions.java | 20 +++++++++++++++++ .../entities/PredefinedCriterionTypes.java | 20 +++++++++++++++++ .../business/resources/entities/Resource.java | 20 +++++++++++++++++ .../resources/entities/ResourceEnum.java | 20 +++++++++++++++++ .../business/resources/entities/Worker.java | 20 +++++++++++++++++ .../entities/WorkingRelationship.java | 20 +++++++++++++++++ .../business/util/ListSorter.java | 20 +++++++++++++++++ .../workreports/daos/IWorkReportDAO.java | 20 +++++++++++++++++ .../workreports/daos/IWorkReportLineDAO.java | 20 +++++++++++++++++ .../workreports/daos/IWorkReportTypeDAO.java | 20 +++++++++++++++++ .../workreports/daos/WorkReportDAO.java | 20 +++++++++++++++++ .../workreports/daos/WorkReportLineDAO.java | 20 +++++++++++++++++ .../workreports/daos/WorkReportTypeDAO.java | 20 +++++++++++++++++ .../business/workreports/entities/Task.java | 20 +++++++++++++++++ .../workreports/entities/WorkReport.java | 20 +++++++++++++++++ .../workreports/entities/WorkReportLine.java | 20 +++++++++++++++++ .../workreports/entities/WorkReportType.java | 20 +++++++++++++++++ ...ntityContainingIntervalOfPartialDates.java | 20 +++++++++++++++++ .../EntityContainingPartialDate.java | 20 +++++++++++++++++ .../EntityContainingTimeQuantity.java | 20 +++++++++++++++++ .../IntervalOfPartialDatesTest.java | 20 +++++++++++++++++ ...ateRelatedClassesHibernateMappingTest.java | 20 +++++++++++++++++ .../test/partialtime/PartialDateTest.java | 20 +++++++++++++++++ .../test/partialtime/TimeQuantityTest.java | 20 +++++++++++++++++ .../business/test/BusinessGlobalNames.java | 20 +++++++++++++++++ ...aultAdvanceTypesBootstrapListenerTest.java | 20 +++++++++++++++++ .../entities/AdvanceAssignmentTest.java | 20 +++++++++++++++++ .../entities/AdvanceMeasurementTest.java | 20 +++++++++++++++++ .../advance/entities/AdvanceTypeTest.java | 20 +++++++++++++++++ .../calendars/daos/BaseCalendarDAOTest.java | 20 +++++++++++++++++ .../calendars/entities/BaseCalendarTest.java | 20 +++++++++++++++++ .../entities/CombinedWorkHoursTest.java | 20 +++++++++++++++++ .../calendars/entities/ExceptionDayTest.java | 20 +++++++++++++++++ .../test/labels/daos/LabelDAOTest.java | 20 +++++++++++++++++ .../test/labels/daos/LabelTypeDAOTest.java | 20 +++++++++++++++++ .../test/orders/daos/OrderElementDAOTest.java | 20 +++++++++++++++++ ...dAdvanceAssignmentsToOrderElementTest.java | 20 +++++++++++++++++ .../orders/entities/OrderElementTest.java | 20 +++++++++++++++++ .../test/orders/entities/OrderLineTest.java | 20 +++++++++++++++++ .../test/orders/entities/OrderTest.java | 20 +++++++++++++++++ .../daos/AssignmentFunctionDAOTest.java | 20 +++++++++++++++++ .../planner/daos/DayAssignmentDAOTest.java | 20 +++++++++++++++++ .../daos/ResourceAllocationDAOTest.java | 20 +++++++++++++++++ .../test/planner/daos/TaskElementDAOTest.java | 20 +++++++++++++++++ .../AggregateOfResourceAllocationsTest.java | 20 +++++++++++++++++ .../AllocationUntilFillingHoursTest.java | 20 +++++++++++++++++ .../entities/DayAssignmentMatchers.java | 20 +++++++++++++++++ .../test/planner/entities/DependencyTest.java | 20 +++++++++++++++++ .../GenericResourceAllocationTest.java | 20 +++++++++++++++++ .../planner/entities/ResourcesPerDayTest.java | 20 +++++++++++++++++ .../planner/entities/ShareDivisionTest.java | 20 +++++++++++++++++ .../test/planner/entities/ShareTest.java | 20 +++++++++++++++++ .../SpecificResourceAllocationTest.java | 20 +++++++++++++++++ .../planner/entities/TaskElementTest.java | 20 +++++++++++++++++ .../test/planner/entities/TaskGroupTest.java | 20 +++++++++++++++++ .../test/planner/entities/TaskTest.java | 20 +++++++++++++++++ .../EntityContainingResourcePerDay.java | 20 +++++++++++++++++ .../hibernate/ResourcesPerDayTypeTest.java | 20 +++++++++++++++++ .../bootstrap/CriterionsBootstrapTest.java | 20 +++++++++++++++++ .../test/resources/daos/CriterionDAOTest.java | 20 +++++++++++++++++ .../daos/CriterionSatisfactionDAOTest.java | 20 +++++++++++++++++ .../resources/daos/CriterionTypeDAOTest.java | 20 +++++++++++++++++ .../test/resources/daos/ResourceDAOTest.java | 20 +++++++++++++++++ .../entities/CriterionSatisfactionTest.java | 20 +++++++++++++++++ .../resources/entities/CriterionTest.java | 20 +++++++++++++++++ .../test/resources/entities/IntervalTest.java | 20 +++++++++++++++++ .../test/resources/entities/ResourceTest.java | 20 +++++++++++++++++ .../daos/AbstractWorkReportTest.java | 20 +++++++++++++++++ .../workreports/daos/WorkReportDAOTest.java | 20 +++++++++++++++++ .../daos/WorkReportLineDAOTest.java | 20 +++++++++++++++++ .../daos/WorkReportTypeDAOTest.java | 20 +++++++++++++++++ .../entities/WorkReportLineTest.java | 20 +++++++++++++++++ .../workreports/entities/WorkReportTest.java | 20 +++++++++++++++++ .../entities/WorkReportTypeTest.java | 20 +++++++++++++++++ .../business/util/ListSorterTest.java | 20 +++++++++++++++++ .../web/FakeTimeTrackableTableController.java | 20 +++++++++++++++++ .../java/org/navalplanner/web/I18nHelper.java | 20 +++++++++++++++++ .../navalplanner/web/WebappGlobalNames.java | 20 +++++++++++++++++ .../advance/AdvanceTypeCRUDController.java | 20 +++++++++++++++++ .../web/advance/AdvanceTypeModel.java | 20 +++++++++++++++++ .../web/advance/IAdvanceTypeModel.java | 20 +++++++++++++++++ .../web/bootstrap/BootstrapListener.java | 20 +++++++++++++++++ .../calendars/BaseCalendarCRUDController.java | 20 +++++++++++++++++ .../BaseCalendarEditionController.java | 20 +++++++++++++++++ .../web/calendars/BaseCalendarModel.java | 20 +++++++++++++++++ .../web/calendars/BaseCalendarTreeRoot.java | 20 +++++++++++++++++ .../web/calendars/BaseCalendarsTreeModel.java | 20 +++++++++++++++++ .../web/calendars/IBaseCalendarModel.java | 20 +++++++++++++++++ .../web/calendars/ResourceCalendarModel.java | 20 +++++++++++++++++ .../ConcurrentModificationController.java | 20 +++++++++++++++++ .../ConcurrentModificationDetector.java | 20 +++++++++++++++++ .../web/common/CustomMenuController.java | 20 +++++++++++++++++ .../web/common/ExceptionCatcherProxy.java | 20 +++++++++++++++++ .../web/common/IMessagesForUser.java | 20 +++++++++++++++++ .../web/common/InvalidInputsChecker.java | 20 +++++++++++++++++ .../org/navalplanner/web/common/Level.java | 20 +++++++++++++++++ .../web/common/MessagesForUser.java | 20 +++++++++++++++++ .../web/common/OnlyOneVisible.java | 20 +++++++++++++++++ .../org/navalplanner/web/common/Util.java | 20 +++++++++++++++++ .../web/common/components/Autocomplete.java | 20 +++++++++++++++++ .../components/CalendarHighlightedDays.java | 20 +++++++++++++++++ .../web/common/components/I18n.java | 20 +++++++++++++++++ .../web/common/components/TwoWaySelector.java | 20 +++++++++++++++++ .../web/common/components/WorkerSearch.java | 20 +++++++++++++++++ .../web/common/components/finders/Finder.java | 20 +++++++++++++++++ .../common/components/finders/IFinder.java | 20 +++++++++++++++++ .../components/finders/WorkerFinder.java | 20 +++++++++++++++++ .../common/converters/ConverterFactory.java | 20 +++++++++++++++++ .../web/common/converters/IConverter.java | 20 +++++++++++++++++ .../common/converters/IConverterFactory.java | 20 +++++++++++++++++ .../web/common/converters/OrderConverter.java | 20 +++++++++++++++++ .../common/converters/ResourceConverter.java | 20 +++++++++++++++++ .../converters/WorkReportTypeConverter.java | 20 +++++++++++++++++ .../entrypoints/DefaultExecutorRetriever.java | 20 +++++++++++++++++ .../web/common/entrypoints/EntryPoint.java | 20 +++++++++++++++++ .../web/common/entrypoints/EntryPoints.java | 20 +++++++++++++++++ .../entrypoints/IExecutorRetriever.java | 20 +++++++++++++++++ .../entrypoints/IURLHandlerRegistry.java | 20 +++++++++++++++++ .../common/entrypoints/MatrixParameters.java | 20 +++++++++++++++++ .../entrypoints/RedirectorSynthetiser.java | 20 +++++++++++++++++ .../web/common/entrypoints/URLHandler.java | 20 +++++++++++++++++ .../entrypoints/URLHandlerRegistry.java | 20 +++++++++++++++++ .../common/typeconverters/DateConverter.java | 20 +++++++++++++++++ .../web/error/PageForErrorOnEvent.java | 20 +++++++++++++++++ .../web/labels/ILabelTypeModel.java | 20 +++++++++++++++++ .../web/labels/LabelTypeCRUDController.java | 20 +++++++++++++++++ .../web/labels/LabelTypeModel.java | 20 +++++++++++++++++ .../AsignedHoursToOrderElementController.java | 20 +++++++++++++++++ .../AsignedHoursToOrderElementModel.java | 20 +++++++++++++++++ .../IAsignedHoursToOrderElementModel.java | 20 +++++++++++++++++ .../IManageOrderElementAdvancesModel.java | 20 +++++++++++++++++ .../web/orders/IOrderElementModel.java | 20 +++++++++++++++++ .../navalplanner/web/orders/IOrderModel.java | 20 +++++++++++++++++ .../ManageOrderElementAdvancesController.java | 20 +++++++++++++++++ .../ManageOrderElementAdvancesModel.java | 20 +++++++++++++++++ .../web/orders/OrderCRUDController.java | 20 +++++++++++++++++ .../web/orders/OrderElementController.java | 20 +++++++++++++++++ .../web/orders/OrderElementModel.java | 20 +++++++++++++++++ .../orders/OrderElementTreeController.java | 20 +++++++++++++++++ .../web/orders/OrderElementTreeModel.java | 20 +++++++++++++++++ .../navalplanner/web/orders/OrderModel.java | 20 +++++++++++++++++ .../web/planner/AddMilestoneCommand.java | 20 +++++++++++++++++ .../planner/CalendarAllocationCommand.java | 20 +++++++++++++++++ .../planner/CalendarAllocationController.java | 20 +++++++++++++++++ .../web/planner/CalendarAllocationModel.java | 20 +++++++++++++++++ .../web/planner/DataForPlanner.java | 20 +++++++++++++++++ .../web/planner/EditTaskCommand.java | 20 +++++++++++++++++ .../web/planner/EditTaskController.java | 20 +++++++++++++++++ .../web/planner/IAddMilestoneCommand.java | 20 +++++++++++++++++ .../planner/ICalendarAllocationCommand.java | 20 +++++++++++++++++ .../web/planner/ICalendarAllocationModel.java | 20 +++++++++++++++++ .../web/planner/IEditTaskCommand.java | 20 +++++++++++++++++ .../web/planner/IMergeTaskCommand.java | 20 +++++++++++++++++ .../IOrderPlanningControllerEntryPoints.java | 20 +++++++++++++++++ .../web/planner/IOrderPlanningModel.java | 20 +++++++++++++++++ .../planner/IResourceAllocationCommand.java | 20 +++++++++++++++++ .../web/planner/ISaveCommand.java | 20 +++++++++++++++++ .../web/planner/ISplitTaskCommand.java | 20 +++++++++++++++++ .../web/planner/ITaskElementAdapter.java | 20 +++++++++++++++++ .../web/planner/MergeTaskCommand.java | 20 +++++++++++++++++ .../web/planner/OrderPlanningController.java | 20 +++++++++++++++++ .../web/planner/OrderPlanningModel.java | 20 +++++++++++++++++ .../web/planner/PlanningState.java | 20 +++++++++++++++++ .../navalplanner/web/planner/SaveCommand.java | 20 +++++++++++++++++ .../navalplanner/web/planner/ShareBean.java | 20 +++++++++++++++++ .../web/planner/SplitTaskCommand.java | 20 +++++++++++++++++ .../web/planner/SplittingController.java | 20 +++++++++++++++++ .../web/planner/TaskElementAdapter.java | 20 +++++++++++++++++ .../web/planner/allocation/AllocationDTO.java | 20 +++++++++++++++++ .../web/planner/allocation/FormBinder.java | 20 +++++++++++++++++ .../allocation/GenericAllocationDTO.java | 20 +++++++++++++++++ .../allocation/IResourceAllocationModel.java | 20 +++++++++++++++++ .../allocation/ResourceAllocationCommand.java | 20 +++++++++++++++++ .../ResourceAllocationController.java | 20 +++++++++++++++++ .../allocation/ResourceAllocationModel.java | 20 +++++++++++++++++ .../ResourceAllocationsBeingEdited.java | 20 +++++++++++++++++ .../allocation/SpecificAllocationDTO.java | 20 +++++++++++++++++ .../web/resourceload/IResourceLoadModel.java | 20 +++++++++++++++++ .../web/resourceload/LoadPeriodGenerator.java | 20 +++++++++++++++++ .../resourceload/ResourceLoadController.java | 20 +++++++++++++++++ .../web/resourceload/ResourceLoadModel.java | 20 +++++++++++++++++ .../criterion/CriterionAdminController.java | 20 +++++++++++++++++ .../CriterionAdminController_V2.java | 20 +++++++++++++++++ .../web/resources/criterion/CriterionDTO.java | 20 +++++++++++++++++ .../criterion/CriterionEditController.java | 20 +++++++++++++++++ .../criterion/CriterionTreeController.java | 20 +++++++++++++++++ .../criterion/CriterionTreeModel.java | 20 +++++++++++++++++ .../criterion/CriterionWorkersController.java | 20 +++++++++++++++++ .../resources/criterion/CriterionsModel.java | 20 +++++++++++++++++ .../criterion/CriterionsModel_V2.java | 20 +++++++++++++++++ .../criterion/ICriterionTreeModel.java | 20 +++++++++++++++++ .../resources/criterion/ICriterionsModel.java | 20 +++++++++++++++++ .../criterion/ICriterionsModel_V2.java | 20 +++++++++++++++++ .../resources/search/IWorkerSearchModel.java | 20 +++++++++++++++++ .../search/WorkerSearchController.java | 20 +++++++++++++++++ .../resources/search/WorkerSearchModel.java | 20 +++++++++++++++++ .../IMultipleCriterionActiveAssigner.java | 20 +++++++++++++++++ .../IWorkerCRUDControllerEntryPoints.java | 20 +++++++++++++++++ .../web/resources/worker/IWorkerModel.java | 20 +++++++++++++++++ .../worker/LocalizationsController.java | 20 +++++++++++++++++ .../worker/WorkRelationshipsController.java | 20 +++++++++++++++++ .../worker/WorkerCRUDController.java | 20 +++++++++++++++++ .../web/resources/worker/WorkerModel.java | 20 +++++++++++++++++ .../IWorkReportCRUDControllerEntryPoints.java | 20 +++++++++++++++++ .../web/workreports/IWorkReportModel.java | 20 +++++++++++++++++ ...rkReportTypeCRUDControllerEntryPoints.java | 20 +++++++++++++++++ .../web/workreports/IWorkReportTypeModel.java | 20 +++++++++++++++++ .../workreports/WorkReportCRUDController.java | 20 +++++++++++++++++ .../web/workreports/WorkReportModel.java | 20 +++++++++++++++++ .../WorkReportTypeCRUDController.java | 20 +++++++++++++++++ .../web/workreports/WorkReportTypeModel.java | 20 +++++++++++++++++ .../main/webapp/advance/_editAdvanceTypes.zul | 20 +++++++++++++++++ .../main/webapp/advance/_listAdvanceTypes.zul | 20 +++++++++++++++++ .../src/main/webapp/advance/advanceTypes.zul | 20 +++++++++++++++++ .../webapp/calendars/_createNewVersion.zul | 20 +++++++++++++++++ .../src/main/webapp/calendars/_edition.zul | 20 +++++++++++++++++ .../src/main/webapp/calendars/_list.zul | 20 +++++++++++++++++ .../src/main/webapp/calendars/calendars.zul | 20 +++++++++++++++++ .../webapp/common/components/autocomplete.zul | 20 +++++++++++++++++ .../components/calendarhighlighteddays.zul | 20 +++++++++++++++++ .../main/webapp/common/components/i18n.zul | 20 +++++++++++++++++ .../common/components/twowayselector.zul | 20 +++++++++++++++++ .../webapp/common/concurrent_modification.zul | 20 +++++++++++++++++ .../src/main/webapp/common/error.zul | 20 +++++++++++++++++ .../src/main/webapp/common/event_error.zul | 20 +++++++++++++++++ .../main/webapp/common/layout/_customMenu.zul | 20 +++++++++++++++++ .../main/webapp/common/layout/login_v01.zul | 20 +++++++++++++++++ .../main/webapp/common/layout/template.zul | 20 +++++++++++++++++ .../src/main/webapp/common/page_not_found.zul | 20 +++++++++++++++++ .../src/main/webapp/labels/_editLabelType.zul | 20 +++++++++++++++++ .../main/webapp/labels/_listLabelTypes.zul | 20 +++++++++++++++++ .../src/main/webapp/labels/labelTypes.zul | 20 +++++++++++++++++ .../main/webapp/orders/_editOrderElement.zul | 20 +++++++++++++++++ .../src/main/webapp/orders/_edition.zul | 20 +++++++++++++++++ .../src/main/webapp/orders/_list.zul | 20 +++++++++++++++++ .../orders/_listOrderElementAdvances.zul | 20 +++++++++++++++++ .../webapp/orders/_listOrderElementHours.zul | 20 +++++++++++++++++ .../main/webapp/orders/_orderElementTree.zul | 20 +++++++++++++++++ .../src/main/webapp/orders/orders.zul | 20 +++++++++++++++++ .../src/main/webapp/planner/main.zul | 20 +++++++++++++++++ .../src/main/webapp/planner/order.zul | 20 +++++++++++++++++ .../src/main/webapp/planner/resources_use.zul | 20 +++++++++++++++++ .../webapp/planner/testtimetrackabletable.zul | 20 +++++++++++++++++ .../main/webapp/resourceload/resourceload.zul | 20 +++++++++++++++++ .../resources/criterions/_criterionsTree.zul | 20 +++++++++++++++++ .../resources/criterions/_edition-V2.zul | 20 +++++++++++++++++ .../webapp/resources/criterions/_edition.zul | 20 +++++++++++++++++ .../webapp/resources/criterions/_list-V2.zul | 20 +++++++++++++++++ .../webapp/resources/criterions/_list.zul | 20 +++++++++++++++++ .../webapp/resources/criterions/_workers.zul | 20 +++++++++++++++++ .../resources/criterions/criterions-V2.zul | 20 +++++++++++++++++ .../resources/criterions/criterions.zul | 20 +++++++++++++++++ .../webapp/resources/search/worker_search.zul | 20 +++++++++++++++++ .../webapp/resources/worker/_calendar.zul | 20 +++++++++++++++++ .../worker/_editWorkRelationship.zul | 20 +++++++++++++++++ .../main/webapp/resources/worker/_edition.zul | 20 +++++++++++++++++ .../main/webapp/resources/worker/_list.zul | 20 +++++++++++++++++ .../resources/worker/_localizations.zul | 20 +++++++++++++++++ .../resources/worker/_workRelationships.zul | 20 +++++++++++++++++ .../main/webapp/resources/worker/worker.zul | 20 +++++++++++++++++ .../webapp/workreports/_editWorkReport.zul | 20 +++++++++++++++++ .../workreports/_editWorkReportType.zul | 20 +++++++++++++++++ .../webapp/workreports/_listWorkReport.zul | 20 +++++++++++++++++ .../workreports/_listWorkReportTypes.zul | 20 +++++++++++++++++ .../main/webapp/workreports/workReport.zul | 20 +++++++++++++++++ .../webapp/workreports/workReportTypes.zul | 20 +++++++++++++++++ .../web/calendars/BaseCalendarModelTest.java | 20 +++++++++++++++++ .../web/common/ExceptionCatcherProxyTest.java | 20 +++++++++++++++++ ...rixParametersSupportSeveralParameters.java | 20 +++++++++++++++++ ...xParametersSupportsOneParameterTheory.java | 20 +++++++++++++++++ ...ametersSupportsParametersWithoutValue.java | 20 +++++++++++++++++ .../web/orders/OrderModelTest.java | 20 +++++++++++++++++ .../web/resources/CriterionModelTest.java | 20 +++++++++++++++++ .../web/resources/WorkerModelTest.java | 20 +++++++++++++++++ .../web/test/WebappGlobalNames.java | 20 +++++++++++++++++ 547 files changed, 10940 insertions(+), 1 deletion(-) mode change 100755 => 100644 ganttzk/src/main/java/org/zkoss/ganttz/TaskComponent.java mode change 100755 => 100644 ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadComponent.java mode change 100755 => 100644 ganttzk/src/main/resources/web/ganttz/css/task.css.dsp mode change 100755 => 100644 ganttzk/src/main/resources/web/ganttz/resourceload/resourceload.dsp mode change 100755 => 100644 ganttzk/src/main/resources/web/ganttz/task.dsp mode change 100755 => 100644 ganttzk/src/main/resources/web/js/ganttz/task.js diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/I18nHelper.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/I18nHelper.java index c159fc6e6..ec808eb6e 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/I18nHelper.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/I18nHelper.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web; import java.util.HashMap; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Level.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Level.java index 6c5f612e0..48fecbc9a 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Level.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Level.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.common; public enum Level { diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/OnlyOneVisible.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/OnlyOneVisible.java index fdc22db90..6dee93219 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/OnlyOneVisible.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/OnlyOneVisible.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.common; import java.util.Arrays; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Util.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Util.java index c6f6c2fe2..4cff28789 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Util.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/Util.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.common; import java.math.BigDecimal; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/components/TwoWaySelector.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/components/TwoWaySelector.java index d6c7e5f1a..83d406ea4 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/components/TwoWaySelector.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/components/TwoWaySelector.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.common.components; import java.beans.BeanInfo; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/typeconverters/DateConverter.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/typeconverters/DateConverter.java index 208e28c54..1863594e5 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/typeconverters/DateConverter.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/common/typeconverters/DateConverter.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.common.typeconverters; import java.text.SimpleDateFormat; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/error/PageForErrorOnEvent.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/error/PageForErrorOnEvent.java index f50e47385..821094b36 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/error/PageForErrorOnEvent.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/error/PageForErrorOnEvent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.error; import javax.servlet.http.HttpServletRequest; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/DataForPlanner.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/DataForPlanner.java index 06a572654..8bd8d5726 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/DataForPlanner.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/DataForPlanner.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.planner; import java.math.BigDecimal; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/ShareBean.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/ShareBean.java index c650fad52..f85459f21 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/ShareBean.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/ShareBean.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.planner; import java.util.ArrayList; diff --git a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/SplittingController.java b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/SplittingController.java index bc0810446..7aaa066cb 100644 --- a/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/SplittingController.java +++ b/ganttzk-demo-webapp/src/main/java/org/navalplanner/web/planner/SplittingController.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.navalplanner.web.planner; import java.util.List; diff --git a/ganttzk-demo-webapp/src/main/webapp/common/components/twowayselector.zul b/ganttzk-demo-webapp/src/main/webapp/common/components/twowayselector.zul index 902ec6287..32dd620a4 100644 --- a/ganttzk-demo-webapp/src/main/webapp/common/components/twowayselector.zul +++ b/ganttzk-demo-webapp/src/main/webapp/common/components/twowayselector.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk-demo-webapp/src/main/webapp/common/error.zul b/ganttzk-demo-webapp/src/main/webapp/common/error.zul index 0f6972c9b..e89df1493 100644 --- a/ganttzk-demo-webapp/src/main/webapp/common/error.zul +++ b/ganttzk-demo-webapp/src/main/webapp/common/error.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk-demo-webapp/src/main/webapp/common/event_error.zul b/ganttzk-demo-webapp/src/main/webapp/common/event_error.zul index 995e926c5..dd8962895 100644 --- a/ganttzk-demo-webapp/src/main/webapp/common/event_error.zul +++ b/ganttzk-demo-webapp/src/main/webapp/common/event_error.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk-demo-webapp/src/main/webapp/common/layout/template_ganttzk_demo.zul b/ganttzk-demo-webapp/src/main/webapp/common/layout/template_ganttzk_demo.zul index a7819a2f4..376956e54 100644 --- a/ganttzk-demo-webapp/src/main/webapp/common/layout/template_ganttzk_demo.zul +++ b/ganttzk-demo-webapp/src/main/webapp/common/layout/template_ganttzk_demo.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk-demo-webapp/src/main/webapp/common/page_not_found.zul b/ganttzk-demo-webapp/src/main/webapp/common/page_not_found.zul index 99a392ea4..861da861c 100644 --- a/ganttzk-demo-webapp/src/main/webapp/common/page_not_found.zul +++ b/ganttzk-demo-webapp/src/main/webapp/common/page_not_found.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk-demo-webapp/src/main/webapp/planner/main.zul b/ganttzk-demo-webapp/src/main/webapp/planner/main.zul index b7b642791..09c9437dc 100644 --- a/ganttzk-demo-webapp/src/main/webapp/planner/main.zul +++ b/ganttzk-demo-webapp/src/main/webapp/planner/main.zul @@ -1,3 +1,23 @@ + + diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/CommandContextualized.java b/ganttzk/src/main/java/org/zkoss/ganttz/CommandContextualized.java index 76dbfc6bf..113fba2b7 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/CommandContextualized.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/CommandContextualized.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.extensions.ICommand; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/CommandOnTaskContextualized.java b/ganttzk/src/main/java/org/zkoss/ganttz/CommandOnTaskContextualized.java index b01a57a4c..83a8e168d 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/CommandOnTaskContextualized.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/CommandOnTaskContextualized.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.adapters.IDomainAndBeansMapper; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/DatesMapperOnInterval.java b/ganttzk/src/main/java/org/zkoss/ganttz/DatesMapperOnInterval.java index ccfc6d6d2..5476f9dce 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/DatesMapperOnInterval.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/DatesMapperOnInterval.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + /** * */ diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/DependencyComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/DependencyComponent.java index 6c4726654..c34b6ed48 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/DependencyComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/DependencyComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/DependencyList.java b/ganttzk/src/main/java/org/zkoss/ganttz/DependencyList.java index 564a3511d..3c92aca91 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/DependencyList.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/DependencyList.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/FunctionalityExposedForExtensions.java b/ganttzk/src/main/java/org/zkoss/ganttz/FunctionalityExposedForExtensions.java index 2f0f56e3c..add890d29 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/FunctionalityExposedForExtensions.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/FunctionalityExposedForExtensions.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/GanttPanel.java b/ganttzk/src/main/java/org/zkoss/ganttz/GanttPanel.java index d684fe508..ed0b1f4cb 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/GanttPanel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/GanttPanel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/IDatesMapper.java b/ganttzk/src/main/java/org/zkoss/ganttz/IDatesMapper.java index f57aa6912..05ff753c9 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/IDatesMapper.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/IDatesMapper.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.Date; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/LeftPane.java b/ganttzk/src/main/java/org/zkoss/ganttz/LeftPane.java index f7f581ec0..e2fb5149f 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/LeftPane.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/LeftPane.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.Collection; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTree.java b/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTree.java index 2f6a6950d..3526bca70 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTree.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTree.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.lang.reflect.Method; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTreeRow.java b/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTreeRow.java index 930a62107..a62211a4a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTreeRow.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/LeftTasksTreeRow.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/Planner.java b/ganttzk/src/main/java/org/zkoss/ganttz/Planner.java index efeed4b32..84c3e2857 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/Planner.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/Planner.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/ScriptsRequiredByPlanner.java b/ganttzk/src/main/java/org/zkoss/ganttz/ScriptsRequiredByPlanner.java index 92b64d774..8ae50dbb3 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/ScriptsRequiredByPlanner.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/ScriptsRequiredByPlanner.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.util.script.ScriptsRequiredDeclaration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/ScrollSyncScript.java b/ganttzk/src/main/java/org/zkoss/ganttz/ScrollSyncScript.java index d824ad219..ee097b1fc 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/ScrollSyncScript.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/ScrollSyncScript.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.util.script.ScriptsRequiredDeclaration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TabSwitcher.java b/ganttzk/src/main/java/org/zkoss/ganttz/TabSwitcher.java index e6cd346a7..54bd8b6c3 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TabSwitcher.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TabSwitcher.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.adapters.TabsConfiguration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TabsRegistry.java b/ganttzk/src/main/java/org/zkoss/ganttz/TabsRegistry.java index fa4eca375..221ae3f47 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TabsRegistry.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TabsRegistry.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TaskAssignmentMoveCommand.java b/ganttzk/src/main/java/org/zkoss/ganttz/TaskAssignmentMoveCommand.java index 2243fd456..8db3d9ef0 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TaskAssignmentMoveCommand.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TaskAssignmentMoveCommand.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.zk.au.AuRequest; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TaskComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/TaskComponent.java old mode 100755 new mode 100644 index f9ba057d8..8ddfd4418 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TaskComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TaskComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TaskContainerComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/TaskContainerComponent.java index e2f83b45c..6701b740a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TaskContainerComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TaskContainerComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TaskEditFormComposer.java b/ganttzk/src/main/java/org/zkoss/ganttz/TaskEditFormComposer.java index fa30ee1d0..a65f01932 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TaskEditFormComposer.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TaskEditFormComposer.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.Date; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java b/ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java index 363505d1d..89d850bfa 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/TaskList.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/YUIMin.java b/ganttzk/src/main/java/org/zkoss/ganttz/YUIMin.java index eb797cdce..1b35fcfa6 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/YUIMin.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/YUIMin.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz; import org.zkoss.ganttz.util.script.ScriptsRequiredDeclaration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/AutoAdapter.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/AutoAdapter.java index 8a74e0e0e..6b69b2a99 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/AutoAdapter.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/AutoAdapter.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/DomainDependency.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/DomainDependency.java index 2a38da038..93144b2c1 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/DomainDependency.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/DomainDependency.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IAdapterToTaskFundamentalProperties.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IAdapterToTaskFundamentalProperties.java index 85b2bbd43..70719ec7e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IAdapterToTaskFundamentalProperties.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IAdapterToTaskFundamentalProperties.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IDomainAndBeansMapper.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IDomainAndBeansMapper.java index 3e3b78c46..67bdb8a36 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IDomainAndBeansMapper.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IDomainAndBeansMapper.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import org.zkoss.ganttz.data.Position; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IStructureNavigator.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IStructureNavigator.java index 64d1a9f11..ee67fa93e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IStructureNavigator.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/IStructureNavigator.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/PlannerConfiguration.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/PlannerConfiguration.java index e3f9fcd32..7095eb18e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/PlannerConfiguration.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/PlannerConfiguration.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/TabsConfiguration.java b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/TabsConfiguration.java index 228e891b4..6223b80c3 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/adapters/TabsConfiguration.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/adapters/TabsConfiguration.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.adapters; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/DefaultFundamentalProperties.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/DefaultFundamentalProperties.java index e25433c53..c57415cb5 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/DefaultFundamentalProperties.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/DefaultFundamentalProperties.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.math.BigDecimal; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/Dependency.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/Dependency.java index b1790c11a..af8b5313d 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/Dependency.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/Dependency.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.Collection; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/DependencyType.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/DependencyType.java index 636b64a77..d30ac5a0d 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/DependencyType.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/DependencyType.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.Date; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/GanttDiagramGraph.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/GanttDiagramGraph.java index 94f88f897..07864292c 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/GanttDiagramGraph.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/GanttDiagramGraph.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/ITaskFundamentalProperties.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/ITaskFundamentalProperties.java index 066847915..106fd8e23 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/ITaskFundamentalProperties.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/ITaskFundamentalProperties.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.math.BigDecimal; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/Milestone.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/Milestone.java index 63a214e78..b7eb8c9dd 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/Milestone.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/Milestone.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.ArrayList; @@ -52,4 +72,4 @@ public class Milestone extends Task { return false; } -} \ No newline at end of file +} diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/Position.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/Position.java index 0a1ac2a46..cebc87d8a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/Position.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/Position.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.Arrays; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/Task.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/Task.java index 470aa1b02..6a19b02da 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/Task.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/Task.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.beans.PropertyChangeListener; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskContainer.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskContainer.java index a54b673ac..7f3de8490 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskContainer.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskContainer.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskLeaf.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskLeaf.java index 435d4e6d4..c5c562523 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskLeaf.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/TaskLeaf.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadLevel.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadLevel.java index ecd1a9b23..70aa4168d 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadLevel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadLevel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data.resourceload; import org.apache.commons.lang.Validate; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadPeriod.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadPeriod.java index 37a47c8a9..4d1b454c3 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadPeriod.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadPeriod.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data.resourceload; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimeLine.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimeLine.java index b9ee2f59a..d9cd51b6c 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimeLine.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimeLine.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data.resourceload; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimelinesGroup.java b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimelinesGroup.java index fcfc09e28..8fd48aea1 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimelinesGroup.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/data/resourceload/LoadTimelinesGroup.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.data.resourceload; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextRelativeToOtherComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextRelativeToOtherComponent.java index 33a350d36..2a25bdb56 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextRelativeToOtherComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextRelativeToOtherComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; import org.zkoss.ganttz.adapters.PlannerConfiguration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextWithPlannerTask.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextWithPlannerTask.java index d02133b65..9efcec0a0 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextWithPlannerTask.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ContextWithPlannerTask.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; import org.zkoss.ganttz.adapters.PlannerConfiguration; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommand.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommand.java index 11f97b3df..6e0453ec1 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommand.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommand.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommandOnTask.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommandOnTask.java index caca06945..a0e21c642 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommandOnTask.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ICommandOnTask.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; public interface ICommandOnTask { diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContext.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContext.java index cd3ea6222..598defc85 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContext.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContext.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; import org.zkoss.ganttz.Planner; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContextWithPlannerTask.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContextWithPlannerTask.java index de2fb9069..9cab4e3c8 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContextWithPlannerTask.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/IContextWithPlannerTask.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; import org.zkoss.ganttz.data.Task; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ITab.java b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ITab.java index 5ba5fea39..e87650630 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ITab.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/extensions/ITab.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.extensions; import org.zkoss.zk.ui.Component; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadComponent.java old mode 100755 new mode 100644 index 4054977fe..ce638c328 --- a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.resourceload; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadLeftPane.java b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadLeftPane.java index d6c3fb085..66d995033 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadLeftPane.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadLeftPane.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.resourceload; import org.zkoss.ganttz.data.resourceload.LoadTimeLine; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadList.java b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadList.java index 1d96b5f83..65285671e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadList.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourceLoadList.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.resourceload; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourcesLoadPanel.java b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourcesLoadPanel.java index 2187db4a6..d1658eef2 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourcesLoadPanel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ResourcesLoadPanel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.resourceload; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ScriptsRequiredByResourceLoadPanel.java b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ScriptsRequiredByResourceLoadPanel.java index 2fe00086c..2f678cfed 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ScriptsRequiredByResourceLoadPanel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/resourceload/ScriptsRequiredByResourceLoadPanel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.resourceload; import org.zkoss.ganttz.ScrollSyncScript; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/ICellForDetailItemRenderer.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/ICellForDetailItemRenderer.java index ae64dc2c4..bae3bef23 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/ICellForDetailItemRenderer.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/ICellForDetailItemRenderer.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import org.zkoss.zk.ui.Component; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/IConvertibleToColumn.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/IConvertibleToColumn.java index 0eae1ce25..cf2f3b393 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/IConvertibleToColumn.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/IConvertibleToColumn.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import org.zkoss.zul.api.Column; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/OnColumnsRowRenderer.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/OnColumnsRowRenderer.java index 8e4d199c5..46c4bce85 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/OnColumnsRowRenderer.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/OnColumnsRowRenderer.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.lang.reflect.ParameterizedType; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/PairOfLists.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/PairOfLists.java index 53b207152..fe53dc1a5 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/PairOfLists.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/PairOfLists.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTable.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTable.java index e292c6795..1df238d70 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTable.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTable.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTableWithLeftPane.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTableWithLeftPane.java index a4af217b5..832cd8c72 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTableWithLeftPane.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackedTableWithLeftPane.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTracker.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTracker.java index b03ff5c11..f7b55c0d2 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTracker.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTracker.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.beans.PropertyChangeEvent; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackerComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackerComponent.java index 843ccc5c6..d7b17d7b1 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackerComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/TimeTrackerComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker; import java.util.Collection; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFiveTimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFiveTimeTrackerState.java index 18720669a..321a7bc3b 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFiveTimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFiveTimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFourTimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFourTimeTrackerState.java index 6550a6ed0..2390f142e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFourTimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailFourTimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import org.joda.time.DateTime; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailItem.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailItem.java index cda70b67c..4f31cb9bf 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailItem.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailItem.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import org.joda.time.DateTime; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailOneTimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailOneTimeTrackerState.java index fc33d5266..84cf2912e 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailOneTimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailOneTimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import java.util.Collection; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailThreeTimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailThreeTimeTrackerState.java index 52ceb4684..d37a5bebb 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailThreeTimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailThreeTimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import org.joda.time.DateTime; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailTwoTimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailTwoTimeTrackerState.java index 40823d6ef..e31ddb919 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailTwoTimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/DetailTwoTimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/IZoomLevelChangedListener.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/IZoomLevelChangedListener.java index 86d9d1bf8..571f7771d 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/IZoomLevelChangedListener.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/IZoomLevelChangedListener.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerState.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerState.java index fbf36f55a..3fb7b0299 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerState.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerState.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerStateUsingJodaTime.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerStateUsingJodaTime.java index 37fde43d8..822a9919b 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerStateUsingJodaTime.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/TimeTrackerStateUsingJodaTime.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/ZoomLevel.java b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/ZoomLevel.java index 73047b3ab..d3b9aca36 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/ZoomLevel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/timetracker/zoom/ZoomLevel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.timetracker.zoom; /** diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/ComponentsFinder.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/ComponentsFinder.java index 991bea014..9d2020844 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/ComponentsFinder.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/ComponentsFinder.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/GanttUtils.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/GanttUtils.java index 3c060df8f..9e2e7843a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/GanttUtils.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/GanttUtils.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; /** diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/IMenuItemsRegister.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/IMenuItemsRegister.java index b3e638f43..91d995fe2 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/IMenuItemsRegister.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/IMenuItemsRegister.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import org.zkoss.zk.ui.event.EventListener; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/Interval.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/Interval.java index c4f34d83d..b01b69d51 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/Interval.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/Interval.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + /** * */ diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/MenuBuilder.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/MenuBuilder.java index 5536f927d..b9c255649 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/MenuBuilder.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/MenuBuilder.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/MutableTreeModel.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/MutableTreeModel.java index 17276e34a..6bae52448 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/MutableTreeModel.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/MutableTreeModel.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/OnZKDesktopRegistry.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/OnZKDesktopRegistry.java index f4e32c6c6..5e3248130 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/OnZKDesktopRegistry.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/OnZKDesktopRegistry.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import org.apache.commons.lang.Validate; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/WeakReferencedListeners.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/WeakReferencedListeners.java index d725d761f..9c359c546 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/WeakReferencedListeners.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/WeakReferencedListeners.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util; import java.lang.ref.WeakReference; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/IScriptsRegister.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/IScriptsRegister.java index 612de54ac..6c66fca16 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/IScriptsRegister.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/IScriptsRegister.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util.script; public interface IScriptsRegister { diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependenciesSorter.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependenciesSorter.java index d7e2a49c6..e3a3092ad 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependenciesSorter.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependenciesSorter.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util.script; import java.lang.reflect.Field; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependency.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependency.java index 65013069b..e03f1ba2a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependency.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptDependency.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util.script; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsComponent.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsComponent.java index 5e286aecc..fa17d817f 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsComponent.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsComponent.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util.script; import java.util.ArrayList; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsRequiredDeclaration.java b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsRequiredDeclaration.java index cd3803260..7b8ab7118 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsRequiredDeclaration.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/util/script/ScriptsRequiredDeclaration.java @@ -1,3 +1,23 @@ +/* + * This file is part of ###PROJECT_NAME### + * + * Copyright (C) 2009 Fundación para o Fomento da Calidade Industrial e + * Desenvolvemento Tecnolóxico de Galicia + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.zkoss.ganttz.util.script; import java.lang.annotation.ElementType; diff --git a/ganttzk/src/main/resources/web/ganttz/css/task.css.dsp b/ganttzk/src/main/resources/web/ganttz/css/task.css.dsp old mode 100755 new mode 100644 index 747fb6d08..1f29a86ea --- a/ganttzk/src/main/resources/web/ganttz/css/task.css.dsp +++ b/ganttzk/src/main/resources/web/ganttz/css/task.css.dsp @@ -1,3 +1,23 @@ + +