changeset 21264:8f33680c6722

global: Added missing copyright notices.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 28 Nov 2016 03:26:01 +0100
parents 1c92017ddd88
children d082c99cbc65
files src/auth/auth-policy.c src/auth/mech-plain-common.c src/auth/mycrypt.c src/auth/password-scheme-rpa.c src/doveadm/doveadm-print-formatted.c src/doveadm/doveadm-print-json.c src/lib-dcrypt/dcrypt-gnutls.c src/lib-dcrypt/dcrypt-openssl.c src/lib-dcrypt/dcrypt.c src/lib-dcrypt/istream-decrypt.c src/lib-dcrypt/test-crypto.c src/lib-dcrypt/test-stream.c src/lib-dns/test-dns-util.c src/lib-fts/fts-library.c src/lib-fts/fts-tokenizer-common.c src/lib-http/http-request.c src/lib-http/http-response.c src/lib/pkcs5.c
diffstat 18 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-policy.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/auth/auth-policy.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "net.h"
 #include "str.h"
--- a/src/auth/mech-plain-common.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/auth/mech-plain-common.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2009-2016 Dovecot authors, see the included COPYING file */
+
 #include "auth-common.h"
 #include "mech.h"
 #include "passdb.h"
--- a/src/auth/mycrypt.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/auth/mycrypt.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2002-2016 Dovecot authors, see the included COPYING file */
+
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif
--- a/src/auth/password-scheme-rpa.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/auth/password-scheme-rpa.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,4 @@
+/* Copyright (c) 2004-2016 Dovecot authors, see the included COPYING file */
 
 #include "lib.h"
 #include "buffer.h"
--- a/src/doveadm/doveadm-print-formatted.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/doveadm/doveadm-print-formatted.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "str.h"
--- a/src/doveadm/doveadm-print-json.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/doveadm/doveadm-print-json.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "str.h"
--- a/src/lib-dcrypt/dcrypt-gnutls.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/dcrypt-gnutls.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "randgen.h"
--- a/src/lib-dcrypt/dcrypt-openssl.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/dcrypt-openssl.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
--- a/src/lib-dcrypt/dcrypt.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/dcrypt.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "module-dir.h"
 #include "dcrypt.h"
--- a/src/lib-dcrypt/istream-decrypt.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/istream-decrypt.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "randgen.h"
--- a/src/lib-dcrypt/test-crypto.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/test-crypto.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
--- a/src/lib-dcrypt/test-stream.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dcrypt/test-stream.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
--- a/src/lib-dns/test-dns-util.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-dns/test-dns-util.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "test-lib.h"
 #include "dns-util.h"
--- a/src/lib-fts/fts-library.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-fts/fts-library.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2015-2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "fts-language.h"
 #include "fts-tokenizer.h"
--- a/src/lib-fts/fts-tokenizer-common.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-fts/fts-tokenizer-common.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "unichar.h"
 #include "fts-tokenizer-common.h"
--- a/src/lib-http/http-request.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-http/http-request.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2013-2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "istream.h"
--- a/src/lib-http/http-response.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib-http/http-response.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2013-2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "ioloop.h"
--- a/src/lib/pkcs5.c	Mon Nov 21 23:19:26 2016 +0100
+++ b/src/lib/pkcs5.c	Mon Nov 28 03:26:01 2016 +0100
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "hash-method.h"