commit a6cfbe31335aee53d4a32876786602bdd08e17b0
Author: Christophe Fergeau <[email protected]>
Date:   Sun Aug 23 13:40:36 2009 +0200

    turn tzinfo_data.h to a real header file

 src/itdb_tzinfo_data.h |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/src/itdb_tzinfo_data.h b/src/itdb_tzinfo_data.h
index 3493a82..7175e42 100644
--- a/src/itdb_tzinfo_data.h
+++ b/src/itdb_tzinfo_data.h
@@ -1,3 +1,36 @@
+/*
+|  Copyright (C) 2009 Christophe Fergeau <[email protected]>
+|  Part of the gtkpod project.
+| 
+|  URL: http://www.gtkpod.org/
+|  URL: http://gtkpod.sourceforge.net/
+|
+|  The code contained in this file is free software; you can redistribute
+|  it and/or modify it under the terms of the GNU Lesser General Public
+|  License as published by the Free Software Foundation; either version
+|  2.1 of the License, or (at your option) any later version.
+|
+|  This file 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
+|  Lesser General Public License for more details.
+|
+|  You should have received a copy of the GNU Lesser General Public
+|  License along with this code; if not, write to the Free Software
+|  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+|
+|  iTunes and iPod are trademarks of Apple
+|
+|  This product is not supported/written/published by Apple!
+|
+|  $Id$
+*/
+
+#ifndef __ITDB_TZINFO_DATA_H__
+#define __ITDB_TZINFO_DATA_H__
+
+G_BEGIN_DECLS
+
 struct _ItdbTimezone {
        const char *city_name;
        unsigned char city_index;
@@ -213,3 +246,7 @@ static const ItdbTimezone timezones[] = {
        { "Managua", 0x13, "America/Managua" },
        { NULL, 0, NULL }
 };
+
+G_END_DECLS
+
+#endif

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to