Skip to content

Commit f5a926d

Browse files
ldebieverichardweinberger
authored andcommitted
mtd: ubi: Update ubi-media.h to dual license
Update license template using SPDX. Move the global layout of UBI headers to dual license helping UBI to be the standard solution for raw NAND management. Signed-off-by: Lionel Debieve <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Artem Bityutskiy <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
1 parent 3e5e433 commit f5a926d

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

drivers/mtd/ubi/ubi-media.h

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1+
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
12
/*
2-
* Copyright (c) International Business Machines Corp., 2006
3-
*
4-
* This program is free software; you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation; either version 2 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
12-
* the GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
3+
* Copyright (C) International Business Machines Corp., 2006
184
* Authors: Artem Bityutskiy (Битюцкий Артём)
195
* Thomas Gleixner
206
* Frank Haverkamp
217
* Oliver Lohmann
228
* Andreas Arnez
23-
*/
24-
25-
/*
9+
*
2610
* This file defines the layout of UBI headers and all the other UBI on-flash
2711
* data structures.
2812
*/

0 commit comments

Comments
 (0)