commit 72ba7ef1252d2b3fd90e8683ffd1fcf4299e4b95
Author: Oswald Buddenhagen <[email protected]>
Date: Wed May 25 16:14:57 2022 +0200
bump copyrights
it's legally irrelevant, but whatever.
debian/copyright | 2 +-
src/common.h | 2 +-
src/config.c | 2 +-
src/config.h | 2 +-
src/driver.c | 2 +-
src/driver.h | 2 +-
src/drv_imap.c | 2 +-
src/drv_maildir.c | 2 +-
src/drv_proxy.c | 2 +-
src/drv_proxy_gen.pl | 2 +-
src/main.c | 4 ++--
src/mbsync.1 | 2 +-
src/mdconvert.1 | 2 +-
src/mdconvert.c | 2 +-
src/run-tests.pl | 2 +-
src/socket.c | 2 +-
src/socket.h | 2 +-
src/sync.c | 2 +-
src/sync.h | 2 +-
src/tst_timers.c | 2 +-
src/util.c | 2 +-
21 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 627e0d66..47d093b1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://isync.sourceforge.net
Files: *
Copyright: 2000-2002, Michael R. Elkins <[email protected]>
- 2002-2017, Oswald Buddenhagen <[email protected]>
+ 2002-2022, Oswald Buddenhagen <[email protected]>
2004, Theodore Y. Ts'o <[email protected]>
License: GPL-2+
diff --git a/src/common.h b/src/common.h
index 83166f14..e57eb3ad 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/config.c b/src/config.c
index dec47b28..0bd994b5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2011 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/config.h b/src/config.h
index 44ea7bb1..e70af54b 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/driver.c b/src/driver.c
index 291ee0b9..6266a548 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/driver.h b/src/driver.h
index fb048eee..b6c1d2c9 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/drv_imap.c b/src/drv_imap.c
index d760eaf3..91368f1e 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2008,2010-2013 Oswald Buddenhagen
<[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
* Copyright (C) 2004 Theodore Y. Ts'o <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/drv_maildir.c b/src/drv_maildir.c
index 3433c4a9..280e4ffb 100644
--- a/src/drv_maildir.c
+++ b/src/drv_maildir.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2013 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
* Copyright (C) 2004 Theodore Y. Ts'o <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/drv_proxy.c b/src/drv_proxy.c
index 1187696b..2a93fb11 100644
--- a/src/drv_proxy.c
+++ b/src/drv_proxy.c
@@ -1,6 +1,6 @@
/*
* mbsync - mailbox synchronizer
- * Copyright (C) 2017 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2017-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/drv_proxy_gen.pl b/src/drv_proxy_gen.pl
index b3a3ce06..79477121 100755
--- a/src/drv_proxy_gen.pl
+++ b/src/drv_proxy_gen.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
#
# mbsync - mailbox synchronizer
-# Copyright (C) 2017 Oswald Buddenhagen <[email protected]>
+# Copyright (C) 2017-2022 Oswald Buddenhagen <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/main.c b/src/main.c
index f2a755fe..2dd77cca 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2017 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@ usage( int code )
fputs(
PACKAGE " " VERSION " - mailbox synchronizer\n"
"Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>\n"
-"Copyright (C) 2002-2006,2008,2010-2017 Oswald Buddenhagen
<[email protected]>\n"
+"Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>\n"
"Copyright (C) 2004 Theodore Ts'o <[email protected]>\n"
"usage:\n"
" " EXE " [flags] {{channel[:box,...]|group} ...|-a}\n"
diff --git a/src/mbsync.1 b/src/mbsync.1
index 8cc6eee4..00afdedd 100644
--- a/src/mbsync.1
+++ b/src/mbsync.1
@@ -1,6 +1,6 @@
.\" mbsync - mailbox synchronizer
.\" Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
-.\" Copyright (C) 2002-2004,2011-2015 Oswald Buddenhagen <[email protected]>
+.\" Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
.\" Copyright (C) 2004 Theodore Y. Ts'o <[email protected]>
.\"
.\" This program is free software; you can redistribute it and/or modify
diff --git a/src/mdconvert.1 b/src/mdconvert.1
index 17f0789f..5c95e867 100644
--- a/src/mdconvert.1
+++ b/src/mdconvert.1
@@ -1,6 +1,6 @@
.ig
\" mdconvert - Maildir mailbox UID storage scheme converter
-\" Copyright (C) 2004 Oswald Buddenhagen <[email protected]>
+\" Copyright (C) 2004-2022 Oswald Buddenhagen <[email protected]>
\"
\" This program is free software; you can redistribute it and/or modify
\" it under the terms of the GNU General Public License as published by
diff --git a/src/mdconvert.c b/src/mdconvert.c
index b33844c5..f952c91a 100644
--- a/src/mdconvert.c
+++ b/src/mdconvert.c
@@ -1,6 +1,6 @@
/*
* mdconvert - Maildir UID scheme converter
- * Copyright (C) 2004 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2004-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/run-tests.pl b/src/run-tests.pl
index eb69344b..7ec909a5 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
#
-# Copyright (C) 2006,2013 Oswald Buddenhagen <[email protected]>
+# Copyright (C) 2006-2022 Oswald Buddenhagen <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/socket.c b/src/socket.c
index 892cece4..4c17caf2 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2008,2010,2011, 2013 Oswald Buddenhagen
<[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
* Copyright (C) 2004 Theodore Y. Ts'o <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/socket.h b/src/socket.h
index af679aa7..6418a811 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sync.c b/src/sync.c
index afbca489..c280fe96 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2013 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/sync.h b/src/sync.h
index ad0478b6..1f9a68d9 100644
--- a/src/sync.h
+++ b/src/sync.h
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2010-2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/tst_timers.c b/src/tst_timers.c
index 24b08adc..f8ea7862 100644
--- a/src/tst_timers.c
+++ b/src/tst_timers.c
@@ -1,6 +1,6 @@
/*
* mbsync - mailbox synchronizer
- * Copyright (C) 2014 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2014-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/util.c b/src/util.c
index 647a9f42..b7a05055 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,7 +1,7 @@
/*
* mbsync - mailbox synchronizer
* Copyright (C) 2000-2002 Michael R. Elkins <[email protected]>
- * Copyright (C) 2002-2006,2011,2012 Oswald Buddenhagen <[email protected]>
+ * Copyright (C) 2002-2022 Oswald Buddenhagen <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel