Changeset 67 for asp_wo_cfg
- Timestamp:
- Jan 2, 2014, 8:55:00 PM (9 years ago)
- Location:
- asp_wo_cfg/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
asp_wo_cfg/trunk/sample/Makefile
r64 r67 6 6 # Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory 7 7 # Toyohashi Univ. of Technology, JAPAN 8 # Copyright (C) 2006-201 2by Embedded and Real-Time Systems Laboratory8 # Copyright (C) 2006-2014 by Embedded and Real-Time Systems Laboratory 9 9 # Graduate School of Information Science, Nagoya Univ., JAPAN 10 10 # … … 55 55 # 56 56 SRCLANG = @(SRCLANG) 57 ifeq ($(SRCLANG),c) 58 LIBS = -lc 59 endif 57 60 ifeq ($(SRCLANG),c++) 58 61 USE_CXX = true -
asp_wo_cfg/trunk/syssvc/banner.c
r62 r67 6 6 * Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory 7 7 * Toyohashi Univ. of Technology, JAPAN 8 * Copyright (C) 2004-201 3by Embedded and Real-Time Systems Laboratory8 * Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory 9 9 * Graduate School of Information Science, Nagoya Univ., JAPAN 10 10 * … … 59 59 "Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory\n" 60 60 " Toyohashi Univ. of Technology, JAPAN\n" 61 "Copyright (C) 2004-201 3by Embedded and Real-Time Systems Laboratory\n"61 "Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory\n" 62 62 " Graduate School of Information Science, Nagoya Univ., JAPAN\n" 63 63 TARGET_COPYRIGHT;
Note:
See TracChangeset
for help on using the changeset viewer.