diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-05-07 09:38:38 +0400 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-05-07 09:38:38 +0400 |
commit | d1252f1f0729850ceb15fca5274caca349b60bf5 (patch) | |
tree | a6589af4157da20920826f5ef60eec97b62db1ca /README.txt | |
parent | 51afca3c5f453601e849ebd4156be1f65adc1777 (diff) | |
download | trackermap-server-d1252f1f0729850ceb15fca5274caca349b60bf5.tar.gz trackermap-server-d1252f1f0729850ceb15fca5274caca349b60bf5.tar.bz2 trackermap-server-d1252f1f0729850ceb15fca5274caca349b60bf5.zip |
Added readme file
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 000000000..3dddf58e8 --- /dev/null +++ b/README.txt @@ -0,0 +1,28 @@ + traccar + +Web page - http://www.traccar.org + +Author - Anton Tananaev (anton.tananaev@gmail.com) + +SUMMARY: + +Traccar is open source server for various GPS tracking devices. +Project is written in Java and should work on most platforms with +installed Java Runtime Environment. + +LICENSE: + +Apache License, Version 2.0 + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + |