Skip to content

Commit 4ea75b4

Browse files
committed
Update years in copyright headers in CMSIS&HAL sources
1 parent 8122f63 commit 4ea75b4

27 files changed

+27
-27
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library - CMSIS
2-
* Copyright (C) 2009-2011 ARM Limited. All rights reserved.
2+
* Copyright (C) 2009-2015 ARM Limited. All rights reserved.
33
*
44
* A generic CMSIS include header, pulling in LPC2368 specifics
55
*/

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/cmsis_nvic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2011 ARM Limited. All rights reserved.
4+
* Copyright (c) 2011-2015 ARM Limited. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/cmsis_nvic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* mbed Microcontroller Library
22
* CMSIS-style functionality to support dynamic vectors
33
*******************************************************************************
4-
* Copyright (c) 2011 ARM Limited. All rights reserved.
4+
* Copyright (c) 2011-2015 ARM Limited. All rights reserved.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/core_arm7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (C) 2008-2009 ARM Limited. All rights reserved.
2+
* Copyright (C) 2008-2015 ARM Limited. All rights reserved.
33
*
44
* ARM7 version of CMSIS-like functionality - not advised for use outside mbed!
55
* based on core_cm3.h, V1.20

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/core_arm7.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (C) 2008-2009 ARM Limited. All rights reserved.
2+
* Copyright (C) 2008-2015 ARM Limited. All rights reserved.
33
*
44
* ARM7 version of CMSIS-like functionality - not advised for use outside mbed!
55
* based on core_cm3.h, V1.20

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/system_LPC24xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (C) 2008-20015 ARM Limited. All rights reserved.
2+
* Copyright (C) 2008-2015 ARM Limited. All rights reserved.
33
*
44
* ARM7 version of CMSIS-like functionality - not advised for use outside mbed!
55
*/

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/system_LPC24xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (C) 2008-2009 ARM Limited. All rights reserved.
2+
* Copyright (C) 2008-2015 ARM Limited. All rights reserved.
33
*
44
* ARM7 version of CMSIS-like functionality - not advised for use outside mbed!
55
* based on cmsis system_LPC17xx.h

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/vector_defns.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library - Vectors
2-
* Copyright (c) 2006-2009 ARM Limited. All rights reserved.
2+
* Copyright (c) 2006-2015 ARM Limited. All rights reserved.
33
*/
44

55
#ifndef MBED_VECTOR_DEFNS_H

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC2460/vector_realmonitor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library - RealMonitor
2-
* Copyright (c) 2006-2009 ARM Limited. All rights reserved.
2+
* Copyright (c) 2006-2015 ARM Limited. All rights reserved.
33
*/
44
#include "vector_defns.h"
55

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/PortNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/analogout_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/can_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/ethernet_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/gpio_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/gpio_irq_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/gpio_object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/i2c_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/objects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/pinmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/port_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/pwmout_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/rtc_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/serial_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/spi_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC2460/us_ticker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2006-2015 ARM Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)