diff options
Diffstat (limited to 'board/LaCie/common')
-rw-r--r-- | board/LaCie/common/common.c | 5 | ||||
-rw-r--r-- | board/LaCie/common/common.h | 5 | ||||
-rw-r--r-- | board/LaCie/common/cpld-gpio-bus.c | 5 | ||||
-rw-r--r-- | board/LaCie/common/cpld-gpio-bus.h | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/board/LaCie/common/common.c b/board/LaCie/common/common.c index a62bf9f189..d6ffefec89 100644 --- a/board/LaCie/common/common.c +++ b/board/LaCie/common/common.c @@ -1,10 +1,7 @@ /* * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> diff --git a/board/LaCie/common/common.h b/board/LaCie/common/common.h index 85e433c931..c24e5885d1 100644 --- a/board/LaCie/common/common.h +++ b/board/LaCie/common/common.h @@ -1,10 +1,7 @@ /* * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _LACIE_COMMON_H diff --git a/board/LaCie/common/cpld-gpio-bus.c b/board/LaCie/common/cpld-gpio-bus.c index fb9bf8d5db..9b24dc535c 100644 --- a/board/LaCie/common/cpld-gpio-bus.c +++ b/board/LaCie/common/cpld-gpio-bus.c @@ -9,10 +9,7 @@ * * Copyright (C) 2013 Simon Guinot <simon.guinot@sequanux.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #include <asm/arch/gpio.h> diff --git a/board/LaCie/common/cpld-gpio-bus.h b/board/LaCie/common/cpld-gpio-bus.h index e9e9b96041..3dfac0b5ac 100644 --- a/board/LaCie/common/cpld-gpio-bus.h +++ b/board/LaCie/common/cpld-gpio-bus.h @@ -1,10 +1,7 @@ /* * Copyright (C) 2013 Simon Guinot <simon.guinot@sequanux.org> * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _LACIE_CPLD_GPI0_BUS_H |