From ad00f4cbb4572799bf66f0e7bfc094419ab7b4f7 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 19 Jul 2010 09:23:32 +0200 Subject: [PATCH] ItEr60S03XestionDaComunidadeItEr59S03: Added license header to pending files. --- .../web/ganttz/zul/plannerLayout.zul | 20 +++++++++++++++++++ .../business/planner/daos/DependencyDAO.java | 19 ++++++++++++++++++ .../business/planner/daos/IDependencyDAO.java | 19 ++++++++++++++++++ .../ILimitingResourceQueueDependencyDAO.java | 19 ++++++++++++++++++ .../LimitingResourceQueueDependencyDAO.java | 19 ++++++++++++++++++ .../LimitingResourceQueueDependency.java | 19 ++++++++++++++++++ .../web/materials/IUnitTypeModel.java | 19 ++++++++++++++++++ .../web/materials/UnitTypeController.java | 19 ++++++++++++++++++ .../web/materials/UnitTypeModel.java | 19 ++++++++++++++++++ .../orders/CriterionRequirementWrapper.java | 19 ++++++++++++++++++ .../web/planner/CompanyPredicate.java | 19 ++++++++++++++++++ .../worker/AssignedCriterionsModel.java | 19 ++++++++++++++++++ .../worker/CriterionSatisfactionDTO.java | 19 ++++++++++++++++++ .../worker/CriterionsController.java | 19 ++++++++++++++++++ .../worker/CriterionsMachineController.java | 19 ++++++++++++++++++ .../worker/IAssignedCriterionsModel.java | 19 ++++++++++++++++++ .../ws/costcategories/api/HourCostDTO.java | 19 ++++++++++++++++++ .../limitingresources/manualAllocation.zul | 20 +++++++++++++++++++ .../main/webapp/orders/_assignmentsBox.zul | 20 +++++++++++++++++++ .../webapp/orders/_orderElementDetails.zul | 20 +++++++++++++++++++ .../webapp/orders/_orderElementTreeFilter.zul | 20 +++++++++++++++++++ .../src/main/webapp/orders/_orderFilter.zul | 20 +++++++++++++++++++ .../orders/_splitMaterialAssignmentDlg.zul | 20 +++++++++++++++++++ .../webapp/planner/_tabPanelSubcontract.zul | 20 +++++++++++++++++++ .../resources/_costCategoryAssignment.zul | 20 +++++++++++++++++++ .../resources/machine/_machineCriterions.zul | 20 +++++++++++++++++++ .../resources/search/_resourceFilter.zul | 20 +++++++++++++++++++ .../webapp/resources/worker/_criterions.zul | 20 +++++++++++++++++++ .../templates/_materialAssignmentsBox.zul | 20 +++++++++++++++++++ 29 files changed, 564 insertions(+) diff --git a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul index 4f05784ae..0646e589b 100644 --- a/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul +++ b/ganttzk/src/main/resources/web/ganttz/zul/plannerLayout.zul @@ -1,3 +1,23 @@ + + . + */ package org.navalplanner.business.planner.daos; import java.util.List; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/planner/daos/IDependencyDAO.java b/navalplanner-business/src/main/java/org/navalplanner/business/planner/daos/IDependencyDAO.java index f7bd9fa72..27170c1a7 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/planner/daos/IDependencyDAO.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/planner/daos/IDependencyDAO.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.business.planner.daos; import java.util.List; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/ILimitingResourceQueueDependencyDAO.java b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/ILimitingResourceQueueDependencyDAO.java index 9317eed93..ab053dfe9 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/ILimitingResourceQueueDependencyDAO.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/ILimitingResourceQueueDependencyDAO.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.business.planner.limiting.daos; import java.util.List; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/LimitingResourceQueueDependencyDAO.java b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/LimitingResourceQueueDependencyDAO.java index 911de92a9..6b1737939 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/LimitingResourceQueueDependencyDAO.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/daos/LimitingResourceQueueDependencyDAO.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.business.planner.limiting.daos; import java.util.List; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/entities/LimitingResourceQueueDependency.java b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/entities/LimitingResourceQueueDependency.java index 231e4e10c..51fa9c851 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/entities/LimitingResourceQueueDependency.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/planner/limiting/entities/LimitingResourceQueueDependency.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.business.planner.limiting.entities; import static org.navalplanner.business.i18n.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/IUnitTypeModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/IUnitTypeModel.java index 02d3c54be..9e4b5fb61 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/IUnitTypeModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/IUnitTypeModel.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.materials; import java.util.List; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeController.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeController.java index 91adc8e69..2e19a412a 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeController.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeController.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.materials; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeModel.java index dabcee955..1b59e3687 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/UnitTypeModel.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.materials; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/orders/CriterionRequirementWrapper.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/orders/CriterionRequirementWrapper.java index fab0b7190..ff4ee97cd 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/orders/CriterionRequirementWrapper.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/orders/CriterionRequirementWrapper.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/CompanyPredicate.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/CompanyPredicate.java index 1ee78eb52..e39963a05 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/CompanyPredicate.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/CompanyPredicate.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.Date; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/AssignedCriterionsModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/AssignedCriterionsModel.java index 17fde63c3..f1292544e 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/AssignedCriterionsModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/AssignedCriterionsModel.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionSatisfactionDTO.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionSatisfactionDTO.java index c59c64cff..5c4bc5452 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionSatisfactionDTO.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionSatisfactionDTO.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsController.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsController.java index f6337910c..5af88e4fc 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsController.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsController.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsMachineController.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsMachineController.java index 7ab123caf..c95912b81 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsMachineController.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/CriterionsMachineController.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/IAssignedCriterionsModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/IAssignedCriterionsModel.java index e6d65dde7..9ca8e5984 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/IAssignedCriterionsModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/worker/IAssignedCriterionsModel.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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 . + */ /* * To change this template, choose Tools | Templates * and open the template in the editor. diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/ws/costcategories/api/HourCostDTO.java b/navalplanner-webapp/src/main/java/org/navalplanner/ws/costcategories/api/HourCostDTO.java index 5f045c63f..e53195fef 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/ws/costcategories/api/HourCostDTO.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/ws/costcategories/api/HourCostDTO.java @@ -1,3 +1,22 @@ +/* + * This file is part of NavalPlan + * + * 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.ws.costcategories.api; import java.math.BigDecimal; diff --git a/navalplanner-webapp/src/main/webapp/limitingresources/manualAllocation.zul b/navalplanner-webapp/src/main/webapp/limitingresources/manualAllocation.zul index f6cab1524..ddface43c 100644 --- a/navalplanner-webapp/src/main/webapp/limitingresources/manualAllocation.zul +++ b/navalplanner-webapp/src/main/webapp/limitingresources/manualAllocation.zul @@ -1,3 +1,23 @@ + + . +--> + . +--> + diff --git a/navalplanner-webapp/src/main/webapp/orders/_orderElementTreeFilter.zul b/navalplanner-webapp/src/main/webapp/orders/_orderElementTreeFilter.zul index eca8fdc13..65c3dab2b 100644 --- a/navalplanner-webapp/src/main/webapp/orders/_orderElementTreeFilter.zul +++ b/navalplanner-webapp/src/main/webapp/orders/_orderElementTreeFilter.zul @@ -1,3 +1,23 @@ + +