Blame SOURCES/0021-dmidecode-Update-copyright-year.patch

fc71ac
From fd4a87bffcf55db6c9c9d460b1b0b5e6fe9a0f03 Mon Sep 17 00:00:00 2001
fc71ac
From: Jean Delvare <jdelvare@suse.de>
fc71ac
Date: Wed, 1 Apr 2020 10:04:27 +0200
fc71ac
Subject: [PATCH 21/23] dmidecode: Update copyright year
fc71ac
fc71ac
---
fc71ac
 Makefile    | 2 +-
fc71ac
 dmidecode.c | 2 +-
fc71ac
 dmidecode.h | 2 +-
fc71ac
 dmioem.c    | 2 +-
fc71ac
 4 files changed, 4 insertions(+), 4 deletions(-)
fc71ac
fc71ac
diff --git a/Makefile b/Makefile
fc71ac
index 5d58266ef2de..97a1782fde3f 100644
fc71ac
--- a/Makefile
fc71ac
+++ b/Makefile
fc71ac
@@ -4,7 +4,7 @@
fc71ac
 #   VPD Decode
fc71ac
 #
fc71ac
 #   Copyright (C) 2000-2002 Alan Cox <alan@redhat.com>
fc71ac
-#   Copyright (C) 2002-2015 Jean Delvare <jdelvare@suse.de>
fc71ac
+#   Copyright (C) 2002-2020 Jean Delvare <jdelvare@suse.de>
fc71ac
 #
fc71ac
 #   This program is free software; you can redistribute it and/or modify
fc71ac
 #   it under the terms of the GNU General Public License as published by
fc71ac
diff --git a/dmidecode.c b/dmidecode.c
fc71ac
index d0dc98467bdc..981fe9697458 100644
fc71ac
--- a/dmidecode.c
fc71ac
+++ b/dmidecode.c
fc71ac
@@ -2,7 +2,7 @@
fc71ac
  * DMI Decode
fc71ac
  *
fc71ac
  *   Copyright (C) 2000-2002 Alan Cox <alan@redhat.com>
fc71ac
- *   Copyright (C) 2002-2019 Jean Delvare <jdelvare@suse.de>
fc71ac
+ *   Copyright (C) 2002-2020 Jean Delvare <jdelvare@suse.de>
fc71ac
  *
fc71ac
  *   This program is free software; you can redistribute it and/or modify
fc71ac
  *   it under the terms of the GNU General Public License as published by
fc71ac
diff --git a/dmidecode.h b/dmidecode.h
fc71ac
index 9ecc1791702d..1dc59a7e5536 100644
fc71ac
--- a/dmidecode.h
fc71ac
+++ b/dmidecode.h
fc71ac
@@ -1,7 +1,7 @@
fc71ac
 /*
fc71ac
  * This file is part of the dmidecode project.
fc71ac
  *
fc71ac
- *   Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
fc71ac
+ *   Copyright (C) 2005-2020 Jean Delvare <jdelvare@suse.de>
fc71ac
  *
fc71ac
  *   This program is free software; you can redistribute it and/or modify
fc71ac
  *   it under the terms of the GNU General Public License as published by
fc71ac
diff --git a/dmioem.c b/dmioem.c
fc71ac
index 9d6ec7520287..60b667416563 100644
fc71ac
--- a/dmioem.c
fc71ac
+++ b/dmioem.c
fc71ac
@@ -2,7 +2,7 @@
fc71ac
  * Decoding of OEM-specific entries
fc71ac
  * This file is part of the dmidecode project.
fc71ac
  *
fc71ac
- *   Copyright (C) 2007-2008 Jean Delvare <jdelvare@suse.de>
fc71ac
+ *   Copyright (C) 2007-2020 Jean Delvare <jdelvare@suse.de>
fc71ac
  *
fc71ac
  *   This program is free software; you can redistribute it and/or modify
fc71ac
  *   it under the terms of the GNU General Public License as published by
fc71ac
-- 
fc71ac
2.17.1
fc71ac