added %check to the rpm spec file.

renamed awk to hawk
updated copyright years
This commit is contained in:
2020-04-16 03:42:30 +00:00
parent 5f4635d455
commit c3d137a5c2
105 changed files with 2872 additions and 2869 deletions

View File

@ -1,7 +1,7 @@
/*
* $Id$
*
Copyright (c) 2006-2019 Chung, Hyung-Hwan. All rights reserved.
Copyright (c) 2006-2020 Chung, Hyung-Hwan. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -464,7 +464,7 @@ static void on_statement (hawk_rtx_t* rtx, hawk_nde_t* nde)
static void print_version (const hawk_bch_t* argv0)
{
printf ("%s %s\n", hawk_get_base_name_bcstr(argv0), HAWK_PACKAGE_VERSION);
printf ("Copyright 2006-2019 Chung, Hyung-Hwan\n");
printf ("Copyright 2006-2020 Chung, Hyung-Hwan\n");
}
static void print_error (const hawk_bch_t* fmt, ...)