From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f193.google.com ([209.85.166.193]:52541 "EHLO mail-it1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726999AbeLRPnS (ORCPT ); Tue, 18 Dec 2018 10:43:18 -0500 Received: by mail-it1-f193.google.com with SMTP id g76so4807852itg.2 for ; Tue, 18 Dec 2018 07:43:18 -0800 (PST) From: Jens Axboe To: linux-fsdevel@vger.kernel.org, linux-aio@kvack.org Cc: hch@lst.de, viro@zeniv.linux.org.uk, Jens Axboe Subject: [PATCH 22/22] aio: add my copyright Date: Tue, 18 Dec 2018 08:42:30 -0700 Message-Id: <20181218154230.3120-23-axboe@kernel.dk> In-Reply-To: <20181218154230.3120-1-axboe@kernel.dk> References: <20181218154230.3120-1-axboe@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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 b194f0b1f2f8..ab39e941ca07 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.17.1