diff --git a/boards/arm/lpc2378/olimex-lpc2378/include/board.h b/boards/arm/lpc2378/olimex-lpc2378/include/board.h index 897fcf309d..babeb52b2a 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/include/board.h +++ b/boards/arm/lpc2378/olimex-lpc2378/include/board.h @@ -1,13 +1,11 @@ /**************************************************************************** * boards/arm/lpc2378/olimex-lpc2378/include/board.h * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This is part of the NuttX RTOS and based on the LPC2148 port: - * - * Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010, 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Rommel Marcelo * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc2378/olimex-lpc2378/scripts/Make.defs b/boards/arm/lpc2378/olimex-lpc2378/scripts/Make.defs index 2996de724b..d3e19a7f09 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/scripts/Make.defs +++ b/boards/arm/lpc2378/olimex-lpc2378/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/lpc2378/olimex-lpc2378/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/lpc2378/olimex-lpc2378/scripts/ld.script b/boards/arm/lpc2378/olimex-lpc2378/scripts/ld.script index 5b1cbc8e67..6faebda103 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/scripts/ld.script +++ b/boards/arm/lpc2378/olimex-lpc2378/scripts/ld.script @@ -1,13 +1,11 @@ /**************************************************************************** * boards/arm/lpc2378/olimex-lpc2378/scripts/ld.script * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This is part of the NuttX RTOS and based on the LPC2148 port: - * - * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010, 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Rommel Marcelo * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc2378/olimex-lpc2378/src/Makefile b/boards/arm/lpc2378/olimex-lpc2378/src/Makefile index 1c778bf713..30070b0d14 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/src/Makefile +++ b/boards/arm/lpc2378/olimex-lpc2378/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/lpc2378/olimex-lpc2378/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_appinit.c b/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_appinit.c index 6921a46ae4..acc83eb258 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_appinit.c +++ b/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_appinit.c @@ -1,13 +1,11 @@ /**************************************************************************** * boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_appinit.c * - * Copyright (C) 2010, 2016 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This is part of the NuttX RTOS and based on the LPC2148 port: - * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010, 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Rommel Marcelo * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_leds.c b/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_leds.c index 8ec6b3c2c2..7dc3d8d193 100644 --- a/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_leds.c +++ b/boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_leds.c @@ -1,13 +1,11 @@ /**************************************************************************** * boards/arm/lpc2378/olimex-lpc2378/src/lpc2378_leds.c * - * Copyright (C) 2010 Rommel Marcelo. All rights reserved. - * Author: Rommel Marcelo - * - * This is part of the NuttX RTOS and based on the LPC2148 port: - * - * Copyright (C) 2010, 2014-2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2010 Rommel Marcelo. All rights reserved. + * SPDX-FileCopyrightText: 2010, 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Rommel Marcelo * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions