Changeset 67


Ignore:
Timestamp:
Jan 2, 2014, 8:55:00 PM (10 years ago)
Author:
ertl-hiro
Message:

ASPカーネルに追従。

Location:
asp_wo_cfg/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/sample/Makefile

    r64 r67  
    66#  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77#                              Toyohashi Univ. of Technology, JAPAN
    8 #  Copyright (C) 2006-2012 by Embedded and Real-Time Systems Laboratory
     8#  Copyright (C) 2006-2014 by Embedded and Real-Time Systems Laboratory
    99#              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010#
     
    5555#
    5656SRCLANG = @(SRCLANG)
     57ifeq ($(SRCLANG),c)
     58  LIBS = -lc
     59endif
    5760ifeq ($(SRCLANG),c++)
    5861  USE_CXX = true
  • asp_wo_cfg/trunk/syssvc/banner.c

    r62 r67  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2013 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5959"Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory\n"
    6060"                            Toyohashi Univ. of Technology, JAPAN\n"
    61 "Copyright (C) 2004-2013 by Embedded and Real-Time Systems Laboratory\n"
     61"Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory\n"
    6262"            Graduate School of Information Science, Nagoya Univ., JAPAN\n"
    6363TARGET_COPYRIGHT;
Note: See TracChangeset for help on using the changeset viewer.