]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
global: Added missing copyright notices.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Mon, 28 Nov 2016 02:26:01 +0000 (03:26 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 3 Dec 2016 16:45:02 +0000 (18:45 +0200)
18 files changed:
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

index 86b31f1ca6f4d849477e75f8071ecf7992e3753d..cdbb320e89aac413196dec87719928f4d7731594 100755 (executable)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "net.h"
 #include "str.h"
index 89910417619f1138d1fef39c1c350b6d42d6637c..4878578208957d29751c68261da0d4037a9617a9 100644 (file)
@@ -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"
index f8ae766731880eb2995f9fecb519dfb93a4f89a4..4755f7c37921fb9cf197eff7f9457079c72997bb 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2002-2016 Dovecot authors, see the included COPYING file */
+
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif
index 1ea06b8350c68cd733981b1f7d73ea5130fe07e5..a75267f81ccc8d4c5877b93499068e6d0a30153a 100644 (file)
@@ -1,3 +1,4 @@
+/* Copyright (c) 2004-2016 Dovecot authors, see the included COPYING file */
 
 #include "lib.h"
 #include "buffer.h"
index 28347eb81d48406c7c3db2542e6e03ac36c13904..53033ad67f0ef87eb5f3904520f51a362136f6a5 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "str.h"
index fbfe86ee3347b85e29d7fc757389e3ce317e19e8..54ee3dffca9f61bb1a93724c23c5a538613d7f68 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "str.h"
index 7185435aa45b0120e7196573b80769fc9e126d87..2aa87a1bfc11f661015c422041d8d95b47f92bae 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "randgen.h"
index 2011ec4a5dfb182b8d397924d705ef1bcfc794ad..56aadb8acb1401b2b0c087d0f211e5f392bbfb7e 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
index 897fcf9801c62f369247e0798bb931aa77aa6fce..148b8026a4e80e5a445b43622daef5c0456d3b3a 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "module-dir.h"
 #include "dcrypt.h"
index a8aea314db239a275c3cc048d8db180d62256b27..69ca7663d74ec5060cd2eebc3390111b7e7f306b 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "randgen.h"
index d8695e5116fad9d3b8406042dba32ba49f924dd0..47a4cfe760bf14032a0454107cb9ad79ae269a9b 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
index f468eda563a7141844f22e656aacc93cea779a23..0ddd88cbd39577ec38d65f3244d88060915a25c5 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "str.h"
index 01c043facc955df7f8b0ed6ea867fb86aebc288e..a5c2694aa8b4a59ca7ae94ddfe27f336e90e2eb3 100644 (file)
@@ -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"
index dca42f4349510bc8760fd92a2f5bf2cc20f05603..53147ba9ba18ddb0c52ce003a36341f9e4eb0919 100644 (file)
@@ -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"
index 92feb71c28abf6c4daea0170b147a1358130f78b..4b4e56017944ce67c506282569ed63e7acf4a619 100644 (file)
@@ -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"
index 51d8c0841a6e3a538a7054f5042b9461fdd90f29..024983525d928fac2e7b54a87f161a84baeba2d0 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2013-2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "istream.h"
index f5d23c142fec8c85777081409d548f1835ec6722..666bdcbcddf4a172a1d62d8f46530ffec4eb3f40 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2013-2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "array.h"
 #include "ioloop.h"
index 449b1e88e242afb5c0165edf7ce50ecede9d0101..cd3ff2ff5007e606bf03c24e2f27151b681b790d 100644 (file)
@@ -1,3 +1,5 @@
+/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
+
 #include "lib.h"
 #include "buffer.h"
 #include "hash-method.h"