]>
Commit | Line | Data |
---|---|---|
8dfb76c9 MG |
1 | |
2 | /** | |
3 | * The main package of FonBot | |
4 | */ | |
5 | @NonNullByDefault | |
6 | package ro.ieval.fonbot; | |
7 | import org.eclipse.jdt.annotation.NonNullByDefault; | |
8 | ||
9 | /* | |
10 | * Copyright © 2013 Marius Gavrilescu | |
11 | * | |
12 | * This file is part of FonBot. | |
13 | * | |
14 | * FonBot is free software: you can redistribute it and/or modify | |
15 | * it under the terms of the GNU General Public License as published by | |
16 | * the Free Software Foundation, either version 3 of the License, or | |
17 | * (at your option) any later version. | |
18 | * | |
19 | * FonBot is distributed in the hope that it will be useful, | |
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 | * GNU General Public License for more details. | |
23 | * | |
24 | * You should have received a copy of the GNU General Public License | |
25 | * along with FonBot. If not, see <http://www.gnu.org/licenses/>. | |
26 | */ |