aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/storage/StorageName.java
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-04-09 19:53:09 -0700
committerAnton Tananaev <anton@traccar.org>2022-04-09 19:53:09 -0700
commit9c9f5d66147cfa428ea18dd29103b9c82e529dca (patch)
tree5b5fe53c9174207c19b5a96725a04ac7e5d1220c /src/main/java/org/traccar/storage/StorageName.java
parent5fe089626bd367241d3424a0b71dee87805673ca (diff)
downloadtrackermap-server-9c9f5d66147cfa428ea18dd29103b9c82e529dca.tar.gz
trackermap-server-9c9f5d66147cfa428ea18dd29103b9c82e529dca.tar.bz2
trackermap-server-9c9f5d66147cfa428ea18dd29103b9c82e529dca.zip
Add license notices
Diffstat (limited to 'src/main/java/org/traccar/storage/StorageName.java')
-rw-r--r--src/main/java/org/traccar/storage/StorageName.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/java/org/traccar/storage/StorageName.java b/src/main/java/org/traccar/storage/StorageName.java
index b6fa55e02..bf824c333 100644
--- a/src/main/java/org/traccar/storage/StorageName.java
+++ b/src/main/java/org/traccar/storage/StorageName.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2022 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.storage;
import java.lang.annotation.ElementType;