Commit bf07c0b8 bf07c0b891aad29dd8eb45ff3c1b1ea8c23e7dce by Sergey Poznyakoff

Fix copyleft notices to follow the GNU standards.

1 parent f3188dcc
Showing 830 changed files with 162 additions and 349 deletions
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils
2
3 ## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2 ## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 ## 2009, 2010 Free Software Foundation, Inc. 3 ## 2009, 2010 Free Software Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 ACLOCAL_AMFLAGS = -I m4 -I am -I gint 18 ACLOCAL_AMFLAGS = -I m4 -I am -I gint
22 19
......
...@@ -5,18 +5,18 @@ dnl ...@@ -5,18 +5,18 @@ dnl
5 dnl Written by Miles Bader <miles@gnu.ai.mit.edu> and 5 dnl Written by Miles Bader <miles@gnu.ai.mit.edu> and
6 dnl Sergey Poznyakoff <gray@gnu.org> 6 dnl Sergey Poznyakoff <gray@gnu.org>
7 dnl 7 dnl
8 dnl This program is free software; you can redistribute it and/or modify 8 dnl GNU Mailutils is free software; you can redistribute it and/or modify
9 dnl it under the terms of the GNU General Public License as published by 9 dnl it under the terms of the GNU General Public License as published by
10 dnl the Free Software Foundation; either version 3, or (at your option) 10 dnl the Free Software Foundation; either version 3, or (at your option)
11 dnl any later version. 11 dnl any later version.
12 dnl 12 dnl
13 dnl This program is distributed in the hope that it will be useful, 13 dnl GNU Mailutils is distributed in the hope that it will be useful,
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 dnl GNU General Public License for more details. 16 dnl GNU General Public License for more details.
17 dnl 17 dnl
18 dnl You should have received a copy of the GNU General Public License 18 dnl You should have received a copy of the GNU General Public License
19 dnl along with this program. If not, see <http://www.gnu.org/licenses/>. 19 dnl along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
20 dnl 20 dnl
21 21
22 dnl MU_CONFIG_PATHS -- Configure system paths for use by programs 22 dnl MU_CONFIG_PATHS -- Configure system paths for use by programs
......
...@@ -12,9 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ...@@ -12,9 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 dnl GNU General Public License for more details. 12 dnl GNU General Public License for more details.
13 dnl 13 dnl
14 dnl You should have received a copy of the GNU General Public License along 14 dnl You should have received a copy of the GNU General Public License along
15 dnl with GNU Mailutils; if not, write to the Free Software Foundation, 15 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 dnl
18 16
19 AH_TEMPLATE(BDB2_CURSOR_LASTARG, 17 AH_TEMPLATE(BDB2_CURSOR_LASTARG,
20 [Last argument to the cursor member of Berkeley 2 DB structure]) 18 [Last argument to the cursor member of Berkeley 2 DB structure])
......
...@@ -5,7 +5,7 @@ dnl This file is free software; as a special exception the author gives ...@@ -5,7 +5,7 @@ dnl This file is free software; as a special exception the author gives
5 dnl unlimited permission to copy and/or distribute it, with or without 5 dnl unlimited permission to copy and/or distribute it, with or without
6 dnl modifications, as long as this notice is preserved. 6 dnl modifications, as long as this notice is preserved.
7 dnl 7 dnl
8 dnl This program is distributed in the hope that it will be useful, but 8 dnl GNU Mailutils is distributed in the hope that it will be useful, but
9 dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 9 dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 10 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 dnl 11 dnl
......
...@@ -2,20 +2,18 @@ dnl This file is part of GNU mailutils. ...@@ -2,20 +2,18 @@ dnl This file is part of GNU mailutils.
2 dnl Copyright (C) 2002, 2005, 2007, 2009, 2010 Free Software Foundation, 2 dnl Copyright (C) 2002, 2005, 2007, 2009, 2010 Free Software Foundation,
3 dnl Inc. 3 dnl Inc.
4 dnl 4 dnl
5 dnl This program is free software; you can redistribute it and/or modify 5 dnl GNU Mailutils is free software; you can redistribute it and/or modify
6 dnl it under the terms of the GNU General Public License as published by 6 dnl it under the terms of the GNU General Public License as published by
7 dnl the Free Software Foundation; either version 3 of the License, or 7 dnl the Free Software Foundation; either version 3 of the License, or
8 dnl (at your option) any later version. 8 dnl (at your option) any later version.
9 dnl 9 dnl
10 dnl This program is distributed in the hope that it will be useful, 10 dnl GNU Mailutils is distributed in the hope that it will be useful,
11 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 11 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 dnl GNU General Public License for more details. 13 dnl GNU General Public License for more details.
14 dnl 14 dnl
15 dnl You should have received a copy of the GNU General Public License 15 dnl You should have received a copy of the GNU General Public License
16 dnl along with this program; if not, write to the Free Software Foundation, 16 dnl along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 dnl
19 17
20 dnl MU_ENABLE_SUPPORT(feature, [action-if-true], [action-if-false], 18 dnl MU_ENABLE_SUPPORT(feature, [action-if-true], [action-if-false],
21 dnl [default-value]) 19 dnl [default-value])
......
...@@ -12,8 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ...@@ -12,8 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 dnl GNU General Public License for more details. 12 dnl GNU General Public License for more details.
13 dnl 13 dnl
14 dnl You should have received a copy of the GNU General Public License along 14 dnl You should have received a copy of the GNU General Public License along
15 dnl with GNU Mailutils; if not, write to the Free Software Foundation, 15 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 dnl 16 dnl
18 AC_DEFUN([MU_CHECK_GSASL], 17 AC_DEFUN([MU_CHECK_GSASL],
19 [AC_CACHE_CHECK([whether to use GNU SASL library], 18 [AC_CACHE_CHECK([whether to use GNU SASL library],
......
...@@ -12,8 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ...@@ -12,8 +12,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 dnl GNU General Public License for more details. 12 dnl GNU General Public License for more details.
13 dnl 13 dnl
14 dnl You should have received a copy of the GNU General Public License along 14 dnl You should have received a copy of the GNU General Public License along
15 dnl with GNU Mailutils; if not, write to the Free Software Foundation, 15 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 dnl 16 dnl
18 AC_DEFUN([MU_CHECK_TLS], 17 AC_DEFUN([MU_CHECK_TLS],
19 [ 18 [
......
1 # Bootstrap configuration. 1 # Bootstrap configuration for GNU Mailutils.
2 2 #
3 # Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, 3 # Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
4 # Inc. 4 # Inc.
5 5 #
6 # This program is free software; you can redistribute it and/or modify 6 # GNU Mailutils is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by 7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3, or (at your option) 8 # the Free Software Foundation; either version 3, or (at your option)
9 # any later version. 9 # any later version.
10 10 #
11 # This program is distributed in the hope that it will be useful, 11 # GNU Mailutils is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details. 14 # GNU General Public License for more details.
15 15 #
16 # You should have received a copy of the GNU General Public License 16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software 17 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 # 02110-1301, USA.
20 18
21 gnulib_name=libmuaux 19 gnulib_name=libmuaux
22 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #include <mailutils/xcmc.h> 19 #include <mailutils/xcmc.h>
20 20
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
13 Lesser General Public License for more details. 13 Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software 16 License along with this library. If not, see
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ 17 <http://www.gnu.org/licenses/>. */
18 18
19 #ifndef _XCMC_H 19 #ifndef _XCMC_H
20 #define _XCMC_H 20 #define _XCMC_H
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -14,9 +13,7 @@ ...@@ -14,9 +13,7 @@
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with GNU Mailutils; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 INCLUDES = @MU_APP_COMMON_INCLUDES@ 18 INCLUDES = @MU_APP_COMMON_INCLUDES@
22 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "comsat.h" 18 #include "comsat.h"
21 #include <mailutils/io.h> 19 #include <mailutils/io.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "comsat.h" 18 #include "comsat.h"
21 #define MU_CFG_COMPATIBILITY /* This source uses deprecated cfg interfaces */ 19 #define MU_CFG_COMPATIBILITY /* This source uses deprecated cfg interfaces */
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 INCLUDES = @MU_APP_COMMON_INCLUDES@ 18 INCLUDES = @MU_APP_COMMON_INCLUDES@
22 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -5,13 +5,13 @@ dnl modify it under the terms of the GNU General Public License as ...@@ -5,13 +5,13 @@ dnl modify it under the terms of the GNU General Public License as
5 dnl published by the Free Software Foundation; either version 3, or (at 5 dnl published by the Free Software Foundation; either version 3, or (at
6 dnl your option) any later version. 6 dnl your option) any later version.
7 dnl 7 dnl
8 dnl This program is distributed in the hope that it will be useful, but 8 dnl GNU Mailutils is distributed in the hope that it will be useful, but
9 dnl WITHOUT ANY WARRANTY; without even the implied warranty of 9 dnl WITHOUT ANY WARRANTY; without even the implied warranty of
10 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 10 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 dnl General Public License for more details. 11 dnl General Public License for more details.
12 dnl 12 dnl
13 dnl You should have received a copy of the GNU General Public License 13 dnl You should have received a copy of the GNU General Public License
14 dnl along with this program. If not, see <http://www.gnu.org/licenses/>. 14 dnl along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
15 15
16 dnl AM_GNU_MAILUTILS(minversion, link-req, [act-if-found], [ac-if-not-found]) 16 dnl AM_GNU_MAILUTILS(minversion, link-req, [act-if-found], [ac-if-not-found])
17 dnl $1 $2 $3 $4 17 dnl $1 $2 $3 $4
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2000, 2001, 2002, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2000, 2001, 2002, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 SUBDIRS = texinfo man 18 SUBDIRS = texinfo man
22 EXTRA_DIST = ChangeLog.CVS rfc/README 19 EXTRA_DIST = ChangeLog.CVS rfc/README
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2003, 2004, 2007, 2010 Free Software 2 ## Copyright (C) 2001, 2002, 2003, 2004, 2007, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 man_MANS = pop3d.1 imap4d.1 popauth.1 mail.1 18 man_MANS = pop3d.1 imap4d.1 popauth.1 mail.1
22 EXTRA_DIST = $(man_MANS) 19 EXTRA_DIST = $(man_MANS)
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010 Free 2 ## Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010 Free
4 ## Software Foundation, Inc. 3 ## Software Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 info_TEXINFOS = mailutils.texi 18 info_TEXINFOS = mailutils.texi
22 19
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc. 2 ## Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc.
4 ## 3 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 4 ## GNU Mailutils is free software; you can redistribute it and/or
...@@ -7,15 +6,13 @@ ...@@ -7,15 +6,13 @@
7 ## published by the Free Software Foundation; either version 3, or (at 6 ## published by the Free Software Foundation; either version 3, or (at
8 ## your option) any later version. 7 ## your option) any later version.
9 ## 8 ##
10 ## This program is distributed in the hope that it will be useful, but 9 ## GNU Mailutils is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details. 12 ## General Public License for more details.
14 ## 13 ##
15 ## You should have received a copy of the GNU General Public License 14 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software 15 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301 USA
19 16
20 INCLUDES = @MU_APP_COMMON_INCLUDES@ 17 INCLUDES = @MU_APP_COMMON_INCLUDES@
21 18
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009, 2010 Free 2 ## Copyright (C) 2002, 2003, 2004, 2007, 2008, 2009, 2010 Free
4 ## Software Foundation, Inc. 3 ## Software Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 if MU_COND_SUPPORT_POP 18 if MU_COND_SUPPORT_POP
22 POP3CLIENT = pop3client 19 POP3CLIENT = pop3client
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software 2 ## Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 EXTRA_DIST = \ 18 EXTRA_DIST = \
22 dot.biffrc\ 19 dot.biffrc\
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 # published by the Free Software Foundation; either version 3, or (at 7 # published by the Free Software Foundation; either version 3, or (at
8 # your option) any later version. 8 # your option) any later version.
9 # 9 #
10 # This program is distributed in the hope that it will be useful, 10 # GNU Mailutils is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details. 13 # GNU General Public License for more details.
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2 ##
3 ## Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 MU_CXX_EXAMPLES_LIST = \ 18 MU_CXX_EXAMPLES_LIST = \
22 addr\ 19 addr\
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <cstring> 19 #include <cstring>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 /* This is an example program to illustrate the use of stream functions. 18 /* This is an example program to illustrate the use of stream functions.
23 It connects to a remote HTTP server and prints the contents of its 19 It connects to a remote HTTP server and prints the contents of its
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <cstdlib> 19 #include <cstdlib>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <cstdlib> 19 #include <cstdlib>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #include <iostream> 17 #include <iostream>
20 #include <cstdlib> 18 #include <cstdlib>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <cstdlib> 19 #include <cstdlib>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #include <iostream> 17 #include <iostream>
20 #include <cstdlib> 18 #include <cstdlib>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #include <iostream> 17 #include <iostream>
20 #include <cstdlib> 18 #include <cstdlib>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <mailutils/cpp/mailutils.h> 19 #include <mailutils/cpp/mailutils.h>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 2 Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
4 Inc. 3 Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <cstdlib> 19 #include <cstdlib>
......
1 /* 1 /* GNU Mailutils -- a suite of utilities for electronic mail
2 GNU Mailutils -- a suite of utilities for electronic mail
3 Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software 2 Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software
4 Foundation, Inc. 3 Foundation, Inc.
5 4
...@@ -14,10 +13,7 @@ ...@@ -14,10 +13,7 @@
14 GNU General Public License for more details. 13 GNU General Public License for more details.
15 14
16 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
17 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301 USA
20 */
21 17
22 #include <iostream> 18 #include <iostream>
23 #include <vector> 19 #include <vector>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 /* This is an example program to illustrate the use of stream functions. 18 /* This is an example program to illustrate the use of stream functions.
21 It connects to a remote HTTP server and prints the contents of its 19 It connects to a remote HTTP server and prints the contents of its
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 /* This is a "fake" mta designed for testing purposes. It imitates 18 /* This is a "fake" mta designed for testing purposes. It imitates
21 sendmail sending and daemon modes. It does not actually send anything, 19 sendmail sending and daemon modes. It does not actually send anything,
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Mailutils; if not, write to the Free Software 19 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 MA 02110-1301 USA */
22 20
23 #ifdef HAVE_CONFIG_H 21 #ifdef HAVE_CONFIG_H
24 # include <config.h> 22 # include <config.h>
......
...@@ -13,9 +13,8 @@ ...@@ -13,9 +13,8 @@
13 GNU Lesser General Public License for more details. 13 GNU Lesser General Public License for more details.
14 14
15 You should have received a copy of the GNU Lesser General Public 15 You should have received a copy of the GNU Lesser General Public
16 License along with GNU Mailutils; if not, write to the Free 16 License along with GNU Mailutils. If not, see
17 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 <http://www.gnu.org/licenses/>. */;
18 Boston, MA 02110-1301 USA */
19 18
20 /* This is an example on how to write extension tests for GNU sieve. 19 /* This is an example on how to write extension tests for GNU sieve.
21 It provides test "numaddr". 20 It provides test "numaddr".
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Mailutils; if not, write to the Free Software 19 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21 MA 02110-1301 USA */
22 20
23 #ifdef HAVE_CONFIG_H 21 #ifdef HAVE_CONFIG_H
24 # include <config.h> 22 # include <config.h>
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2009, 2010 Free Software Foundation, Inc. 2 ## Copyright (C) 2009, 2010 Free Software Foundation, Inc.
4 ## 3 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 4 ## GNU Mailutils is free software; you can redistribute it and/or
...@@ -7,15 +6,13 @@ ...@@ -7,15 +6,13 @@
7 ## published by the Free Software Foundation; either version 3, or (at 6 ## published by the Free Software Foundation; either version 3, or (at
8 ## your option) any later version. 7 ## your option) any later version.
9 ## 8 ##
10 ## This program is distributed in the hope that it will be useful, but 9 ## GNU Mailutils is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details. 12 ## General Public License for more details.
14 ## 13 ##
15 ## You should have received a copy of the GNU General Public License 14 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software 15 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301 USA
19 16
20 EXTRA_DIST = \ 17 EXTRA_DIST = \
21 addr.py\ 18 addr.py\
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 from mailutils import address 18 from mailutils import address
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 import getopt 18 import getopt
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 from mailutils import stream 18 from mailutils import stream
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 from mailutils import folder 18 from mailutils import folder
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 from mailutils import stream, mailcap 17 from mailutils import stream, mailcap
20 18
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 import getopt 18 import getopt
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 import getopt 18 import getopt
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 from mailutils import * 18 from mailutils import *
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with GNU Mailutils; if not, write to the Free Software 15 # along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
18 16
19 import sys 17 import sys
20 from mailutils import url 18 from mailutils import url
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. 2 ## Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
4 ## 3 ##
5 ## GNU Mailutils is free software; you can redistribute it and/or 4 ## GNU Mailutils is free software; you can redistribute it and/or
...@@ -7,15 +6,13 @@ ...@@ -7,15 +6,13 @@
7 ## published by the Free Software Foundation; either version 3, or (at 6 ## published by the Free Software Foundation; either version 3, or (at
8 ## your option) any later version. 7 ## your option) any later version.
9 ## 8 ##
10 ## This program is distributed in the hope that it will be useful, but 9 ## GNU Mailutils is distributed in the hope that it will be useful, but
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details. 12 ## General Public License for more details.
14 ## 13 ##
15 ## You should have received a copy of the GNU General Public License 14 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software 15 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
18 ## 02110-1301 USA
19 16
20 EXTRA_DIST = reply.scm 17 EXTRA_DIST = reply.scm
21 18
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;; This is a simple Guile program that generates automatic reply to 18 ;;; This is a simple Guile program that generates automatic reply to
20 ;;; incoming mail messages. 19 ;;; incoming mail messages.
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #ifdef HAVE_CONFIG_H 18 #ifdef HAVE_CONFIG_H
21 # include <config.h> 19 # include <config.h>
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free 2 ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free
4 ## Software Foundation, Inc. 3 ## Software Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 INCLUDES = @MU_APP_COMMON_INCLUDES@ 18 INCLUDES = @MU_APP_COMMON_INCLUDES@
22 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include <frm.h> 18 #include <frm.h>
21 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include <frm.h> 18 #include <frm.h>
21 19
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with GNU Mailutils; if not, write to the Free Software 15 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19 #ifdef HAVE_CONFIG_H 17 #ifdef HAVE_CONFIG_H
20 # include <config.h> 18 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include <frm.h> 18 #include <frm.h>
21 19
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 # published by the Free Software Foundation; either version 3, or (at 6 # published by the Free Software Foundation; either version 3, or (at
7 # your option) any later version. 7 # your option) any later version.
8 # 8 #
9 # This program is distributed in the hope that it will be useful, but 9 # GNU Mailutils is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of 10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # General Public License for more details. 12 # General Public License for more details.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 # published by the Free Software Foundation; either version 3, or (at 6 # published by the Free Software Foundation; either version 3, or (at
7 # your option) any later version. 7 # your option) any later version.
8 # 8 #
9 # This program is distributed in the hope that it will be useful, but 9 # GNU Mailutils is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of 10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # General Public License for more details. 12 # General Public License for more details.
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2001, 2002, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 INCLUDES = @MU_APP_COMMON_INCLUDES@ @GUILE_INCLUDES@ 18 INCLUDES = @MU_APP_COMMON_INCLUDES@ @GUILE_INCLUDES@
22 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "guimb.h" 18 #include "guimb.h"
21 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #if defined(HAVE_CONFIG_H) 18 #if defined(HAVE_CONFIG_H)
21 # include <config.h> 19 # include <config.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "guimb.h" 18 #include "guimb.h"
21 #include "mailutils/libargp.h" 19 #include "mailutils/libargp.h"
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 2001, 2002, 2006, 2007, 2009, 2010 Free Software 2 ## Copyright (C) 2001, 2002, 2006, 2007, 2009, 2010 Free Software
4 ## Foundation, Inc. 3 ## Foundation, Inc.
5 ## 4 ##
...@@ -8,15 +7,13 @@ ...@@ -8,15 +7,13 @@
8 ## published by the Free Software Foundation; either version 3, or (at 7 ## published by the Free Software Foundation; either version 3, or (at
9 ## your option) any later version. 8 ## your option) any later version.
10 ## 9 ##
11 ## This program is distributed in the hope that it will be useful, but 10 ## GNU Mailutils is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 MU_GUILE_SIEVE_SCRIPTS_X=sieve.scm 18 MU_GUILE_SIEVE_SCRIPTS_X=sieve.scm
22 bin_SCRIPTS = sieve.scm 19 bin_SCRIPTS = sieve.scm
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides GNU extension test "mimeheader". 18 ;;;; This module provides GNU extension test "mimeheader".
20 19
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides GNU extension test "numaddr". 18 ;;;; This module provides GNU extension test "numaddr".
20 19
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides sieve's "redirect" action. 18 ;;;; This module provides sieve's "redirect" action.
20 19
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides sieve's "reject" action. 18 ;;;; This module provides sieve's "reject" action.
20 19
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides core functionality for the sieve scripts. 18 ;;;; This module provides core functionality for the sieve scripts.
20 19
......
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
16 ;;;; GNU General Public License for more details. 16 ;;;; GNU General Public License for more details.
17 ;;;; 17 ;;;;
18 ;;;; You should have received a copy of the GNU General Public License along 18 ;;;; You should have received a copy of the GNU General Public License along
19 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 19 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
20 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 ;;;; 20 ;;;;
22 21
23 ;;;; This is a Sieve to Scheme translator. 22 ;;;; This is a Sieve to Scheme translator.
......
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 ;;;; GNU General Public License for more details. 13 ;;;; GNU General Public License for more details.
14 ;;;; 14 ;;;;
15 ;;;; You should have received a copy of the GNU General Public License along 15 ;;;; You should have received a copy of the GNU General Public License along
16 ;;;; with GNU Mailutils; if not, write to the Free Software Foundation, 16 ;;;; with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
17 ;;;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 17
19 ;;;; This module provides "vacation" extension 18 ;;;; This module provides "vacation" extension
20 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "guimb.h" 18 #include "guimb.h"
21 19
......
1 ## Process this file with GNU Automake to create Makefile.in 1 ## This file is part of GNU Mailutils.
2
3 ## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009, 2 ## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009,
4 ## 2010 Free Software Foundation, Inc. 3 ## 2010 Free Software Foundation, Inc.
5 ## 4 ##
...@@ -14,9 +13,7 @@ ...@@ -14,9 +13,7 @@
14 ## General Public License for more details. 13 ## General Public License for more details.
15 ## 14 ##
16 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
17 ## along with GNU Mailutils; if not, write to the Free Software 16 ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 ## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
19 ## 02110-1301 USA
20 17
21 INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@ 18 INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@
22 SUBDIRS = testsuite 19 SUBDIRS = testsuite
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "imap4d.h" 18 #include "imap4d.h"
21 19
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 #include "imap4d.h" 18 #include "imap4d.h"
21 #include <gsasl.h> 19 #include <gsasl.h>
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
13 GNU General Public License for more details. 13 GNU General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNU Mailutils; if not, write to the Free Software 16 along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. */
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 MA 02110-1301 USA */
19 17
20 /* 18 /*
21 GSSAPI authentication for imap (rfc 1731). 19 GSSAPI authentication for imap (rfc 1731).
......