Skip to content

Commit 9fa6c28

Browse files
committed
Changed banner Copyright (c) 1987-2015 to Copyright (c) 1987-2016
1 parent ded3023 commit 9fa6c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/alsp_src/builtins/blt_shl.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ print_banner(OutS,L)
301301
#else
302302
printf(OutS,'%s Version %s \[%s\]\n',[Name,Version,OSVar]),
303303
#endif
304-
printf(OutS,' Copyright (c) 1987-2015 Applied Logic Systems, Inc.\n\n',[]),
304+
printf(OutS,' Copyright (c) 1987-2016 Applied Logic Systems, Inc.\n\n',[]),
305305
flush_output(OutS).
306306

307307
system_name(L, Name)

0 commit comments

Comments
 (0)