|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
/*
|
|
|
|
|
* Copyright (C) 1997-2003, Michael Jennings |
|
|
|
|
* Copyright (C) 1997-2004, Michael Jennings |
|
|
|
|
* |
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy |
|
|
|
|
* of this software and associated documentation files (the "Software"), to |
|
|
|
@ -356,7 +356,7 @@ static void |
|
|
|
|
usage(void) |
|
|
|
|
{ |
|
|
|
|
printf("Eterm Enlightened Terminal Emulator for the X Window System\n"); |
|
|
|
|
printf("Copyright (c) 1997-2003, " AUTHORS "\n\n"); |
|
|
|
|
printf("Copyright (c) 1997-2004, " AUTHORS "\n\n"); |
|
|
|
|
|
|
|
|
|
printf("OPTION types:\n"); |
|
|
|
|
printf(" (bool) -- Boolean option ('1', 'on', 'yes', or 'true' to activate, '0', 'off', 'no', or 'false' to deactivate)\n"); |
|
|
|
@ -382,7 +382,7 @@ version(void) |
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
printf("Eterm " VERSION "\n"); |
|
|
|
|
printf("Copyright (c) 1997-2003, " AUTHORS "\n\n"); |
|
|
|
|
printf("Copyright (c) 1997-2004, " AUTHORS "\n\n"); |
|
|
|
|
|
|
|
|
|
printf("Build info:\n"); |
|
|
|
|
printf(" Built on " BUILD_DATE "\n"); |
|
|
|
|