Skip to content

Commit ae98043

Browse files
konistorvalds
authored andcommitted
nilfs2: convert to SPDX license tags
Remove the verbose license text from NILFS2 files and replace them with SPDX tags. This does not change the license of any of the code. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ryusuke Konishi <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 36bdac1 commit ae98043

39 files changed

+39
-390
lines changed

fs/nilfs2/alloc.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* alloc.c - NILFS dat/inode allocator
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Originally written by Koji Sato.
178
* Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji.
189
*/

fs/nilfs2/alloc.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* alloc.h - persistent object (dat entry/disk inode) allocator/deallocator
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Originally written by Koji Sato.
178
* Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji.
189
*/

fs/nilfs2/bmap.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* bmap.c - NILFS block mapping.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/bmap.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* bmap.h - NILFS block mapping.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/btnode.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* btnode.c - NILFS B-tree node cache
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Originally written by Seiji Kihara.
178
* Fully revised by Ryusuke Konishi for stabilization and simplification.
189
*

fs/nilfs2/btnode.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* btnode.h - NILFS B-tree node cache
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Seiji Kihara.
178
* Revised by Ryusuke Konishi.
189
*/

fs/nilfs2/btree.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* btree.c - NILFS B-tree.
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/btree.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* btree.h - NILFS B-tree.
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/cpfile.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* cpfile.c - NILFS checkpoint file.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/cpfile.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* cpfile.h - NILFS checkpoint file.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/dat.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* dat.c - NILFS disk address translation.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/dat.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* dat.h - NILFS disk address translation.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/dir.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* dir.c - NILFS directory entry operations
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Modified for NILFS by Amagai Yoshiji.
178
*/
189
/*

fs/nilfs2/direct.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* direct.c - NILFS direct block pointer.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/direct.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* direct.h - NILFS direct block pointer.
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Koji Sato.
178
*/
189

fs/nilfs2/file.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* file.c - NILFS regular file handling primitives including fsync().
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Amagai Yoshiji and Ryusuke Konishi.
178
*/
189

fs/nilfs2/gcinode.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* gcinode.c - dummy inodes to buffer blocks for garbage collection
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Seiji Kihara, Amagai Yoshiji, and Ryusuke Konishi.
178
* Revised by Ryusuke Konishi.
189
*

fs/nilfs2/ifile.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* ifile.c - NILFS inode file
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Amagai Yoshiji.
178
* Revised by Ryusuke Konishi.
189
*

fs/nilfs2/ifile.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0+ */
12
/*
23
* ifile.h - NILFS inode file
34
*
45
* Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Amagai Yoshiji.
178
* Revised by Ryusuke Konishi.
189
*

fs/nilfs2/inode.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* inode.c - NILFS inode operations.
34
*
45
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
56
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
15-
*
167
* Written by Ryusuke Konishi.
178
*
189
*/

0 commit comments

Comments
 (0)