Skip to content

Commit

Permalink
#278 - update license
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed May 24, 2017
1 parent 9fb6084 commit 5bd667a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/alfio/manager/EuVatChecker.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* This file is part of alf.io.
*
* alf.io 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, either version 3 of the License, or
* (at your option) any later version.
*
* alf.io 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.
*
* You should have received a copy of the GNU General Public License
* along with alf.io. If not, see <http://www.gnu.org/licenses/>.
*/
package alfio.manager;

import alfio.manager.system.ConfigurationManager;
Expand Down
16 changes: 16 additions & 0 deletions src/main/java/alfio/model/VatDetail.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* This file is part of alf.io.
*
* alf.io 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, either version 3 of the License, or
* (at your option) any later version.
*
* alf.io 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.
*
* You should have received a copy of the GNU General Public License
* along with alf.io. If not, see <http://www.gnu.org/licenses/>.
*/
package alfio.model;

import com.fasterxml.jackson.annotation.JsonIgnore;
Expand Down
16 changes: 16 additions & 0 deletions src/test/java/alfio/manager/EuVatCheckerTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* This file is part of alf.io.
*
* alf.io 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, either version 3 of the License, or
* (at your option) any later version.
*
* alf.io 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.
*
* You should have received a copy of the GNU General Public License
* along with alf.io. If not, see <http://www.gnu.org/licenses/>.
*/
package alfio.manager;

import alfio.manager.system.ConfigurationManager;
Expand Down

0 comments on commit 5bd667a

Please sign in to comment.