From 989d777edb895e51d001007012d2be84e4fb6ba3 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 11 Jan 2020 22:40:33 -0500 Subject: [PATCH] update copyright dates, drop bespoke github hook --- README | 2 +- debian/changelog | 6 ++++++ debian/copyright | 4 ++-- doc/man/man1/archdetect.xml | 2 +- doc/man/man3/torque.xml | 2 +- tools/github-post-handler | 20 -------------------- 6 files changed, 11 insertions(+), 25 deletions(-) delete mode 100755 tools/github-post-handler diff --git a/README b/README index 39ccf94..d4b6904 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ================================================== libtorque, a multithreaded I/O event library - Copyright © 2009--2018 Nick Black + Copyright © 2009--2020 Nick Black Render this document with fixed-width fonts! ================================================== ___________________________________________________________________ diff --git a/debian/changelog b/debian/changelog index 700b330..d28df0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libtorque (0.0.1-5) unstable; urgency=medium + + * Update copyright dates + + -- Nick Black Sat, 11 Jan 2020 22:39:04 -0500 + libtorque (0.0.1-4) unstable; urgency=medium * Add libadns1-dev to run deps of libtorque-dev diff --git a/debian/copyright b/debian/copyright index 547f941..f652de3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: libtorque Source: https://nick-black.com/dankwiki/index.php/Libtorque Files: * -Copyright: 2010-2019 Nick Black +Copyright: 2010-2020 Nick Black License: Apache-2.0 Files: debian/* -Copyright: 2019 Nick Black +Copyright: 2019-2020 Nick Black License: Apache-2.0 License: Apache-2.0 diff --git a/doc/man/man1/archdetect.xml b/doc/man/man1/archdetect.xml index c9d0d78..2794c6c 100644 --- a/doc/man/man1/archdetect.xml +++ b/doc/man/man1/archdetect.xml @@ -49,7 +49,7 @@ - 2009-2018 + 2009-2020 &dhusername; diff --git a/doc/man/man3/torque.xml b/doc/man/man3/torque.xml index 1c2ea6b..cd34862 100644 --- a/doc/man/man3/torque.xml +++ b/doc/man/man3/torque.xml @@ -49,7 +49,7 @@ - 2009-2018 + 2009-2020 &dhusername; diff --git a/tools/github-post-handler b/tools/github-post-handler deleted file mode 100755 index e72da23..0000000 --- a/tools/github-post-handler +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# CGI handler for GitHub commit notifications ("Post-Receive URLs"), as -# configured in the administration section. The data comes in as a POSTed -# JSON document; the following data comes from a hook test: - -# payload=%7b%22before%22%3a%22%22%2c%22repository%22%3a%7b%22description%22%3a%22A%20threaded%2c%20continuations-based%20I%2fO%20event%20library%20for%20manycore%20NUMA%20machines%22%2c%22watchers%22%3a4%2c%22fork%22%3afalse%2c%22private%22%3afalse%2c%22forks%22%3a0%2c%22homepage%22%3a%22http%3a%2f%2fdank.qemfd.net%2fdankwiki%2findex.php%2fLibtorque%22%2c%22open_issues%22%3a0%2c%22owner%22%3a%7b%22email%22%3a%22dank%40qemfd.net%22%2c%22name%22%3a%22dankamongmen%22%7d%2c%22url%22%3a%22http%3a%2f%2fgithub.com%2fdankamongmen%2flibtorque%22%2c%22name%22%3a%22libtorque%22%7d%2c%22after%22%3a%22dcd6f699deb0a320d71754fe1a015a1d7722951c%22%2c%22ref%22%3a%22refs%2fheads%2fmaster%22%2c%22commits%22%3a%5b%5d%7d - -# Note the absence of a trailing newline. - -set -e || exit 1 -set -o nounset -set -o pipefail - -BUILDHOME="/usr/local/hephaestus" - -JSONARCHIVE="$BUILDHOME/posted.json" - -# want to authenticate, check syntax, etc first! how? -cat >> "$JSONARCHIVE"