~mysql/myodbc/5.2

852 by Kent Boortz
Added a few missing copyright headers
1
/*
1052.2.2 by Kent Boortz
Updated/added copyright headers
2
  Copyright (c) 2006, 2007 MySQL AB, 2010 Sun Microsystems, Inc.
3
  Use is subject to license terms.
918 by лаврин
iUpdates copyright notices
4
 
5
  The MySQL Connector/ODBC is licensed under the terms of the GPLv2
6
  <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7
  MySQL Connectors. There are special exceptions to the terms and
8
  conditions of the GPLv2 as it is applied to this software, see the
9
  FLOSS License Exception
10
  <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11
 
852 by Kent Boortz
Added a few missing copyright headers
12
  This program is free software; you can redistribute it and/or modify
918 by лаврин
iUpdates copyright notices
13
  it under the terms of the GNU General Public License as published
14
  by the Free Software Foundation; version 2 of the License.
15
16
  This program is distributed in the hope that it will be useful, but
17
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
18
  or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19
  for more details.
20
21
  You should have received a copy of the GNU General Public License along
22
  with this program; if not, write to the Free Software Foundation, Inc.,
23
  51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
852 by Kent Boortz
Added a few missing copyright headers
24
*/
25
3 by pharvey
- more reorg
26
#ifndef MYODBC_CONF_H
81 by jwinstead
Rename myodbc3 directory to driver (but outputs are not changed).
27
# define MYODBC_CONF_H
136 by jbalint
consolidated version information into VersionInfo.h, still one piece in configure.in
28
29
#include "VersionInfo.h"
30
81 by jwinstead
Rename myodbc3 directory to driver (but outputs are not changed).
31
# ifdef HAVE_CONFIG_H
32
#  include "driver/myconf.h"
33
/* Work around iODBC header bug on Mac OS X 10.3 */
34
#  undef HAVE_CONFIG_H
35
# endif
136 by jbalint
consolidated version information into VersionInfo.h, still one piece in configure.in
36
81 by jwinstead
Rename myodbc3 directory to driver (but outputs are not changed).
37
#endif