Skip to content

Commit

Permalink
added license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Gonzalez Cortes committed Jul 2, 2013
1 parent 91137c3 commit 2e4711f
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/charts/ChartGenerator.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/model/Feedback.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/model/Layer.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/model/LayerUpdate.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/portal/CaptchaFailedException.java
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/portal/FeedbackController.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/main/java/org/fao/unredd/portal/IndicatorsController.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/test/java/org/fao/unredd/charts/ChartGeneratorTest.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/test/java/org/fao/unredd/portal/FeedbackTest.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
15 changes: 15 additions & 0 deletions src/test/java/org/fao/unredd/portal/IndicatorsTest.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2e4711f

Please sign in to comment.