public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SFI: remove wrong FSF address from the license
@ 2013-12-09  9:32 Andy Shevchenko
  2013-12-09  9:43 ` Alex Courbot
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2013-12-09  9:32 UTC (permalink / raw)
  To: Len Brown, linux-kernel, Alex Courbot, David Cohen,
	Sathyanarayanan Kuppuswamy
  Cc: Andy Shevchenko

Remove old and currently wrong address of the FSF from license parts of the
code.

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/sfi/sfi_acpi.c   | 6 ------
 drivers/sfi/sfi_core.c   | 6 ------
 drivers/sfi/sfi_core.h   | 6 ------
 include/linux/sfi.h      | 6 ------
 include/linux/sfi_acpi.h | 6 ------
 5 files changed, 30 deletions(-)

diff --git a/drivers/sfi/sfi_acpi.c b/drivers/sfi/sfi_acpi.c
index d4dfcbe..0c5a29a 100644
--- a/drivers/sfi/sfi_acpi.c
+++ b/drivers/sfi/sfi_acpi.c
@@ -18,12 +18,6 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  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.
-  The full GNU General Public License is included in this distribution
-  in the file called LICENSE.GPL.
-
   BSD LICENSE
 
   Copyright(c) 2009 Intel Corporation. All rights reserved.
diff --git a/drivers/sfi/sfi_core.c b/drivers/sfi/sfi_core.c
index e9ff6f0..bd01928 100644
--- a/drivers/sfi/sfi_core.c
+++ b/drivers/sfi/sfi_core.c
@@ -18,12 +18,6 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  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.
-  The full GNU General Public License is included in this distribution
-  in the file called LICENSE.GPL.
-
   BSD LICENSE
 
   Copyright(c) 2009 Intel Corporation. All rights reserved.
diff --git a/drivers/sfi/sfi_core.h b/drivers/sfi/sfi_core.h
index 18c663d..15f85bc 100644
--- a/drivers/sfi/sfi_core.h
+++ b/drivers/sfi/sfi_core.h
@@ -18,12 +18,6 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  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.
-  The full GNU General Public License is included in this distribution
-  in the file called LICENSE.GPL.
-
   BSD LICENSE
 
   Copyright(c) 2009 Intel Corporation. All rights reserved.
diff --git a/include/linux/sfi.h b/include/linux/sfi.h
index 510e74d..2a5cfa7 100644
--- a/include/linux/sfi.h
+++ b/include/linux/sfi.h
@@ -18,12 +18,6 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  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.
-  The full GNU General Public License is included in this distribution
-  in the file called LICENSE.GPL.
-
   BSD LICENSE
 
   Copyright(c) 2009 Intel Corporation. All rights reserved.
diff --git a/include/linux/sfi_acpi.h b/include/linux/sfi_acpi.h
index ecc2344..1cc1b5e 100644
--- a/include/linux/sfi_acpi.h
+++ b/include/linux/sfi_acpi.h
@@ -18,12 +18,6 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  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.
-  The full GNU General Public License is included in this distribution
-  in the file called LICENSE.GPL.
-
   BSD LICENSE
 
   Copyright(c) 2009 Intel Corporation. All rights reserved.
-- 
1.8.4.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] SFI: remove wrong FSF address from the license
  2013-12-09  9:32 [PATCH] SFI: remove wrong FSF address from the license Andy Shevchenko
@ 2013-12-09  9:43 ` Alex Courbot
  2013-12-09  9:52   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Courbot @ 2013-12-09  9:43 UTC (permalink / raw)
  To: Andy Shevchenko, Len Brown, linux-kernel@vger.kernel.org,
	David Cohen, Sathyanarayanan Kuppuswamy

On 12/09/2013 06:32 PM, Andy Shevchenko wrote:
> Remove old and currently wrong address of the FSF from license parts of the
> code.

The address is not wrong, it is just that you don't want to see it 
become wrong should it change in the future.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] SFI: remove wrong FSF address from the license
  2013-12-09  9:43 ` Alex Courbot
@ 2013-12-09  9:52   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2013-12-09  9:52 UTC (permalink / raw)
  To: Alex Courbot
  Cc: Len Brown, linux-kernel@vger.kernel.org, David Cohen,
	Sathyanarayanan Kuppuswamy

On Mon, 2013-12-09 at 18:43 +0900, Alex Courbot wrote:
> On 12/09/2013 06:32 PM, Andy Shevchenko wrote:
> > Remove old and currently wrong address of the FSF from license parts of the
> > code.
> 
> The address is not wrong, it is just that you don't want to see it 
> become wrong should it change in the future.

Oh, I have misread that.
So, this patch probably is not needed at all.

-- 
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-09  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09  9:32 [PATCH] SFI: remove wrong FSF address from the license Andy Shevchenko
2013-12-09  9:43 ` Alex Courbot
2013-12-09  9:52   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox