]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
block: update some copyrights
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Dec 2020 07:55:44 +0000 (08:55 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 22 Dec 2020 15:43:06 +0000 (08:43 -0700)
Update copyrights for files that have gotten some major rewrites lately.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c
block/partitions/core.c
fs/block_dev.c

index b84b8671e6270a5dafa3087c40ccd4f32665afdb..73faec438e49a88d308bb438c9e170dcacdc986e 100644 (file)
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
  *  gendisk handling
+ *
+ * Portions Copyright (C) 2020 Christoph Hellwig
  */
 
 #include <linux/module.h>
index deca253583bd3f474c89c7af2742e14fdcd5a8e6..e7d776db803b12f7e784235a20fdc5989cbe6cc6 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * Copyright (C) 1991-1998  Linus Torvalds
  * Re-organised Feb 1998 Russell King
+ * Copyright (C) 2020 Christoph Hellwig
  */
 #include <linux/fs.h>
 #include <linux/slab.h>
index d2fa5009d5a481152139d172aebcabd04d19c810..9293045e128cdcc7eb1d467cfaace1e5c5850441 100644 (file)
@@ -2,6 +2,7 @@
 /*
  *  Copyright (C) 1991, 1992  Linus Torvalds
  *  Copyright (C) 2001  Andrea Arcangeli <andrea@suse.de> SuSE
+ *  Copyright (C) 2016 - 2020 Christoph Hellwig
  */
 
 #include <linux/init.h>