1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Add copyright information to lpc1768/include/cpu.h

This commit is contained in:
René Kijewski 2014-10-18 18:54:12 +02:00
parent c0ce346a12
commit aa086158ee

View File

@ -1,3 +1,11 @@
/**
* Copyright (C) 2014 Oliver Hahm <oliver.hahm@inria.fr>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
#ifndef CPU_H
#define CPU_H
@ -6,6 +14,7 @@
* @brief NXP LPC1768 specific code
* @ingroup cpu
* @{
* @author Oliver Hahm <oliver.hahm@inria.fr>
*/
#include "LPC17xx.h"