From: Nadav Amit <namit@vmware.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Xavier Deguillard <xdeguillard@vmware.com>,
Arnd Bergmann <arnd@arndb.de>, <linux-kernel@vger.kernel.org>,
Nadav Amit <namit@vmware.com>, Nadav Amit <nadav.amit@gmail.com>
Subject: [PATCH v3 6/7] vmw_balloon: update copyright message
Date: Tue, 19 Jun 2018 16:00:29 -0700 [thread overview]
Message-ID: <20180619230030.112906-7-namit@vmware.com> (raw)
In-Reply-To: <20180619230030.112906-1-namit@vmware.com>
Removing the GPL wording and replace it with an SPDX tag. The immediate
trigger for doing it now is the need to remove the list of maintainers
from the source file, as the maintainer list changed.
Reviewed-by: Xavier Deguillard <xdeguillard@vmware.com>
Signed-off-by: Nadav Amit <nadav.amit@gmail.com>
---
drivers/misc/vmw_balloon.c | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c
index 400a1ccefc8e..43d454c11c13 100644
--- a/drivers/misc/vmw_balloon.c
+++ b/drivers/misc/vmw_balloon.c
@@ -1,27 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* VMware Balloon driver.
*
- * Copyright (C) 2000-2014, VMware, Inc. All Rights Reserved.
+ * Copyright (C) 2000-2018, VMware, Inc. All Rights Reserved.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; version 2 of the License and no later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
- * NON INFRINGEMENT. See the GNU General Public License for more
- * details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Maintained by: Xavier Deguillard <xdeguillard@vmware.com>
- * Philip Moltmann <moltmann@vmware.com>
- */
-
-/*
* This is VMware physical memory management driver for Linux. The driver
* acts like a "balloon" that can be inflated to reclaim physical pages by
* reserving them in the guest and invalidating them in the monitor,
--
2.17.0
next prev parent reply other threads:[~2018-06-20 6:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-19 23:00 [PATCH v3 0/7] vmw_balloon: addressing bugs and issues Nadav Amit
2018-06-19 23:00 ` [PATCH v3 1/7] vmw_balloon: fix inflation of 64-bit GFNs Nadav Amit
2018-06-19 23:00 ` [PATCH v3 2/7] vmw_balloon: do not use 2MB without batching Nadav Amit
2018-06-19 23:00 ` [PATCH v3 3/7] vmw_balloon: VMCI_DOORBELL_SET does not check status Nadav Amit
2018-06-19 23:00 ` [PATCH v3 4/7] vmw_balloon: fix VMCI use when balloon built into kernel Nadav Amit
2018-06-19 23:00 ` [PATCH v3 5/7] vmw_balloon: remove inflation rate limiting Nadav Amit
2018-06-19 23:00 ` Nadav Amit [this message]
2018-06-19 23:00 ` [PATCH v3 7/7] vmw_balloon: update maintainers list Nadav Amit
2018-06-26 17:13 ` [PATCH v3 0/7] vmw_balloon: addressing bugs and issues Nadav Amit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180619230030.112906-7-namit@vmware.com \
--to=namit@vmware.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nadav.amit@gmail.com \
--cc=xdeguillard@vmware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome