+ nilfs2-remove-fsf-mailing-address-from-gpl-notices.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: nilfs2: remove FSF mailing address from GPL notices
has been added to the -mm tree.  Its filename is
     nilfs2-remove-fsf-mailing-address-from-gpl-notices.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/nilfs2-remove-fsf-mailing-address-from-gpl-notices.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/nilfs2-remove-fsf-mailing-address-from-gpl-notices.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx>
Subject: nilfs2: remove FSF mailing address from GPL notices

This removes the extra paragraph which mentions FSF address in GPL
notices from source code of nilfs2 and avoids the checkpatch.pl error
related to it.

Link: http://lkml.kernel.org/r/1461935747-10380-4-git-send-email-konishi.ryusuke@xxxxxxxxxxxxx
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/nilfs2/alloc.c         |    4 ----
 fs/nilfs2/alloc.h         |    4 ----
 fs/nilfs2/bmap.c          |    4 ----
 fs/nilfs2/bmap.h          |    4 ----
 fs/nilfs2/btnode.c        |    4 ----
 fs/nilfs2/btnode.h        |    4 ----
 fs/nilfs2/btree.c         |    4 ----
 fs/nilfs2/btree.h         |    4 ----
 fs/nilfs2/cpfile.c        |    4 ----
 fs/nilfs2/cpfile.h        |    4 ----
 fs/nilfs2/dat.c           |    4 ----
 fs/nilfs2/dat.h           |    4 ----
 fs/nilfs2/dir.c           |    4 ----
 fs/nilfs2/direct.c        |    4 ----
 fs/nilfs2/direct.h        |    4 ----
 fs/nilfs2/file.c          |    4 ----
 fs/nilfs2/gcinode.c       |    4 ----
 fs/nilfs2/ifile.c         |    4 ----
 fs/nilfs2/ifile.h         |    4 ----
 fs/nilfs2/inode.c         |    4 ----
 fs/nilfs2/ioctl.c         |    4 ----
 fs/nilfs2/mdt.c           |    4 ----
 fs/nilfs2/mdt.h           |    4 ----
 fs/nilfs2/namei.c         |    4 ----
 fs/nilfs2/nilfs.h         |    4 ----
 fs/nilfs2/page.c          |    4 ----
 fs/nilfs2/page.h          |    4 ----
 fs/nilfs2/recovery.c      |    4 ----
 fs/nilfs2/segbuf.c        |    4 ----
 fs/nilfs2/segbuf.h        |    4 ----
 fs/nilfs2/segment.c       |    4 ----
 fs/nilfs2/segment.h       |    4 ----
 fs/nilfs2/sufile.c        |    4 ----
 fs/nilfs2/sufile.h        |    4 ----
 fs/nilfs2/super.c         |    4 ----
 fs/nilfs2/the_nilfs.c     |    4 ----
 fs/nilfs2/the_nilfs.h     |    4 ----
 include/linux/nilfs2_fs.h |    4 ----
 38 files changed, 152 deletions(-)

diff -puN fs/nilfs2/alloc.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/alloc.c
--- a/fs/nilfs2/alloc.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/alloc.c
@@ -13,10 +13,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
- *
  * Original code was written by Koji Sato <koji@xxxxxxxx>.
  * Two allocators were unified by Ryusuke Konishi <ryusuke@xxxxxxxx>,
  *                                Amagai Yoshiji <amagai@xxxxxxxx>.
diff -puN fs/nilfs2/alloc.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/alloc.h
--- a/fs/nilfs2/alloc.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/alloc.h
@@ -13,10 +13,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
- *
  * Original code was written by Koji Sato <koji@xxxxxxxx>.
  * Two allocators were unified by Ryusuke Konishi <ryusuke@xxxxxxxx>,
  *                                Amagai Yoshiji <amagai@xxxxxxxx>.
diff -puN fs/nilfs2/bmap.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/bmap.c
--- a/fs/nilfs2/bmap.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/bmap.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/bmap.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/bmap.h
--- a/fs/nilfs2/bmap.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/bmap.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/btnode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/btnode.c
--- a/fs/nilfs2/btnode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/btnode.c
@@ -13,10 +13,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
- *
  * This file was originally written by Seiji Kihara <kihara@xxxxxxxx>
  * and fully revised by Ryusuke Konishi <ryusuke@xxxxxxxx> for
  * stabilization and simplification.
diff -puN fs/nilfs2/btnode.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/btnode.h
--- a/fs/nilfs2/btnode.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/btnode.h
@@ -13,10 +13,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
- *
  * Written by Seiji Kihara <kihara@xxxxxxxx>
  * Revised by Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
diff -puN fs/nilfs2/btree.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/btree.c
--- a/fs/nilfs2/btree.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/btree.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/btree.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/btree.h
--- a/fs/nilfs2/btree.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/btree.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/cpfile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/cpfile.c
--- a/fs/nilfs2/cpfile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/cpfile.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/cpfile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/cpfile.h
--- a/fs/nilfs2/cpfile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/cpfile.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/dat.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/dat.c
--- a/fs/nilfs2/dat.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/dat.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/dat.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/dat.h
--- a/fs/nilfs2/dat.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/dat.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/dir.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/dir.c
--- a/fs/nilfs2/dir.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/dir.c
@@ -13,10 +13,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
- *
  * Modified for NILFS by Amagai Yoshiji <amagai@xxxxxxxx>
  */
 /*
diff -puN fs/nilfs2/direct.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/direct.c
--- a/fs/nilfs2/direct.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/direct.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/direct.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/direct.h
--- a/fs/nilfs2/direct.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/direct.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/file.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/file.c
--- a/fs/nilfs2/file.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/file.c
@@ -13,10 +13,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
- *
  * Written by Amagai Yoshiji <amagai@xxxxxxxx>,
  *            Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
diff -puN fs/nilfs2/gcinode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/gcinode.c
--- a/fs/nilfs2/gcinode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/gcinode.c
@@ -13,10 +13,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
- *
  * Written by Seiji Kihara <kihara@xxxxxxxx>, Amagai Yoshiji <amagai@xxxxxxxx>,
  *            and Ryusuke Konishi <ryusuke@xxxxxxxx>.
  * Revised by Ryusuke Konishi <ryusuke@xxxxxxxx>.
diff -puN fs/nilfs2/ifile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/ifile.c
--- a/fs/nilfs2/ifile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/ifile.c
@@ -13,10 +13,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
- *
  * Written by Amagai Yoshiji <amagai@xxxxxxxx>.
  * Revised by Ryusuke Konishi <ryusuke@xxxxxxxx>.
  *
diff -puN fs/nilfs2/ifile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/ifile.h
--- a/fs/nilfs2/ifile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/ifile.h
@@ -13,10 +13,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
- *
  * Written by Amagai Yoshiji <amagai@xxxxxxxx>
  * Revised by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
diff -puN fs/nilfs2/inode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/inode.c
--- a/fs/nilfs2/inode.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/inode.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/ioctl.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/ioctl.c
--- a/fs/nilfs2/ioctl.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/ioctl.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/mdt.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/mdt.c
--- a/fs/nilfs2/mdt.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/mdt.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
 
diff -puN fs/nilfs2/mdt.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/mdt.h
--- a/fs/nilfs2/mdt.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/mdt.h
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
 
diff -puN fs/nilfs2/namei.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/namei.c
--- a/fs/nilfs2/namei.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/namei.c
@@ -13,10 +13,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
- *
  * Modified for NILFS by Amagai Yoshiji <amagai@xxxxxxxx>,
  *                       Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
diff -puN fs/nilfs2/nilfs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/nilfs.h
--- a/fs/nilfs2/nilfs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/nilfs.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>
  *            Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
diff -puN fs/nilfs2/page.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/page.c
--- a/fs/nilfs2/page.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/page.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>,
  *            Seiji Kihara <kihara@xxxxxxxx>.
  */
diff -puN fs/nilfs2/page.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/page.h
--- a/fs/nilfs2/page.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/page.h
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>,
  *            Seiji Kihara <kihara@xxxxxxxx>.
  */
diff -puN fs/nilfs2/recovery.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/recovery.c
--- a/fs/nilfs2/recovery.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/recovery.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
 
diff -puN fs/nilfs2/segbuf.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/segbuf.c
--- a/fs/nilfs2/segbuf.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/segbuf.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/segbuf.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/segbuf.h
--- a/fs/nilfs2/segbuf.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/segbuf.h
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/segment.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/segment.c
--- a/fs/nilfs2/segment.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/segment.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/segment.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/segment.h
--- a/fs/nilfs2/segment.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/segment.h
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/sufile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/sufile.c
--- a/fs/nilfs2/sufile.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/sufile.c
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  * Revised by Ryusuke Konishi <ryusuke@xxxxxxxx>.
  */
diff -puN fs/nilfs2/sufile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/sufile.h
--- a/fs/nilfs2/sufile.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/sufile.h
@@ -13,10 +13,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
- *
  * Written by Koji Sato <koji@xxxxxxxx>.
  */
 
diff -puN fs/nilfs2/super.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/super.c
--- a/fs/nilfs2/super.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/super.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
 /*
diff -puN fs/nilfs2/the_nilfs.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/the_nilfs.c
--- a/fs/nilfs2/the_nilfs.c~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/the_nilfs.c
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN fs/nilfs2/the_nilfs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices fs/nilfs2/the_nilfs.h
--- a/fs/nilfs2/the_nilfs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/fs/nilfs2/the_nilfs.h
@@ -13,10 +13,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
- *
  * Written by Ryusuke Konishi <ryusuke@xxxxxxxx>
  *
  */
diff -puN include/linux/nilfs2_fs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices include/linux/nilfs2_fs.h
--- a/include/linux/nilfs2_fs.h~nilfs2-remove-fsf-mailing-address-from-gpl-notices
+++ a/include/linux/nilfs2_fs.h
@@ -13,10 +13,6 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser 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
- *
  * Written by Koji Sato <koji@xxxxxxxx>
  *            Ryusuke Konishi <ryusuke@xxxxxxxx>
  */
_

Patches currently in -mm which might be from konishi.ryusuke@xxxxxxxxxxxxx are

nilfs2-fix-white-space-issue-in-nilfs_mount.patch
nilfs2-remove-space-before-comma.patch
nilfs2-remove-fsf-mailing-address-from-gpl-notices.patch
nilfs2-clean-up-old-e-mail-addresses.patch
maintainers-add-web-link-for-nilfs-project.patch
nilfs2-clarify-permission-to-replicate-the-design.patch
nilfs2-get-rid-of-nilfs_mdt_mark_block_dirty.patch
nilfs2-move-cleanup-code-of-metadata-file-from-inode-routines.patch
nilfs2-replace-__attribute__packed-with-__packed.patch
nilfs2-add-missing-line-spacing.patch
nilfs2-clean-trailing-semicolons-in-macros.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux