changeset 15188:d66421812d2a

Added/updated some copyright comments.
author Timo Sirainen <tss@iki.fi>
date Thu, 04 Oct 2012 00:56:14 +0300
parents 02451e967a06
children aa5c1d162714
files AUTHORS src/doveadm/doveadm-pw.c src/lib-imap/test-imap-url.c src/lib-sql/driver-sqlite.c src/lib/ioloop-epoll.c src/lib/iso8601-date.c src/lib/primes.c src/lib/test-iso8601-date.c src/master/capabilities-posix.c src/plugins/notify/notify-plugin.c src/plugins/notify/notify-storage.c
diffstat 11 files changed, 17 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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@roughtrade.net> (src/auth/mech-cram-md5.c,
   src/doveadm/doveadm-pw.c)
 
+Jakob Hirsch (src/lib-sql/driver-sqlite.c)
+
 Jelmer Vernooij <jelmer@samba.org> (src/auth/mech-gssapi.c)
 
 Vaclav Haisman <v.haisman@sh.cvut.cz> (src/lib/ioloop-kqueue.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"
--- 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"
--- 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"
--- 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@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"
--- 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"
--- 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"
 
--- 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"
--- 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"
 
--- 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"
--- 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"