diff --git a/Core/src/main/java/de/tor/tribes/control/GenericManager.java b/Core/src/main/java/de/tor/tribes/control/GenericManager.java index 7df038513..d108cb6d8 100644 --- a/Core/src/main/java/de/tor/tribes/control/GenericManager.java +++ b/Core/src/main/java/de/tor/tribes/control/GenericManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.control; diff --git a/Core/src/main/java/de/tor/tribes/control/GenericManagerListener.java b/Core/src/main/java/de/tor/tribes/control/GenericManagerListener.java index 894354009..97df207bc 100644 --- a/Core/src/main/java/de/tor/tribes/control/GenericManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/control/GenericManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.control; diff --git a/Core/src/main/java/de/tor/tribes/control/ManageableType.java b/Core/src/main/java/de/tor/tribes/control/ManageableType.java index 98bd09593..06c6fd0f8 100644 --- a/Core/src/main/java/de/tor/tribes/control/ManageableType.java +++ b/Core/src/main/java/de/tor/tribes/control/ManageableType.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.control; diff --git a/Core/src/main/java/de/tor/tribes/io/DataHolder.java b/Core/src/main/java/de/tor/tribes/io/DataHolder.java index c7e645b92..310dd9151 100644 --- a/Core/src/main/java/de/tor/tribes/io/DataHolder.java +++ b/Core/src/main/java/de/tor/tribes/io/DataHolder.java @@ -1,10 +1,17 @@ -/* - * AbstractDataReader.java +/* + * Copyright 2015 Torridity. * - * Created on 17.07.2007, 21:49:13 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.io; diff --git a/Core/src/main/java/de/tor/tribes/io/DataHolderListener.java b/Core/src/main/java/de/tor/tribes/io/DataHolderListener.java index 3fa0fc524..175027a84 100644 --- a/Core/src/main/java/de/tor/tribes/io/DataHolderListener.java +++ b/Core/src/main/java/de/tor/tribes/io/DataHolderListener.java @@ -1,12 +1,18 @@ -/* - * DataHolderListener.java - * - * Created on 06.09.2007, 18:03:40 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.io; /** diff --git a/Core/src/main/java/de/tor/tribes/io/ServerManager.java b/Core/src/main/java/de/tor/tribes/io/ServerManager.java index a8aff92e0..cd863fb44 100644 --- a/Core/src/main/java/de/tor/tribes/io/ServerManager.java +++ b/Core/src/main/java/de/tor/tribes/io/ServerManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.io; diff --git a/Core/src/main/java/de/tor/tribes/io/UnitHolder.java b/Core/src/main/java/de/tor/tribes/io/UnitHolder.java index 4b3660c0b..e16dcd4a5 100644 --- a/Core/src/main/java/de/tor/tribes/io/UnitHolder.java +++ b/Core/src/main/java/de/tor/tribes/io/UnitHolder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.io; diff --git a/Core/src/main/java/de/tor/tribes/io/WorldDecorationHolder.java b/Core/src/main/java/de/tor/tribes/io/WorldDecorationHolder.java index d07bd9fb4..695d49cbc 100644 --- a/Core/src/main/java/de/tor/tribes/io/WorldDecorationHolder.java +++ b/Core/src/main/java/de/tor/tribes/io/WorldDecorationHolder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.io; diff --git a/Core/src/main/java/de/tor/tribes/php/LuckViewInterface.java b/Core/src/main/java/de/tor/tribes/php/LuckViewInterface.java index 53503bbfa..e42e1661d 100644 --- a/Core/src/main/java/de/tor/tribes/php/LuckViewInterface.java +++ b/Core/src/main/java/de/tor/tribes/php/LuckViewInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.php; diff --git a/Core/src/main/java/de/tor/tribes/php/UnitTableInterface.java b/Core/src/main/java/de/tor/tribes/php/UnitTableInterface.java index 6a0f3a227..2714b0291 100644 --- a/Core/src/main/java/de/tor/tribes/php/UnitTableInterface.java +++ b/Core/src/main/java/de/tor/tribes/php/UnitTableInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.php; diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONArray.java b/Core/src/main/java/de/tor/tribes/php/json/JSONArray.java index c5cc4b6cc..689d6c4e4 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONArray.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONArray.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; /* diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONException.java b/Core/src/main/java/de/tor/tribes/php/json/JSONException.java index 149d5f70f..12a6abe41 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONException.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONException.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; /** diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONObject.java b/Core/src/main/java/de/tor/tribes/php/json/JSONObject.java index 0e0eaf05d..b817f37b3 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONObject.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONObject.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.php.json; diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONString.java b/Core/src/main/java/de/tor/tribes/php/json/JSONString.java index 77d6b96a9..97eb9218d 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONString.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONString.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; /** diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONStringer.java b/Core/src/main/java/de/tor/tribes/php/json/JSONStringer.java index f64cfa87e..1138cf657 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONStringer.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONStringer.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; /* diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONTokener.java b/Core/src/main/java/de/tor/tribes/php/json/JSONTokener.java index 22ce43b9c..71843e1f6 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONTokener.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONTokener.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; import java.io.BufferedReader; diff --git a/Core/src/main/java/de/tor/tribes/php/json/JSONWriter.java b/Core/src/main/java/de/tor/tribes/php/json/JSONWriter.java index 4f6076bfb..f15b70324 100644 --- a/Core/src/main/java/de/tor/tribes/php/json/JSONWriter.java +++ b/Core/src/main/java/de/tor/tribes/php/json/JSONWriter.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.php.json; import java.io.IOException; diff --git a/Core/src/main/java/de/tor/tribes/sec/SecurityAdapter.java b/Core/src/main/java/de/tor/tribes/sec/SecurityAdapter.java index f71cef03a..86ca33e86 100644 --- a/Core/src/main/java/de/tor/tribes/sec/SecurityAdapter.java +++ b/Core/src/main/java/de/tor/tribes/sec/SecurityAdapter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.sec; diff --git a/Core/src/main/java/de/tor/tribes/types/AbstractTroopMovement.java b/Core/src/main/java/de/tor/tribes/types/AbstractTroopMovement.java index 1c185c852..690355f28 100644 --- a/Core/src/main/java/de/tor/tribes/types/AbstractTroopMovement.java +++ b/Core/src/main/java/de/tor/tribes/types/AbstractTroopMovement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/AllyStatResult.java b/Core/src/main/java/de/tor/tribes/types/AllyStatResult.java index f097c2f01..2cb398c51 100644 --- a/Core/src/main/java/de/tor/tribes/types/AllyStatResult.java +++ b/Core/src/main/java/de/tor/tribes/types/AllyStatResult.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Attack.java b/Core/src/main/java/de/tor/tribes/types/Attack.java index d0d0ef0ad..683ac1ca9 100644 --- a/Core/src/main/java/de/tor/tribes/types/Attack.java +++ b/Core/src/main/java/de/tor/tribes/types/Attack.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Church.java b/Core/src/main/java/de/tor/tribes/types/Church.java index 4912f4f19..99c1f23f8 100644 --- a/Core/src/main/java/de/tor/tribes/types/Church.java +++ b/Core/src/main/java/de/tor/tribes/types/Church.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Conquer.java b/Core/src/main/java/de/tor/tribes/types/Conquer.java index 14ee5d3a4..ce00b7922 100644 --- a/Core/src/main/java/de/tor/tribes/types/Conquer.java +++ b/Core/src/main/java/de/tor/tribes/types/Conquer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Defense.java b/Core/src/main/java/de/tor/tribes/types/Defense.java index 6fa73ca43..d4183bac4 100644 --- a/Core/src/main/java/de/tor/tribes/types/Defense.java +++ b/Core/src/main/java/de/tor/tribes/types/Defense.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/DefenseInformation.java b/Core/src/main/java/de/tor/tribes/types/DefenseInformation.java index 0f5050930..f8b7168ab 100644 --- a/Core/src/main/java/de/tor/tribes/types/DefenseInformation.java +++ b/Core/src/main/java/de/tor/tribes/types/DefenseInformation.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/DefenseTask.java b/Core/src/main/java/de/tor/tribes/types/DefenseTask.java index 5da940aea..1bd54cb46 100644 --- a/Core/src/main/java/de/tor/tribes/types/DefenseTask.java +++ b/Core/src/main/java/de/tor/tribes/types/DefenseTask.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/DefenseTimeSpan.java b/Core/src/main/java/de/tor/tribes/types/DefenseTimeSpan.java index 99a24ab16..df43c29e7 100644 --- a/Core/src/main/java/de/tor/tribes/types/DefenseTimeSpan.java +++ b/Core/src/main/java/de/tor/tribes/types/DefenseTimeSpan.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Enoblement.java b/Core/src/main/java/de/tor/tribes/types/Enoblement.java index bc97981a7..37bef3054 100644 --- a/Core/src/main/java/de/tor/tribes/types/Enoblement.java +++ b/Core/src/main/java/de/tor/tribes/types/Enoblement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Fake.java b/Core/src/main/java/de/tor/tribes/types/Fake.java index ceda597ff..ccc036dcf 100644 --- a/Core/src/main/java/de/tor/tribes/types/Fake.java +++ b/Core/src/main/java/de/tor/tribes/types/Fake.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/FarmInformation.java b/Core/src/main/java/de/tor/tribes/types/FarmInformation.java index 04dab88d1..9410dad31 100644 --- a/Core/src/main/java/de/tor/tribes/types/FarmInformation.java +++ b/Core/src/main/java/de/tor/tribes/types/FarmInformation.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/FightReport.java b/Core/src/main/java/de/tor/tribes/types/FightReport.java index 4795b1334..2e5d01f33 100644 --- a/Core/src/main/java/de/tor/tribes/types/FightReport.java +++ b/Core/src/main/java/de/tor/tribes/types/FightReport.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/FightStats.java b/Core/src/main/java/de/tor/tribes/types/FightStats.java index a7c122d1d..73571eb0f 100644 --- a/Core/src/main/java/de/tor/tribes/types/FightStats.java +++ b/Core/src/main/java/de/tor/tribes/types/FightStats.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/ImpossibleSnobUnit.java b/Core/src/main/java/de/tor/tribes/types/ImpossibleSnobUnit.java index cda90e3b5..49c00f641 100644 --- a/Core/src/main/java/de/tor/tribes/types/ImpossibleSnobUnit.java +++ b/Core/src/main/java/de/tor/tribes/types/ImpossibleSnobUnit.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/LinkedTag.java b/Core/src/main/java/de/tor/tribes/types/LinkedTag.java index ad80a2765..a03413784 100644 --- a/Core/src/main/java/de/tor/tribes/types/LinkedTag.java +++ b/Core/src/main/java/de/tor/tribes/types/LinkedTag.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Marker.java b/Core/src/main/java/de/tor/tribes/types/Marker.java index 897e4ee8f..95161e78d 100644 --- a/Core/src/main/java/de/tor/tribes/types/Marker.java +++ b/Core/src/main/java/de/tor/tribes/types/Marker.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/NoTag.java b/Core/src/main/java/de/tor/tribes/types/NoTag.java index f25a66656..d38205962 100644 --- a/Core/src/main/java/de/tor/tribes/types/NoTag.java +++ b/Core/src/main/java/de/tor/tribes/types/NoTag.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Note.java b/Core/src/main/java/de/tor/tribes/types/Note.java index 5c5dcd341..3ad2bc155 100644 --- a/Core/src/main/java/de/tor/tribes/types/Note.java +++ b/Core/src/main/java/de/tor/tribes/types/Note.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Off.java b/Core/src/main/java/de/tor/tribes/types/Off.java index 15cfb08e7..4123440fb 100644 --- a/Core/src/main/java/de/tor/tribes/types/Off.java +++ b/Core/src/main/java/de/tor/tribes/types/Off.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/OverallStatResult.java b/Core/src/main/java/de/tor/tribes/types/OverallStatResult.java index 79c04db14..903ab910c 100644 --- a/Core/src/main/java/de/tor/tribes/types/OverallStatResult.java +++ b/Core/src/main/java/de/tor/tribes/types/OverallStatResult.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Resource.java b/Core/src/main/java/de/tor/tribes/types/Resource.java index f20d96528..cb97a6c4d 100644 --- a/Core/src/main/java/de/tor/tribes/types/Resource.java +++ b/Core/src/main/java/de/tor/tribes/types/Resource.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/SOSRequest.java b/Core/src/main/java/de/tor/tribes/types/SOSRequest.java index 0c3b71428..7bed5685a 100644 --- a/Core/src/main/java/de/tor/tribes/types/SOSRequest.java +++ b/Core/src/main/java/de/tor/tribes/types/SOSRequest.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/SingleAttackerStat.java b/Core/src/main/java/de/tor/tribes/types/SingleAttackerStat.java index 48ee6fa73..720f2ab0d 100644 --- a/Core/src/main/java/de/tor/tribes/types/SingleAttackerStat.java +++ b/Core/src/main/java/de/tor/tribes/types/SingleAttackerStat.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/StandardAttack.java b/Core/src/main/java/de/tor/tribes/types/StandardAttack.java index cbb436dd7..6b626a7f8 100644 --- a/Core/src/main/java/de/tor/tribes/types/StandardAttack.java +++ b/Core/src/main/java/de/tor/tribes/types/StandardAttack.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/StandardAttackElement.java b/Core/src/main/java/de/tor/tribes/types/StandardAttackElement.java index 2dd5119aa..c404ced93 100644 --- a/Core/src/main/java/de/tor/tribes/types/StandardAttackElement.java +++ b/Core/src/main/java/de/tor/tribes/types/StandardAttackElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/StorageStatus.java b/Core/src/main/java/de/tor/tribes/types/StorageStatus.java index 0a10b7ce6..e85170ad3 100644 --- a/Core/src/main/java/de/tor/tribes/types/StorageStatus.java +++ b/Core/src/main/java/de/tor/tribes/types/StorageStatus.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/SupportType.java b/Core/src/main/java/de/tor/tribes/types/SupportType.java index 35f2bfb67..01e20a6ee 100644 --- a/Core/src/main/java/de/tor/tribes/types/SupportType.java +++ b/Core/src/main/java/de/tor/tribes/types/SupportType.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Tag.java b/Core/src/main/java/de/tor/tribes/types/Tag.java index 661e33178..553a3a664 100644 --- a/Core/src/main/java/de/tor/tribes/types/Tag.java +++ b/Core/src/main/java/de/tor/tribes/types/Tag.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TagMapMarker.java b/Core/src/main/java/de/tor/tribes/types/TagMapMarker.java index 9e276a3c5..18b95adc5 100644 --- a/Core/src/main/java/de/tor/tribes/types/TagMapMarker.java +++ b/Core/src/main/java/de/tor/tribes/types/TagMapMarker.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TargetInformation.java b/Core/src/main/java/de/tor/tribes/types/TargetInformation.java index fcbe093c8..54b83d83b 100644 --- a/Core/src/main/java/de/tor/tribes/types/TargetInformation.java +++ b/Core/src/main/java/de/tor/tribes/types/TargetInformation.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TimeSpan.java b/Core/src/main/java/de/tor/tribes/types/TimeSpan.java index 09b379b89..10a4fce28 100644 --- a/Core/src/main/java/de/tor/tribes/types/TimeSpan.java +++ b/Core/src/main/java/de/tor/tribes/types/TimeSpan.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TimeSpanDivider.java b/Core/src/main/java/de/tor/tribes/types/TimeSpanDivider.java index a50559be3..971f2d83d 100644 --- a/Core/src/main/java/de/tor/tribes/types/TimeSpanDivider.java +++ b/Core/src/main/java/de/tor/tribes/types/TimeSpanDivider.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TimedAttack.java b/Core/src/main/java/de/tor/tribes/types/TimedAttack.java index 91a047aec..e58a35e1e 100644 --- a/Core/src/main/java/de/tor/tribes/types/TimedAttack.java +++ b/Core/src/main/java/de/tor/tribes/types/TimedAttack.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/Transport.java b/Core/src/main/java/de/tor/tribes/types/Transport.java index cab162375..00a5bb8a8 100644 --- a/Core/src/main/java/de/tor/tribes/types/Transport.java +++ b/Core/src/main/java/de/tor/tribes/types/Transport.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TribeStatResult.java b/Core/src/main/java/de/tor/tribes/types/TribeStatResult.java index 46ff4bf90..f67e5d792 100644 --- a/Core/src/main/java/de/tor/tribes/types/TribeStatResult.java +++ b/Core/src/main/java/de/tor/tribes/types/TribeStatResult.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TribeStatsElement.java b/Core/src/main/java/de/tor/tribes/types/TribeStatsElement.java index 06ce56c44..c51c82938 100644 --- a/Core/src/main/java/de/tor/tribes/types/TribeStatsElement.java +++ b/Core/src/main/java/de/tor/tribes/types/TribeStatsElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TroopFilterElement.java b/Core/src/main/java/de/tor/tribes/types/TroopFilterElement.java index b98e06fa7..7d514ee5a 100644 --- a/Core/src/main/java/de/tor/tribes/types/TroopFilterElement.java +++ b/Core/src/main/java/de/tor/tribes/types/TroopFilterElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/TroopSplit.java b/Core/src/main/java/de/tor/tribes/types/TroopSplit.java index 512b55230..e2e891188 100644 --- a/Core/src/main/java/de/tor/tribes/types/TroopSplit.java +++ b/Core/src/main/java/de/tor/tribes/types/TroopSplit.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/UnknownUnit.java b/Core/src/main/java/de/tor/tribes/types/UnknownUnit.java index 4b26f312e..462c5088d 100644 --- a/Core/src/main/java/de/tor/tribes/types/UnknownUnit.java +++ b/Core/src/main/java/de/tor/tribes/types/UnknownUnit.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/UserProfile.java b/Core/src/main/java/de/tor/tribes/types/UserProfile.java index b644caba4..a9c96ce52 100644 --- a/Core/src/main/java/de/tor/tribes/types/UserProfile.java +++ b/Core/src/main/java/de/tor/tribes/types/UserProfile.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/VillageMerchantInfo.java b/Core/src/main/java/de/tor/tribes/types/VillageMerchantInfo.java index 49a4828bb..a4702a317 100644 --- a/Core/src/main/java/de/tor/tribes/types/VillageMerchantInfo.java +++ b/Core/src/main/java/de/tor/tribes/types/VillageMerchantInfo.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/AbstractForm.java b/Core/src/main/java/de/tor/tribes/types/drawing/AbstractForm.java index 7c4a26167..23d017961 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/AbstractForm.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/AbstractForm.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/Arrow.java b/Core/src/main/java/de/tor/tribes/types/drawing/Arrow.java index 96ef092d5..a51d9dd65 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/Arrow.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/Arrow.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/Circle.java b/Core/src/main/java/de/tor/tribes/types/drawing/Circle.java index 5ebb44983..a3a92cc8d 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/Circle.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/Circle.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/FreeForm.java b/Core/src/main/java/de/tor/tribes/types/drawing/FreeForm.java index 443187537..61ae5fcea 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/FreeForm.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/FreeForm.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/Line.java b/Core/src/main/java/de/tor/tribes/types/drawing/Line.java index 5835017b7..550b24507 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/Line.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/Line.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/Rectangle.java b/Core/src/main/java/de/tor/tribes/types/drawing/Rectangle.java index 57bcefe5e..8284d9565 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/Rectangle.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/Rectangle.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/drawing/Text.java b/Core/src/main/java/de/tor/tribes/types/drawing/Text.java index 44493b770..d988e59cd 100644 --- a/Core/src/main/java/de/tor/tribes/types/drawing/Text.java +++ b/Core/src/main/java/de/tor/tribes/types/drawing/Text.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.drawing; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/Ally.java b/Core/src/main/java/de/tor/tribes/types/ext/Ally.java index 2146172c6..7ec360686 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/Ally.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/Ally.java @@ -1,10 +1,17 @@ -/* - * TribesStructure.java - * - * Created on 18.07.2007, 18:58:23 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/BarbarianAlly.java b/Core/src/main/java/de/tor/tribes/types/ext/BarbarianAlly.java index b383ac0dc..5c25de2b2 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/BarbarianAlly.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/BarbarianAlly.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/Barbarians.java b/Core/src/main/java/de/tor/tribes/types/ext/Barbarians.java index ea960c010..7a6f96cbd 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/Barbarians.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/Barbarians.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/InvalidTribe.java b/Core/src/main/java/de/tor/tribes/types/ext/InvalidTribe.java index eb2844ece..b0a025e54 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/InvalidTribe.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/InvalidTribe.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/NoAlly.java b/Core/src/main/java/de/tor/tribes/types/ext/NoAlly.java index 2d8a37364..ec184a292 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/NoAlly.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/NoAlly.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/Tribe.java b/Core/src/main/java/de/tor/tribes/types/ext/Tribe.java index 76b7c3538..49f5bd128 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/Tribe.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/Tribe.java @@ -1,10 +1,17 @@ -/* - * Tribe.java - * - * Created on 18.07.2007, 18:59:24 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/ext/Village.java b/Core/src/main/java/de/tor/tribes/types/ext/Village.java index 0ab2d10e1..a62d83910 100644 --- a/Core/src/main/java/de/tor/tribes/types/ext/Village.java +++ b/Core/src/main/java/de/tor/tribes/types/ext/Village.java @@ -1,10 +1,17 @@ -/* - * Village.java +/* + * Copyright 2015 Torridity. * - * Created on 18.07.2007, 18:58:59 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.ext; diff --git a/Core/src/main/java/de/tor/tribes/types/test/AnyTribe.java b/Core/src/main/java/de/tor/tribes/types/test/AnyTribe.java index f41965431..682405751 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/AnyTribe.java +++ b/Core/src/main/java/de/tor/tribes/types/test/AnyTribe.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyAlly.java b/Core/src/main/java/de/tor/tribes/types/test/DummyAlly.java index c4a6eab66..f14fc001b 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyAlly.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyAlly.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyProfile.java b/Core/src/main/java/de/tor/tribes/types/test/DummyProfile.java index f5237297a..5a12e6470 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyProfile.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyProfile.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyTribe.java b/Core/src/main/java/de/tor/tribes/types/test/DummyTribe.java index a2de811df..a297f10c4 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyTribe.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyTribe.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyUnit.java b/Core/src/main/java/de/tor/tribes/types/test/DummyUnit.java index e7abf6929..f228e8f37 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyUnit.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyUnit.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyUserProfile.java b/Core/src/main/java/de/tor/tribes/types/test/DummyUserProfile.java index 01034c1c2..c33aa8728 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyUserProfile.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyUserProfile.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/types/test/DummyVillage.java b/Core/src/main/java/de/tor/tribes/types/test/DummyVillage.java index 0611fa0db..20f49e7e1 100644 --- a/Core/src/main/java/de/tor/tribes/types/test/DummyVillage.java +++ b/Core/src/main/java/de/tor/tribes/types/test/DummyVillage.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.types.test; diff --git a/Core/src/main/java/de/tor/tribes/ui/ImageManager.java b/Core/src/main/java/de/tor/tribes/ui/ImageManager.java index 9b2fafa75..8921c14bc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/ImageManager.java +++ b/Core/src/main/java/de/tor/tribes/ui/ImageManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/LayerOrderConfigurationFrame.java b/Core/src/main/java/de/tor/tribes/ui/LayerOrderConfigurationFrame.java index 854314b25..04e88d493 100644 --- a/Core/src/main/java/de/tor/tribes/ui/LayerOrderConfigurationFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/LayerOrderConfigurationFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * LayerOrderConfigurationFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Sep 28, 2011, 11:12:45 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/MapPanelListener.java b/Core/src/main/java/de/tor/tribes/ui/MapPanelListener.java index 7d95a0f0f..dbd2e45e6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/MapPanelListener.java +++ b/Core/src/main/java/de/tor/tribes/ui/MapPanelListener.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.ui; import de.tor.tribes.types.ext.Village; diff --git a/Core/src/main/java/de/tor/tribes/ui/MarkerCell.java b/Core/src/main/java/de/tor/tribes/ui/MarkerCell.java index 53b0265d6..3b2b599ae 100644 --- a/Core/src/main/java/de/tor/tribes/ui/MarkerCell.java +++ b/Core/src/main/java/de/tor/tribes/ui/MarkerCell.java @@ -1,7 +1,17 @@ -/* - * MarkerPanel.java +/* + * Copyright 2015 Torridity. * - * Created on 7. Oktober 2007, 14:06 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/MinimapListener.java b/Core/src/main/java/de/tor/tribes/ui/MinimapListener.java index 04f8e2572..a93326814 100644 --- a/Core/src/main/java/de/tor/tribes/ui/MinimapListener.java +++ b/Core/src/main/java/de/tor/tribes/ui/MinimapListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/RibbonConfigurator.java b/Core/src/main/java/de/tor/tribes/ui/RibbonConfigurator.java index 8751e0b97..040123dae 100644 --- a/Core/src/main/java/de/tor/tribes/ui/RibbonConfigurator.java +++ b/Core/src/main/java/de/tor/tribes/ui/RibbonConfigurator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/RibbonLayoutConstants.java b/Core/src/main/java/de/tor/tribes/ui/RibbonLayoutConstants.java index 5968083d9..8e33d6438 100644 --- a/Core/src/main/java/de/tor/tribes/ui/RibbonLayoutConstants.java +++ b/Core/src/main/java/de/tor/tribes/ui/RibbonLayoutConstants.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/TabInterface.java b/Core/src/main/java/de/tor/tribes/ui/TabInterface.java index 85a7abe74..28b04aa35 100644 --- a/Core/src/main/java/de/tor/tribes/ui/TabInterface.java +++ b/Core/src/main/java/de/tor/tribes/ui/TabInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/TwoD/ShapeStroke.java b/Core/src/main/java/de/tor/tribes/ui/TwoD/ShapeStroke.java index 61bdafdaa..87ae9832d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/TwoD/ShapeStroke.java +++ b/Core/src/main/java/de/tor/tribes/ui/TwoD/ShapeStroke.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.TwoD; diff --git a/Core/src/main/java/de/tor/tribes/ui/UnitOrderBuilder.java b/Core/src/main/java/de/tor/tribes/ui/UnitOrderBuilder.java index 99d2f37c6..c8a5f3ec5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/UnitOrderBuilder.java +++ b/Core/src/main/java/de/tor/tribes/ui/UnitOrderBuilder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/algo/AlgorithmLogPanel.java b/Core/src/main/java/de/tor/tribes/ui/algo/AlgorithmLogPanel.java index f35428050..f3926fda2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/algo/AlgorithmLogPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/algo/AlgorithmLogPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AlgorithmLogPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 29.01.2010, 11:00:59 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.algo; diff --git a/Core/src/main/java/de/tor/tribes/ui/algo/AttackTimePanel.java b/Core/src/main/java/de/tor/tribes/ui/algo/AttackTimePanel.java index 1597b2541..559ae2a85 100644 --- a/Core/src/main/java/de/tor/tribes/ui/algo/AttackTimePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/algo/AttackTimePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TestPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 24, 2011, 10:33:48 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.algo; diff --git a/Core/src/main/java/de/tor/tribes/ui/algo/SettingsChangedListener.java b/Core/src/main/java/de/tor/tribes/ui/algo/SettingsChangedListener.java index a4a414368..816fbc438 100644 --- a/Core/src/main/java/de/tor/tribes/ui/algo/SettingsChangedListener.java +++ b/Core/src/main/java/de/tor/tribes/ui/algo/SettingsChangedListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.algo; diff --git a/Core/src/main/java/de/tor/tribes/ui/algo/SettingsPanel.java b/Core/src/main/java/de/tor/tribes/ui/algo/SettingsPanel.java index ec155c794..304d99402 100644 --- a/Core/src/main/java/de/tor/tribes/ui/algo/SettingsPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/algo/SettingsPanel.java @@ -1,11 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ -/* - * SendTimePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 05.05.2009, 09:34:03 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.algo; diff --git a/Core/src/main/java/de/tor/tribes/ui/algo/TimeFrameVisualizer.java b/Core/src/main/java/de/tor/tribes/ui/algo/TimeFrameVisualizer.java index fc750f6c2..428bb9a5f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/algo/TimeFrameVisualizer.java +++ b/Core/src/main/java/de/tor/tribes/ui/algo/TimeFrameVisualizer.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TimeFrameVisualizer.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Dec 28, 2010, 10:32:18 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.algo; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/CapabilityInfoPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/CapabilityInfoPanel.java index 2aa819828..7efc5476f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/CapabilityInfoPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/CapabilityInfoPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * CapabilityInfoPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Apr 23, 2011, 11:04:01 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/ClickAccountPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/ClickAccountPanel.java index 659c744d8..d52cb7b0d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/ClickAccountPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/ClickAccountPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ClickAccountPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 4, 2012, 11:40:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/CollapseExpandTrigger.java b/Core/src/main/java/de/tor/tribes/ui/components/CollapseExpandTrigger.java index f276b9608..622cfd1a3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/CollapseExpandTrigger.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/CollapseExpandTrigger.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/ColoredProgressBar.java b/Core/src/main/java/de/tor/tribes/ui/components/ColoredProgressBar.java index c1a4eed9f..ced9caf97 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/ColoredProgressBar.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/ColoredProgressBar.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/CoordinateSpinner.java b/Core/src/main/java/de/tor/tribes/ui/components/CoordinateSpinner.java index 8fbc1af82..d0e7aa05f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/CoordinateSpinner.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/CoordinateSpinner.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/CrossedLabel.java b/Core/src/main/java/de/tor/tribes/ui/components/CrossedLabel.java index 981e927c7..aeaf3aadb 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/CrossedLabel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/CrossedLabel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/DateField.java b/Core/src/main/java/de/tor/tribes/ui/components/DateField.java index 7963648dc..0a4a14667 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/DateField.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/DateField.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package de.tor.tribes.ui.components; /* diff --git a/Core/src/main/java/de/tor/tribes/ui/components/DatePicker.java b/Core/src/main/java/de/tor/tribes/ui/components/DatePicker.java index 5f72d13ee..6717f1530 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/DatePicker.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/DatePicker.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package de.tor.tribes.ui.components; /* diff --git a/Core/src/main/java/de/tor/tribes/ui/components/DateTimeField.java b/Core/src/main/java/de/tor/tribes/ui/components/DateTimeField.java index f5f4e9020..e29741840 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/DateTimeField.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/DateTimeField.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DateTimeField.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 3, 2010, 10:23:38 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/FillingLabel.java b/Core/src/main/java/de/tor/tribes/ui/components/FillingLabel.java index 3063dcbad..e2f9d231f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/FillingLabel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/FillingLabel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/GroupSelectionList.java b/Core/src/main/java/de/tor/tribes/ui/components/GroupSelectionList.java index fa3652178..b80fa058f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/GroupSelectionList.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/GroupSelectionList.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/IconizedList.java b/Core/src/main/java/de/tor/tribes/ui/components/IconizedList.java index a36ca04b9..c9bdf2eb4 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/IconizedList.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/IconizedList.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/JOutlookBar.java b/Core/src/main/java/de/tor/tribes/ui/components/JOutlookBar.java index 71eabde89..3bb886b75 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/JOutlookBar.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/JOutlookBar.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/LayerOrderPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/LayerOrderPanel.java index 951237f3b..618b6a3b3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/LayerOrderPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/LayerOrderPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * LayerOrderPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Sep 15, 2011, 11:31:36 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/ProfileQuickChangePanel.java b/Core/src/main/java/de/tor/tribes/ui/components/ProfileQuickChangePanel.java index 7f0548f01..d0847453b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/ProfileQuickChangePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/ProfileQuickChangePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ProfileQuickChangePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 4, 2012, 11:46:38 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/ReportInfoPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/ReportInfoPanel.java index 1f22dc4f1..e2f48becd 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/ReportInfoPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/ReportInfoPanel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/TimeField.java b/Core/src/main/java/de/tor/tribes/ui/components/TimeField.java index 1bd4ad8e9..f313cd5fd 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/TimeField.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/TimeField.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/TimePicker.java b/Core/src/main/java/de/tor/tribes/ui/components/TimePicker.java index cfe6f586b..6fd1c8cd2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/TimePicker.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/TimePicker.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package de.tor.tribes.ui.components; import de.tor.tribes.dssim.Constants; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/TimerPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/TimerPanel.java index 0c7b5d08e..03c22dc98 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/TimerPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/TimerPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TimerPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 7, 2011, 11:29:00 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/VillageOverviewMapPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/VillageOverviewMapPanel.java index 3cda68994..b027e0365 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/VillageOverviewMapPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/VillageOverviewMapPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * VillageOverviewMapPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Dec 30, 2011, 1:41:24 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/VillageSelectionPanel.java b/Core/src/main/java/de/tor/tribes/ui/components/VillageSelectionPanel.java index d463cfd74..2558130f8 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/VillageSelectionPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/VillageSelectionPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * VillageSelectionPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 22.12.2011, 11:04:40 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/components/WelcomePanel.java b/Core/src/main/java/de/tor/tribes/ui/components/WelcomePanel.java index df4ea58bf..b3bf943fd 100644 --- a/Core/src/main/java/de/tor/tribes/ui/components/WelcomePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/components/WelcomePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * WelcomePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jul 31, 2011, 1:03:12 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.components; diff --git a/Core/src/main/java/de/tor/tribes/ui/decorator/GroupPredicate.java b/Core/src/main/java/de/tor/tribes/ui/decorator/GroupPredicate.java index df30814e9..10f2f770b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/decorator/GroupPredicate.java +++ b/Core/src/main/java/de/tor/tribes/ui/decorator/GroupPredicate.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.decorator; diff --git a/Core/src/main/java/de/tor/tribes/ui/dnd/VillageTransferable.java b/Core/src/main/java/de/tor/tribes/ui/dnd/VillageTransferable.java index eafc63043..36f15c48b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/dnd/VillageTransferable.java +++ b/Core/src/main/java/de/tor/tribes/ui/dnd/VillageTransferable.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.dnd; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/BBPanelCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/BBPanelCellEditor.java index 9bbb5f45e..ea0e2b3ea 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/BBPanelCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/BBPanelCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/ChurchLevelCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/ChurchLevelCellEditor.java index 16cbc4a5b..ac489e7a6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/ChurchLevelCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/ChurchLevelCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/ColorChooserCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/ColorChooserCellEditor.java index 6d65791f7..3b9303560 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/ColorChooserCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/ColorChooserCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/DateSpinEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/DateSpinEditor.java index d9db7a958..f18411eb6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/DateSpinEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/DateSpinEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/DrawNotDrawEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/DrawNotDrawEditor.java index ebd7bb62c..e3771762f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/DrawNotDrawEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/DrawNotDrawEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/FakeCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/FakeCellEditor.java index 8d953f6ac..e0d8a1abe 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/FakeCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/FakeCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/LinkGroupColorCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/LinkGroupColorCellEditor.java index 49bfe1343..22293eda9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/LinkGroupColorCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/LinkGroupColorCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/MultiBooleanTableCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/MultiBooleanTableCellEditor.java index e0768ba21..3565d27c1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/MultiBooleanTableCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/MultiBooleanTableCellEditor.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * MultiBooleanTableCellEditor.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 25, 2011, 6:47:50 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/NoteIconCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/NoteIconCellEditor.java index 1e4dec23e..944f7ff3d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/NoteIconCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/NoteIconCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/SentNotSentEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/SentNotSentEditor.java index ce464ad7f..7952076b9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/SentNotSentEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/SentNotSentEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/StandardAttackElementEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/StandardAttackElementEditor.java index 77a39b7ae..b5ea0ecc5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/StandardAttackElementEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/StandardAttackElementEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerCellEditor.java index e04783c53..c0f227ec3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerEditorImpl.java b/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerEditorImpl.java index 44bb5be57..e5444631e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerEditorImpl.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/TagMapMarkerEditorImpl.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TagMapMarkerEditorImpl.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 08.07.2009, 15:34:35 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/UnitCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/UnitCellEditor.java index 64864a3f0..c01ea6617 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/UnitCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/UnitCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/VillageCellEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/VillageCellEditor.java index 169383739..56528f166 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/VillageCellEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/VillageCellEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/editors/VisibleInvisibleEditor.java b/Core/src/main/java/de/tor/tribes/ui/editors/VisibleInvisibleEditor.java index 890695267..c79b8cbc3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/editors/VisibleInvisibleEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/editors/VisibleInvisibleEditor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.editors; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/AttackTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/AttackTableModel.java index 8633b501a..c0c74fdba 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/AttackTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/AttackTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/AttackTypeTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/AttackTypeTableModel.java index 14968978d..715ae8e79 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/AttackTypeTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/AttackTypeTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/ChurchTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/ChurchTableModel.java index 563ecf646..3ae496239 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/ChurchTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/ChurchTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/ConquerTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/ConquerTableModel.java index d24f288bf..fdcbab5f4 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/ConquerTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/ConquerTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/CoordinateSpinnerModel.java b/Core/src/main/java/de/tor/tribes/ui/models/CoordinateSpinnerModel.java index fa7b968dd..75c11f747 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/CoordinateSpinnerModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/CoordinateSpinnerModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DEPFilterTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DEPFilterTableModel.java index ec2b92e08..e6465c3e5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DEPFilterTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DEPFilterTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DEPResultTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DEPResultTableModel.java index f308da547..65ffc5a1d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DEPResultTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DEPResultTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DEPSourceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DEPSourceTableModel.java index d9f5397a3..762c797ed 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DEPSourceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DEPSourceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DefenseToolModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DefenseToolModel.java index b24190f54..96e28f8e9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DefenseToolModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DefenseToolModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DistanceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DistanceTableModel.java index 25f7d0b4a..259bddc71 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DistanceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DistanceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/DoItYourselfAttackTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/DoItYourselfAttackTableModel.java index 407ac5b49..e1a54858a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/DoItYourselfAttackTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/DoItYourselfAttackTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/FarmTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/FarmTableModel.java index fe3f4ff26..05214eade 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/FarmTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/FarmTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/FormTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/FormTableModel.java index 900508b38..6ddcd8a3c 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/FormTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/FormTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/MarkerTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/MarkerTableModel.java index 5989f998e..e0f548860 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/MarkerTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/MarkerTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/NoteTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/NoteTableModel.java index 1b2c2e451..8669829ba 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/NoteTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/NoteTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REDExtendedMerchantTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REDExtendedMerchantTableModel.java index 30df1d00a..45a01211f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REDExtendedMerchantTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REDExtendedMerchantTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REDFinalDistributionTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REDFinalDistributionTableModel.java index 1f732f6dc..72da03ee6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REDFinalDistributionTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REDFinalDistributionTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REDFinalTransportsTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REDFinalTransportsTableModel.java index 90e718168..7b2f81008 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REDFinalTransportsTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REDFinalTransportsTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REDSourceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REDSourceTableModel.java index c6b460ee5..a90529841 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REDSourceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REDSourceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REFResultTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REFResultTableModel.java index c2673a5d4..44de04196 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REFResultTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REFResultTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REFSettingsTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REFSettingsTableModel.java index e10cd0dc1..cf6b62cc2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REFSettingsTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REFSettingsTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REFSourceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REFSourceTableModel.java index 031d55af6..e3ef07218 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REFSourceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REFSourceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/REFTargetTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/REFTargetTableModel.java index 6f3ba3887..5379dec0a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/REFTargetTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/REFTargetTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/RETAttackTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/RETAttackTableModel.java index b79084e4f..5038e6830 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/RETAttackTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/RETAttackTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/RETResultTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/RETResultTableModel.java index bafe04530..2d11bc64f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/RETResultTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/RETResultTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/RETSourceFilterTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/RETSourceFilterTableModel.java index de0eb07ae..29a5325a3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/RETSourceFilterTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/RETSourceFilterTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/RETSourceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/RETSourceTableModel.java index b420da17d..66ef914e7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/RETSourceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/RETSourceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/ReportManagerTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/ReportManagerTableModel.java index 175cf3bc6..58992a509 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/ReportManagerTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/ReportManagerTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/SupportTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/SupportTableModel.java index aeccac8bc..b30784b41 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/SupportTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/SupportTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/SupportsModel.java b/Core/src/main/java/de/tor/tribes/ui/models/SupportsModel.java index 51d2988a0..8bcc2c403 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/SupportsModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/SupportsModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPResultDetailsTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPResultDetailsTableModel.java index 7e49d4942..038ef62cf 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPResultDetailsTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPResultDetailsTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPResultTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPResultTableModel.java index 1c6443958..b6aecda5c 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPResultTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPResultTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceFilterTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceFilterTableModel.java index 597bd4844..73f121971 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceFilterTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceFilterTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceTableModel.java index 0000f0c48..82ad8fc8d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPSourceTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetFilterTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetFilterTableModel.java index f998d9928..b479c77d5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetFilterTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetFilterTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetTableModel.java index 22126e9c1..9b6007fde 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TAPTargetTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TagLinkMatrixModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TagLinkMatrixModel.java index 6227361b3..581faf247 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TagLinkMatrixModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TagLinkMatrixModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TagTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TagTableModel.java index 51b59d144..1a6f951d0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TagTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TagTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/models/TroopsTableModel.java b/Core/src/main/java/de/tor/tribes/ui/models/TroopsTableModel.java index 955cbcf10..29d985091 100644 --- a/Core/src/main/java/de/tor/tribes/ui/models/TroopsTableModel.java +++ b/Core/src/main/java/de/tor/tribes/ui/models/TroopsTableModel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.models; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/AttackTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/AttackTableTab.java index c612d5a1d..2a76efb01 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/AttackTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/AttackTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackTablePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/BBPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/BBPanel.java index c5f3cfa24..06a9aef59 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/BBPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/BBPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * BBPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Feb 17, 2011, 10:48:36 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/DSWorkbenchAttackInfoPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/DSWorkbenchAttackInfoPanel.java index 3fb98d3b6..e7a8d3da7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/DSWorkbenchAttackInfoPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/DSWorkbenchAttackInfoPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchAttackInfoPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Nov 28, 2010, 10:34:27 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/FormSamplePanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/FormSamplePanel.java index 04af92ae1..dd381839a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/FormSamplePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/FormSamplePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * SamplePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 06.01.2009, 13:17:26 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/GenericTestPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/GenericTestPanel.java index bfb9dcd5d..86eabbc15 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/GenericTestPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/GenericTestPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * GenericTestPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Apr 8, 2011, 5:45:16 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/MapPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/MapPanel.java index 97927892d..d7ad9b87a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/MapPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/MapPanel.java @@ -1,7 +1,17 @@ -/* - * MapPanel.java +/* + * Copyright 2015 Torridity. * - * Created on 4. September 2007, 18:05 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/MarkerTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/MarkerTableTab.java index 3c51fad56..a288ec7ef 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/MarkerTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/MarkerTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * MarkerTableTab.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/MinimapPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/MinimapPanel.java index 4cd806ef2..5b87314fc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/MinimapPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/MinimapPanel.java @@ -1,7 +1,17 @@ -/* - * MinimapPanel.java +/* + * Copyright 2015 Torridity. * - * Created on 11. September 2007, 17:41 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/NoteTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/NoteTableTab.java index 5a524d0d5..c1498004b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/NoteTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/NoteTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * MarkerTableTab.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/RankTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/RankTableTab.java index 9bc26cbdd..5d252b261 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/RankTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/RankTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackTablePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/ReportTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/ReportTableTab.java index fb77c958b..6d7260825 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/ReportTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/ReportTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ReportTablePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/ScreenshotPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/ScreenshotPanel.java index 3c5da0ce9..b4e3a58ef 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/ScreenshotPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/ScreenshotPanel.java @@ -1,7 +1,17 @@ -/* - * ScreenshotPanel.java +/* + * Copyright 2015 Torridity. * - * Created on 6. Juli 2008, 17:27 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/TAPAttackInfoPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/TAPAttackInfoPanel.java index 69feb9d9d..2d65ab5bd 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/TAPAttackInfoPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/TAPAttackInfoPanel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/TroopSelectionPanel.java b/Core/src/main/java/de/tor/tribes/ui/panels/TroopSelectionPanel.java index c59075d0f..84bbca9e6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/TroopSelectionPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/TroopSelectionPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TroopSelectionPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Dec 18, 2011, 2:22:28 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/panels/TroopTableTab.java b/Core/src/main/java/de/tor/tribes/ui/panels/TroopTableTab.java index dbe849aee..426f6fbab 100644 --- a/Core/src/main/java/de/tor/tribes/ui/panels/TroopTableTab.java +++ b/Core/src/main/java/de/tor/tribes/ui/panels/TroopTableTab.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * MarkerTableTab.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Mar 27, 2011, 3:50:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.panels; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/AlternatingColorCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/AlternatingColorCellRenderer.java index f7b63a95b..7e61a1107 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/AlternatingColorCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/AlternatingColorCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/AttackTypeListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/AttackTypeListCellRenderer.java index e377eb359..e603891c6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/AttackTypeListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/AttackTypeListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/BBCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/BBCellRenderer.java index be8150203..a9601ded5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/BBCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/BBCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ColorCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ColorCellRenderer.java index 20f4fa4ae..680939d3e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ColorCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ColorCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredCoutdownCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredCoutdownCellRenderer.java index 1bb6fb754..d38bdc0f9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredCoutdownCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredCoutdownCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredDateCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredDateCellRenderer.java index 5846326db..79f8550be 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredDateCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ColoredDateCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/DateCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/DateCellRenderer.java index 5a095e9fd..af5847026 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/DateCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/DateCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/DefaultTableHeaderRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/DefaultTableHeaderRenderer.java index 05617d692..8cda795c5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/DefaultTableHeaderRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/DefaultTableHeaderRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/DefenseStatusTableCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/DefenseStatusTableCellRenderer.java index d560a9530..682381f73 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/DefenseStatusTableCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/DefenseStatusTableCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/DistanceTableCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/DistanceTableCellRenderer.java index 9681227b5..53d2b16eb 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/DistanceTableCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/DistanceTableCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/DrawNotDrawCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/DrawNotDrawCellRenderer.java index 81041942d..b7a849d02 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/DrawNotDrawCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/DrawNotDrawCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/FakeCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/FakeCellRenderer.java index 9347b890d..251ede1cf 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/FakeCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/FakeCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/FarmResultRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/FarmResultRenderer.java index acd43365b..5801e844e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/FarmResultRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/FarmResultRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/FarmStatusCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/FarmStatusCellRenderer.java index 10ad6109a..ebd8f4c04 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/FarmStatusCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/FarmStatusCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/FightReportCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/FightReportCellRenderer.java index fb93af58a..686d0c80a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/FightReportCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/FightReportCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/GroupListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/GroupListCellRenderer.java index 0acf96b62..1fafe2fe1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/GroupListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/GroupListCellRenderer.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * GroupListCellRenderer.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 21.12.2011, 08:01:06 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/LossRatioTableCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/LossRatioTableCellRenderer.java index 4eb272b02..6ce5b1bf0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/LossRatioTableCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/LossRatioTableCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/MarkerPanelCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/MarkerPanelCellRenderer.java index 6969fe8eb..57ab4e97f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/MarkerPanelCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/MarkerPanelCellRenderer.java @@ -1,10 +1,17 @@ -/* - * MarkerListCellRenderer.java +/* + * Copyright 2015 Torridity. * - * Created on 07.10.2007, 14:21:15 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * To change this template, choose Tools | Templates - * and open the template in the editor. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorCellRenderer.java index 8fd438712..142350164 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorLabel.java b/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorLabel.java index 5ab16fc9c..e30c24dc2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorLabel.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/MultiColorLabel.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconCellRenderer.java index 33ba133aa..6287637ac 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconListCellRenderer.java index 24f3159d8..304d18096 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/NoteIconListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/NumberFormatCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/NumberFormatCellRenderer.java index a286b7833..56139e2c8 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/NumberFormatCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/NumberFormatCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/PercentCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/PercentCellRenderer.java index a489a4634..b198d1594 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/PercentCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/PercentCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ProfileTreeNodeRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ProfileTreeNodeRenderer.java index 5dab66c81..1b1d3742e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ProfileTreeNodeRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ProfileTreeNodeRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ReportWallCataCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ReportWallCataCellRenderer.java index 1b4190646..4a3cd032d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ReportWallCataCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ReportWallCataCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/ResourcesInStorageCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/ResourcesInStorageCellRenderer.java index 6fb738f99..8c07a3206 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/ResourcesInStorageCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/ResourcesInStorageCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/SentNotSentCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/SentNotSentCellRenderer.java index 05a1b5a01..4cf2e2d8f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/SentNotSentCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/SentNotSentCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/SortableTableHeaderRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/SortableTableHeaderRenderer.java index d8d5a5681..ee8e214d4 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/SortableTableHeaderRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/SortableTableHeaderRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/StandardAttackTypeCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/StandardAttackTypeCellRenderer.java index 8d3effa24..c3c120bf4 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/StandardAttackTypeCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/StandardAttackTypeCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/StorageCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/StorageCellRenderer.java index 717ac7e92..487075e53 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/StorageCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/StorageCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/SupportDirectionRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/SupportDirectionRenderer.java index c5944f8e0..e3f3a2013 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/SupportDirectionRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/SupportDirectionRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/SupportTableHeaderRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/SupportTableHeaderRenderer.java index c3e6de559..d6388fddd 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/SupportTableHeaderRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/SupportTableHeaderRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TagMapMarkerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TagMapMarkerRenderer.java index 38ba67f8b..5d744cf82 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TagMapMarkerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TagMapMarkerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TendencyTableCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TendencyTableCellRenderer.java index d725df25d..233d841b9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TendencyTableCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TendencyTableCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TimeFrameListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TimeFrameListCellRenderer.java index dda81d6ef..aa7d2e424 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TimeFrameListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TimeFrameListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TradeDirectionCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TradeDirectionCellRenderer.java index 73393f6c5..c218de735 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TradeDirectionCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TradeDirectionCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TransportCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TransportCellRenderer.java index ae562b838..da064f958 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TransportCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TransportCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TribeCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TribeCellRenderer.java index c50cbdbf1..813e78f31 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TribeCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TribeCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopAmountListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopAmountListCellRenderer.java index 09feef852..626fecccc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopAmountListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopAmountListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopSplitListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopSplitListCellRenderer.java index 31d6240d0..d3e8d5580 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopSplitListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopSplitListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopTableHeaderRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopTableHeaderRenderer.java index 9b517da9b..995a793cc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/TroopTableHeaderRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/TroopTableHeaderRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitCellRenderer.java index 2d45996db..b9fafa2f5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitListCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitListCellRenderer.java index 9e6737a94..3a8c2f3bf 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitListCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitListCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitTableHeaderRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitTableHeaderRenderer.java index ea7db04a5..ecf80f4f2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/UnitTableHeaderRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/UnitTableHeaderRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/VillageCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/VillageCellRenderer.java index 9f22e86be..a203fb525 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/VillageCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/VillageCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/VisibilityCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/VisibilityCellRenderer.java index d4958e857..bf598e5b8 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/VisibilityCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/VisibilityCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/WallLevellCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/WallLevellCellRenderer.java index 59f076b08..9f8d58a6b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/WallLevellCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/WallLevellCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractBufferedLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractBufferedLayerRenderer.java index b3f678d1e..b0c0c5764 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractBufferedLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractBufferedLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractDirectLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractDirectLayerRenderer.java index 399a8497f..05a13c8d1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractDirectLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AbstractDirectLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AnimatedVillageInfoRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AnimatedVillageInfoRenderer.java index 8d03df318..147a36a59 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AnimatedVillageInfoRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AnimatedVillageInfoRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AttackLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AttackLayerRenderer.java index 154707eed..189c5bc9e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/AttackLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/AttackLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/ChurchLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/ChurchLayerRenderer.java index 32df14598..a01d81f29 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/ChurchLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/ChurchLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/FarmLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/FarmLayerRenderer.java index 542ddc78f..580c9db97 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/FarmLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/FarmLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/FormLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/FormLayerRenderer.java index 1f7f99d72..471948a1a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/FormLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/FormLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapLayerRenderer.java index 8d34f9a43..d8a135383 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapRenderer.java index 329ee08d3..a58e4aa32 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/MapRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/NoteLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/NoteLayerRenderer.java index 1c5a5d7ec..44a9911ab 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/NoteLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/NoteLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/RenderSettings.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/RenderSettings.java index 8ef07d079..3ded50076 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/RenderSettings.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/RenderSettings.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package de.tor.tribes.ui.renderer.map; import de.tor.tribes.types.ext.Village; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/SupportLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/SupportLayerRenderer.java index 75e677ef9..ebea0c2bb 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/SupportLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/SupportLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/TagMarkerLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/TagMarkerLayerRenderer.java index 1c3a78e1c..6d5f7088f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/TagMarkerLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/TagMarkerLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/renderer/map/TroopDensityLayerRenderer.java b/Core/src/main/java/de/tor/tribes/ui/renderer/map/TroopDensityLayerRenderer.java index 90bf07146..5a1febac5 100644 --- a/Core/src/main/java/de/tor/tribes/ui/renderer/map/TroopDensityLayerRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/renderer/map/TroopDensityLayerRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.renderer.map; diff --git a/Core/src/main/java/de/tor/tribes/ui/system_log_out.java b/Core/src/main/java/de/tor/tribes/ui/system_log_out.java index 86939053d..e636168ae 100644 --- a/Core/src/main/java/de/tor/tribes/ui/system_log_out.java +++ b/Core/src/main/java/de/tor/tribes/ui/system_log_out.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/AbstractTreeNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/AbstractTreeNode.java index a1b326b5a..16e99cc52 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/AbstractTreeNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/AbstractTreeNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/AllyNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/AllyNode.java index 84f660510..27644a5a9 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/AllyNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/AllyNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/ContinentNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/ContinentNode.java index dd7484f34..6cd17251c 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/ContinentNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/ContinentNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/NodeCellRenderer.java b/Core/src/main/java/de/tor/tribes/ui/tree/NodeCellRenderer.java index 01d1712c7..ffb72bff1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/NodeCellRenderer.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/NodeCellRenderer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/SelectionTreeRootNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/SelectionTreeRootNode.java index 34a51f081..79a9e293a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/SelectionTreeRootNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/SelectionTreeRootNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/TagNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/TagNode.java index f03ae136d..18b8b8b52 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/TagNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/TagNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/TribeNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/TribeNode.java index 1cf04c107..fafc21d88 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/TribeNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/TribeNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/tree/VillageNode.java b/Core/src/main/java/de/tor/tribes/ui/tree/VillageNode.java index f1be2f078..94740aca8 100644 --- a/Core/src/main/java/de/tor/tribes/ui/tree/VillageNode.java +++ b/Core/src/main/java/de/tor/tribes/ui/tree/VillageNode.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.tree; diff --git a/Core/src/main/java/de/tor/tribes/ui/util/ColorGradientHelper.java b/Core/src/main/java/de/tor/tribes/ui/util/ColorGradientHelper.java index 0aead89d3..2f754ca4d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/util/ColorGradientHelper.java +++ b/Core/src/main/java/de/tor/tribes/ui/util/ColorGradientHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.util; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchAttackFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchAttackFrame.java index e8637c919..ccaf5b7c7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchAttackFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchAttackFrame.java @@ -1,7 +1,17 @@ -/* - * DSWorkbenchAttackFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 28. September 2008, 14:58 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchChurchFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchChurchFrame.java index 4670636c9..bb2201771 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchChurchFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchChurchFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchChurchFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 29.03.2009, 15:11:27 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchConquersFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchConquersFrame.java index 4a3557d53..e5f303af6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchConquersFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchConquersFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchConquersFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 23.05.2009, 12:30:59 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDistanceFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDistanceFrame.java index 0727fbc48..fc18b0b89 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDistanceFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDistanceFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchDistanceFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 30.09.2009, 14:49:50 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDoItYourselfAttackPlaner.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDoItYourselfAttackPlaner.java index abee22fee..21528c1a0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDoItYourselfAttackPlaner.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchDoItYourselfAttackPlaner.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchDoItYourselflAttackPlaner.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Nov 25, 2009, 10:27:45 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFarmManager.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFarmManager.java index f61332116..28930236b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFarmManager.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFarmManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFormFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFormFrame.java index c06c96374..691ea4c33 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFormFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchFormFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchFormFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 03.01.2009, 23:50:25 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchMarkerFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchMarkerFrame.java index c12db9ac7..f57afcf06 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchMarkerFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchMarkerFrame.java @@ -1,7 +1,17 @@ -/* - * DSWorkbenchMarkerFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 28. September 2008, 15:13 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchNotepad.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchNotepad.java index 65f8c50a4..b7aa6d4de 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchNotepad.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchNotepad.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchNotepad.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 28.06.2009, 12:02:37 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchProfileDialog.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchProfileDialog.java index 9d35c5dc2..2fae97378 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchProfileDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchProfileDialog.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchProfileDialog.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Dec 17, 2010, 1:53:48 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchRankFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchRankFrame.java index 12f637be9..5d776fab3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchRankFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchRankFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchRankFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 26.12.2008, 23:22:59 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReTimerFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReTimerFrame.java index 77a46d2cf..cac632317 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReTimerFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReTimerFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchReTimerFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 22.12.2009, 13:43:21 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReportFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReportFrame.java index 03d28a50c..fbc211fc1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReportFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchReportFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchReportFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 16, 2010, 2:30:41 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSOSRequestAnalyzer.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSOSRequestAnalyzer.java index c64d2a14a..b76efc9c3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSOSRequestAnalyzer.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSOSRequestAnalyzer.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchSOSRequestAnalyzer.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Apr 18, 2010, 2:26:56 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSearchFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSearchFrame.java index 9eef3f08e..6bd463356 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSearchFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSearchFrame.java @@ -1,7 +1,17 @@ -/* - * SearchFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 19. Juni 2008, 11:19 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSelectionFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSelectionFrame.java index fd8bd99ca..01c52e275 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSelectionFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSelectionFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchSelectionFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 25.06.2009, 21:18:43 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSettingsDialog.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSettingsDialog.java index bee11cf58..1b173d520 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSettingsDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchSettingsDialog.java @@ -1,7 +1,17 @@ -/* - * TribesPlannerStartFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 9. Juni 2008, 15:54 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchStatsFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchStatsFrame.java index 30610cd3b..6a2cce3a7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchStatsFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchStatsFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchStatsFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Dec 11, 2009, 5:34:00 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTagFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTagFrame.java index dc362a9de..b8d8c4b21 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTagFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTagFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * DSWorkbenchTagFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 08.07.2009, 14:30:47 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTroopsFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTroopsFrame.java index 1d9ce6e3a..ba7686077 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTroopsFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/DSWorkbenchTroopsFrame.java @@ -1,7 +1,17 @@ -/* - * DSWorkbenchTroopsFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 2. Oktober 2008, 13:34 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/views/TroopSetupConfigurationFrame.java b/Core/src/main/java/de/tor/tribes/ui/views/TroopSetupConfigurationFrame.java index 290f98057..251063c12 100644 --- a/Core/src/main/java/de/tor/tribes/ui/views/TroopSetupConfigurationFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/views/TroopSetupConfigurationFrame.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.views; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/AboutDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/AboutDialog.java index bb6e41556..4b974e142 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/AboutDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/AboutDialog.java @@ -1,7 +1,17 @@ -/* - * AboutDialog.java +/* + * Copyright 2015 Torridity. * - * Created on 15. August 2008, 14:51 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/AbstractDSWorkbenchFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/AbstractDSWorkbenchFrame.java index 69475adde..28ea633b8 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/AbstractDSWorkbenchFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/AbstractDSWorkbenchFrame.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/AttackAddFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/AttackAddFrame.java index 61eb8309c..0a955b8c2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/AttackAddFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/AttackAddFrame.java @@ -1,7 +1,17 @@ -/* - * AttackAddFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 17. Juni 2008, 14:13 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/AttackTransferDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/AttackTransferDialog.java index 900727c63..f158dcbf3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/AttackTransferDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/AttackTransferDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/AttacksToTextExportDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/AttacksToTextExportDialog.java index 2fd455bd4..72ed22703 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/AttacksToTextExportDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/AttacksToTextExportDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/BBCodeEditor.java b/Core/src/main/java/de/tor/tribes/ui/windows/BBCodeEditor.java index 2a8732b6a..a3b6cd6f0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/BBCodeEditor.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/BBCodeEditor.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * BBCodeEditor.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Apr 27, 2011, 8:04:03 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/ClockFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/ClockFrame.java index 8ab55cd8c..0843f7e62 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/ClockFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/ClockFrame.java @@ -1,7 +1,17 @@ -/* - * ClockFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 7. Juli 2008, 08:15 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchGesturedFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchGesturedFrame.java index 85ac03f7e..e6a98b31a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchGesturedFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchGesturedFrame.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchMainFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchMainFrame.java index 41ea1fe75..8befd4911 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchMainFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchMainFrame.java @@ -1,7 +1,17 @@ -/* - * MapFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 4. September 2007, 18:07 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchSplashScreen.java b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchSplashScreen.java index 70bd92f2a..94e8ecd64 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchSplashScreen.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/DSWorkbenchSplashScreen.java @@ -1,7 +1,17 @@ -/* - * DSWorkbenchSplashScreen.java +/* + * Copyright 2015 Torridity. * - * Created on 30. Juni 2008, 14:12 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/FarmInformationDetailsDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/FarmInformationDetailsDialog.java index f2bb22aff..262adfaee 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/FarmInformationDetailsDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/FarmInformationDetailsDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/FatalErrorDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/FatalErrorDialog.java index 10fa081f4..18e5a74ba 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/FatalErrorDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/FatalErrorDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/FormConfigFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/FormConfigFrame.java index afe52d8ee..816e680fc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/FormConfigFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/FormConfigFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * FormConfigFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 06.01.2009, 10:38:27 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/LinkTagsDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/LinkTagsDialog.java index dc74c9904..0e064adac 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/LinkTagsDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/LinkTagsDialog.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * LinkTagDialog.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 14, 2011, 10:11:11 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/MarkerAddFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/MarkerAddFrame.java index b1782246d..830df79a3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/MarkerAddFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/MarkerAddFrame.java @@ -1,7 +1,17 @@ -/* - * MarkerAddFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 16. Juni 2008, 12:41 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/MinimapZoomFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/MinimapZoomFrame.java index 28af81444..8c7c5a397 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/MinimapZoomFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/MinimapZoomFrame.java @@ -1,7 +1,17 @@ -/* - * MinimapZoomFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 10. Juni 2008, 19:51 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/NotifierFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/NotifierFrame.java index 4d06655b4..016ac8be0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/NotifierFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/NotifierFrame.java @@ -1,7 +1,17 @@ -/* - * NotifierFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 24. Oktober 2008, 10:22 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/ReportRulesDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/ReportRulesDialog.java index d9c8800fd..89d67e8f3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/ReportRulesDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/ReportRulesDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/ReportShowDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/ReportShowDialog.java index d58be25e2..365e8dd4f 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/ReportShowDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/ReportShowDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/SkinPreviewFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/SkinPreviewFrame.java index e2c2cad45..7049e53e0 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/SkinPreviewFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/SkinPreviewFrame.java @@ -1,7 +1,17 @@ -/* - * SkinPreviewFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 15. August 2008, 11:10 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/SupportDetailsDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/SupportDetailsDialog.java index 306937308..366cec0cb 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/SupportDetailsDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/SupportDetailsDialog.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * SupportDetailsDialog.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jul 31, 2011, 4:41:50 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/TribeTribeAttackFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/TribeTribeAttackFrame.java index 9ff326a24..7de1da3ee 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/TribeTribeAttackFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/TribeTribeAttackFrame.java @@ -1,7 +1,17 @@ -/* - * AllyAllyAttackFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 29. Juli 2008, 11:17 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/TroopDetailsDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/TroopDetailsDialog.java index 1bb83cd97..5890e8298 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/TroopDetailsDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/TroopDetailsDialog.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/TroopFilterDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/TroopFilterDialog.java index fd4e1ea9c..88a290860 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/TroopFilterDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/TroopFilterDialog.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TroopFilterDialog.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jun 17, 2011, 6:21:19 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/TroopSplitDialog.java b/Core/src/main/java/de/tor/tribes/ui/windows/TroopSplitDialog.java index c2d3569b0..aa22cc745 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/TroopSplitDialog.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/TroopSplitDialog.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * TroopSplitDialog.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 14.01.2011, 10:01:07 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/VillageSupportFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/VillageSupportFrame.java index 269c3b0e2..304541259 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/VillageSupportFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/VillageSupportFrame.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * VillageSupportFrame.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 30.12.2008, 14:02:10 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/windows/VillageTagFrame.java b/Core/src/main/java/de/tor/tribes/ui/windows/VillageTagFrame.java index 1794d9a0b..60a0f5b92 100644 --- a/Core/src/main/java/de/tor/tribes/ui/windows/VillageTagFrame.java +++ b/Core/src/main/java/de/tor/tribes/ui/windows/VillageTagFrame.java @@ -1,7 +1,17 @@ -/* - * VillageTagFrame.java +/* + * Copyright 2015 Torridity. * - * Created on 20. Juli 2008, 16:35 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.windows; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/AttackWizardDisplayerImpl.java b/Core/src/main/java/de/tor/tribes/ui/wiz/AttackWizardDisplayerImpl.java index 08464dec4..c95b0b3c3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/AttackWizardDisplayerImpl.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/AttackWizardDisplayerImpl.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/FinishPage.java b/Core/src/main/java/de/tor/tribes/ui/wiz/FinishPage.java index dab8753f2..310351400 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/FinishPage.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/FinishPage.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * FinishPage.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Aug 28, 2011, 11:50:55 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/FirstStartWizard.java b/Core/src/main/java/de/tor/tribes/ui/wiz/FirstStartWizard.java index cf9a09f24..dda94265d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/FirstStartWizard.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/FirstStartWizard.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/NetworkSettings.java b/Core/src/main/java/de/tor/tribes/ui/wiz/NetworkSettings.java index b3181587c..6284fd893 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/NetworkSettings.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/NetworkSettings.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * FirstPage.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Aug 27, 2011, 2:50:38 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ProxyHelper.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ProxyHelper.java index 169be6c9a..ebf873507 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ProxyHelper.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ProxyHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ServerSettings.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ServerSettings.java index 8c512c053..495cb90a7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ServerSettings.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ServerSettings.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ServerSettings.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Aug 27, 2011, 7:16:58 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/WelcomePage.java b/Core/src/main/java/de/tor/tribes/ui/wiz/WelcomePage.java index 5a13a47c1..d5cfc17fb 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/WelcomePage.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/WelcomePage.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * WelcomePage.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Aug 27, 2011, 3:00:30 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseAnalysePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseAnalysePanel.java index 0dde8cb0e..5b281ad7b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseAnalysePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseAnalysePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseCalculationSettingsPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseCalculationSettingsPanel.java index 4029d3a27..eb6959343 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseCalculationSettingsPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseCalculationSettingsPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFilterPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFilterPanel.java index 727896c7f..4fa4df11a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFilterPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFilterPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFinishPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFinishPanel.java index 89d267bb0..6d8b2bbf7 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFinishPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseFinishPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefensePlanerWizard.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefensePlanerWizard.java index c9cb5f2b3..2f8b81f2c 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefensePlanerWizard.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefensePlanerWizard.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseSourcePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseSourcePanel.java index e7d9e9be4..88b0251d4 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseSourcePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/DefenseSourcePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/WelcomePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/WelcomePanel.java index 1ee49a3d8..6aebb27d2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/WelcomePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/WelcomePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * EntryPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 14, 2011, 5:23:41 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/types/SupportSourceElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/types/SupportSourceElement.java index 67a429590..11bc9c1b3 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/dep/types/SupportSourceElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/dep/types/SupportSourceElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.dep.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorBranchController.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorBranchController.java index ace41ff1f..4d0adb810 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorBranchController.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorBranchController.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorCalculationPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorCalculationPanel.java index 1b7c97afe..b9185e165 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorCalculationPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorCalculationPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ResourceDataReadPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 2, 2012, 1:42:34 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorDataReadPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorDataReadPanel.java index 05c06b779..b1ff4ef99 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorDataReadPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorDataReadPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ResourceDataReadPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 2, 2012, 1:42:34 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorFinishPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorFinishPanel.java index d62001e6d..6526e7358 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorFinishPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorFinishPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ResourceDataReadPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 2, 2012, 1:42:34 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorSettingsPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorSettingsPanel.java index 043f515d6..0f535bcff 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorSettingsPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorSettingsPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ResourceDataReadPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 2, 2012, 1:42:34 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWelcomePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWelcomePanel.java index a832b4dc3..02753329e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWelcomePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWelcomePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * WelcomePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Jan 2, 2012, 1:43:21 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWizard.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWizard.java index 110151fd1..45a970688 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWizard.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/ResourceDistributorWizard.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/red/types/ExtendedTransport.java b/Core/src/main/java/de/tor/tribes/ui/wiz/red/types/ExtendedTransport.java index f71f9e619..61a0677bc 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/red/types/ExtendedTransport.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/red/types/ExtendedTransport.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.red.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillCalculationPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillCalculationPanel.java index 5ccc67eea..32d911256 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillCalculationPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillCalculationPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillFinishPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillFinishPanel.java index a663b6a4a..0c88245ed 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillFinishPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillFinishPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSettingsPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSettingsPanel.java index 1995c3515..f060ae753 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSettingsPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSettingsPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSourcePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSourcePanel.java index ef4470853..3fee17aef 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSourcePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillSourcePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillTargetPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillTargetPanel.java index 69be0a9bf..1ebde4479 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillTargetPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/SupportRefillTargetPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFResultElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFResultElement.java index 5b39ff248..e5f7f51ef 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFResultElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFResultElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFSourceElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFSourceElement.java index b7bf6a40c..1571d259b 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFSourceElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFSourceElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFTargetElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFTargetElement.java index 64283171f..a73ba8462 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFTargetElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ref/types/REFTargetElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ref.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerCalculationPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerCalculationPanel.java index 0c3751752..202560341 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerCalculationPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerCalculationPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerDataPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerDataPanel.java index b87679cf8..ab973c69a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerDataPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerDataPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerFinishPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerFinishPanel.java index a4f8ae3af..0968bcb6a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerFinishPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerFinishPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourceFilterPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourceFilterPanel.java index 292410a6d..f4866607a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourceFilterPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourceFilterPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourcePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourcePanel.java index c4fb21a52..c580df800 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourcePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/RetimerSourcePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/types/RETSourceElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/types/RETSourceElement.java index ef49a21d9..83f910100 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/ret/types/RETSourceElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/ret/types/RETSourceElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.ret.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackCalculationPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackCalculationPanel.java index a3a5df1b5..95b89cf6a 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackCalculationPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackCalculationPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackFinishPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackFinishPanel.java index 11c83581e..4b0a3942d 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackFinishPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackFinishPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourceFilterPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourceFilterPanel.java index b2a02fe02..7577f19e6 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourceFilterPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourceFilterPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourcePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourcePanel.java index 94ed3d487..c9ac05748 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourcePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackSourcePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetFilterPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetFilterPanel.java index 80edd6b43..8bda04f9e 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetFilterPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetFilterPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetPanel.java index 3450b66f0..d6ff051c2 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/AttackTargetPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackTargetPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TAPWelcomePanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TAPWelcomePanel.java index de0fcce0f..4317c5015 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TAPWelcomePanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TAPWelcomePanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * EntryPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 14, 2011, 5:23:41 PM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerBranchController.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerBranchController.java index 717eb93f3..ef01e6e32 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerBranchController.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerBranchController.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerWizard.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerWizard.java index 0adfd333d..a0da52376 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerWizard.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TacticsPlanerWizard.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TimeSettingsPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TimeSettingsPanel.java index 00b3bfcc8..e8964d337 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TimeSettingsPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/TimeSettingsPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/ValidationPanel.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/ValidationPanel.java index 6424d7b79..86ea96cc1 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/ValidationPanel.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/ValidationPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * AttackSourcePanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on Oct 15, 2011, 9:54:36 AM + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackSourceElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackSourceElement.java index f1d9e6115..c5d0f13ee 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackSourceElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackSourceElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap.types; diff --git a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackTargetElement.java b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackTargetElement.java index 1256fdace..4e9b76c10 100644 --- a/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackTargetElement.java +++ b/Core/src/main/java/de/tor/tribes/ui/wiz/tap/types/TAPAttackTargetElement.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.ui.wiz.tap.types; diff --git a/Core/src/main/java/de/tor/tribes/util/AllyUtils.java b/Core/src/main/java/de/tor/tribes/util/AllyUtils.java index e16b5d873..b2aa49450 100644 --- a/Core/src/main/java/de/tor/tribes/util/AllyUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/AllyUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/AttackIGMSender.java b/Core/src/main/java/de/tor/tribes/util/AttackIGMSender.java index 3758251ce..78a612d17 100644 --- a/Core/src/main/java/de/tor/tribes/util/AttackIGMSender.java +++ b/Core/src/main/java/de/tor/tribes/util/AttackIGMSender.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/AttackToBBCodeFormater.java b/Core/src/main/java/de/tor/tribes/util/AttackToBBCodeFormater.java index 17b54428c..209323e6e 100644 --- a/Core/src/main/java/de/tor/tribes/util/AttackToBBCodeFormater.java +++ b/Core/src/main/java/de/tor/tribes/util/AttackToBBCodeFormater.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/AttackToPlainTextFormatter.java b/Core/src/main/java/de/tor/tribes/util/AttackToPlainTextFormatter.java index 4298a0a70..8a8532f9e 100644 --- a/Core/src/main/java/de/tor/tribes/util/AttackToPlainTextFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/AttackToPlainTextFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/AttackToTextWriter.java b/Core/src/main/java/de/tor/tribes/util/AttackToTextWriter.java index 0a1d91b1b..2a49c0d66 100644 --- a/Core/src/main/java/de/tor/tribes/util/AttackToTextWriter.java +++ b/Core/src/main/java/de/tor/tribes/util/AttackToTextWriter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/AutoUpdater.java b/Core/src/main/java/de/tor/tribes/util/AutoUpdater.java index a5680ae3f..0b3615594 100644 --- a/Core/src/main/java/de/tor/tribes/util/AutoUpdater.java +++ b/Core/src/main/java/de/tor/tribes/util/AutoUpdater.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/BBCodeFormatter.java b/Core/src/main/java/de/tor/tribes/util/BBCodeFormatter.java index 791e4a21b..295e5ae6b 100644 --- a/Core/src/main/java/de/tor/tribes/util/BBCodeFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/BBCodeFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/BBSupport.java b/Core/src/main/java/de/tor/tribes/util/BBSupport.java index fff43a5cc..6dc2338da 100644 --- a/Core/src/main/java/de/tor/tribes/util/BBSupport.java +++ b/Core/src/main/java/de/tor/tribes/util/BBSupport.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/BrowserCommandSender.java b/Core/src/main/java/de/tor/tribes/util/BrowserCommandSender.java index 05e40b971..313659ea6 100644 --- a/Core/src/main/java/de/tor/tribes/util/BrowserCommandSender.java +++ b/Core/src/main/java/de/tor/tribes/util/BrowserCommandSender.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ClipboardWatch.java b/Core/src/main/java/de/tor/tribes/util/ClipboardWatch.java index 093659a85..bcc341747 100644 --- a/Core/src/main/java/de/tor/tribes/util/ClipboardWatch.java +++ b/Core/src/main/java/de/tor/tribes/util/ClipboardWatch.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/Constants.java b/Core/src/main/java/de/tor/tribes/util/Constants.java index c5cb5c32d..18c174aa6 100644 --- a/Core/src/main/java/de/tor/tribes/util/Constants.java +++ b/Core/src/main/java/de/tor/tribes/util/Constants.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/CoordinateFormatter.java b/Core/src/main/java/de/tor/tribes/util/CoordinateFormatter.java index 1c97c888d..5b1a539f0 100644 --- a/Core/src/main/java/de/tor/tribes/util/CoordinateFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/CoordinateFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/DSCalculator.java b/Core/src/main/java/de/tor/tribes/util/DSCalculator.java index f6956c307..89623c901 100644 --- a/Core/src/main/java/de/tor/tribes/util/DSCalculator.java +++ b/Core/src/main/java/de/tor/tribes/util/DSCalculator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/DebugLogger.java b/Core/src/main/java/de/tor/tribes/util/DebugLogger.java index c73c75dce..5a4b08286 100644 --- a/Core/src/main/java/de/tor/tribes/util/DebugLogger.java +++ b/Core/src/main/java/de/tor/tribes/util/DebugLogger.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/DefenseAnalyzer.java b/Core/src/main/java/de/tor/tribes/util/DefenseAnalyzer.java index 77c34659f..9985e3e0b 100644 --- a/Core/src/main/java/de/tor/tribes/util/DefenseAnalyzer.java +++ b/Core/src/main/java/de/tor/tribes/util/DefenseAnalyzer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/EscapeChars.java b/Core/src/main/java/de/tor/tribes/util/EscapeChars.java index 0e83e9e28..d90c2e54f 100644 --- a/Core/src/main/java/de/tor/tribes/util/EscapeChars.java +++ b/Core/src/main/java/de/tor/tribes/util/EscapeChars.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/Filter.java b/Core/src/main/java/de/tor/tribes/util/Filter.java index d35d24c6b..556b69c70 100644 --- a/Core/src/main/java/de/tor/tribes/util/Filter.java +++ b/Core/src/main/java/de/tor/tribes/util/Filter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/FilterableManager.java b/Core/src/main/java/de/tor/tribes/util/FilterableManager.java index e882763ba..1c5bf8bb9 100644 --- a/Core/src/main/java/de/tor/tribes/util/FilterableManager.java +++ b/Core/src/main/java/de/tor/tribes/util/FilterableManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/GenericParserInterface.java b/Core/src/main/java/de/tor/tribes/util/GenericParserInterface.java index 0132db692..e60353b38 100644 --- a/Core/src/main/java/de/tor/tribes/util/GenericParserInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/GenericParserInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/GlobalOptions.java b/Core/src/main/java/de/tor/tribes/util/GlobalOptions.java index b25516e8c..9f556b7a4 100644 --- a/Core/src/main/java/de/tor/tribes/util/GlobalOptions.java +++ b/Core/src/main/java/de/tor/tribes/util/GlobalOptions.java @@ -1,10 +1,17 @@ -/* - * GlobalOptions.java +/* + * Copyright 2015 Torridity. * - * Created on 29.09.2007, 16:29:28 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/IGMSender.java b/Core/src/main/java/de/tor/tribes/util/IGMSender.java index c7b0422df..ff1001d6c 100644 --- a/Core/src/main/java/de/tor/tribes/util/IGMSender.java +++ b/Core/src/main/java/de/tor/tribes/util/IGMSender.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ImageUtils.java b/Core/src/main/java/de/tor/tribes/util/ImageUtils.java index b44560184..4d85aed23 100644 --- a/Core/src/main/java/de/tor/tribes/util/ImageUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/ImageUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/Intersection.java b/Core/src/main/java/de/tor/tribes/util/Intersection.java index c585d6d8a..003f7a0ca 100644 --- a/Core/src/main/java/de/tor/tribes/util/Intersection.java +++ b/Core/src/main/java/de/tor/tribes/util/Intersection.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/JOptionPaneHelper.java b/Core/src/main/java/de/tor/tribes/util/JOptionPaneHelper.java index 6a44e6a7a..a8bf5b92c 100644 --- a/Core/src/main/java/de/tor/tribes/util/JOptionPaneHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/JOptionPaneHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/JarHasher.java b/Core/src/main/java/de/tor/tribes/util/JarHasher.java index 9d807b9fb..babc79487 100644 --- a/Core/src/main/java/de/tor/tribes/util/JarHasher.java +++ b/Core/src/main/java/de/tor/tribes/util/JarHasher.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/MainShutdownHook.java b/Core/src/main/java/de/tor/tribes/util/MainShutdownHook.java index 39d609f5a..c67ec369f 100644 --- a/Core/src/main/java/de/tor/tribes/util/MainShutdownHook.java +++ b/Core/src/main/java/de/tor/tribes/util/MainShutdownHook.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/MouseGestureHandler.java b/Core/src/main/java/de/tor/tribes/util/MouseGestureHandler.java index 7c91a6b91..267d16537 100644 --- a/Core/src/main/java/de/tor/tribes/util/MouseGestureHandler.java +++ b/Core/src/main/java/de/tor/tribes/util/MouseGestureHandler.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/OBSTReportHandler.java b/Core/src/main/java/de/tor/tribes/util/OBSTReportHandler.java index 92f4533dd..f3089a826 100644 --- a/Core/src/main/java/de/tor/tribes/util/OBSTReportHandler.java +++ b/Core/src/main/java/de/tor/tribes/util/OBSTReportHandler.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/OBSTReportSender.java b/Core/src/main/java/de/tor/tribes/util/OBSTReportSender.java index a34030f3f..f68af27e5 100644 --- a/Core/src/main/java/de/tor/tribes/util/OBSTReportSender.java +++ b/Core/src/main/java/de/tor/tribes/util/OBSTReportSender.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/PatchFontMetrics.java b/Core/src/main/java/de/tor/tribes/util/PatchFontMetrics.java index 627a1e1f9..4d6cad981 100644 --- a/Core/src/main/java/de/tor/tribes/util/PatchFontMetrics.java +++ b/Core/src/main/java/de/tor/tribes/util/PatchFontMetrics.java @@ -1,6 +1,18 @@ -/***************************************************************************** - PatchFontMetrics - *****************************************************************************/ +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package de.tor.tribes.util; import java.awt.*; /** ************************************************************************** diff --git a/Core/src/main/java/de/tor/tribes/util/PluginManager.java b/Core/src/main/java/de/tor/tribes/util/PluginManager.java index dfc99d97b..9ed4a19a7 100644 --- a/Core/src/main/java/de/tor/tribes/util/PluginManager.java +++ b/Core/src/main/java/de/tor/tribes/util/PluginManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ProfileManager.java b/Core/src/main/java/de/tor/tribes/util/ProfileManager.java index 87b686096..f21c8ab1a 100644 --- a/Core/src/main/java/de/tor/tribes/util/ProfileManager.java +++ b/Core/src/main/java/de/tor/tribes/util/ProfileManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/PropertyHelper.java b/Core/src/main/java/de/tor/tribes/util/PropertyHelper.java index bf561903b..3eccac4bb 100644 --- a/Core/src/main/java/de/tor/tribes/util/PropertyHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/PropertyHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/RegExFormatter.java b/Core/src/main/java/de/tor/tribes/util/RegExFormatter.java index b3e31e26e..b9504c2bc 100644 --- a/Core/src/main/java/de/tor/tribes/util/RegExFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/RegExFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/RegExpHelper.java b/Core/src/main/java/de/tor/tribes/util/RegExpHelper.java index 3e2d64ec1..a21f13002 100644 --- a/Core/src/main/java/de/tor/tribes/util/RegExpHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/RegExpHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ReportServer.java b/Core/src/main/java/de/tor/tribes/util/ReportServer.java index d2ffac4e7..356c39e83 100644 --- a/Core/src/main/java/de/tor/tribes/util/ReportServer.java +++ b/Core/src/main/java/de/tor/tribes/util/ReportServer.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ResourceComparator.java b/Core/src/main/java/de/tor/tribes/util/ResourceComparator.java index 944b02362..955ccd440 100644 --- a/Core/src/main/java/de/tor/tribes/util/ResourceComparator.java +++ b/Core/src/main/java/de/tor/tribes/util/ResourceComparator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ScreenshotSaver.java b/Core/src/main/java/de/tor/tribes/util/ScreenshotSaver.java index a53e3f574..4209245a3 100644 --- a/Core/src/main/java/de/tor/tribes/util/ScreenshotSaver.java +++ b/Core/src/main/java/de/tor/tribes/util/ScreenshotSaver.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ServerSettings.java b/Core/src/main/java/de/tor/tribes/util/ServerSettings.java index 9e34137ac..7dc11f32e 100644 --- a/Core/src/main/java/de/tor/tribes/util/ServerSettings.java +++ b/Core/src/main/java/de/tor/tribes/util/ServerSettings.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/SilentParserInterface.java b/Core/src/main/java/de/tor/tribes/util/SilentParserInterface.java index 046a94e14..3b87b53e9 100644 --- a/Core/src/main/java/de/tor/tribes/util/SilentParserInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/SilentParserInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/Skin.java b/Core/src/main/java/de/tor/tribes/util/Skin.java index 955a0c7ca..1cc1fb197 100644 --- a/Core/src/main/java/de/tor/tribes/util/Skin.java +++ b/Core/src/main/java/de/tor/tribes/util/Skin.java @@ -1,10 +1,17 @@ -/* - * Skin.java +/* + * Copyright 2015 Torridity. * - * Created on 13.09.2007, 17:08:20 + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/SlashComparator.java b/Core/src/main/java/de/tor/tribes/util/SlashComparator.java index d81c36122..751e785fe 100644 --- a/Core/src/main/java/de/tor/tribes/util/SlashComparator.java +++ b/Core/src/main/java/de/tor/tribes/util/SlashComparator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/SplitSetHelper.java b/Core/src/main/java/de/tor/tribes/util/SplitSetHelper.java index 28c5e0aac..794e0a451 100644 --- a/Core/src/main/java/de/tor/tribes/util/SplitSetHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/SplitSetHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/SupportCalculator.java b/Core/src/main/java/de/tor/tribes/util/SupportCalculator.java index afdd328df..f01a3683d 100644 --- a/Core/src/main/java/de/tor/tribes/util/SupportCalculator.java +++ b/Core/src/main/java/de/tor/tribes/util/SupportCalculator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/SystrayHelper.java b/Core/src/main/java/de/tor/tribes/util/SystrayHelper.java index f33ed12ea..e6ce61bea 100644 --- a/Core/src/main/java/de/tor/tribes/util/SystrayHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/SystrayHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/TableHelper.java b/Core/src/main/java/de/tor/tribes/util/TableHelper.java index 23c512535..b7c26f351 100644 --- a/Core/src/main/java/de/tor/tribes/util/TableHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/TableHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/TagUtils.java b/Core/src/main/java/de/tor/tribes/util/TagUtils.java index a8684a450..de12d05ee 100644 --- a/Core/src/main/java/de/tor/tribes/util/TagUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/TagUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/ThreadDeadlockDetector.java b/Core/src/main/java/de/tor/tribes/util/ThreadDeadlockDetector.java index e78105053..3f0c02205 100644 --- a/Core/src/main/java/de/tor/tribes/util/ThreadDeadlockDetector.java +++ b/Core/src/main/java/de/tor/tribes/util/ThreadDeadlockDetector.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/TribeUtils.java b/Core/src/main/java/de/tor/tribes/util/TribeUtils.java index 44ba5e832..3fa9106aa 100644 --- a/Core/src/main/java/de/tor/tribes/util/TribeUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/TribeUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/TroopHelper.java b/Core/src/main/java/de/tor/tribes/util/TroopHelper.java index b133a4b36..7afecf911 100644 --- a/Core/src/main/java/de/tor/tribes/util/TroopHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/TroopHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/UIHelper.java b/Core/src/main/java/de/tor/tribes/util/UIHelper.java index f3f39b1cf..b6edefc50 100644 --- a/Core/src/main/java/de/tor/tribes/util/UIHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/UIHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/VillageUtils.java b/Core/src/main/java/de/tor/tribes/util/VillageUtils.java index 295229b81..e8a59361c 100644 --- a/Core/src/main/java/de/tor/tribes/util/VillageUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/VillageUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/AAPTest.java b/Core/src/main/java/de/tor/tribes/util/algo/AAPTest.java index a3ffd4bf2..cf2ef1db1 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/AAPTest.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/AAPTest.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/AbstractAttackAlgorithm.java b/Core/src/main/java/de/tor/tribes/util/algo/AbstractAttackAlgorithm.java index 0ec08546c..452c2231e 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/AbstractAttackAlgorithm.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/AbstractAttackAlgorithm.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/AlgorithmListener.java b/Core/src/main/java/de/tor/tribes/util/algo/AlgorithmListener.java index 02a82930c..c0bb5a256 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/AlgorithmListener.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/AlgorithmListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/BruteForce.java b/Core/src/main/java/de/tor/tribes/util/algo/BruteForce.java index deafc3b40..8db1aa594 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/BruteForce.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/BruteForce.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/ChurchRangeCalculator.java b/Core/src/main/java/de/tor/tribes/util/algo/ChurchRangeCalculator.java index 892ef8812..7f36d7510 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/ChurchRangeCalculator.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/ChurchRangeCalculator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/DefenseBruteForce.java b/Core/src/main/java/de/tor/tribes/util/algo/DefenseBruteForce.java index 2fdf5a40e..78bfd4e38 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/DefenseBruteForce.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/DefenseBruteForce.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/DefenseCalculator.java b/Core/src/main/java/de/tor/tribes/util/algo/DefenseCalculator.java index e84dc5c7a..9aa62fb05 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/DefenseCalculator.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/DefenseCalculator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/Iterix.java b/Core/src/main/java/de/tor/tribes/util/algo/Iterix.java index acfaf8c0a..c5c57b4a5 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/Iterix.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/Iterix.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/MerchantDistributor.java b/Core/src/main/java/de/tor/tribes/util/algo/MerchantDistributor.java index 061113422..3ec543f46 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/MerchantDistributor.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/MerchantDistributor.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/Optex.java b/Core/src/main/java/de/tor/tribes/util/algo/Optex.java index 7f034685f..6bcf17f3e 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/Optex.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/Optex.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/Recurrection.java b/Core/src/main/java/de/tor/tribes/util/algo/Recurrection.java index 33950af65..5a9729b7a 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/Recurrection.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/Recurrection.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/STPDrawer.java b/Core/src/main/java/de/tor/tribes/util/algo/STPDrawer.java index a1f7d70ca..5c4b414f2 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/STPDrawer.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/STPDrawer.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.util.algo; import de.tor.tribes.util.algo.types.Source; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/AttackDestination.java b/Core/src/main/java/de/tor/tribes/util/algo/types/AttackDestination.java index 2e0a3b55d..fe74e45e7 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/AttackDestination.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/AttackDestination.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/AttackSource.java b/Core/src/main/java/de/tor/tribes/util/algo/types/AttackSource.java index 22ae259c0..9cf80777e 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/AttackSource.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/AttackSource.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/Coordinate.java b/Core/src/main/java/de/tor/tribes/util/algo/types/Coordinate.java index ee35b275d..b596ef791 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/Coordinate.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/Coordinate.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/Destination.java b/Core/src/main/java/de/tor/tribes/util/algo/types/Destination.java index 784a8554e..8005f7579 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/Destination.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/Destination.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/DistanceMapping.java b/Core/src/main/java/de/tor/tribes/util/algo/types/DistanceMapping.java index b9d060f63..249fc423b 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/DistanceMapping.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/DistanceMapping.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantDestination.java b/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantDestination.java index 97bf96577..983c750d1 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantDestination.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantDestination.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantSource.java b/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantSource.java index 2f2dc5b50..9364e5dc4 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantSource.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/MerchantSource.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/OffVillage.java b/Core/src/main/java/de/tor/tribes/util/algo/types/OffVillage.java index 984e958ad..feb1f7970 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/OffVillage.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/OffVillage.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/Order.java b/Core/src/main/java/de/tor/tribes/util/algo/types/Order.java index 1c3532509..a6ba7dd97 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/Order.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/Order.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/Source.java b/Core/src/main/java/de/tor/tribes/util/algo/types/Source.java index 1f401a961..09b002332 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/Source.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/Source.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/TargetVillage.java b/Core/src/main/java/de/tor/tribes/util/algo/types/TargetVillage.java index c0098da62..33edd7535 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/TargetVillage.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/TargetVillage.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.util.algo.types; /** diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/TimeFrame.java b/Core/src/main/java/de/tor/tribes/util/algo/types/TimeFrame.java index 928a8d8b0..18fd71d37 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/TimeFrame.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/TimeFrame.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.algo.types; diff --git a/Core/src/main/java/de/tor/tribes/util/algo/types/Village.java b/Core/src/main/java/de/tor/tribes/util/algo/types/Village.java index 708755a1b..ff17d074c 100644 --- a/Core/src/main/java/de/tor/tribes/util/algo/types/Village.java +++ b/Core/src/main/java/de/tor/tribes/util/algo/types/Village.java @@ -1,8 +1,18 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package de.tor.tribes.util.algo.types; /** diff --git a/Core/src/main/java/de/tor/tribes/util/attack/AttackManager.java b/Core/src/main/java/de/tor/tribes/util/attack/AttackManager.java index aac9cd87d..699d1e7da 100644 --- a/Core/src/main/java/de/tor/tribes/util/attack/AttackManager.java +++ b/Core/src/main/java/de/tor/tribes/util/attack/AttackManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.attack; diff --git a/Core/src/main/java/de/tor/tribes/util/attack/AttackManagerListener.java b/Core/src/main/java/de/tor/tribes/util/attack/AttackManagerListener.java index 4870cbc11..334239274 100644 --- a/Core/src/main/java/de/tor/tribes/util/attack/AttackManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/attack/AttackManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.attack; diff --git a/Core/src/main/java/de/tor/tribes/util/attack/StandardAttackManager.java b/Core/src/main/java/de/tor/tribes/util/attack/StandardAttackManager.java index 69c1b2328..6d71635e2 100644 --- a/Core/src/main/java/de/tor/tribes/util/attack/StandardAttackManager.java +++ b/Core/src/main/java/de/tor/tribes/util/attack/StandardAttackManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.attack; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/AllyReportStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/AllyReportStatsFormatter.java index 6facfc47a..218b82ed2 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/AllyReportStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/AllyReportStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/AttackListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/AttackListFormatter.java index 2bafbab2b..79616f444 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/AttackListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/AttackListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/BasicFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/BasicFormatter.java index 635070733..6ca987730 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/BasicFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/BasicFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/DefStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/DefStatsFormatter.java index 58c041fb2..5c9d6df03 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/DefStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/DefStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/FormListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/FormListFormatter.java index 1d365bd10..7fd46ebd1 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/FormListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/FormListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/KillStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/KillStatsFormatter.java index e51b1e77f..b9bf3aa8d 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/KillStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/KillStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/MarkerListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/MarkerListFormatter.java index 8ed30012e..9bc152606 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/MarkerListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/MarkerListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/NoteListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/NoteListFormatter.java index 222f8bb2a..3473d6105 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/NoteListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/NoteListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/OverallReportStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/OverallReportStatsFormatter.java index b6dced12b..51bb145e0 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/OverallReportStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/OverallReportStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/PointStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/PointStatsFormatter.java index d1147ef56..399a2714b 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/PointStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/PointStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/ReportListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/ReportListFormatter.java index c7f4f5b7b..22ed5f38b 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/ReportListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/ReportListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/SosListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/SosListFormatter.java index a2690a323..c8277518c 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/SosListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/SosListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/TagListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/TagListFormatter.java index 5a756bfdb..089522a36 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/TagListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/TagListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/TribeReportStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/TribeReportStatsFormatter.java index 1583c9c15..54dec33fd 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/TribeReportStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/TribeReportStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/TroopListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/TroopListFormatter.java index 96ba6e94b..3b85fa05d 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/TroopListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/TroopListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/VillageListFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/VillageListFormatter.java index beb39e20c..126837ff3 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/VillageListFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/VillageListFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/bb/WinnerLoserStatsFormatter.java b/Core/src/main/java/de/tor/tribes/util/bb/WinnerLoserStatsFormatter.java index 740cb8215..fa22ea1a6 100644 --- a/Core/src/main/java/de/tor/tribes/util/bb/WinnerLoserStatsFormatter.java +++ b/Core/src/main/java/de/tor/tribes/util/bb/WinnerLoserStatsFormatter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.bb; diff --git a/Core/src/main/java/de/tor/tribes/util/church/ChurchManager.java b/Core/src/main/java/de/tor/tribes/util/church/ChurchManager.java index 385a1b394..440b84c54 100644 --- a/Core/src/main/java/de/tor/tribes/util/church/ChurchManager.java +++ b/Core/src/main/java/de/tor/tribes/util/church/ChurchManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.church; diff --git a/Core/src/main/java/de/tor/tribes/util/church/ChurchManagerListener.java b/Core/src/main/java/de/tor/tribes/util/church/ChurchManagerListener.java index 96bc61f4c..a12c62710 100644 --- a/Core/src/main/java/de/tor/tribes/util/church/ChurchManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/church/ChurchManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.church; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/AllyFilter.java b/Core/src/main/java/de/tor/tribes/util/conquer/AllyFilter.java index b7822410e..dad5d7067 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/AllyFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/AllyFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerFilterInterface.java b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerFilterInterface.java index f30eaef55..67cbc4180 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerFilterInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerFilterInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManager.java b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManager.java index a620f6337..946fc066d 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManager.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManagerListener.java b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManagerListener.java index b82d369e2..0c260a0b6 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/ConquerManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/ContinentFilter.java b/Core/src/main/java/de/tor/tribes/util/conquer/ContinentFilter.java index f4b21cb1a..e1cbfd93d 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/ContinentFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/ContinentFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/InternalEnoblementFilter.java b/Core/src/main/java/de/tor/tribes/util/conquer/InternalEnoblementFilter.java index 2797a8bf7..0b1dc4e78 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/InternalEnoblementFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/InternalEnoblementFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/OwnEnoblementFilter.java b/Core/src/main/java/de/tor/tribes/util/conquer/OwnEnoblementFilter.java index 9e87c1dea..38c84bd4e 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/OwnEnoblementFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/OwnEnoblementFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/conquer/TribeFilter.java b/Core/src/main/java/de/tor/tribes/util/conquer/TribeFilter.java index fec55d74b..e9f006f8b 100644 --- a/Core/src/main/java/de/tor/tribes/util/conquer/TribeFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/conquer/TribeFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.conquer; diff --git a/Core/src/main/java/de/tor/tribes/util/dist/DistanceManager.java b/Core/src/main/java/de/tor/tribes/util/dist/DistanceManager.java index 86b4003b3..082c55db6 100644 --- a/Core/src/main/java/de/tor/tribes/util/dist/DistanceManager.java +++ b/Core/src/main/java/de/tor/tribes/util/dist/DistanceManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.dist; diff --git a/Core/src/main/java/de/tor/tribes/util/dsreal/DSRealManager.java b/Core/src/main/java/de/tor/tribes/util/dsreal/DSRealManager.java index 8205f2b42..70b10ee3d 100644 --- a/Core/src/main/java/de/tor/tribes/util/dsreal/DSRealManager.java +++ b/Core/src/main/java/de/tor/tribes/util/dsreal/DSRealManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.dsreal; diff --git a/Core/src/main/java/de/tor/tribes/util/dsreal/ui/ChartPanel.java b/Core/src/main/java/de/tor/tribes/util/dsreal/ui/ChartPanel.java index 3ec14de5d..c0ae27d4b 100644 --- a/Core/src/main/java/de/tor/tribes/util/dsreal/ui/ChartPanel.java +++ b/Core/src/main/java/de/tor/tribes/util/dsreal/ui/ChartPanel.java @@ -1,12 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ - -/* - * ChartPanel.java +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 * - * Created on 01.06.2009, 23:50:53 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.dsreal.ui; diff --git a/Core/src/main/java/de/tor/tribes/util/farm/FarmManager.java b/Core/src/main/java/de/tor/tribes/util/farm/FarmManager.java index 32ead9794..f37ebd5e9 100644 --- a/Core/src/main/java/de/tor/tribes/util/farm/FarmManager.java +++ b/Core/src/main/java/de/tor/tribes/util/farm/FarmManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.farm; diff --git a/Core/src/main/java/de/tor/tribes/util/generator/ui/ReportGenerator.java b/Core/src/main/java/de/tor/tribes/util/generator/ui/ReportGenerator.java index 11b7b9ec7..383a2d184 100644 --- a/Core/src/main/java/de/tor/tribes/util/generator/ui/ReportGenerator.java +++ b/Core/src/main/java/de/tor/tribes/util/generator/ui/ReportGenerator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.generator.ui; diff --git a/Core/src/main/java/de/tor/tribes/util/generator/ui/SOSGenerator.java b/Core/src/main/java/de/tor/tribes/util/generator/ui/SOSGenerator.java index 3b87ef815..464ae8984 100644 --- a/Core/src/main/java/de/tor/tribes/util/generator/ui/SOSGenerator.java +++ b/Core/src/main/java/de/tor/tribes/util/generator/ui/SOSGenerator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.generator.ui; diff --git a/Core/src/main/java/de/tor/tribes/util/html/AttackPlanHTMLExporter.java b/Core/src/main/java/de/tor/tribes/util/html/AttackPlanHTMLExporter.java index b149729e6..7f837a481 100644 --- a/Core/src/main/java/de/tor/tribes/util/html/AttackPlanHTMLExporter.java +++ b/Core/src/main/java/de/tor/tribes/util/html/AttackPlanHTMLExporter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.html; diff --git a/Core/src/main/java/de/tor/tribes/util/html/FightReportHTMLToolTipGenerator.java b/Core/src/main/java/de/tor/tribes/util/html/FightReportHTMLToolTipGenerator.java index c66df52fc..9e9a246ab 100644 --- a/Core/src/main/java/de/tor/tribes/util/html/FightReportHTMLToolTipGenerator.java +++ b/Core/src/main/java/de/tor/tribes/util/html/FightReportHTMLToolTipGenerator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.html; diff --git a/Core/src/main/java/de/tor/tribes/util/html/SelectionHTMLExporter.java b/Core/src/main/java/de/tor/tribes/util/html/SelectionHTMLExporter.java index de72b1410..180a95102 100644 --- a/Core/src/main/java/de/tor/tribes/util/html/SelectionHTMLExporter.java +++ b/Core/src/main/java/de/tor/tribes/util/html/SelectionHTMLExporter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.html; diff --git a/Core/src/main/java/de/tor/tribes/util/html/VillageHTMLTooltipGenerator.java b/Core/src/main/java/de/tor/tribes/util/html/VillageHTMLTooltipGenerator.java index 4075ceff6..2efd861fa 100644 --- a/Core/src/main/java/de/tor/tribes/util/html/VillageHTMLTooltipGenerator.java +++ b/Core/src/main/java/de/tor/tribes/util/html/VillageHTMLTooltipGenerator.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.html; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/BBChangeListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/BBChangeListener.java index 163bcb9a9..6b378cca7 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/BBChangeListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/BBChangeListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/BBFormatterInterface.java b/Core/src/main/java/de/tor/tribes/util/interfaces/BBFormatterInterface.java index 22b4f3cb4..76b4cf4b0 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/BBFormatterInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/BBFormatterInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/DSWorkbenchFrameListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/DSWorkbenchFrameListener.java index a63329843..ee3355049 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/DSWorkbenchFrameListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/DSWorkbenchFrameListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/LayerOrderTooltipListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/LayerOrderTooltipListener.java index a19aedff3..473b10226 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/LayerOrderTooltipListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/LayerOrderTooltipListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/MapShotListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/MapShotListener.java index d32634e68..c332bddc9 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/MapShotListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/MapShotListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/ProfileManagerListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/ProfileManagerListener.java index 04acd04cb..71767ab75 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/ProfileManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/ProfileManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/ServerChangeListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/ServerChangeListener.java index 6e33f404b..ac2ac602b 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/ServerChangeListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/ServerChangeListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/ToolChangeListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/ToolChangeListener.java index ea272b3b8..9727af2c8 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/ToolChangeListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/ToolChangeListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/UpdateListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/UpdateListener.java index 0d5be5412..6f819392b 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/UpdateListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/UpdateListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/interfaces/VillageSelectionListener.java b/Core/src/main/java/de/tor/tribes/util/interfaces/VillageSelectionListener.java index b6118dac5..806a82915 100644 --- a/Core/src/main/java/de/tor/tribes/util/interfaces/VillageSelectionListener.java +++ b/Core/src/main/java/de/tor/tribes/util/interfaces/VillageSelectionListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.interfaces; diff --git a/Core/src/main/java/de/tor/tribes/util/js/AttackScriptWriter.java b/Core/src/main/java/de/tor/tribes/util/js/AttackScriptWriter.java index 9b9ee277f..211b231bc 100644 --- a/Core/src/main/java/de/tor/tribes/util/js/AttackScriptWriter.java +++ b/Core/src/main/java/de/tor/tribes/util/js/AttackScriptWriter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.js; diff --git a/Core/src/main/java/de/tor/tribes/util/map/FormManager.java b/Core/src/main/java/de/tor/tribes/util/map/FormManager.java index f4b4f6362..d9f71a549 100644 --- a/Core/src/main/java/de/tor/tribes/util/map/FormManager.java +++ b/Core/src/main/java/de/tor/tribes/util/map/FormManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.map; diff --git a/Core/src/main/java/de/tor/tribes/util/mark/MarkerManager.java b/Core/src/main/java/de/tor/tribes/util/mark/MarkerManager.java index ad0b442db..9cb311163 100644 --- a/Core/src/main/java/de/tor/tribes/util/mark/MarkerManager.java +++ b/Core/src/main/java/de/tor/tribes/util/mark/MarkerManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.mark; diff --git a/Core/src/main/java/de/tor/tribes/util/mark/MarkerManagerListener.java b/Core/src/main/java/de/tor/tribes/util/mark/MarkerManagerListener.java index f4f82f6bc..9b8cc7c51 100644 --- a/Core/src/main/java/de/tor/tribes/util/mark/MarkerManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/mark/MarkerManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.mark; diff --git a/Core/src/main/java/de/tor/tribes/util/note/NoteManager.java b/Core/src/main/java/de/tor/tribes/util/note/NoteManager.java index 39fd8660c..1bbc5280f 100644 --- a/Core/src/main/java/de/tor/tribes/util/note/NoteManager.java +++ b/Core/src/main/java/de/tor/tribes/util/note/NoteManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.note; diff --git a/Core/src/main/java/de/tor/tribes/util/report/AgeFilter.java b/Core/src/main/java/de/tor/tribes/util/report/AgeFilter.java index 34efac781..af02fa797 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/AgeFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/AgeFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/AttackerAllyFilter.java b/Core/src/main/java/de/tor/tribes/util/report/AttackerAllyFilter.java index 4008d3cbb..ddfbc7252 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/AttackerAllyFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/AttackerAllyFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/AttackerFilter.java b/Core/src/main/java/de/tor/tribes/util/report/AttackerFilter.java index c3a63ff2b..ad6100c0b 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/AttackerFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/AttackerFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/CataFilter.java b/Core/src/main/java/de/tor/tribes/util/report/CataFilter.java index 0bdf206c0..c4ce9c45f 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/CataFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/CataFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ColorFilter.java b/Core/src/main/java/de/tor/tribes/util/report/ColorFilter.java index 5c2b8ea4a..1abc1030d 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ColorFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ColorFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ConqueredFilter.java b/Core/src/main/java/de/tor/tribes/util/report/ConqueredFilter.java index d20b6158a..d1a05d2f6 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ConqueredFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ConqueredFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/DateFilter.java b/Core/src/main/java/de/tor/tribes/util/report/DateFilter.java index 879f6d7ee..a69fd42f1 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/DateFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/DateFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/DefenderAllyFilter.java b/Core/src/main/java/de/tor/tribes/util/report/DefenderAllyFilter.java index afee86175..0af60c1a9 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/DefenderAllyFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/DefenderAllyFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/DefenderFilter.java b/Core/src/main/java/de/tor/tribes/util/report/DefenderFilter.java index 926189a4c..0f548d077 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/DefenderFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/DefenderFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/FakeFilter.java b/Core/src/main/java/de/tor/tribes/util/report/FakeFilter.java index e1448bcb1..2741240af 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/FakeFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/FakeFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/FarmReportFilter.java b/Core/src/main/java/de/tor/tribes/util/report/FarmReportFilter.java index e84e0f43f..e113f222d 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/FarmReportFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/FarmReportFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/OffFilter.java b/Core/src/main/java/de/tor/tribes/util/report/OffFilter.java index b392a4c22..a564881f8 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/OffFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/OffFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ReportManager.java b/Core/src/main/java/de/tor/tribes/util/report/ReportManager.java index 6b850bec5..edf0edec5 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ReportManager.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ReportManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ReportManagerListener.java b/Core/src/main/java/de/tor/tribes/util/report/ReportManagerListener.java index c08b26fe9..0c4772673 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ReportManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ReportManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ReportRuleConfigurationException.java b/Core/src/main/java/de/tor/tribes/util/report/ReportRuleConfigurationException.java index d2969a0ba..b7b819f47 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ReportRuleConfigurationException.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ReportRuleConfigurationException.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ReportRuleInterface.java b/Core/src/main/java/de/tor/tribes/util/report/ReportRuleInterface.java index 38a9ea3a8..226c703fb 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ReportRuleInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ReportRuleInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/ReportStatBuilder.java b/Core/src/main/java/de/tor/tribes/util/report/ReportStatBuilder.java index 068174f13..36060a062 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/ReportStatBuilder.java +++ b/Core/src/main/java/de/tor/tribes/util/report/ReportStatBuilder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/report/WallFilter.java b/Core/src/main/java/de/tor/tribes/util/report/WallFilter.java index 5919f1084..58e1a6603 100644 --- a/Core/src/main/java/de/tor/tribes/util/report/WallFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/report/WallFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.report; diff --git a/Core/src/main/java/de/tor/tribes/util/roi/ROIManager.java b/Core/src/main/java/de/tor/tribes/util/roi/ROIManager.java index 3c24a2f18..c17d13e39 100644 --- a/Core/src/main/java/de/tor/tribes/util/roi/ROIManager.java +++ b/Core/src/main/java/de/tor/tribes/util/roi/ROIManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.roi; diff --git a/Core/src/main/java/de/tor/tribes/util/sos/SOSManager.java b/Core/src/main/java/de/tor/tribes/util/sos/SOSManager.java index 875028e51..68df0fa4c 100644 --- a/Core/src/main/java/de/tor/tribes/util/sos/SOSManager.java +++ b/Core/src/main/java/de/tor/tribes/util/sos/SOSManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.sos; diff --git a/Core/src/main/java/de/tor/tribes/util/stat/StatManager.java b/Core/src/main/java/de/tor/tribes/util/stat/StatManager.java index 9f70b5826..2001fff6d 100644 --- a/Core/src/main/java/de/tor/tribes/util/stat/StatManager.java +++ b/Core/src/main/java/de/tor/tribes/util/stat/StatManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.stat; diff --git a/Core/src/main/java/de/tor/tribes/util/support/SOSFormater.java b/Core/src/main/java/de/tor/tribes/util/support/SOSFormater.java index 518f3651a..89a87bf8e 100644 --- a/Core/src/main/java/de/tor/tribes/util/support/SOSFormater.java +++ b/Core/src/main/java/de/tor/tribes/util/support/SOSFormater.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.support; diff --git a/Core/src/main/java/de/tor/tribes/util/tag/TagManager.java b/Core/src/main/java/de/tor/tribes/util/tag/TagManager.java index 003ea3e66..c810f548c 100644 --- a/Core/src/main/java/de/tor/tribes/util/tag/TagManager.java +++ b/Core/src/main/java/de/tor/tribes/util/tag/TagManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.tag; diff --git a/Core/src/main/java/de/tor/tribes/util/tag/TagManagerListener.java b/Core/src/main/java/de/tor/tribes/util/tag/TagManagerListener.java index 200c6f22f..c483fb946 100644 --- a/Core/src/main/java/de/tor/tribes/util/tag/TagManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/tag/TagManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.tag; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/SupportVillageTroopsHolder.java b/Core/src/main/java/de/tor/tribes/util/troops/SupportVillageTroopsHolder.java index 507d0a847..2d81392d9 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/SupportVillageTroopsHolder.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/SupportVillageTroopsHolder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/TroopsFilterInterface.java b/Core/src/main/java/de/tor/tribes/util/troops/TroopsFilterInterface.java index e89141b95..3c5b0870b 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/TroopsFilterInterface.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/TroopsFilterInterface.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/TroopsManager.java b/Core/src/main/java/de/tor/tribes/util/troops/TroopsManager.java index 7fadb8437..c6a4e4349 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/TroopsManager.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/TroopsManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/TroopsManagerListener.java b/Core/src/main/java/de/tor/tribes/util/troops/TroopsManagerListener.java index 5a6b1fe6d..48e3d7245 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/TroopsManagerListener.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/TroopsManagerListener.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/TroopsTagFilter.java b/Core/src/main/java/de/tor/tribes/util/troops/TroopsTagFilter.java index 8ab40ff86..bfa061c76 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/TroopsTagFilter.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/TroopsTagFilter.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/troops/VillageTroopsHolder.java b/Core/src/main/java/de/tor/tribes/util/troops/VillageTroopsHolder.java index 0f9148534..b66b2954c 100644 --- a/Core/src/main/java/de/tor/tribes/util/troops/VillageTroopsHolder.java +++ b/Core/src/main/java/de/tor/tribes/util/troops/VillageTroopsHolder.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.troops; diff --git a/Core/src/main/java/de/tor/tribes/util/xml/JaxenUtils.java b/Core/src/main/java/de/tor/tribes/util/xml/JaxenUtils.java index 75b679f0f..ef34aee33 100644 --- a/Core/src/main/java/de/tor/tribes/util/xml/JaxenUtils.java +++ b/Core/src/main/java/de/tor/tribes/util/xml/JaxenUtils.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.xml; diff --git a/Core/src/main/java/de/tor/tribes/util/xml/XMLHelper.java b/Core/src/main/java/de/tor/tribes/util/xml/XMLHelper.java index d9991f82f..abc1fea7e 100644 --- a/Core/src/main/java/de/tor/tribes/util/xml/XMLHelper.java +++ b/Core/src/main/java/de/tor/tribes/util/xml/XMLHelper.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.xml; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/DiplomacyParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/DiplomacyParser.java index 36bfcc347..1f55baca4 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/DiplomacyParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/DiplomacyParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser.java index c04df1963..142926ca6 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser70.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser70.java index b7e148321..a202bce8d 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser70.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/GroupParser70.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/MerchantParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/MerchantParser.java index 77939b277..59ec4f852 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/MerchantParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/MerchantParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/NonPAPlaceParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/NonPAPlaceParser.java index 51f5f5900..6894e0faa 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/NonPAPlaceParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/NonPAPlaceParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/OBSTReportParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/OBSTReportParser.java index ac8734834..8c6c1815d 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/OBSTReportParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/OBSTReportParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ParserVariableManager.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ParserVariableManager.java index 5a4fffa13..b636e6262 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ParserVariableManager.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ParserVariableManager.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ReportParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ReportParser.java index 69a9dec65..29d279ffa 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ReportParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/ReportParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SOSParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SOSParser.java index 04c843473..38b2cc1a3 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SOSParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SOSParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SupportParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SupportParser.java index 6a5d12704..643b80886 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SupportParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/SupportParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser.java index cff131f2d..cd48695f8 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser70.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser70.java index b1a8f19e7..bc43dabeb 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser70.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/TroopsParser70.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser; diff --git a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/VillageParser.java b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/VillageParser.java index 085227c86..06396ed74 100644 --- a/ParserPlugin/src/main/java/de/tor/tribes/util/parser/VillageParser.java +++ b/ParserPlugin/src/main/java/de/tor/tribes/util/parser/VillageParser.java @@ -1,6 +1,17 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/* + * Copyright 2015 Torridity. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package de.tor.tribes.util.parser;