]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Cleanup copyright headers.
authorSimon Josefsson <simon@josefsson.org>
Wed, 25 Jan 2012 11:03:52 +0000 (12:03 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 25 Jan 2012 11:03:52 +0000 (12:03 +0100)
159 files changed:
lib/abstract_int.h
lib/crypto-api.c
lib/crypto-backend.c
lib/crypto.h
lib/debug.c
lib/ext/max_record.c
lib/ext/max_record.h
lib/ext/safe_renegotiation.c
lib/ext/server_name.c
lib/ext/server_name.h
lib/ext/session_ticket.c
lib/ext/signature.c
lib/ext/signature.h
lib/ext/srp.c
lib/ext/srp.h
lib/gnutls.pc.in
lib/gnutls_alert.c
lib/gnutls_anon_cred.c
lib/gnutls_auth.c
lib/gnutls_buffers.c
lib/gnutls_cipher.c
lib/gnutls_cipher_int.c
lib/gnutls_compress.c
lib/gnutls_constate.c
lib/gnutls_datum.c
lib/gnutls_dh.c
lib/gnutls_dh_primes.c
lib/gnutls_ecc.h
lib/gnutls_errors.c
lib/gnutls_extensions.c
lib/gnutls_global.c
lib/gnutls_hash_int.c
lib/gnutls_helper.c
lib/gnutls_helper.h
lib/gnutls_kx.c
lib/gnutls_mem.c
lib/gnutls_mpi.c
lib/gnutls_num.c
lib/gnutls_priority.c
lib/gnutls_psk.c
lib/gnutls_rsa_export.c
lib/gnutls_session.c
lib/gnutls_session_pack.c
lib/gnutls_sig.c
lib/gnutls_srp.c
lib/gnutls_supplemental.c
lib/gnutls_ui.c
lib/gnutls_v2_compat.c
lib/gnutlsxx.cpp
lib/hash.h
lib/locks.h
lib/nettle/cipher.c
lib/nettle/ecc.h
lib/nettle/egd.c
lib/nettle/egd.h
lib/nettle/init.c
lib/nettle/mac.c
lib/nettle/mpi.c
lib/nettle/pk.c
lib/nettle/rnd.c
lib/opencdk/armor.c
lib/opencdk/context.h
lib/opencdk/filters.h
lib/opencdk/hash.c
lib/opencdk/kbnode.c
lib/opencdk/keydb.c
lib/opencdk/keydb.h
lib/opencdk/literal.c
lib/opencdk/main.h
lib/opencdk/misc.c
lib/opencdk/new-packet.c
lib/opencdk/opencdk.h
lib/opencdk/packet.h
lib/opencdk/pubkey.c
lib/opencdk/read-packet.c
lib/opencdk/seskey.c
lib/opencdk/sig-check.c
lib/opencdk/stream.c
lib/opencdk/stream.h
lib/opencdk/types.h
lib/opencdk/write-packet.c
lib/openpgp/compat.c
lib/openpgp/extras.c
lib/openpgp/gnutls_openpgp.h
lib/openpgp/openpgp_int.h
lib/openpgp/output.c
lib/openpgp/pgpverify.c
lib/pkcs11_int.h
lib/random.c
lib/system.c
lib/system.h
lib/x509/crl.c
lib/x509/crl_write.c
lib/x509/crq.c
lib/x509/dn.c
lib/x509/mpi.c
lib/x509/pbkdf2-sha1.c
lib/x509/pbkdf2-sha1.h
lib/x509/pkcs12.c
lib/x509/pkcs12_bag.c
lib/x509/pkcs12_encr.c
lib/x509/pkcs7.c
lib/x509/privkey.c
lib/x509/privkey_pkcs8.c
lib/x509/rfc2818_hostname.c
lib/x509/sign.c
lib/x509/x509_write.c
src/benchmark.h
src/certtool-cfg.h
src/certtool-common.h
src/common.h
src/p11common.h
src/p11tool.h
src/pkcs11.c
src/serv.c
src/tests.h
src/udp-serv.h
tests/anonself.c
tests/certder.c
tests/certificate_set_x509_crl.c
tests/certuniqueid.c
tests/chainverify.c
tests/crq_apis.c
tests/cve-2008-4989.c
tests/cve-2009-1415.c
tests/dhepskself.c
tests/dn.c
tests/dn2.c
tests/gc.c
tests/hostname-check.c
tests/init_roundtrip.c
tests/mini-deflate.c
tests/mini-eagain-dtls.c
tests/mini-eagain.c
tests/mini-x509-rehandshake.c
tests/mini-x509.c
tests/mini.c
tests/moredn.c
tests/mpi.c
tests/nul-in-x509-names.c
tests/openpgp-keyring.c
tests/openpgpself.c
tests/openssl.c
tests/parse_ca.c
tests/pgps2kgnu.c
tests/pkcs12_encode.c
tests/pkcs12_s2k.c
tests/pskself.c
tests/resume.c
tests/rfc2253-escape-test
tests/rng-fork.c
tests/set_pkcs12_cred.c
tests/setcredcrash.c
tests/simple.c
tests/utils.h
tests/x509_altname.c
tests/x509_test.c
tests/x509dn.c
tests/x509self.c

index 27888ca0337c1313feaf78d98c7d31619b98df32..ca2be2b853883891aedc2d9460d423d698ea6606 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef _ABSTRACT_INT_H
 # define _ABSTRACT_INT_H
 
index 290e3393c614e1d7360f70de963cc3baf950c83a..2073266b96fe0b85d8b7708d5ea935396499054b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2004-2005, 2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 79c0688495b7bfcfdc40681e346980a282b9bab7..6d081555839527157b24214f79a6c70e3e26c103 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 058c3463c9a30bbccaff0fe40dd1ed683d5cb7d6..5babd6ed30a4648c34f51e1e8acaafab581263c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 95d8ff5c4e35948d65aadcdb601f5c84f81ae0d2..fc350f3515213593c3df50783c6ec93de277881a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 2c45eb5157c3d0da2a10910bebd0d821ebd01578..002c306d8c62bf694cba2b002698763278195766 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001, 2004-2005, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 41799267dfc79b4cf2e7dcac9aec4c258cc8e741..4bcfe524734ccd1e0cb534f671af1e721d7e227d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 503efda76219aa187967d9c9cc3a68ccb2fa45bb..1d6b67c90a0078cdb17e6db26127e914d2522299 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Steve Dispensa (<dispensa@phonefactor.com>)
  *
index 7cd70c87a1ea8501697527b6625fa38c009305ea..91f5e88b1639dc003375bfa52e1dfbcc336c2274 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 6bf67551c97d151c0abe0b9586dca9a161f7abc1..28fd5c61be6a1b59cd294617d7a1c9f404953d4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 47e9da2c9f5e82fa5e6376c581067920ffcf6107..70f1299ed27218bd04633885522598a7b83ac641 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Daiki Ueno
  *
index 855a8c4b33e25fbcea6c95c48473755a73d6781e..4fe9795d8e26343f0c3c430f50d203854a0227fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2009-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index bab4aa35eb62fde01371cd5bdb17977b899a7ed9..c9acbfc57d782a4f1a65377f2e4dccebe64a20c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 1d971f719c1dc52dedd75cfd8a2c9511711fecbd..84b25ded8cee0b2570dc4be536ac0172da9f6149 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 4fadfbb6276f2be66a97ff87b3411d7d34d64d5a..66629ef7babc00a2fc8a8b749d729df8dcac8465 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index b11acc830a9c2ac35b501dd67d2dc96973c6145e..c45f8f35d8f654ace01d2408afae9a8a8f918fd9 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a pkg-config metadata file.
 
-# Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2012 Free Software Foundation, Inc.
 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
index e03d98584734a7fc6c313a41fdb6d3758822b63a..4842c3f1009532725a512aadba916c8ef8f5e2b7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2008, 2010-2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 2c2b33d9de388cb574a6a8dcfee55e56db81f34e..75e4bf7dfa344a12871b63e7592a47a1a909143c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001, 2004-2005, 2007-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 0567dbfcc2b9a1be3e15d848f9c3d280509bac7b..13eb63e546a27e1de0e55cb7af73698816bf14ee 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 2576d1759a53936ad0a684b513c8f73f743c24ca..630361f9feaa4106aff28d6a0655e32c1196d228 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index ffe21fb4cdc402fe5ad6a157d56e756500207f81..2b66103dbb80020b85d72e503e5a9a78b496da9d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index c6b83749b22d999c4527735b994aaf55752dd96e..94f7b134243a50eb17d1ed2c97da442c9408271a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index eaa342fa80ed7f05f85b2e8f1f0273ecb0d7e137..01728cace2c567ad5952b43c42e7d461c926eadd 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2004-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index cac88824dca52e0810ea480f0ad851e6b0077fcb..83e32cea6d2541ab7f4d6b11d191459c17ff46ab 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2006, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 0b14c7d74d53760222d175f7c5a8f7ac3b8aa6eb..25d459f4627d44f6300ea6baee6d66a598b8fe1b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2007, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 8226d2045e6e4262ccda79fcbea84cc132235aaa..3cd09226239bbc4cffe8b69e755e5219bc41830a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index d5d685220f33af5c8946c757542548895e3ffe87..70d73d2efd21c2905aac55eaf1935b9eaa5efc9d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2001, 2003-2005, 2008-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 82216e8a865bd8c2cd4138b8a72dfbd825bf4263..6e669ab0e0539a11622aad58bdd34b3181625e91 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef GNUTLS_ECC_H
 # define GNUTLS_ECC_H
 
index 31bbe35249c308ae19711065bc641583b3f267b9..24f462d769de60fa3ba8a392bebad034001fd961 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 54db8d0d57e4caf143a14665bd7fc0a286ec5896..42857d015732b9e9e69fca79123e30a702b5433d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos, Simon Josefsson
  *
index 00b47ae9c6620ab26a4d3a479c0ff2e781ad50ae..51b59234a1e9460e6d87c23daf75e8c3a2c5af48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2006, 2008-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 22fa2f76d3c3c51983f79c9c234d12268c75de31..277d21dd85a8b28660469a15090966bd079de6d2 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2001, 2004-2005, 2007-2008, 2010-2012 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 8962900a445389bdd0a966630a8e9f4bdaec1300..e2e91faacfa45925fb77fbc03ba3921072dd181e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 25b0626cfe5752a991c941f24b2e3505c298033a..4d260c9b7738be26ea720914798546d61d92bf14 100644 (file)
@@ -1 +1,23 @@
+/*
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 int _gnutls_file_exists (const char *file);
index 7b510f09796a97fc64ae43e6465ee1d65888844a..fc920b5606832c2831fa253b5c79207c1c9c31c5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2001, 2004-2006, 2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 3fbfb6815bef409a39f433d1c163d24379fc47c2..ccdc5e12f52e3b82d50e51af1f5dfc3ed91781b9 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 12ab1c36af2393df2705ceb4911749400de0ba70..da6abba82b607eb213c05bd5e655212d17985c3a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index bfc7d8680d3ac730869c182567c7abcb006e60f8..6c7d968e632fa80025a714e785b51fab8a651c12 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 59f43271db009d076525d9637e0635628130259f..406f08248ce9e47cbd29ff5a5457f10be4af6ee4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 8fcc636399b2e1d2c7ae71c790c769dc7fab1e4c..8cc06209c97da8665bc7df861611eb700ee2c639 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 201809411ed22d1e9ba934f57058dce050200f42..63bd7822afec7e571b84b23c66ff084b9f6e263c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index ca7202252b9d6fc05fc537aa4b3d08db964edd6d..fbd807ba589ccbef6cf63ef977c489794eff9e38 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2003-2005, 2007-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index aec35b77cdf2404ba813cf7d3f72c9fac4cee686..77960dd76423e6de91c179fabe1fd5ef0cc30ea0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2000, 2004-2005, 2007-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 78aee30776308b9857adc39e41b78f8f313ad91b..d58544b3512cb382af0c126ba6690a9f538f2b8c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001, 2004-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 1046e04f8bfda5a4b861b3025053993a363b2ac8..f6ae21f2750c88886169026f30d47eb59a74ff8e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 70c1af79ee663a249aa8982a0e4b49c1793d9542..8fa2dfb17414a181872eda6f311211886d7a4243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index a82dc648a840f81774fcd7d24d67bd323c382e51..28dcadea8866e6cbe2430fb4201fcf0d78295545 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2001-2005, 2008-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 1876d3f0d80d9f9f6a6cc78d5f62f69351f6266d..f560f845db73381075a76c119d86dec9002ed706 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001, 2004-2006, 2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 4a272269653c9c7077c485151e628a20958c6e44..cba0006938f70be5208a427faab29b2a2b41d510 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index faecfd2c92c63aa56116b33476f34547e319c301..b256474eced7b90894185d8fe42e89173291c007 100644 (file)
@@ -1,2 +1,24 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 uint32_t _gnutls_bhash( const void *key, size_t length, uint32_t initval);
 
index e3d3825649c3c3db2aad50c3e238121dedb12703..fe7e3f4e74a46607a2d372493cad4af976d06ca7 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef GNUTLS_LOCKS_H
 #define GNUTLS_LOCKS_H
 
index 5beaf904739afd638c8e449d92e12869246ea344..1333cae97d9f500909609a44e7bce4e27637d10e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 7e0ed01fa43bcadfd492ca08a21430d136f58c3d..0925216760ee67ecdc79e1dd778b836f9142201c 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GNUTLS.
+ *
+ * The GNUTLS library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #include <gmp.h>
 #include <nettle/nettle-types.h>
 #include <nettle/dsa.h>
index efe98229af38601d35fce6da41c06faa001b6bc4..a9332f19ee24597ca8bf42356efe9f60fbe392c1 100644 (file)
@@ -1,6 +1,5 @@
 /* rndegd.c  - interface to the EGD
- *     Copyright (C) 1999-2000, 2002-2003, 2010, 2012 Free Software
- *     Foundation, Inc.
+ *     Copyright (C) 1999-2012 Free Software Foundation, Inc.
  *
  * This file is part of Libgcrypt.
  *
index 88f605b8356339fe9882551771b5ded575854413..e44650587405be89ac070288a6939def554214b9 100644 (file)
@@ -1,2 +1,22 @@
+/* rndegd.c  - interface to the EGD
+ *     Copyright (C) 1999-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of Libgcrypt.
+ *
+ * Libgcrypt is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * Libgcrypt 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 int _rndegd_read (int *fd, void *output, size_t length);
 int _rndegd_connect_socket (void);
index 673a4504075d85834b243704b326ff67954091a5..34db7316aaab8ac403d4d43ee9eb81185c5f1b95 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index b86bce9f1e6e499c4c4f4f04643180cd152b1077..52e63b439e2d1c93f2b0d3bb32c751655bc5679b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 47568744c1103a4aa16b6fc0493a2874099c68a1..f375a794896b8828aac8ca6797cbcbcdee27535e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 854af7945615a0c679d79d3c241e545b3b6091dc..d7e9a057cc42d05e83899a1ad5891dc1ed31bf4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 1704edcdea0fc5e5a7776c5dfe03e12bd036a290..bdc723fcc0c49fa367f1fec65b2a3ba38a5c613c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * Copyright (C) 2000, 2001, 2008 Niels Möller
  *
  * Author: Nikos Mavrogiannopoulos
index b7323ce1904ac5e8533d16735bcd7df98c41ced8..44767359da7f2e1e5b1f699de6b998f48e16550d 100644 (file)
@@ -1,6 +1,5 @@
 /* armor.c - Armor filters
- * Copyright (C) 1998-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 1998-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
index 380d2e35b526a0fffdf247c64b9a47f4ddf1a9b7..83c0c522674413f16e6778fd96b6ecadc74b4b06 100644 (file)
@@ -1,6 +1,5 @@
 /* context.h
- * Copyright (C) 2002-2003, 2007-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_CONTEXT_H
 #define CDK_CONTEXT_H
 
index 2af2fa4086c124f6180c94aa096fecef8b96ee50..2ff305fd4d16f9c86fb6cdef700555cd4d79d48b 100644 (file)
@@ -1,6 +1,5 @@
 /* filters.h - Filter structs
- * Copyright (C) 2002-2003, 2008, 2010-2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_FILTERS_H
 #define CDK_FILTERS_H
 
index b51df563e1ee1c1fb89b1ce677725541f0e92cc5..5dcebf80f477c9d369de74821692f1a0a72811bd 100644 (file)
@@ -1,6 +1,5 @@
 /* hash.c - Hash filters
- * Copyright (C) 2002-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 8d0d6fe440b358bb6e7fce92453cd6b9c7941b1f..8a93e9b87d407affa539e63c4eedf09eb014c215 100644 (file)
@@ -1,5 +1,5 @@
 /* kbnode.c -  keyblock node utility functions
- * Copyright (C) 1998-2003, 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 1998-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -19,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index eb859c4fa96425effd3641ecebbea23e1188c340..b8fe0625f5eb4a2250f4bcb810a649aa4fd93f78 100644 (file)
@@ -1,6 +1,5 @@
 /* keydb.c - Key database routines
- * Copyright (C) 2002-2003, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index e88f054d89cda6ffbdf2eeedba1841817c4910d3..9b19d4aed828a4f4e1c8ef5a8102af8106846d4b 100644 (file)
@@ -1,3 +1,25 @@
+/* keydb.h - Key database routines
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ *
+ * Author: Timo Schulz
+ *
+ * This file is part of OpenCDK.
+ *
+ * The OpenCDK library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 /* Internal key index structure. */
 struct key_idx_s
 {
index 2dffaef7ce0b4ff371d56bcfbd11f3d7e34560ce..bb86ec94769c0fdb2514bf089c6aea177bf5417c 100644 (file)
@@ -1,6 +1,5 @@
 /* literal.c - Literal packet filters
- * Copyright (C) 2002-2003, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 5eaf5bc1e42cb460aa270ae89c7880216306597b..b15987505d59f6979757cea90abbbb39c47ff9c8 100644 (file)
@@ -1,6 +1,5 @@
 /* main.h
- * Copyright (C) 2002-2003, 2007-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_MAIN_H
 #define CDK_MAIN_H
 
index dbfddfad12573f35f6d5b77a719301f990d9e4ca..0cda7219f253ccc0e9bc5d602b8001895e2fb4bd 100644 (file)
@@ -1,6 +1,5 @@
 /* misc.c
- * Copyright (C) 1998-2003, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 1998-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index fa513d1ea0328ea8dacc653ea2434589c3b56d5f..b46267c0885f0c283e0a97c16a964a950e8bbbde 100644 (file)
@@ -1,6 +1,5 @@
 /* new-packet.c - packet handling (freeing, copying, ...)
- * Copyright (C) 2001-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 5a03dd88b5aed8eca304b7ce29453403d9010c95..757feb3ba889466efe9a5d336577806e31781808 100644 (file)
@@ -1,6 +1,5 @@
 /* opencdk.h - Open Crypto Development Kit (OpenCDK)
- * Copyright (C) 2001-2003, 2006-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
index 77469417de4dd0d28e836b91fcc2c02801158f77..fedf112c7691a8b7fba514c7a432156b86677814 100644 (file)
@@ -1,6 +1,5 @@
 /* packet.h
- * Copyright (C) 2002-2003, 2007-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_PACKET_H
 #define CDK_PACKET_H
 
index 5f0998046396299d4672b923f3d9af816c925fa5..ab3d47cec0744abadff24e2648ad4d0bcf3f031e 100644 (file)
@@ -1,6 +1,5 @@
 /* pubkey.c - Public key API
- * Copyright (C) 2002-2003, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 15c2178608096b31e32cbf9def61180ce78e4b79..3e92909a9dec944dc706c752803780f69162e6bb 100644 (file)
@@ -1,6 +1,5 @@
 /* read-packet.c - Read OpenPGP packets
- * Copyright (C) 2001-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 560528bdf6ba81f0ae0dc2c8b9c0e020bdae206d..09863bf2b98a8d471c0791be3458b7b98e72878f 100644 (file)
@@ -1,6 +1,5 @@
 /* seskey.c - Session key routines
- * Copyright (C) 1998-2000, 2002-2003, 2007-2008, 2010, 2012 Free
- * Software Foundation, Inc.
+ * Copyright (C) 1998-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index 7116364dfe1c8e1012f9ca0131e5e0f2f848afc2..15d4c06f0b5a9b4d2ecdc4552782651954838134 100644 (file)
@@ -1,6 +1,5 @@
 /* sig-check.c - Check signatures
- * Copyright (C) 1998-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 1998-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index bc5adbbc5fde86b58f13357b321458cf838e8221..7c620959c9ab377753bf360c1c8d5bb10f76ef5c 100644 (file)
@@ -1,6 +1,5 @@
 /* stream.c - The stream implementation
- * Copyright (C) 2002-2003, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index a0b431088c9be7ee1164be8a3684c0f91de40aad..72c227cb3e59dd5949acf2730108968d7d819e2c 100644 (file)
@@ -1,6 +1,5 @@
 /* stream.h - internal definiton for the STREAM object
- * Copyright (C) 2002-2003, 2007-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_STREAM_H
 #define CDK_STREAM_H
 
index 53f148a84a9d0f8c3a8ab4c68ab3ee242a5879de..eeddae9564b13790aba992ca2243d11a7b4bd23d 100644 (file)
@@ -1,6 +1,5 @@
 /* types.h - Some type definitions
- * Copyright (C) 2002-2003, 2007-2008, 2010-2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifndef CDK_TYPES_H
 #define CDK_TYPES_H
 
index 5f795dabf239bece0756b0ef7b19fd7eac17ae58..9fb9de96254038e69d96c9954edd03bbe43e9542 100644 (file)
@@ -1,6 +1,5 @@
 /* write-packet.c - Write OpenPGP packets
- * Copyright (C) 2001-2003, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz
  *
@@ -20,6 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>
  *
  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
index e6110d632c0a74e3c32f6daf0e33c3896dd8fe4e..7612d3f4c6fa915ced4d9e0612fbce05eaa9a73f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz, Nikos Mavrogiannopoulos
  *
index 37f5b0786af72ea0eca5c547cda91c5a8e0dd7ae..4a4c8a0d490857ba07f262ba49a4f9c927d3f75f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos, Timo Schulz
  *
index 59ff2abeba98551da78495884267b1c59ffd590f..8af869b9a708814eef909dcd78947fd64a0de7cb 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ *
+ * Author: Timo Schulz, Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #include <config.h>
 
 #ifdef ENABLE_OPENPGP
index 9a17b049b367d4daac2db51f6ed26a6068491a05..c412e1ed9bd1ed036700c4ef76d4e09fe5aecc31 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ *
+ * Author: Timo Schulz, Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef OPENPGP_LOCAL_H
 #define OPENPGP_LOCAL_H
 
index 1f1b73223f6ec540b976055c77418dc3ead0c48d..fdd176ac3a9d8bb41f2abecf769838e72e2088e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson, Nikos Mavrogiannopoulos
  *
index 302bba0062d8b32145eec3f2753331549532c00d..4835462c1d53d516f0799419417dfa80952cfa37 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2002-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2010, 2012 Free Software Foundation, Inc.
  *
  * Author: Timo Schulz, Nikos Mavrogiannopoulos
  *
index ddd5823f0b8b877571a6b713cc2d5c06f8220ca7..36d53671e39621215415dcf279e002fe123e4525 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * GnuTLS PKCS#11 support
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ * 
+ * Authors: Nikos Mavrogiannopoulos, Stef Walter
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ */
+
 #ifndef PKCS11_INT_H
 #define PKCS11_INT_H
 
index a198cdbfb9eab8f1c792e0137440ab5d6cea8db6..06b08dba60004d66cee3bfe270cb863ce6236875 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 300de8cf55b3048416e7b52a1c8425fa9068be8e..eddb1053a4002dee29a883ec433b593241291bcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index e3b47b8bdc7c56933f5e4bf3519e774fbd3121be..df4ee5a36d57b2f100a3de9b25b252a6153cbfc9 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * The GnuTLS is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
 #ifndef SYSTEM_H
 #define SYSTEM_H
 
index 2a3a6aa6d9f2380769c74b0daee4b141b18a54de..c1b9005556a46a6da9ef7fc1f296b16489ccb995 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2008, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index a61606fc77645f11f90efc96fc3363cd471ab96d..32b85701f70928386532bbc50567443138091d0d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2008, 2010-2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index a569cebacb34b8ecbf1411f13fe3ecebb1bcce3e..a7e56f5bd96baf25eaa46138794e6d7a2c5cc2f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2008-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index e1acb942b188cb95a80f8ba2c0db578c183c1d02..810c015cbfbff1119b4b23992d5d3927104d5c1a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 3b6ccf56e506a67153060740339e0929dabddacb..f69eb4c9b5e70d98cbc6d6f0f169e931be45670a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 517214d69ceb0617f6a3672eff734b71a7e3925f..7d7b85954ad6a36b4940a40c5923b8e831f1bb04 100644 (file)
@@ -1,6 +1,5 @@
 /* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5
-   Copyright (C) 2002-2006, 2008, 2010, 2012 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as published by
index 3273c00344c3458afc38930ee7d6bd9bbb7996a0..04dd726fbf71721c49f078ad8612210342b6cea2 100644 (file)
@@ -1,3 +1,21 @@
+/* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU Lesser General Public License as published by
+   the Free Software Foundation; either version 3, or (at your option)
+   any later version.
+
+   This program 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 Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>
+
+*/
+
 int _gnutls_pbkdf2_sha1 (const char *P, size_t Plen,
                          const unsigned char *S, size_t Slen,
                          unsigned int c, unsigned char *DK, size_t dkLen);
index afd0fcc0c15df1ad314757c6f3232eb6ef3116ff..a20f2442a05f6e33380b1edd66513fe80eb709fd 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index e7afd8c9cb7f5b4550a9afe2e41efb99275ebe57..90a1b781323ab8dd23a0e8400d2a90cf515d950f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index c2331b192ed1bde2c7999aa6c0b8e19cb55f7f4e..680e069e9f736dc43c791f6791d047f696bf40a9 100644 (file)
@@ -1,7 +1,6 @@
 /* minip12.c - A mini pkcs-12 implementation (modified for gnutls)
  *
- * Copyright (C) 2002, 2004-2005, 2009-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
index 3f54e24304e2d654971464bb255f547a01f32342..fa0f554a2a2897ca410cfdefa73e0338170815a3 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index c22d8a4dc1718f5bd41cfc7cfaab3ef93519b57f..089acd09cf64e4e873653e815f0225c5a47e5f1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 3bafb390cff69b97c06c58cc94b57802d2e481dc..2006095d63aabec3592974ffbf1ffaf3a8573ed7 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index d55f26ab46741abe8f684d820f152ce7fb8eedc5..7d099f3e569e8273157c6b852105b06176c7f6cf 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2003-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  * Copyright (C) 2002 Andrew McDonald
  *
  * This file is part of GnuTLS.
index c6518944910feff65d997a5de1f51f3b4c96255e..c40a1dea6d8747e8c38c684941579d62cd7558a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index a70e246f88f4461a5a9f4488b7599e69c60bc52b..dff582c2ebf9348bb697a505ca58430489f274d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 4f916a801e406f49f3119c6c490c75122229de03..228a96011e4a170d9b8547df1d108d9a26d3c3ca 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <sys/time.h>
 #include <time.h>
 #include <signal.h>
index 502dc7f88c5c4557dfa1aad093ac09be81aed1af..36bc5874d67abc2c3658fc1f1ba07f29b7e7394d 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see
+ * <http://www.gnu.org/licenses/>.
+ *
+ * Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
+ */
+
 #include <stdbool.h>
 #include <gnutls/x509.h>
 
index 44bfc7bf1fd1ba67fce713cb821d49c4096fc66a..dbd69e5a09e3dca855da6b0438e07807a66d2741 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2003-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef CERTTOOL_COMMON_H
 #define CERTTOOL_COMMON_H
 
index 4e61d8e4de6e3318d3c3bf2471a40dd944cb6466..f8254cf71ff0dff48e1f98e5e061f448c747c21e 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #define SERVER "127.0.0.1"
 
 #include <config.h>
index e135bef9a37a9540a60e859b7df6d380f7b8ce68..e007b38f92b7105cfbf3893c6d3323cfd793f240 100644 (file)
@@ -1 +1,21 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see <http://www.gnu.org/licenses/>.
+ */
+
 void pkcs11_common (void);
index d8de31ef448eb0f2a16d818fe2d1378e0f4853a5..4c5658e428e6ad64c07efc06040118a273faa92d 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef P11TOOL_H
 #define P11TOOL_H
 
index ad52d4ea3184f71701c794fffd7350d23f354f63..d7843b04cd38f43002d50d94fab9e619c3b59d78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  * Author: Nikos Mavrogiannopoulos
  *
  * This file is part of GnuTLS.
index 92fafe559051abd1ced73a8654408fee731ebae1..351df98fd04a4e00270de3fd636dc2d558927aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  * Copyright (C) 2001,2002 Paul Sheer
  * Portions Copyright (C) 2002,2003 Nikos Mavrogiannopoulos
  *
index 41dd35e72251fb0033ddf603375f352375c9c5c9..60703e8c6c588e0e252ae075881ce51bdea61f9e 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see
+ * <http://www.gnu.org/licenses/>.
+ */
+
 typedef enum
 {
   TEST_SUCCEED, TEST_FAILED, TEST_UNSURE, TEST_IGNORE
index b7e2aa71a78184ddd2e3cc88282d76382099b505..ae0b39503bbb0c5948e2a4ccb7de2765fe3fa7a0 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include <gnutls/dtls.h>
 
 void udp_server(const char* name, int port, int mtu);
index 4b6061db485d615f9727611627000b08bf626c6c..e2085ac3a26217a873121e400afeb6fe0cc4f01c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index c2a195267047ba0aefcb69da02f0709c1c89ab80..3a97d74bc6c2f7f261771546c6d530c99de01f61 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 4ea93812a195ad20d11453d4caf4d1f52edd48fa..b205860f07f0a25407a9126826ee1b302649ab0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 8d12e815a463df9a6e2f21141a077baadbf3f102..2faaf524aae1256bbb037712a43ca461986d515c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 20102012 Free Software Foundation, Inc.
+ * Copyright (C) 2010-2012 Free Software Foundation, Inc.
  *
  * Author: Brad Hards
  *
index 572f6c0717bf64b66fa8a6cd1579ff90407eb4ff..e099b484083a335259d8bc7d3cd9a9545a668c6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index d7a177f7a9e4876b4f09dc016d6f36938c16fa9b..c34babf0a183ff360cc12a57ef2751a0d02c4474 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 570c00ee284c05fbaf2828df49c93754ccca83c1..20244f6ff86d63a3bd0d45c72542e7922c3681f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 80105bce8482358788ea3c7b77d56d61be7dff80..7e68ae90aade2869597e5909a53ea7623af4eeba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 979424a34ebc1342ee6fcc6a8cc82c204996c82e..1c79fcc8734be1e655b0b2d7a35fca2c63fc6f63 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 36c89b2e7a77013d9d46cbfb13920707fab7cd35..bb455bcec7c7b87b8572c608282faef9709b9484 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
  * Author: Simon Josefsson, Howard Chu
  *
  * This file is part of GnuTLS.
index a1ae8f2a360c2d05b6ebf2a7cb363345f02f4754..290e910ef2313ce6aeda135f2f8482ae7e955819 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  * Author: Simon Josefsson
  *
  * This file is part of GnuTLS.
index 1c7a92251a5b6b656495d92ad324ffefc1455b3a..5058592bdc3d622cc29284f951ecc9980208666c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
index ba0c8e45b91dc5ba7bd299e59af22aeb27d84593..50c87f32692d3c1770ef52a215d9d5f8e318c615 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 34b49cebdebc6931d3a6822cde67eb5ec935be15..7ffa182804ae85302bf1ac45395af7fa8fc1c598 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index a850357767e0533502d64b624c43778f4835c8ed..40a2ea99e138ae0edc76ece19360ead48e3fb9c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 5295f1e98c36b0b1888a1367a297713155c47349..aeb2f44d7408d107e51206cee68135ddbb3ceae1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson, Nikos Mavrogiannopoulos
  *
index 67e5ad8e79eeea7ac1ac2a9c46eac41e54cfaa53..3aa1748e490e5ba995a1d122f411d06355d6baba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson, Nikos Mavrogiannopoulos
  *
index 60329c8a92026a12dfa8b364dd14a36202baeb84..090ab8d48e6b19e2a81158c24b5a3173a10c4bae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 69fb23fdd65e3c89c17ec18fe52893a7dcce614b..dac5a5aa5c6d3bd877e888cc7b7ea3e71d3739b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 069f7ceb107ff23f224a0d5a3b05bbd28b05a161..eec1bcf9d6e17348afe3c2ad359d1350c6a71cad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index d7bff37a9a64c75e47f78b0fe4400396692a3eff..79bd70aaedf13dde70336ae80b1e1ca07f3e4020 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Joe Orton
  *
index e6e154332be25f8253a0258070424e088220d378..70b3ba7080d78adbb7ee2e804683b167ddf308ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 4361b1dbf05dededc7a7dffc5ab05d676aa77612..d5ebf7ace83f81a7e6781fe53ffa89ff3ac17938 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 9f6b3f1e5784f5f106028a6f074b4e0fd056ad11..51d093868e77674f5f0e0f5bf4bab16ce8c52204 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  * Author: Ludovic Courtès, Timo Schulz
  *
  * This file is part of GnuTLS.
index 00f738ccd84a2bf296fb5bbcf672300cf75a8f78..1691190dd1e3d09f0814dc32ca55715d0cb90b9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 1ac7ef51d5a07eca527c7f740b7441713efb7254..2a31180dd7d62d747bbe37f944f045980fff050d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index fb6de97fc3df6f4a8b46f09c0aede5af93a3e0d4..f4860633f4998fe5af4e1bd49130a4f5be262ad0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index bfba470d59461e07f4ad6cb990c1989d9b1855cb..0c646e9751f79d6674e7308ae32204ea14b3d971 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
 
index 981f9ba97c5f0e2d122d42ac734911ee15ae05a9..dc13fc9d2d82d3d45268a1991c06ea5f46125f77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2009-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index e7efc04cd8abb97efc76b2ee704f8772dcb4edd3..b6c83181e7832d16fbafee068051cbcebc64cc14 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 356cf3f4b88577ec52f30c2b6fd9077be962b48b..f4c058b70cf0e44d7555393882a888391426f2c0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 6214f7fbd277718915631a35106921b808a97075..7388dc01a22c163a3cc5d139d2947a2d2d3dbae2 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2007-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 3db8ff9814e2821d5c059b46bfc39f47ef45edf1..cf650a023e8fe71a0a5dc491705947bea3bb0d51 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2009-2010, 2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 Free Software Foundation, Inc.
 #
 # Author: Simon Josefsson
 #
index a84ad7be811881a2c2858fa94e64558195eeeecd..4546007d1ed399fbc2fb795bd1ac08cfe08b8a91 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Nikos Mavrogiannopoulos
  *
index 093947bb5d4244142c3f075b5ff7229acc5c3fa9..8770bea475cf602b8f5f4a5ed9b521d7542ed91d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2005-2006, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index fc9aaf2753b914d07c056e2539535d740b32bafd..a18e5729f3c50891d563f1b25a41fbfc40042462 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2008-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index a6b63737680c6672a19957735fa84bac9a229b33..8a9481376a9e1a67946f1cb2ee73ffe5f4b4ad8d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2008-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 269ac8a2f10dcdd8115212c3a6c657f1371c57c0..d34291e20947111bb9f7c35b6ad603cc2810f0c1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 9238397d43493ff583bce3e06bae647275351599..c6afe04aa763334bf40841350b52d8c076010967 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008, 2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2006-2012 Free Software Foundation, Inc.
  * Author: Simon Josefsson, Howard Chu
  *
  * This file is part of GnuTLS.
index 27b6ad28ed78445336b93e746d480d7750778d1f..87956eb2b165c04cbfa9f573bc6a1fd0ce3795e1 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
+ *
+ * Author: Nikos Mavrogiannopoulos
+ *
+ * This file is part of GnuTLS.
+ *
+ * GnuTLS 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GnuTLS 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 GnuTLS; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index d6b6d992807a00369334e8df903cc54e3d6fad57..a6ae6f63ad2df0df136e83f69d14f5a4e2ae4ee4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *
index 551411584d4b580309e748ffe3379400ab96cd06..e102851d877531ab4aa1908bae89b394410f3fdb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2012 Free Software Foundation, Inc.
  *
  * Author: Simon Josefsson
  *