From 80ea99c70e5198addc4d0d857ddcd3f260c32ab7 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 16 Dec 2018 08:43:24 -0700 Subject: [PATCH] aio: add my copyright Signed-off-by: Jens Axboe --- fs/aio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/aio.c b/fs/aio.c index 17d4ee5b0fc2..4bf797218bdd 100644 --- a/fs/aio.c +++ b/fs/aio.c @@ -6,6 +6,7 @@ * * Copyright 2000, 2001, 2002 Red Hat, Inc. All Rights Reserved. * Copyright 2018 Christoph Hellwig. + * Copyright 2018 Jens Axboe * * See ../COPYING for licensing terms. */ -- 2.25.1