From 9d2222df4ef24447f8acc88a8838e8a040360160 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 4 Feb 2010 06:49:46 +0100 Subject: [PATCH] ItEr46S07ImplantacionAplicacionItEr45S07: Added some missing license headers. --- .../ganttz/print/GanttDiagramURIStore.java | 21 ++++++++++++++- .../java/org/zkoss/ganttz/print/Print.java | 20 ++++++++++++++ .../handlers/GeneratePrintPageHandler.java | 21 ++++++++++++++- .../servlets/handlers/JFreeChartHandler.java | 20 ++++++++++++++ .../print/GanttDiagramURIStoreTest.java | 20 ++++++++++++++ .../org/navalplanner/business/INewObject.java | 20 ++++++++++++++ .../materials/entities/UnitTypeEnum.java | 20 ++++++++++++++ .../entities/TaskQualityForm.java | 20 ++++++++++++++ .../entities/TaskQualityFormItem.java | 20 ++++++++++++++ .../business/resources/entities/Machine.java | 20 ++++++++++++++ .../test/dbunit/AbstractDBUnitTest.java | 20 ++++++++++++++ .../test/dbunit/DBUnitConfiguration.java | 27 ++++++++++++++++++- .../dbunit/DBUnitTestExecutionListener.java | 20 ++++++++++++++ .../common/test/dbunit/ExampleDBUnitTest.java | 20 ++++++++++++++ .../finders/QualityFormBandboxFinder.java | 20 ++++++++++++++ .../web/materials/MaterialsModel.java | 20 ++++++++++++++ .../org/navalplanner/web/print/CutyPrint.java | 20 ++++++++++++++ .../ICompletedEstimatedHoursPerTaskModel.java | 20 ++++++++++++++ .../reports/IOrderCostsPerResourceModel.java | 20 ++++++++++++++ .../ITimeLineRequiredMaterialModel.java | 22 ++++++++++++++- .../reports/IWorkingProgressPerTaskModel.java | 21 ++++++++++++++- .../AssignedMachineCriterionsModel.java | 20 ++++++++++++++ .../web/users/IOrderAuthorizationModel.java | 20 ++++++++++++++ .../web/users/OrderAuthorizationModel.java | 20 ++++++++++++++ .../web/workreports/WorkReportDTO.java | 20 ++++++++++++++ .../ws/cert/NaiveTrustManager.java | 20 ++++++++++++++ .../ws/cert/NaiveTrustProvider.java | 20 ++++++++++++++ .../common/api/IncompatibleTypeException.java | 20 ++++++++++++++ .../web/resources/WorkerModelTest.java | 20 ++++++++++++++ 29 files changed, 587 insertions(+), 5 deletions(-) diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/print/GanttDiagramURIStore.java b/ganttzk/src/main/java/org/zkoss/ganttz/print/GanttDiagramURIStore.java index 60a43f178..197a42e3a 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/print/GanttDiagramURIStore.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/print/GanttDiagramURIStore.java @@ -1,8 +1,27 @@ +/* + * 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.print; import java.util.ArrayList; import java.util.Collections; -import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/print/Print.java b/ganttzk/src/main/java/org/zkoss/ganttz/print/Print.java index e661ebbe0..5a7ecc8a0 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/print/Print.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/print/Print.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.print; import gantt.builder.ChartBuilder; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/GeneratePrintPageHandler.java b/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/GeneratePrintPageHandler.java index 1a2b3b3bf..520fc8628 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/GeneratePrintPageHandler.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/GeneratePrintPageHandler.java @@ -1,8 +1,27 @@ +/* + * 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.servlets.handlers; import java.io.IOException; import java.io.PrintWriter; -import java.util.ArrayList; import java.util.List; import javax.servlet.ServletException; diff --git a/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/JFreeChartHandler.java b/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/JFreeChartHandler.java index e647d534d..cff7f03aa 100644 --- a/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/JFreeChartHandler.java +++ b/ganttzk/src/main/java/org/zkoss/ganttz/servlets/handlers/JFreeChartHandler.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.servlets.handlers; import java.awt.image.BufferedImage; diff --git a/ganttzk/src/test/java/org/zkoss/ganttz/print/GanttDiagramURIStoreTest.java b/ganttzk/src/test/java/org/zkoss/ganttz/print/GanttDiagramURIStoreTest.java index 5ae30573b..4e1d278f1 100644 --- a/ganttzk/src/test/java/org/zkoss/ganttz/print/GanttDiagramURIStoreTest.java +++ b/ganttzk/src/test/java/org/zkoss/ganttz/print/GanttDiagramURIStoreTest.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.print; import static org.junit.Assert.assertEquals; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/INewObject.java b/navalplanner-business/src/main/java/org/navalplanner/business/INewObject.java index 186187ac7..9927ec1d5 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/INewObject.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/INewObject.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.business; public interface INewObject { diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/materials/entities/UnitTypeEnum.java b/navalplanner-business/src/main/java/org/navalplanner/business/materials/entities/UnitTypeEnum.java index 661c6367f..3104b2321 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/materials/entities/UnitTypeEnum.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/materials/entities/UnitTypeEnum.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.business.materials.entities; public enum UnitTypeEnum { diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityForm.java b/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityForm.java index 0133df036..bf1137dc8 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityForm.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityForm.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.business.qualityforms.entities; import java.util.ArrayList; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityFormItem.java b/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityFormItem.java index 0c2dac46d..dff4a2c74 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityFormItem.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/qualityforms/entities/TaskQualityFormItem.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.business.qualityforms.entities; import java.math.BigDecimal; diff --git a/navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/Machine.java b/navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/Machine.java index 8f4d7d09a..59b715597 100644 --- a/navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/Machine.java +++ b/navalplanner-business/src/main/java/org/navalplanner/business/resources/entities/Machine.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.business.resources.entities; import java.util.ArrayList; diff --git a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/AbstractDBUnitTest.java b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/AbstractDBUnitTest.java index cda1faa2a..65105ed41 100644 --- a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/AbstractDBUnitTest.java +++ b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/AbstractDBUnitTest.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.business.common.test.dbunit; import static org.navalplanner.business.BusinessGlobalNames.BUSINESS_SPRING_CONFIG_FILE; diff --git a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitConfiguration.java b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitConfiguration.java index 96fb9636b..30a5d96af 100644 --- a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitConfiguration.java +++ b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitConfiguration.java @@ -1,6 +1,31 @@ +/* + * 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.business.common.test.dbunit; -import java.lang.annotation.*; +import java.lang.annotation.Documented; +import java.lang.annotation.ElementType; +import java.lang.annotation.Inherited; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; /** *

diff --git a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitTestExecutionListener.java b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitTestExecutionListener.java index 9c07a0a21..243b76f1a 100644 --- a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitTestExecutionListener.java +++ b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/DBUnitTestExecutionListener.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.business.common.test.dbunit; import java.io.InputStream; diff --git a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/ExampleDBUnitTest.java b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/ExampleDBUnitTest.java index 73532bdc9..63676ef25 100644 --- a/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/ExampleDBUnitTest.java +++ b/navalplanner-business/src/test/java/org/navalplanner/business/common/test/dbunit/ExampleDBUnitTest.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.business.common.test.dbunit; import static org.junit.Assert.assertEquals; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/finders/QualityFormBandboxFinder.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/finders/QualityFormBandboxFinder.java index 82c2280ea..31cdbc344 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/finders/QualityFormBandboxFinder.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/common/components/finders/QualityFormBandboxFinder.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.finders; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/MaterialsModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/MaterialsModel.java index 2708a99b5..fe24be3d3 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/MaterialsModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/materials/MaterialsModel.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.materials; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java index 86b3d261c..0cf1f1140 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/print/CutyPrint.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.print; import static org.zkoss.ganttz.i18n.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ICompletedEstimatedHoursPerTaskModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ICompletedEstimatedHoursPerTaskModel.java index c570651c1..cc7e225ae 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ICompletedEstimatedHoursPerTaskModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ICompletedEstimatedHoursPerTaskModel.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.reports; import java.util.Date; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IOrderCostsPerResourceModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IOrderCostsPerResourceModel.java index 47cda9df2..d02d565c5 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IOrderCostsPerResourceModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IOrderCostsPerResourceModel.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.reports; import java.util.Date; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ITimeLineRequiredMaterialModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ITimeLineRequiredMaterialModel.java index 31e4cdb0c..37ed95101 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ITimeLineRequiredMaterialModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/ITimeLineRequiredMaterialModel.java @@ -1,4 +1,24 @@ - package org.navalplanner.web.reports; +/* + * 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.reports; import java.util.Date; import java.util.List; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IWorkingProgressPerTaskModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IWorkingProgressPerTaskModel.java index b3a39f217..447411ab6 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IWorkingProgressPerTaskModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/reports/IWorkingProgressPerTaskModel.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.reports; import java.util.Date; @@ -6,7 +26,6 @@ import java.util.List; import net.sf.jasperreports.engine.JRDataSource; import org.navalplanner.business.orders.entities.Order; -import org.navalplanner.business.resources.entities.Worker; /** * diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/machine/AssignedMachineCriterionsModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/machine/AssignedMachineCriterionsModel.java index 66f026e9e..bfb04a93b 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/machine/AssignedMachineCriterionsModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/resources/machine/AssignedMachineCriterionsModel.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.resources.machine; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/users/IOrderAuthorizationModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/users/IOrderAuthorizationModel.java index c3da7857d..005bd1be2 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/users/IOrderAuthorizationModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/users/IOrderAuthorizationModel.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.users; import java.util.List; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/users/OrderAuthorizationModel.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/users/OrderAuthorizationModel.java index 89dcb5168..319c449ae 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/users/OrderAuthorizationModel.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/users/OrderAuthorizationModel.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.users; import static org.navalplanner.web.I18nHelper._; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/workreports/WorkReportDTO.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/workreports/WorkReportDTO.java index 14d9793e8..0c86f04ed 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/workreports/WorkReportDTO.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/workreports/WorkReportDTO.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.workreports; import java.util.Date; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustManager.java b/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustManager.java index fe37da153..acca3323c 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustManager.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustManager.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.ws.cert; import java.security.cert.CertificateException; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustProvider.java b/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustProvider.java index 476a72919..b2b7f568e 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustProvider.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/ws/cert/NaiveTrustProvider.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.ws.cert; import java.security.AccessController; diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/ws/common/api/IncompatibleTypeException.java b/navalplanner-webapp/src/main/java/org/navalplanner/ws/common/api/IncompatibleTypeException.java index c3df59bcd..e9ed8ecf6 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/ws/common/api/IncompatibleTypeException.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/ws/common/api/IncompatibleTypeException.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.ws.common.api; /** diff --git a/navalplanner-webapp/src/test/java/org/navalplanner/web/resources/WorkerModelTest.java b/navalplanner-webapp/src/test/java/org/navalplanner/web/resources/WorkerModelTest.java index f23a38388..c25056475 100644 --- a/navalplanner-webapp/src/test/java/org/navalplanner/web/resources/WorkerModelTest.java +++ b/navalplanner-webapp/src/test/java/org/navalplanner/web/resources/WorkerModelTest.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.resources; import static org.easymock.EasyMock.createMock;