From b118b7b7b94d32e57265602b6219ca690e2d5c12 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Thu, 2 Jan 2020 02:22:44 +0200 Subject: [PATCH] Change year in copyright texts and manual page --- LICENSE | 2 +- mcrcon.1 | 2 +- mcrcon.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2db5c06..454fb9f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2019, Tiiffi +Copyright (c) 2012-2020, Tiiffi This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/mcrcon.1 b/mcrcon.1 index 3fb80fa..db9d282 100644 --- a/mcrcon.1 +++ b/mcrcon.1 @@ -1,7 +1,7 @@ .\" Process this file with .\" groff -man -Tascii mcrcon.1 .\" -.TH MCRCON 1 "December 2019" "Version 0.7.1" +.TH MCRCON 1 "January 2020" "Version 0.7.1" .SH NAME mcrcon \- send rcon commands to a Minecraft server .SH SYNOPSIS diff --git a/mcrcon.c b/mcrcon.c index b5d694a..3324875 100644 --- a/mcrcon.c +++ b/mcrcon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019, Tiiffi + * Copyright (c) 2012-2020, Tiiffi * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages