From 5239e7c52b7c7b66f154228b84b70881d54fce13 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 12 Nov 2017 10:42:29 +0100
Subject: [PATCH] copyright: update some years, and standardize on the dashed
 format

---
 src/browser.c | 2 +-
 src/chars.c   | 2 +-
 src/color.c   | 2 +-
 src/files.c   | 2 +-
 src/global.c  | 2 +-
 src/history.c | 2 +-
 src/move.c    | 2 +-
 src/nano.c    | 2 +-
 src/nano.h    | 2 +-
 src/rcfile.c  | 2 +-
 src/search.c  | 2 +-
 src/text.c    | 4 ++--
 src/utils.c   | 2 +-
 src/winio.c   | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/browser.c b/src/browser.c
index e1ae9938..83d60fcf 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -2,7 +2,7 @@
  *   browser.c  --  This file is part of GNU nano.                        *
  *                                                                        *
  *   Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2015, 2016 Benno Schulenberg                           *
+ *   Copyright (C) 2015-2016 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/chars.c b/src/chars.c
index 945096c7..13771a2b 100644
--- a/src/chars.c
+++ b/src/chars.c
@@ -2,7 +2,7 @@
  *   chars.c  --  This file is part of GNU nano.                          *
  *                                                                        *
  *   Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2016 Benno Schulenberg                                 *
+ *   Copyright (C) 2016-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/color.c b/src/color.c
index a75c2a6f..9757f2a6 100644
--- a/src/color.c
+++ b/src/color.c
@@ -2,7 +2,7 @@
  *   color.c  --  This file is part of GNU nano.                          *
  *                                                                        *
  *   Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg               *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/files.c b/src/files.c
index 5f0c1464..4a356f5a 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2,7 +2,7 @@
  *   files.c  --  This file is part of GNU nano.                          *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2015, 2016 Benno Schulenberg                           *
+ *   Copyright (C) 2015-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/global.c b/src/global.c
index 19169fd2..b61321a7 100644
--- a/src/global.c
+++ b/src/global.c
@@ -2,7 +2,7 @@
  *   global.c  --  This file is part of GNU nano.                         *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/history.c b/src/history.c
index 76eaead3..9af9a177 100644
--- a/src/history.c
+++ b/src/history.c
@@ -2,7 +2,7 @@
  *   history.c  --  This file is part of GNU nano.                        *
  *                                                                        *
  *   Copyright (C) 2003-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2016 Benno Schulenberg                                 *
+ *   Copyright (C) 2016-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/move.c b/src/move.c
index 191aa6ce..edc5819d 100644
--- a/src/move.c
+++ b/src/move.c
@@ -2,7 +2,7 @@
  *   move.c  --  This file is part of GNU nano.                           *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/nano.c b/src/nano.c
index 3a1a60c2..641179d2 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2,7 +2,7 @@
  *   nano.c  --  This file is part of GNU nano.                           *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/nano.h b/src/nano.h
index d9a9cb10..da2a590a 100644
--- a/src/nano.h
+++ b/src/nano.h
@@ -2,7 +2,7 @@
  *   nano.h  --  This file is part of GNU nano.                           *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/rcfile.c b/src/rcfile.c
index cdd94818..7a619c31 100644
--- a/src/rcfile.c
+++ b/src/rcfile.c
@@ -3,7 +3,7 @@
  *                                                                        *
  *   Copyright (C) 2001-2011, 2013-2017 Free Software Foundation, Inc.    *
  *   Copyright (C) 2014 Mike Frysinger                                    *
- *   Copyright (C) 2014, 2015, 2016 Benno Schulenberg                     *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/search.c b/src/search.c
index 8a6ae4a0..9058a4de 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2,7 +2,7 @@
  *   search.c  --  This file is part of GNU nano.                         *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2015, 2016, 2017 Benno Schulenberg                     *
+ *   Copyright (C) 2015-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/text.c b/src/text.c
index aa1e091a..be907224 100644
--- a/src/text.c
+++ b/src/text.c
@@ -2,10 +2,10 @@
  *   text.c  --  This file is part of GNU nano.                           *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015 Mark Majeres                                *
+ *   Copyright (C) 2014-2015 Mark Majeres                                 *
  *   Copyright (C) 2016 Mike Scalora                                      *
- *   Copyright (C) 2015, 2016 Benno Schulenberg                           *
  *   Copyright (C) 2016 Sumedh Pendurkar                                  *
+ *   Copyright (C) 2015-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/utils.c b/src/utils.c
index 769a9912..80e0de60 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -2,7 +2,7 @@
  *   utils.c  --  This file is part of GNU nano.                          *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2016 Benno Schulenberg                                 *
+ *   Copyright (C) 2016-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
diff --git a/src/winio.c b/src/winio.c
index bcabdfd4..f6b06f39 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2,7 +2,7 @@
  *   winio.c  --  This file is part of GNU nano.                          *
  *                                                                        *
  *   Copyright (C) 1999-2011, 2013-2017 Free Software Foundation, Inc.    *
- *   Copyright (C) 2014, 2015, 2016, 2017 Benno Schulenberg               *
+ *   Copyright (C) 2014-2017 Benno Schulenberg                            *
  *                                                                        *
  *   GNU nano is free software: you can redistribute it and/or modify     *
  *   it under the terms of the GNU General Public License as published    *
-- 
GitLab