about summary refs log tree commit homepage
path: root/queue_loop.c
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-11-28 02:03:58 +0000
committerEric Wong <e@80x24.org>2018-11-28 02:13:16 +0000
commita4bff7526f9c9f642767e254463f22ba2c10f507 (patch)
tree72669d34228832d610772699d4304227b5bfe168 /queue_loop.c
parent2c22379e811f9ab3f2692d459c075bb193f05e89 (diff)
downloadcmogstored-a4bff7526f9c9f642767e254463f22ba2c10f507.tar.gz
copyrights updated by "update-copyright" in gnulib:

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

While we're at it, SPDX seems to be the accepted way to identify
licenses nowadays, so lets use it.

  git ls-files | xargs perl -i -p -e \
    's,GPLv3 or later.*,GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>,g'
Diffstat (limited to 'queue_loop.c')
-rw-r--r--queue_loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/queue_loop.c b/queue_loop.c
index d998ca5..532cafc 100644
--- a/queue_loop.c
+++ b/queue_loop.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2012-2016 all contributors <cmogstored-public@bogomips.org>
- * License: GPLv3 or later (see COPYING for details)
+ * Copyright (C) 2012-2018 all contributors <cmogstored-public@bogomips.org>
+ * License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
  */
 #include "cmogstored.h"