[Tinyx-devel] [PATCH 09/33] Add license header to arch/arm7/mach-lpc21xx/uart.c
Status: Planning
                
                Brought to you by:
                
                    davidcohen
                    
                
            | 
     
      
      
      From: Felipe B. <me...@fe...> - 2007-12-12 16:46:34
      
     
   | 
Signed-off-by: Felipe Balbi <me...@fe...> --- arch/arm7/mach-lpc21xx/uart.c | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm7/mach-lpc21xx/uart.c b/arch/arm7/mach-lpc21xx/uart.c index 430f8ce..99c5c78 100644 --- a/arch/arm7/mach-lpc21xx/uart.c +++ b/arch/arm7/mach-lpc21xx/uart.c @@ -1,3 +1,24 @@ +/* arch/arm7/mach-lpc21xx/uart.c + * + * Copyright (C) 2007 David Cohen <da...@gm...> + * Copyright (C) 2007 Felipe Balbi <me...@fe...> + * + * This file is part of Tinyx Nanokernel Project. + * + * Tinyx 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 3 of the License, or + * (at your option) any later version. + * + * Foobar is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Tinyx. If not, see <http://www.gnu.org/licenses/>. + */ + #include <asm/arch-lpc2xxx/start_lpc2148.h> #include <asm/arch-lpc2xxx/clock.h> #include <tinyx/device.h> -- 1.5.3.7.1157.gbf82a  |