Commit b6494c3a b6494c3a9e6ce643518f62ec9522d666e80e80b3 by Sergey Poznyakoff

Add 2006 to the copyright statement

1 parent 04151b74
...@@ -6,10 +6,11 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. ...@@ -6,10 +6,11 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7 Version 0.6.92: 7 Version 0.6.92:
8 8
9 * Library namespace is optimized. All global identifiers begin with mu_. 9 * The library namespace is optimized. Now all global identifiers begin
10 with mu_.
10 NOTE: This is incompatible change. 11 NOTE: This is incompatible change.
11 12
12 The programs using old API can still be compiled, using one of the 13 Programs using old API can still be compiled, using one of the
13 following approaches. If the program includes <mailutils/mailutils.h>, 14 following approaches. If the program includes <mailutils/mailutils.h>,
14 define the symbol MU_COMPAT before including it (or invoke cc with 15 define the symbol MU_COMPAT before including it (or invoke cc with
15 -DMU_COMPAT option). Othervise, include file <mailutils/compat.h>. 16 -DMU_COMPAT option). Othervise, include file <mailutils/compat.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, 2001, 2003, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 2005 Free Software Foundation, Inc. 2 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2005, 2006 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
......
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, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2004, 2005, 2006 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
......
...@@ -57,9 +57,9 @@ libmuaux_la_SOURCES += setenv.h ...@@ -57,9 +57,9 @@ libmuaux_la_SOURCES += setenv.h
57 57
58 libmuaux_la_SOURCES += snprintf.h 58 libmuaux_la_SOURCES += snprintf.h
59 59
60
61 libmuaux_la_SOURCES += vasprintf.h 60 libmuaux_la_SOURCES += vasprintf.h
62 61
62
63 libmuaux_la_SOURCES += xalloc-die.c 63 libmuaux_la_SOURCES += xalloc-die.c
64 64
65 libmuaux_la_SOURCES += xsize.h 65 libmuaux_la_SOURCES += xsize.h
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## Process this file with GNU Automake to create Makefile.in
2 2
3 ## Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. 3 ## Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006
4 ## Free Software Foundation, Inc.
4 ## 5 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 6 ## GNU Mailutils is free software; you can redistribute it and/or
6 ## modify it under the terms of the GNU General Public License as 7 ## modify it under the terms of the GNU General Public License as
......
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, 2001, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006
3 Free Software Foundation, Inc.
3 4
4 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006
3 Free Software Foundation, Inc.
3 4
4 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006
3 Free Software Foundation, Inc.
3 4
4 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2003, 2004, 2 Copyright (C) 1999, 2000, 2001, 2003, 2004,
3 2005 Free Software Foundation, Inc. 3 2005, 2006 Free Software Foundation, Inc.
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2003, 2004, 2 Copyright (C) 1999, 2000, 2001, 2003, 2004,
3 2005 Free Software Foundation, Inc. 3 2005, 2006 Free Software Foundation, Inc.
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
......
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, 2001, 2002, 2003, 2 Copyright (C) 1999, 2000, 2001, 2002, 2003,
3 2005 Free Software Foundation, Inc. 3 2005, 2006 Free Software Foundation, Inc.
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
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, 2001, 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2004, 2005, 2006
3 Free Software Foundation, Inc.
3 4
4 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
......
...@@ -44,6 +44,7 @@ mu_url_create (mu_url_t * purl, const char *name) ...@@ -44,6 +44,7 @@ mu_url_create (mu_url_t * purl, const char *name)
44 mu_url_t url = calloc (1, sizeof (*url)); 44 mu_url_t url = calloc (1, sizeof (*url));
45 if (url == NULL) 45 if (url == NULL)
46 return ENOMEM; 46 return ENOMEM;
47
47 url->name = strdup (name); 48 url->name = strdup (name);
48 if (url->name == NULL) 49 if (url->name == NULL)
49 { 50 {
......
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, 2001, 2002, 2004, 2 Copyright (C) 1999, 2000, 2001, 2002, 2004,
3 2005 Free Software Foundation, Inc. 3 2005, 2006 Free Software Foundation, Inc.
4 4
5 GNU Mailutils is free software; you can redistribute it and/or modify 5 GNU Mailutils is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
......
...@@ -299,7 +299,6 @@ make_draft (mu_mailbox_t mbox, int disp, struct mh_whatnow_env *wh) ...@@ -299,7 +299,6 @@ make_draft (mu_mailbox_t mbox, int disp, struct mh_whatnow_env *wh)
299 unlink (wh->draftfile); 299 unlink (wh->draftfile);
300 break; 300 break;
301 } 301 }
302
303 302
304 rc = mu_mailbox_get_message (mbox, msgset.list[0], &msg); 303 rc = mu_mailbox_get_message (mbox, msgset.list[0], &msg);
305 if (rc) 304 if (rc)
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 2003, 2005 Free Software Foundation, Inc. 2 Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
...@@ -300,7 +300,6 @@ read_mts_profile () ...@@ -300,7 +300,6 @@ read_mts_profile ()
300 300
301 if ((p = mh_context_get_value (mts_profile, "localdomain", NULL))) 301 if ((p = mh_context_get_value (mts_profile, "localdomain", NULL)))
302 { 302 {
303 const char *domain;
304 char *newdomain; 303 char *newdomain;
305 304
306 if (!hostname) 305 if (!hostname)
......
1 /* GNU Mailutils -- a suite of utilities for electronic mail 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 2004, 2005 Free Software Foundation, Inc. 2 Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
3 3
4 This library is free software; you can redistribute it and/or 4 This library is free software; you can redistribute it and/or
5 modify it under the terms of the GNU Lesser General Public 5 modify it under the terms of the GNU Lesser General Public
......