diff options
author | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-05-30 08:03:19 +0000 |
---|---|---|
committer | kazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2009-05-30 08:03:19 +0000 |
commit | 2c18a7197808b5eb5ec580cf7e61c961248b046b (patch) | |
tree | b17f85076b1eb76d08c92d1e7ed80fcbad9d7e8e /navit/window.h | |
parent | bb17539f9d5cf45ebd53e6b92f451c9b4b4ede12 (diff) | |
download | navit-2c18a7197808b5eb5ec580cf7e61c961248b046b.tar.gz |
Fix:Copyrights:Added missing copyright statements
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2298 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/window.h')
-rw-r--r-- | navit/window.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/navit/window.h b/navit/window.h index 34254a606..b2e2acb7a 100644 --- a/navit/window.h +++ b/navit/window.h @@ -1,3 +1,22 @@ +/** + * Navit, a modular navigation system. + * Copyright (C) 2005-2009 Navit Team + * + * 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. + * + * 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. + * + * 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. + */ + struct window { void *priv; int (*fullscreen)(struct window *win, int on); |