summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2022-12-22 09:15:24 +0000
committerJoe Orton <jorton@apache.org>2022-12-22 13:59:21 +0000
commit7d39a09945830c664205dd307723c2ff51ae13e3 (patch)
treeeb5c544cf3c78ad144f6416f3dbae771642a1610
parent0583a195577274954836c968563e6867c1d692e9 (diff)
downloadneon-git-7d39a09945830c664205dd307723c2ff51ae13e3.tar.gz
Remove mailing list references throughout, add GitHub repo
URL instead. Update copyright notices in a few places.
-rw-r--r--Makefile.in2
-rw-r--r--README.md2
-rw-r--r--configure.ac4
-rw-r--r--doc/manual.xml3
-rw-r--r--macros/neon-test.m46
-rw-r--r--macros/neon-xml-parser.m46
-rw-r--r--macros/neon.m44
-rw-r--r--po/cs.po4
-rw-r--r--po/de.po4
-rw-r--r--po/fr.po4
-rw-r--r--po/ja.po4
-rw-r--r--po/neon.pot4
-rw-r--r--po/nn.po4
-rw-r--r--po/pl.po4
-rw-r--r--po/ru.po4
-rw-r--r--po/tr.po4
-rw-r--r--po/zh_CN.po4
17 files changed, 33 insertions, 34 deletions
diff --git a/Makefile.in b/Makefile.in
index ed87a69..148b43a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@ transform = @program_transform_name@
LIBTOOL = @LIBTOOL@
XMLTO = xmlto
GCOV = gcov
-XGETTEXT_OPTS = --keyword=_ --keyword=N_ --msgid-bugs-address=neon@lists.manyfish.co.uk \
+XGETTEXT_OPTS = --keyword=_ --keyword=N_ --msgid-bugs-address=https://github.com/notroj/neon \
--default-domain=neon --flag ne_print_request_header:3:c-format \
--flag ne_snprintf:3:c-format --flag ne_vsnprintf:3:c-format \
--flag ne_set_error:2:c-format
diff --git a/README.md b/README.md
index ea2d510..457fea2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
_neon_ is an HTTP and WebDAV client library, with a C language API.
-Mailing list: neon@lists.manyfish.co.uk || Web site: https://notroj.github.io/neon/
+GitHub: https://github.com/notroj/neon | Web: https://notroj.github.io/neon/
The neon API and ABI are stable and maintain backwards compatibility
since 0.27 through to current releases.
diff --git a/configure.ac b/configure.ac
index 37b14ec..bd2eb07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,9 @@ dnl Extract the version (sans LF) from .version, created at release-time.
m4_define(ne_version, [m4_translit(m4_include(.version), [
])])
-AC_INIT(neon, ne_version, [neon@lists.manyfish.co.uk])
+AC_INIT(neon, ne_version,,,[https://notroj.github.io/neon/])
-AC_COPYRIGHT([Copyright 2000-2010 Joe Orton and others
+AC_COPYRIGHT([Copyright 2000-2022 Joe Orton and others
This configure script may be copied, distributed and modified under the
terms of the GNU Library General Public license; see src/COPYING.LIB for
more details.])
diff --git a/doc/manual.xml b/doc/manual.xml
index bb2cbc4..5f15488 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -87,9 +87,8 @@
<personname>
<firstname>Joe</firstname><surname>Orton</surname>
</personname>
- <email>neon@lists.manyfish.co.uk</email>
</author>
- <copyright><year>2001-2021</year><holder>Joe Orton</holder></copyright>
+ <copyright><year>2001-2022</year><holder>Joe Orton</holder></copyright>
<legalnotice>
diff --git a/macros/neon-test.m4 b/macros/neon-test.m4
index 3abd406..495765a 100644
--- a/macros/neon-test.m4
+++ b/macros/neon-test.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
+# Copyright (C) 2001-2022 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
#
# This file is free software; you may copy and/or distribute it with
# or without modifications, as long as this notice is preserved.
@@ -12,8 +12,8 @@
# LGPL, see COPYING.LIB for more details
# This file is part of the neon HTTP/WebDAV client library.
-# See http://www.webdav.org/neon/ for the latest version.
-# Please send any feedback to <neon@lists.manyfish.co.uk>
+# See https://notroj.github.io/neon/ for the latest version.
+# Please report feedback via <https://github.com/notroj/neon/>
# Tests needed for the neon-test common test code.
diff --git a/macros/neon-xml-parser.m4 b/macros/neon-xml-parser.m4
index c6fec25..4194b10 100644
--- a/macros/neon-xml-parser.m4
+++ b/macros/neon-xml-parser.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2005, 2007 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
+# Copyright (C) 1998-2022 Joe Orton <joe@manyfish.co.uk> -*- autoconf -*-
#
# This file is free software; you may copy and/or distribute it with
# or without modifications, as long as this notice is preserved.
@@ -12,8 +12,8 @@
# LGPL, see COPYING.LIB for more details
# This file is part of the neon HTTP/WebDAV client library.
-# See http://www.webdav.org/neon/ for the latest version.
-# Please send any feedback to <neon@lists.manyfish.co.uk>
+# See https://notroj.github.io/neon/ for the latest version.
+# Please report feedback via <https://github.com/notroj/neon/>
# Check for XML parser, supporting libxml 2.x and expat 1.95.x,
# or a bundled copy of expat.
diff --git a/macros/neon.m4 b/macros/neon.m4
index a9c7f78..c2554e2 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -13,8 +13,8 @@
# LGPL, see COPYING.LIB for more details
# This file is part of the neon HTTP/WebDAV client library.
-# See http://www.webdav.org/neon/ for the latest version.
-# Please send any feedback to <neon@lists.manyfish.co.uk>
+# See https://notroj.github.io/neon/ for the latest version.
+# Please report feedback via <https://github.com/notroj/neon/>
#
# Usage:
diff --git a/po/cs.po b/po/cs.po
index 6080b69..f98cefa 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.11.4\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2002-04-09 11:12+0100\n"
"Last-Translator: Petr Prazak <prazak@grisoft.cz>\n"
"Language-Team: cz\n"
diff --git a/po/de.po b/po/de.po
index 5cb6f93..04e1223 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.11.3\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2002-01-13 13:37+0100\n"
"Last-Translator: Thomas Schultz <tststs@gmx.de>\n"
"Language-Team: de\n"
diff --git a/po/fr.po b/po/fr.po
index 2041efe..ef58cbe 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.9.3\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2000-01-31 00:00+0100\n"
"Last-Translator: Sylvain Glaize <mokona@puupuu.org>\n"
"Language-Team: fr\n"
diff --git a/po/ja.po b/po/ja.po
index 0fadb65..cf4188a 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.10.14\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2001-01-16 07:32+0900\n"
"Last-Translator: Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp>\n"
"Language-Team: ja\n"
diff --git a/po/neon.pot b/po/neon.pot
index a67c0bf..403c145 100644
--- a/po/neon.pot
+++ b/po/neon.pot
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/nn.po b/po/nn.po
index e89d4c7..be7b3fd 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.11.4\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2002-11-07 18:11+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
diff --git a/po/pl.po b/po/pl.po
index 0e7aa1d..f03c784 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Neon 0.30.0\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2009-09-04 02:00+0200\n"
"Last-Translator: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@gmail."
"com>\n"
diff --git a/po/ru.po b/po/ru.po
index cafae4c..30f570b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy 0.11.5\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2002-11-11 14:28+0000\n"
"Last-Translator: Michael Sobolev <neon@webdav.org>\n"
"Language-Team: ru\n"
diff --git a/po/tr.po b/po/tr.po
index 053c0b2..ec9146d 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,8 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: sitecopy-0.10.10\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2001-01-03 HO:MI+ZONE\n"
"Last-Translator: A. Sinan Unur <sinan@unur.com>\n"
"Language-Team: tr\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index c2a387f..0c7d452 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: neon 0.29.x\n"
-"Report-Msgid-Bugs-To: neon@lists.manyfish.co.uk\n"
-"POT-Creation-Date: 2022-09-11 08:33+0100\n"
+"Report-Msgid-Bugs-To: https://github.com/notroj/neon\n"
+"POT-Creation-Date: 2022-12-22 09:14+0000\n"
"PO-Revision-Date: 2008-03-03 11:20+0800\n"
"Last-Translator: Dongsheng Song <dongsheng.song@gmail.com>\n"
"Language-Team: neon@webdav.org\n"