From patchwork Sun Oct 13 09:39:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2491 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46rc9Y3rlLz42j9 for ; Sun, 13 Oct 2019 09:40:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46rc9V56trz2fK; Sun, 13 Oct 2019 09:39:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46rc9V1xyfz2yCQ; Sun, 13 Oct 2019 09:39:58 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46rc9S2H6dz2yCQ for ; Sun, 13 Oct 2019 09:39:56 +0000 (UTC) Received: from [127.0.0.1] (67.ip-92-222-38.eu [92.222.38.67]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46rc9Q0ttvz2LX; Sun, 13 Oct 2019 09:39:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570959595; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4vnbwQ1fx6UbRCPNeO0TeKY7/lY7CPbCrGJjLLvysKc=; b=n4Olme0xovD8FYMGh4litqKbguyb/al+64UuIunqQreUaYwYRmgKjDQj7xyPp/UULIZGLq H6JNbM4Ul862pyDs2B5HtSoEU8bOA9VMIHHBNSFhLS2KaCf2QT83b8HzwYf+MRcWCzVy9R kU8U+Zpo0Qrj3OvLfr77BMxClXO9HgSi0ziANzMNpaPkNscYMCXTumOa2Yfm8e0JEcnA1W vCdwngO+m4crHx/cfsWZfn9FN/ueLHfPdb99b8YaVxuOQp7NF3PqhBxrSIQRSK0nwIvcE7 atifRasFsfGQoeCgnsNCuxx2ZYR3qZKk/kDR74uRqRif9T0T7BavZlI1DRHXoA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570959595; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4vnbwQ1fx6UbRCPNeO0TeKY7/lY7CPbCrGJjLLvysKc=; b=twXJB+V9fzmK6EA9MDjoLWd18y8RXso5bhVYS+zxYd9xPl8Iz0jrjJMgnHrmybGOEWwEcm kUykPqAbLfpWs6DQ== To: "IPFire: Development-List" , Stefan Schantl From: peter.mueller@ipfire.org Subject: [PATCH] rust: fix year in LFS file Message-ID: Date: Sun, 13 Oct 2019 09:39:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Tempus fugit, I know... :-) Cc: Stefan Schantl Signed-off-by: Peter Müller --- lfs/rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/rust b/lfs/rust index e4241bfb4..47e9a0ea5 100644 --- a/lfs/rust +++ b/lfs/rust @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #