about summary refs log tree commit homepage
path: root/lib/olddoc/news_atom.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-06 20:34:54 +0000
committerEric Wong <e@80x24.org>2016-01-07 01:33:33 +0000
commit6512f0e38be76b7ffa2f19fb41aee07cdda5b41c (patch)
tree9af35b35b8af2b9de8aa899cfa63202937bcf250 /lib/olddoc/news_atom.rb
parentfd5f71b2548891b1692425ca861b557faca9e404 (diff)
downloadolddoc-6512f0e38be76b7ffa2f19fb41aee07cdda5b41c.tar.gz
While we're at it, switch to the shorter, SPDX-approved "GPL-3.0+"
identifier instead of the more verbose "GPLv3 or later" for consistency.

The formatting changed slightly to allow us to use the update-copyright
script in gnulib[1] In the future:

	git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
		UPDATE_COPYRIGHT_USE_INTERVALS=2 \
		xargs /path/to/gnulib/build-aux/update-copyright

[1] git://git.savannah.gnu.org/gnulib.git
Diffstat (limited to 'lib/olddoc/news_atom.rb')
-rw-r--r--lib/olddoc/news_atom.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/olddoc/news_atom.rb b/lib/olddoc/news_atom.rb
index 7c63db2..a093e64 100644
--- a/lib/olddoc/news_atom.rb
+++ b/lib/olddoc/news_atom.rb
@@ -1,5 +1,5 @@
-# Copyright (C) 2015, all contributors <olddoc-public@80x24.org>
-# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# Copyright (C) 2015-2016 all contributors <olddoc-public@80x24.org>
+# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 require 'builder'
 
 module Olddoc::NewsAtom