comparison localtime_r.h @ 216:a981594ba3b3 libavformat

fixing copyright header (the code is from strptime.c so the copyright header should be from there too instead of strptime.h)
author michaelni
date Thu, 04 Sep 2003 20:15:32 +0000
parents 89a78842f6c2
children
comparison
equal deleted inserted replaced
215:99f4032097e0 216:a981594ba3b3
1 /* strptime.h 1 /* Convert a string representation of time to a time value.
2 * 2 Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
3 * $Id$ 3 This file is part of the GNU C Library.
4 * 4 Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
5 * Ethereal - Network traffic analyzer 5
6 * By Gerald Combs <gerald@ethereal.com> 6 The GNU C Library is free software; you can redistribute it and/or
7 * Copyright 1998 Gerald Combs 7 modify it under the terms of the GNU Library General Public License as
8 * 8 published by the Free Software Foundation; either version 2 of the
9 * This program is free software; you can redistribute it and/or 9 License, or (at your option) any later version.
10 * modify it under the terms of the GNU General Public License 10
11 * as published by the Free Software Foundation; either version 2 11 The GNU C Library is distributed in the hope that it will be useful,
12 * of the License, or (at your option) any later version. 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * This program is distributed in the hope that it will be useful, 14 Library General Public License for more details.
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 You should have received a copy of the GNU Library General Public
17 * GNU General Public License for more details. 17 License along with the GNU C Library; see the file COPYING.LIB. If not,
18 * 18 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * You should have received a copy of the GNU General Public License 19 Boston, MA 02111-1307, USA. */
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 */
23 20
24 #ifndef __LOCALTIME_R_H__ 21 #ifndef __LOCALTIME_R_H__
25 #define __LOCALTIME_R_H__ 22 #define __LOCALTIME_R_H__
26 23
27 /* 24 /*