Commit dc27967e dc27967e1a633578f05ce6726aee52d0a7231756 by Wojciech Polak

Updated copyright.

1 parent 13330dc5
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 This library is free software; you can redistribute it and/or
5 it under the terms of the GNU Library General Public License as published by 5 modify it under the terms of the GNU Lesser General Public
6 the Free Software Foundation; either version 2, or (at your option) 6 License as published by the Free Software Foundation; either
7 any later version. 7 version 2 of the License, or (at your option) any later version.
8 8
9 GNU Mailutils is distributed in the hope that it will be useful, 9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 GNU Library General Public License for more details. 12 Lesser General Public License for more details.
13 13
14 You should have received a copy of the GNU Library General Public License 14 You should have received a copy of the GNU Lesser General Public
15 along with GNU Mailutils; if not, write to the Free Software 15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
17 17
18 #ifndef _MAILUTILS_MAILCAP_H 18 #ifndef _MAILUTILS_MAILCAP_H
19 #define _MAILUTILS_MAILCAP_H 19 #define _MAILUTILS_MAILCAP_H
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 This library is free software; you can redistribute it and/or
5 it under the terms of the GNU Library General Public License as published by 5 modify it under the terms of the GNU Lesser General Public
6 the Free Software Foundation; either version 2, or (at your option) 6 License as published by the Free Software Foundation; either
7 any later version. 7 version 2 of the License, or (at your option) any later version.
8 8
9 GNU Mailutils is distributed in the hope that it will be useful, 9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 GNU Library General Public License for more details. 12 Lesser General Public License for more details.
13 13
14 You should have received a copy of the GNU Library General Public License 14 You should have received a copy of the GNU Lesser General Public
15 along with GNU Mailutils; if not, write to the Free Software 15 License along with this library; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
17 17
18 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
19 # include <config.h> 19 # include <config.h>
......