From 6d71e49ea9258464b988df4d74e09c5a74dc700f 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 68d70536bdc6..b71f89501a72 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