summaryrefslogtreecommitdiff
path: root/navit/android/src/org/navitproject/navit/NavitVehicle.java
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-09 20:23:40 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-10-09 20:23:40 +0000
commit3a5186bd2a64d0df0bdbd2222d71da30f176e12a (patch)
tree0422fc0ca8f61b21e42dddb648294ec11397ddfd /navit/android/src/org/navitproject/navit/NavitVehicle.java
parentb32d22f0acf8f570304a9ee6e9b65a37ffbd1747 (diff)
downloadnavit-3a5186bd2a64d0df0bdbd2222d71da30f176e12a.tar.gz
Fix:Android:Correct license header
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2657 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/android/src/org/navitproject/navit/NavitVehicle.java')
-rw-r--r--navit/android/src/org/navitproject/navit/NavitVehicle.java26
1 files changed, 15 insertions, 11 deletions
diff --git a/navit/android/src/org/navitproject/navit/NavitVehicle.java b/navit/android/src/org/navitproject/navit/NavitVehicle.java
index 0ac0af893..9f56549b5 100644
--- a/navit/android/src/org/navitproject/navit/NavitVehicle.java
+++ b/navit/android/src/org/navitproject/navit/NavitVehicle.java
@@ -1,18 +1,22 @@
-/*
- * Copyright (C) 2009 The Android Open Source Project
+/**
+ * Navit, a modular navigation system.
+ * Copyright (C) 2005-2008 Navit Team
*
- * 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
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
+
package org.navitproject.navit;
import android.app.Activity;