File tree 1 file changed +19
-0
lines changed
worldguard-core/src/test/java/com/sk89q/worldguard/protection
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * WorldGuard, a suite of tools for Minecraft
3
+ * Copyright (C) sk89q <http://www.sk89q.com>
4
+ * Copyright (C) WorldGuard team and contributors
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify it
7
+ * under the terms of the GNU Lesser General Public License as published by the
8
+ * Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful, but WITHOUT
12
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
14
+ * for more details.
15
+ *
16
+ * You should have received a copy of the GNU Lesser General Public License
17
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
18
+ */
19
+
1
20
package com .sk89q .worldguard .protection ;
2
21
3
22
import com .sk89q .worldguard .protection .flags .Flags ;
You can’t perform that action at this time.
0 commit comments