Skip to content

Commit

Permalink
lib/uuid.c: remove FSF address
Browse files Browse the repository at this point in the history
There is no point in keeping an address in the file since it's subject
to change.

While here, update Intel Copyright years.

Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Matt Fleming <[email protected]>
Cc: Dmitry Kasatkin <[email protected]>
Cc: Mimi Zohar <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: "Theodore Ts'o" <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
andy-shev authored and torvalds committed May 21, 2016
1 parent 2b1b0d6 commit e3a93bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
6 changes: 1 addition & 5 deletions include/linux/uuid.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* UUID/GUID definition
*
* Copyright (C) 2010, Intel Corp.
* Copyright (C) 2010, 2016 Intel Corp.
* Huang Ying <[email protected]>
*
* This program is free software; you can redistribute it and/or
Expand All @@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _LINUX_UUID_H_
#define _LINUX_UUID_H_
Expand Down
4 changes: 0 additions & 4 deletions include/uapi/linux/uuid.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef _UAPI_LINUX_UUID_H_
Expand Down
6 changes: 1 addition & 5 deletions lib/uuid.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Unified UUID/GUID definition
*
* Copyright (C) 2009, Intel Corp.
* Copyright (C) 2009, 2016 Intel Corp.
* Huang Ying <[email protected]>
*
* This program is free software; you can redistribute it and/or
Expand All @@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <linux/kernel.h>
Expand Down

0 comments on commit e3a93bc

Please sign in to comment.