diff --git a/src/main/java/org/fao/unredd/charts/ChartGenerator.java b/src/main/java/org/fao/unredd/charts/ChartGenerator.java index ff4ee20..332b6e2 100644 --- a/src/main/java/org/fao/unredd/charts/ChartGenerator.java +++ b/src/main/java/org/fao/unredd/charts/ChartGenerator.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.charts; import java.io.File; diff --git a/src/main/java/org/fao/unredd/model/Feedback.java b/src/main/java/org/fao/unredd/model/Feedback.java index e58f96f..b28f3ee 100644 --- a/src/main/java/org/fao/unredd/model/Feedback.java +++ b/src/main/java/org/fao/unredd/model/Feedback.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.model; import javax.persistence.Entity; diff --git a/src/main/java/org/fao/unredd/model/Layer.java b/src/main/java/org/fao/unredd/model/Layer.java index 832bc37..5ae8eba 100644 --- a/src/main/java/org/fao/unredd/model/Layer.java +++ b/src/main/java/org/fao/unredd/model/Layer.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.model; import java.util.Collection; diff --git a/src/main/java/org/fao/unredd/model/LayerUpdate.java b/src/main/java/org/fao/unredd/model/LayerUpdate.java index 8f123a0..7fb5fa1 100644 --- a/src/main/java/org/fao/unredd/model/LayerUpdate.java +++ b/src/main/java/org/fao/unredd/model/LayerUpdate.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.model; import java.sql.Date; diff --git a/src/main/java/org/fao/unredd/portal/CaptchaFailedException.java b/src/main/java/org/fao/unredd/portal/CaptchaFailedException.java index 5a29282..d17786f 100644 --- a/src/main/java/org/fao/unredd/portal/CaptchaFailedException.java +++ b/src/main/java/org/fao/unredd/portal/CaptchaFailedException.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.portal; public class CaptchaFailedException extends Exception { diff --git a/src/main/java/org/fao/unredd/portal/FeedbackController.java b/src/main/java/org/fao/unredd/portal/FeedbackController.java index 845d02c..4431069 100644 --- a/src/main/java/org/fao/unredd/portal/FeedbackController.java +++ b/src/main/java/org/fao/unredd/portal/FeedbackController.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.portal; import java.io.BufferedReader; diff --git a/src/main/java/org/fao/unredd/portal/IndicatorsController.java b/src/main/java/org/fao/unredd/portal/IndicatorsController.java index fbe4d68..d3119a6 100644 --- a/src/main/java/org/fao/unredd/portal/IndicatorsController.java +++ b/src/main/java/org/fao/unredd/portal/IndicatorsController.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.portal; import java.io.ByteArrayInputStream; diff --git a/src/test/java/org/fao/unredd/charts/ChartGeneratorTest.java b/src/test/java/org/fao/unredd/charts/ChartGeneratorTest.java index 537ce5a..eeae345 100644 --- a/src/test/java/org/fao/unredd/charts/ChartGeneratorTest.java +++ b/src/test/java/org/fao/unredd/charts/ChartGeneratorTest.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.charts; import static org.junit.Assert.assertTrue; diff --git a/src/test/java/org/fao/unredd/portal/FeedbackTest.java b/src/test/java/org/fao/unredd/portal/FeedbackTest.java index 11940cc..e5817a9 100644 --- a/src/test/java/org/fao/unredd/portal/FeedbackTest.java +++ b/src/test/java/org/fao/unredd/portal/FeedbackTest.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.portal; import static org.junit.Assert.fail; diff --git a/src/test/java/org/fao/unredd/portal/IndicatorsTest.java b/src/test/java/org/fao/unredd/portal/IndicatorsTest.java index 5f2ef5e..ff43dc2 100644 --- a/src/test/java/org/fao/unredd/portal/IndicatorsTest.java +++ b/src/test/java/org/fao/unredd/portal/IndicatorsTest.java @@ -1,3 +1,18 @@ +/** + * nfms4redd Portal Interface - http://nfms4redd.org/ + * + * (C) 2012, FAO Forestry Department (http://www.fao.org/forestry/) + * + * This application is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation; + * version 3.0 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. + */ package org.fao.unredd.portal; import static org.junit.Assert.assertTrue;