btrfs-progs: Copyright string update
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Tue, 25 Feb 2014 07:42:29 +0000 (16:42 +0900)
committerChris Mason <clm@fb.com>
Fri, 21 Mar 2014 13:23:24 +0000 (06:23 -0700)
Fix corporate name for copyright.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
12 files changed:
btrfs-list.h
btrfsck.h
chunk-recover.c
man/btrfs-convert.8.in
man/btrfs-debug-tree.8.in
man/btrfs-find-root.8.in
man/btrfs-map-logical.8.in
man/btrfs-show-super.8.in
man/btrfs-zero-log.8.in
man/btrfstune.8.in
math.h
super-recover.c

index 724e973..8ead9da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Fujitsu.  All rights reserved.
+ * Copyright (C) 2012 FUJITSU LIMITED.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public
index f73c605..356c767 100644 (file)
--- a/btrfsck.h
+++ b/btrfsck.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Fujitsu.  All rights reserved.
+ * Copyright (C) 2013 FUJITSU LIMITED.  All rights reserved.
  * Written by Miao Xie <miaox@cn.fujitsu.com>
  *
  * This program is free software; you can redistribute it and/or
index 69f5854..a05e644 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Fujitsu.  All rights reserved.
+ * Copyright (C) 2013 FUJITSU LIMITED.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public
index 9d4c642..85cfa61 100644 (file)
@@ -24,7 +24,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index 9b0420b..eed7097 100644 (file)
@@ -27,7 +27,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index 398aa41..c1f48a0 100644 (file)
@@ -22,7 +22,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index d50ac96..a253051 100644 (file)
@@ -25,7 +25,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index ad04a42..3fe8bde 100644 (file)
@@ -22,7 +22,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index 80aaa9a..0ccfb0e 100644 (file)
@@ -15,7 +15,7 @@ Other exit code means some problems happened.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
index 0313324..c7fff9a 100644 (file)
@@ -23,7 +23,7 @@ If any problems happened, 1 will be returned.
 Written by Shilong Wang and Wenruo Qu.
 
 .SH COPYRIGHT
-Copyright \(co 2013 Fujitsu, Inc.
+Copyright \(co 2013 FUJITSU LIMITED.
 License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
 .br
 This is free software: you are free  to  change  and  redistribute  it. There is NO WARRANTY, to the extent permitted by law.
diff --git a/math.h b/math.h
index 482dba3..0c16104 100644 (file)
--- a/math.h
+++ b/math.h
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (C) 2012 Fujitsu.  All rights reserved.
+ * Copyright (C) 2012 FUJITSU LIMITED.  All rights reserved.
  * Written by Miao Xie <miaox@cn.fujitsu.com>
  *
  * This program is free software; you can redistribute it and/or
index a6271a2..cd6ba37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Fujitsu.  All rights reserved.
+ * Copyright (C) 2013 FUJITSU LIMITED.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public