aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-04-11 10:35:11 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-04-11 10:35:11 +1200
commit761eb81bc2fcc7f3abf6817209e244cb276446e1 (patch)
treed56a15f733d3ffddb7889efcd5e88ac364002096 /src
parent1f2c8ab848ac2b9d80440d8cdad8c1c293088bae (diff)
downloadtraccar-server-761eb81bc2fcc7f3abf6817209e244cb276446e1.tar.gz
traccar-server-761eb81bc2fcc7f3abf6817209e244cb276446e1.tar.bz2
traccar-server-761eb81bc2fcc7f3abf6817209e244cb276446e1.zip
Add license notice
Diffstat (limited to 'src')
-rw-r--r--src/org/traccar/protocol/CalAmpProtocolDecoder.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/org/traccar/protocol/CalAmpProtocolDecoder.java b/src/org/traccar/protocol/CalAmpProtocolDecoder.java
index c89983c23..8fe75bf93 100644
--- a/src/org/traccar/protocol/CalAmpProtocolDecoder.java
+++ b/src/org/traccar/protocol/CalAmpProtocolDecoder.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright 2015 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.protocol;
import java.net.SocketAddress;