branch: externals/bnf-mode
commit e3489f39147ae69548ef52650600c6516b017ec4
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Use years range in copyright notice
From GPL howto:
For software with several releases over multiple years, it's okay to
use a range (“2008-2010”) instead of listing individual
years (“2008, 2009, 2010”) if and only if every year in the range,
inclusive, really is a “copyrightable” year that would be listed
individually; and you make an explicit statement in your
documentation about this usage.
---
Makefile | 2 +-
NEWS | 2 +-
README.org | 7 +++++++
bnf-mode.el | 2 +-
bnf-mode.texi | 2 +-
default.mk | 2 +-
test/test-bnf-mode-font-lock.el | 2 +-
test/utils.el | 2 +-
8 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 6178bd7..5a032f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2020 Free Software Foundation, Inc.
#
# License
#
diff --git a/NEWS b/NEWS
index e8b1cab..a71ef24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
bnf-mode NEWS -- history of user-visible changes.
-Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+Copyright (C) 2019-2020 Free Software Foundation, Inc.
See the end of the file for license conditions.
This file is about changes in BNF Mode.
diff --git a/README.org b/README.org
index 6647b07..ad5ced9 100644
--- a/README.org
+++ b/README.org
@@ -95,3 +95,10 @@ https://github.com/sergeyklay/bnf-mode/blob/master/NEWS .
BNF Mode is open source software licensed under the
[[https://github.com/sergeyklay/bnf-mode/blob/master/LICENSE][GNU General
Public Licence version 3]].
Copyright © 2019, 2020, Free Software Foundation, Inc.
+
+*** Note On Copyright Years
+
+In copyright notices where the copyright holder is the Free Software
Foundation,
+then where a range of years appears, this is an inclusive range that applies to
+every year in the range. For example: 2005-2008 represents the years 2005,
+2006, 2007, and 2008.
diff --git a/bnf-mode.el b/bnf-mode.el
index 4f1bbaf..c824f2f 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -1,6 +1,6 @@
;;; bnf-mode.el --- Major mode for editing BNF grammars. -*- lexical-binding:
t; -*-
-;; Copyright (C) 2019, 2020 Free Software Foundation, Inc
+;; Copyright (C) 2019-2020 Free Software Foundation, Inc
;; Author: Serghei Iakovlev <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
diff --git a/bnf-mode.texi b/bnf-mode.texi
index f89005e..42554fb 100644
--- a/bnf-mode.texi
+++ b/bnf-mode.texi
@@ -18,7 +18,7 @@ the ALGOL 60 report.
This manual is for BNF Mode version 0.4.4.
@end ifnottex
-Copyright @copyright{} 2019, 2020 Free Software Foundation, Inc.
+Copyright @copyright{} 2019-2020 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/default.mk b/default.mk
index 21b218e..3c527f2 100644
--- a/default.mk
+++ b/default.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2019-2020 Free Software Foundation, Inc.
#
# License
#
diff --git a/test/test-bnf-mode-font-lock.el b/test/test-bnf-mode-font-lock.el
index 7aabae3..41ea0ca 100644
--- a/test/test-bnf-mode-font-lock.el
+++ b/test/test-bnf-mode-font-lock.el
@@ -1,6 +1,6 @@
;;; test-bnf-mode-font-lock.el --- BNF Mode: Font locking tests -*-
lexical-binding: t; -*-
-;; Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2020 Free Software Foundation, Inc.
;; Author: Serghei Iakovlev <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>
diff --git a/test/utils.el b/test/utils.el
index 6a2144e..d3da4d8 100644
--- a/test/utils.el
+++ b/test/utils.el
@@ -1,6 +1,6 @@
;;; utils.el --- BNF Mode: Non-interactive unit-test setup -*-
lexical-binding: t; -*-
-;; Copyright (C) 2019, 2020 Free Software Foundation, Inc
+;; Copyright (C) 2019-2020 Free Software Foundation, Inc
;; Author: Serghei Iakovlev <[email protected]>
;; Maintainer: Serghei Iakovlev <[email protected]>