dovecot-2.2: Added/updated some copyright comments.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Oct 4 00:56:28 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/d66421812d2a
changeset: 15188:d66421812d2a
user: Timo Sirainen <tss at iki.fi>
date: Thu Oct 04 00:56:14 2012 +0300
description:
Added/updated some copyright comments.
diffstat:
AUTHORS | 2 ++
src/doveadm/doveadm-pw.c | 2 +-
src/lib-imap/test-imap-url.c | 2 +-
src/lib-sql/driver-sqlite.c | 2 +-
src/lib/ioloop-epoll.c | 8 +-------
src/lib/iso8601-date.c | 2 ++
src/lib/primes.c | 2 ++
src/lib/test-iso8601-date.c | 2 +-
src/master/capabilities-posix.c | 2 ++
src/plugins/notify/notify-plugin.c | 2 ++
src/plugins/notify/notify-storage.c | 2 ++
11 files changed, 17 insertions(+), 11 deletions(-)
diffs (108 lines):
diff -r 02451e967a06 -r d66421812d2a AUTHORS
--- a/AUTHORS Wed Oct 03 18:17:26 2012 +0300
+++ b/AUTHORS Thu Oct 04 00:56:14 2012 +0300
@@ -8,6 +8,8 @@
Joshua Goodall <joshua at roughtrade.net> (src/auth/mech-cram-md5.c,
src/doveadm/doveadm-pw.c)
+Jakob Hirsch (src/lib-sql/driver-sqlite.c)
+
Jelmer Vernooij <jelmer at samba.org> (src/auth/mech-gssapi.c)
Vaclav Haisman <v.haisman at sh.cvut.cz> (src/lib/ioloop-kqueue.c,
diff -r 02451e967a06 -r d66421812d2a src/doveadm/doveadm-pw.c
--- a/src/doveadm/doveadm-pw.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/doveadm/doveadm-pw.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Joshua Goodall */
+/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
diff -r 02451e967a06 -r d66421812d2a src/lib-imap/test-imap-url.c
--- a/src/lib-imap/test-imap-url.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib-imap/test-imap-url.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "net.h"
diff -r 02451e967a06 -r d66421812d2a src/lib-sql/driver-sqlite.c
--- a/src/lib-sql/driver-sqlite.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib-sql/driver-sqlite.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006 Jakob Hirsch */
+/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
diff -r 02451e967a06 -r d66421812d2a src/lib/ioloop-epoll.c
--- a/src/lib/ioloop-epoll.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib/ioloop-epoll.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,10 +1,4 @@
-/*
- * Linux epoll() based ioloop handler.
- *
- * Copyright (c) 2004 Andrey Panin <pazke at donpac.ru>
- *
- * This software is released under the MIT license.
- */
+/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
diff -r 02451e967a06 -r d66421812d2a src/lib/iso8601-date.c
--- a/src/lib/iso8601-date.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib/iso8601-date.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,3 +1,5 @@
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
+
#include "lib.h"
#include "utc-offset.h"
#include "utc-mktime.h"
diff -r 02451e967a06 -r d66421812d2a src/lib/primes.c
--- a/src/lib/primes.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib/primes.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,3 +1,5 @@
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
+
#include "lib.h"
#include "primes.h"
diff -r 02451e967a06 -r d66421812d2a src/lib/test-iso8601-date.c
--- a/src/lib/test-iso8601-date.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/lib/test-iso8601-date.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */
+/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "test-common.h"
diff -r 02451e967a06 -r d66421812d2a src/master/capabilities-posix.c
--- a/src/master/capabilities-posix.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/master/capabilities-posix.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,3 +1,5 @@
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
+
#include "common.h"
#include "capabilities.h"
diff -r 02451e967a06 -r d66421812d2a src/plugins/notify/notify-plugin.c
--- a/src/plugins/notify/notify-plugin.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/plugins/notify/notify-plugin.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,3 +1,5 @@
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
+
#include "lib.h"
#include "llist.h"
#include "mail-storage.h"
diff -r 02451e967a06 -r d66421812d2a src/plugins/notify/notify-storage.c
--- a/src/plugins/notify/notify-storage.c Wed Oct 03 18:17:26 2012 +0300
+++ b/src/plugins/notify/notify-storage.c Thu Oct 04 00:56:14 2012 +0300
@@ -1,3 +1,5 @@
+/* Copyright (c) 2012 Dovecot authors, see the included COPYING file */
+
#include "lib.h"
#include "array.h"
#include "mail-storage-private.h"
More information about the dovecot-cvs
mailing list