From ec185d75d75c3cf65c3f208d94ec8a528831a4b0 Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Wed, 3 Mar 2021 11:48:27 +0100 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- connect.go | 2 +- go-sendxmpp.go | 2 +- httpupload.go | 2 +- jid.go | 2 +- man/go-sendxmpp.1 | 4 ++-- man/go-sendxmpp.1.html | 4 ++-- man/go-sendxmpp.1.ronn | 2 +- man/go-sendxmpp.5 | 4 ++-- man/go-sendxmpp.5.html | 4 ++-- man/go-sendxmpp.5.ronn | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 1b00903..d54f01f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2020, Martin Dosch +Copyright (c) 2020 - 2021, Martin Dosch All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/connect.go b/connect.go index 81b732e..9665c9f 100644 --- a/connect.go +++ b/connect.go @@ -1,4 +1,4 @@ -// Copyright 2018 - 2021 Martin Dosch. +// Copyright 2021 Martin Dosch. // Use of this source code is governed by the BSD-2-clause // license that can be found in the LICENSE file.package main diff --git a/go-sendxmpp.go b/go-sendxmpp.go index 2819054..f76e72b 100644 --- a/go-sendxmpp.go +++ b/go-sendxmpp.go @@ -1,4 +1,4 @@ -// Copyright 2018 - 2020 Martin Dosch. +// Copyright 2018 - 2021 Martin Dosch. // Use of this source code is governed by the BSD-2-clause // license that can be found in the LICENSE file. diff --git a/httpupload.go b/httpupload.go index b9b0d9e..a41237e 100644 --- a/httpupload.go +++ b/httpupload.go @@ -1,4 +1,4 @@ -// Copyright 2020 Martin Dosch. +// Copyright 2020 - 2021 Martin Dosch. // Use of this source code is governed by the BSD-2-clause // license that can be found in the LICENSE file. diff --git a/jid.go b/jid.go index e88c9a0..95ff508 100644 --- a/jid.go +++ b/jid.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE-mellium file. // Original taken from mellium.im/xmpp/jid (BSD-2-Clause) and adjusted for my needs. -// Copyright 2020 Martin Dosch +// Copyright 2020 - 2021 Martin Dosch package main diff --git a/man/go-sendxmpp.1 b/man/go-sendxmpp.1 index cf7a4fb..898c2a2 100644 --- a/man/go-sendxmpp.1 +++ b/man/go-sendxmpp.1 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "GO\-SENDXMPP" "1" "January 2021" "" +.TH "GO\-SENDXMPP" "1" "March 2021" "" .SH "NAME" \fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\. .SH "SYNOPSIS" @@ -64,6 +64,6 @@ Written by Martin Dosch\. .SH "REPORTING BUGS" Report bugs at https://salsa\.debian\.org/mdosch/go\-sendxmpp/issues .SH "COPYRIGHT" -Copyright (c) 2018 \- 2020 Martin Dosch License: BSD 2\-clause License +Copyright (c) 2018 \- 2021 Martin Dosch License: BSD 2\-clause License .SH "SEE ALSO" go\-sendxmpp(5), sendxmpp(1) diff --git a/man/go-sendxmpp.1.html b/man/go-sendxmpp.1.html index 9564fd2..bfdb566 100644 --- a/man/go-sendxmpp.1.html +++ b/man/go-sendxmpp.1.html @@ -160,7 +160,7 @@ The setting will be removed soon. -

Copyright (c) 2018 - 2020 Martin Dosch +

Copyright (c) 2018 - 2021 Martin Dosch License: BSD 2-clause License

SEE ALSO

@@ -169,7 +169,7 @@ License: BSD 2-clause License

  1. -
  2. January 2021
  3. +
  4. March 2021
  5. go-sendxmpp(1)
diff --git a/man/go-sendxmpp.1.ronn b/man/go-sendxmpp.1.ronn index b1db8b2..ce15e2f 100644 --- a/man/go-sendxmpp.1.ronn +++ b/man/go-sendxmpp.1.ronn @@ -79,7 +79,7 @@ Report bugs at https://salsa.debian.org/mdosch/go-sendxmpp/issues ## COPYRIGHT -Copyright (c) 2018 - 2020 Martin Dosch +Copyright (c) 2018 - 2021 Martin Dosch License: BSD 2-clause License ## SEE ALSO diff --git a/man/go-sendxmpp.5 b/man/go-sendxmpp.5 index c8f8e8c..eff3373 100644 --- a/man/go-sendxmpp.5 +++ b/man/go-sendxmpp.5 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 -.TH "GO\-SENDXMPP" "5" "January 2021" "" +.TH "GO\-SENDXMPP" "5" "March 2021" "" .SH "NAME" \fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\. .SH "LOCATION" @@ -24,6 +24,6 @@ Written by Martin Dosch\. .SH "REPORTING BUGS" Report bugs at https://salsa\.debian\.org/mdosch/go\-sendxmpp/issues .SH "COPYRIGHT" -Copyright (c) 2018 \- 2020 Martin Dosch License: BSD 2\-clause License +Copyright (c) 2018 \- 2021 Martin Dosch License: BSD 2\-clause License .SH "SEE ALSO" go\-sendxmpp(1), sendxmpp(1) diff --git a/man/go-sendxmpp.5.html b/man/go-sendxmpp.5.html index f0f0dc1..030682f 100644 --- a/man/go-sendxmpp.5.html +++ b/man/go-sendxmpp.5.html @@ -106,7 +106,7 @@ your password in plaintext to the config file with the setting passwordCOPYRIGHT -

Copyright (c) 2018 - 2020 Martin Dosch +

Copyright (c) 2018 - 2021 Martin Dosch License: BSD 2-clause License

SEE ALSO

@@ -115,7 +115,7 @@ License: BSD 2-clause License

  1. -
  2. January 2021
  3. +
  4. March 2021
  5. go-sendxmpp(5)
diff --git a/man/go-sendxmpp.5.ronn b/man/go-sendxmpp.5.ronn index 74202c1..a0eb302 100644 --- a/man/go-sendxmpp.5.ronn +++ b/man/go-sendxmpp.5.ronn @@ -33,7 +33,7 @@ Report bugs at https://salsa.debian.org/mdosch/go-sendxmpp/issues ## COPYRIGHT -Copyright (c) 2018 - 2020 Martin Dosch +Copyright (c) 2018 - 2021 Martin Dosch License: BSD 2-clause License ## SEE ALSO