Skip to content

Commit 3ffec1c

Browse files
committed
Updated copyright notices to include the year 2018.
1 parent d37c682 commit 3ffec1c

19 files changed

+19
-19
lines changed

src/checkpoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "str.h"

src/client-state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "base64.h"

src/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "ioloop.h"

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

src/imap-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

src/imaptest-lmtp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "llist.h"

src/imaptest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "lib-signals.h"

src/mailbox-source-mbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "hash.h"

src/mailbox-source-random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2016-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2016-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "hash.h"

src/mailbox-source.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "hash.h"

src/mailbox-state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "hash.h"

src/mailbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "ioloop.h"

src/pop3-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

src/profile-parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2013-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2013-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

src/profile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2013-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2013-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "ioloop.h"

src/search.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2008-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2008-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

src/test-exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "ioloop.h"

src/test-parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2007-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2007-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "str.h"

src/user.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2013-2017 ImapTest authors, see the included COPYING file */
1+
/* Copyright (c) 2013-2018 ImapTest authors, see the included COPYING file */
22

33
#include "lib.h"
44
#include "array.h"

0 commit comments

Comments
 (0)