summaryrefslogtreecommitdiffstats
path: root/crypt.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-01-01 12:07:46 -0800
committerKevin McCarthy <kevin@8t8.us>2016-01-01 12:07:46 -0800
commit8ce4152511770f55ee444b5c1bdc244a3058ca6b (patch)
treeab0d1c13be2bb11a4052c45f537767c5d29cf845 /crypt.c
parent1b329ffe565c72f208425497c4c61929720e8036 (diff)
Convert copyright years to all use 4 digit years.
Vincent Lefèvre pointed out the common shortcut, e.g 1996-9, is actually not allowed for copyright years. Convert all the copyright years (for mutt files) to use 4 digits.
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypt.c b/crypt.c
index 470e1bbd..88820047 100644
--- a/crypt.c
+++ b/crypt.c
@@ -1,9 +1,9 @@
/*
- * Copyright (C) 1996,1997 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2000,2002-4,2006 Thomas Roessler <roessler@does-not-exist.org>
- * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1996-1997 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1999-2000,2002-2004,2006 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 2001 Thomas Roessler <roessler@does-not-exist.org>
* Oliver Ehli <elmy@acm.org>
- * Copyright (C) 2003 Werner Koch <wk@gnupg.org>
+ * Copyright (C) 2003 Werner Koch <wk@gnupg.org>
* Copyright (C) 2004 g10code GmbH
*
* This program is free software; you can redistribute it and/or modify