aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgme/context.h2
-rw-r--r--gpgme/data-mem.c2
-rw-r--r--gpgme/data.c2
-rw-r--r--gpgme/decrypt-verify.c2
-rw-r--r--gpgme/decrypt.c2
-rw-r--r--gpgme/delete.c2
-rw-r--r--gpgme/edit.c2
-rw-r--r--gpgme/encrypt-sign.c2
-rw-r--r--gpgme/encrypt.c2
-rw-r--r--gpgme/engine-backend.h2
-rw-r--r--gpgme/engine-gpgsm.c2
-rw-r--r--gpgme/engine.c2
-rw-r--r--gpgme/engine.h2
-rw-r--r--gpgme/export.c2
-rw-r--r--gpgme/genkey.c2
-rw-r--r--gpgme/gpgme.c2
-rw-r--r--gpgme/gpgme.h2
-rw-r--r--gpgme/import.c2
-rw-r--r--gpgme/key.c2
-rw-r--r--gpgme/keylist.c2
-rw-r--r--gpgme/ops.h2
-rw-r--r--gpgme/passphrase.c2
-rw-r--r--gpgme/posix-io.c37
-rw-r--r--gpgme/posix-sema.c37
-rw-r--r--gpgme/posix-util.c37
-rw-r--r--gpgme/recipient.c2
-rw-r--r--gpgme/rungpg.c2
-rw-r--r--gpgme/sign.c2
-rw-r--r--gpgme/signers.c2
-rw-r--r--gpgme/trustlist.c2
-rw-r--r--gpgme/verify.c2
-rw-r--r--gpgme/w32-io.c39
-rw-r--r--gpgme/w32-sema.c37
-rw-r--r--gpgme/w32-util.c39
34 files changed, 138 insertions, 144 deletions
diff --git a/gpgme/context.h b/gpgme/context.h
index c21bfb19..fa6a3dc0 100644
--- a/gpgme/context.h
+++ b/gpgme/context.h
@@ -1,6 +1,6 @@
/* context.h
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/data-mem.c b/gpgme/data-mem.c
index f6869ad3..34de7e9a 100644
--- a/gpgme/data-mem.c
+++ b/gpgme/data-mem.c
@@ -1,5 +1,5 @@
/* data-mem.c - A memory based data object.
- Copyright (C) 2002 g10 Code GmbH
+ Copyright (C) 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/data.c b/gpgme/data.c
index e0ab8fbb..038307e9 100644
--- a/gpgme/data.c
+++ b/gpgme/data.c
@@ -1,5 +1,5 @@
/* data.c - An abstraction for data objects.
- Copyright (C) 2002 g10 Code GmbH
+ Copyright (C) 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/decrypt-verify.c b/gpgme/decrypt-verify.c
index 8a93f1e7..d2939f67 100644
--- a/gpgme/decrypt-verify.c
+++ b/gpgme/decrypt-verify.c
@@ -1,6 +1,6 @@
/* decrypt-verify.c - decrypt and verify functions
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/decrypt.c b/gpgme/decrypt.c
index 6f38e6a0..e7f3914c 100644
--- a/gpgme/decrypt.c
+++ b/gpgme/decrypt.c
@@ -1,6 +1,6 @@
/* decrypt.c - Decrypt function.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/delete.c b/gpgme/delete.c
index ec77d3c1..2fe33867 100644
--- a/gpgme/delete.c
+++ b/gpgme/delete.c
@@ -1,5 +1,5 @@
/* delete.c - Delete a key.
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/edit.c b/gpgme/edit.c
index d713cab6..ec898dc9 100644
--- a/gpgme/edit.c
+++ b/gpgme/edit.c
@@ -1,5 +1,5 @@
/* edit.c - Key edit functions.
- Copyright (C) 2002 g10 Code GmbH
+ Copyright (C) 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/encrypt-sign.c b/gpgme/encrypt-sign.c
index 9768756d..fd277abf 100644
--- a/gpgme/encrypt-sign.c
+++ b/gpgme/encrypt-sign.c
@@ -1,6 +1,6 @@
/* encrypt-sign.c - encrypt and verify functions
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/encrypt.c b/gpgme/encrypt.c
index 06b6ff8f..3b36d76d 100644
--- a/gpgme/encrypt.c
+++ b/gpgme/encrypt.c
@@ -1,6 +1,6 @@
/* encrypt.c - Encrypt functions.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/engine-backend.h b/gpgme/engine-backend.h
index 4d4b800d..84da0c5a 100644
--- a/gpgme/engine-backend.h
+++ b/gpgme/engine-backend.h
@@ -1,5 +1,5 @@
/* engine-backend.h - A crypto backend for the engine interface.
- Copyright (C) 2002 g10 Code GmbH
+ Copyright (C) 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/engine-gpgsm.c b/gpgme/engine-gpgsm.c
index 1ab234d7..190eeb52 100644
--- a/gpgme/engine-gpgsm.c
+++ b/gpgme/engine-gpgsm.c
@@ -1,6 +1,6 @@
/* engine-gpgsm.c - GpgSM engine.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/engine.c b/gpgme/engine.c
index ee4f387f..fcb67907 100644
--- a/gpgme/engine.c
+++ b/gpgme/engine.c
@@ -1,6 +1,6 @@
/* engine.c - GPGME engine support.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/engine.h b/gpgme/engine.h
index 82baedc7..d24169c2 100644
--- a/gpgme/engine.h
+++ b/gpgme/engine.h
@@ -1,6 +1,6 @@
/* engine.h - GPGME engine interface.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/export.c b/gpgme/export.c
index e9e58e14..9fefee88 100644
--- a/gpgme/export.c
+++ b/gpgme/export.c
@@ -1,6 +1,6 @@
/* export.c - Encrypt functions.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/genkey.c b/gpgme/genkey.c
index 85e252e7..427365ea 100644
--- a/gpgme/genkey.c
+++ b/gpgme/genkey.c
@@ -1,6 +1,6 @@
/* genkey.c - Key generation.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/gpgme.c b/gpgme/gpgme.c
index 827516cd..472f9f1e 100644
--- a/gpgme/gpgme.c
+++ b/gpgme/gpgme.c
@@ -1,6 +1,6 @@
/* gpgme.c - GnuPG Made Easy.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index eeb24b4c..1cea05e5 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -1,6 +1,6 @@
/* gpgme.h - Public interface to GnuPG Made Easy.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/import.c b/gpgme/import.c
index d4f1154c..46c696bc 100644
--- a/gpgme/import.c
+++ b/gpgme/import.c
@@ -1,6 +1,6 @@
/* import.c - Import functions.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/key.c b/gpgme/key.c
index c9ef53d1..b1dc0ce1 100644
--- a/gpgme/key.c
+++ b/gpgme/key.c
@@ -1,6 +1,6 @@
/* key.c - Key objects.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/keylist.c b/gpgme/keylist.c
index 3c671dea..c2b3c992 100644
--- a/gpgme/keylist.c
+++ b/gpgme/keylist.c
@@ -1,6 +1,6 @@
/* keylist.c - Listing keys.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/ops.h b/gpgme/ops.h
index 83f26f82..b382ec2c 100644
--- a/gpgme/ops.h
+++ b/gpgme/ops.h
@@ -1,6 +1,6 @@
/* ops.h - internal operations stuff
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/passphrase.c b/gpgme/passphrase.c
index f9020fdb..43f2b7ba 100644
--- a/gpgme/passphrase.c
+++ b/gpgme/passphrase.c
@@ -1,6 +1,6 @@
/* passphrase.c - passphrase functions
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/posix-io.c b/gpgme/posix-io.c
index ecd7a217..49bca0f9 100644
--- a/gpgme/posix-io.c
+++ b/gpgme/posix-io.c
@@ -1,23 +1,22 @@
/* posix-io.c - Posix I/O functions
- * Copyright (C) 2000 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Copyright (C) 2000 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gpgme/posix-sema.c b/gpgme/posix-sema.c
index 30a4ad68..45ca7289 100644
--- a/gpgme/posix-sema.c
+++ b/gpgme/posix-sema.c
@@ -1,23 +1,22 @@
/* posix-sema.c
- * Copyright (C) 2001 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Copyright (C) 2001 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gpgme/posix-util.c b/gpgme/posix-util.c
index 337f226e..47d4cca3 100644
--- a/gpgme/posix-util.c
+++ b/gpgme/posix-util.c
@@ -1,23 +1,22 @@
/* posix-util.c - Utility functions for Posix
- * Copyright (C) 2001 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Copyright (C) 2001 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gpgme/recipient.c b/gpgme/recipient.c
index f7f9192b..7dbfe3cd 100644
--- a/gpgme/recipient.c
+++ b/gpgme/recipient.c
@@ -1,6 +1,6 @@
/* recipient.c - mainatin recipient sets
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c
index 17c1b99e..80981ae7 100644
--- a/gpgme/rungpg.c
+++ b/gpgme/rungpg.c
@@ -1,6 +1,6 @@
/* rungpg.c - Gpg Engine.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/sign.c b/gpgme/sign.c
index 08449bdd..d8431cb9 100644
--- a/gpgme/sign.c
+++ b/gpgme/sign.c
@@ -1,6 +1,6 @@
/* sign.c - signing functions
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/signers.c b/gpgme/signers.c
index 7f99ea0a..648a82d1 100644
--- a/gpgme/signers.c
+++ b/gpgme/signers.c
@@ -1,6 +1,6 @@
/* signers.c - maintain signer sets
Copyright (C) 2001 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/trustlist.c b/gpgme/trustlist.c
index 81b255cc..8dbc9f58 100644
--- a/gpgme/trustlist.c
+++ b/gpgme/trustlist.c
@@ -1,6 +1,6 @@
/* trustlist.c - Trust item listing.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/verify.c b/gpgme/verify.c
index 29b6b4d4..f678dc03 100644
--- a/gpgme/verify.c
+++ b/gpgme/verify.c
@@ -1,6 +1,6 @@
/* verify.c - Signature verification.
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001, 2002 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
This file is part of GPGME.
diff --git a/gpgme/w32-io.c b/gpgme/w32-io.c
index 9170e367..6f56438a 100644
--- a/gpgme/w32-io.c
+++ b/gpgme/w32-io.c
@@ -1,23 +1,22 @@
-/* w32-io.c - W32 API I/O functions
- * Copyright (C) 2000 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+/* w32-io.c - W32 API I/O functions.
+ Copyright (C) 2000 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gpgme/w32-sema.c b/gpgme/w32-sema.c
index a96fe31a..d0c25766 100644
--- a/gpgme/w32-sema.c
+++ b/gpgme/w32-sema.c
@@ -1,23 +1,22 @@
/* w32-sema.c
- * Copyright (C) 2001 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Copyright (C) 2001 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gpgme/w32-util.c b/gpgme/w32-util.c
index 674fb7dd..f01555da 100644
--- a/gpgme/w32-util.c
+++ b/gpgme/w32-util.c
@@ -1,24 +1,23 @@
/* w32-util.c - Utility functions for the W32 API
- * Copyright (C) 1999 Free Software Foundation, Inc
- * Copyright (C) 2001 Werner Koch (dd9jn)
- * Copyright (C) 2001, 2002 g10 Code GmbH
- *
- * This file is part of GPGME.
- *
- * GPGME is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * GPGME is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Copyright (C) 1999 Free Software Foundation, Inc
+ Copyright (C) 2001 Werner Koch (dd9jn)
+ Copyright (C) 2001, 2002, 2003 g10 Code GmbH
+
+ This file is part of GPGME.
+
+ GPGME is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ GPGME is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GPGME; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include <config.h>