aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/geofence
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-06-16 10:20:44 +0500
committerAbyss777 <abyss@fox5.ru>2016-06-16 10:20:44 +0500
commit3f0f6c1f6ec4665783ec62a65f8f30a33f1d2152 (patch)
treefe398933fa464d4be45124dd357641ec2d5f91f8 /src/org/traccar/geofence
parent5d56e9e452c8bebe93047497eb55f527fcc40ffc (diff)
downloadtraccar-server-3f0f6c1f6ec4665783ec62a65f8f30a33f1d2152.tar.gz
traccar-server-3f0f6c1f6ec4665783ec62a65f8f30a33f1d2152.tar.bz2
traccar-server-3f0f6c1f6ec4665783ec62a65f8f30a33f1d2152.zip
Added/updated license headers
Diffstat (limited to 'src/org/traccar/geofence')
-rw-r--r--src/org/traccar/geofence/GeofenceCircle.java15
-rw-r--r--src/org/traccar/geofence/GeofenceGeometry.java15
-rw-r--r--src/org/traccar/geofence/GeofencePolygon.java15
3 files changed, 45 insertions, 0 deletions
diff --git a/src/org/traccar/geofence/GeofenceCircle.java b/src/org/traccar/geofence/GeofenceCircle.java
index f71497475..56230240b 100644
--- a/src/org/traccar/geofence/GeofenceCircle.java
+++ b/src/org/traccar/geofence/GeofenceCircle.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.traccar.geofence;
import java.text.DecimalFormat;
diff --git a/src/org/traccar/geofence/GeofenceGeometry.java b/src/org/traccar/geofence/GeofenceGeometry.java
index 83656a029..e717ede0b 100644
--- a/src/org/traccar/geofence/GeofenceGeometry.java
+++ b/src/org/traccar/geofence/GeofenceGeometry.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.traccar.geofence;
import java.text.ParseException;
diff --git a/src/org/traccar/geofence/GeofencePolygon.java b/src/org/traccar/geofence/GeofencePolygon.java
index 970734214..be5f971a5 100644
--- a/src/org/traccar/geofence/GeofencePolygon.java
+++ b/src/org/traccar/geofence/GeofencePolygon.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2016 Anton Tananaev (anton.tananaev@gmail.com)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.traccar.geofence;
import java.text.ParseException;