From b5ab29780f74cf88212a547ebbe3b6bc0cb867c5 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 23 Jun 2017 16:45:24 +0200 Subject: [PATCH] global: Fixed missing or out-of-date copyright notices. --- src/auth/test-main.c | 2 ++ src/auth/test-mock.c | 2 ++ src/lib-dict/test-dict-sql.c | 2 ++ src/lib-sql/driver-test.c | 2 ++ src/lib/fd-set-nonblock.c | 2 +- src/lib/net.c | 2 +- src/lib/test-path-util.c | 2 +- src/plugins/var-expand-crypt/test-var-expand-crypt.c | 2 ++ src/plugins/var-expand-crypt/var-expand-crypt-plugin.c | 2 +- 9 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/auth/test-main.c b/src/auth/test-main.c index 0d7de23ae5..941fab9d3c 100644 --- a/src/auth/test-main.c +++ b/src/auth/test-main.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */ + #include "lib.h" #include "test-common.h" #include "test-auth.h" diff --git a/src/auth/test-mock.c b/src/auth/test-mock.c index b523391323..c4e0e6b423 100644 --- a/src/auth/test-mock.c +++ b/src/auth/test-mock.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */ + #include "lib.h" #include "auth-common.h" diff --git a/src/lib-dict/test-dict-sql.c b/src/lib-dict/test-dict-sql.c index 0560c43286..7aeba343c8 100644 --- a/src/lib-dict/test-dict-sql.c +++ b/src/lib-dict/test-dict-sql.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */ + #include "lib.h" #include "test-lib.h" #include "sql-api.h" diff --git a/src/lib-sql/driver-test.c b/src/lib-sql/driver-test.c index 02b917d1fe..fd648786dd 100644 --- a/src/lib-sql/driver-test.c +++ b/src/lib-sql/driver-test.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */ + #include "lib.h" #include "test-lib.h" #include "str.h" diff --git a/src/lib/fd-set-nonblock.c b/src/lib/fd-set-nonblock.c index e7108fbc96..7e1c8190bf 100644 --- a/src/lib/fd-set-nonblock.c +++ b/src/lib/fd-set-nonblock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2016 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2017 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fd-set-nonblock.h" diff --git a/src/lib/net.c b/src/lib/net.c index 0b07705437..1c65da4cf9 100644 --- a/src/lib/net.c +++ b/src/lib/net.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2016 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2017 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* For Linux's struct ucred */ #include "lib.h" diff --git a/src/lib/test-path-util.c b/src/lib/test-path-util.c index 9c05617397..f9ccf9d93c 100644 --- a/src/lib/test-path-util.c +++ b/src/lib/test-path-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2016-2017 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "path-util.h" diff --git a/src/plugins/var-expand-crypt/test-var-expand-crypt.c b/src/plugins/var-expand-crypt/test-var-expand-crypt.c index fa88fb76f4..acf862deaf 100644 --- a/src/plugins/var-expand-crypt/test-var-expand-crypt.c +++ b/src/plugins/var-expand-crypt/test-var-expand-crypt.c @@ -1,3 +1,5 @@ +/* Copyright (c) 2017 Dovecot authors, see the included COPYING file */ + #include "lib.h" #include "test-common.h" #include "str.h" diff --git a/src/plugins/var-expand-crypt/var-expand-crypt-plugin.c b/src/plugins/var-expand-crypt/var-expand-crypt-plugin.c index 977f71d679..e6fa5403c8 100644 --- a/src/plugins/var-expand-crypt/var-expand-crypt-plugin.c +++ b/src/plugins/var-expand-crypt/var-expand-crypt-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2016 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2017 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h"