aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-10-07 09:22:19 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-10-07 09:22:19 -0700
commit5121d5bc446f8e6a2350c50038a9baa5deb09d4c (patch)
tree79972c2c573c137cb236388ecba031254667b6af
parent1f37392e344faae3eb717ffe39f4c182b752ad2d (diff)
downloadtraccar-server-5121d5bc446f8e6a2350c50038a9baa5deb09d4c.tar.gz
traccar-server-5121d5bc446f8e6a2350c50038a9baa5deb09d4c.tar.bz2
traccar-server-5121d5bc446f8e6a2350c50038a9baa5deb09d4c.zip
Add missing license notice
-rw-r--r--src/main/java/org/traccar/api/resource/EventResource.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/java/org/traccar/api/resource/EventResource.java b/src/main/java/org/traccar/api/resource/EventResource.java
index f0a71d30d..34e4a94ce 100644
--- a/src/main/java/org/traccar/api/resource/EventResource.java
+++ b/src/main/java/org/traccar/api/resource/EventResource.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2016 - 2021 Anton Tananaev (anton@traccar.org)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES 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.api.resource;
import java.sql.SQLException;