Skip to content

Commit

Permalink
upd copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
rvjansen committed Jan 9, 2024
1 parent ed4ad20 commit c127880
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assembler/rxasmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void help() {
static void license() {
char *message =
"cREXX License (MIT)\n"
"Copyright (c) 2020-2021 Adrian Sutherland\n\n"
"Copyright (c) 2020-2024 Adrian Sutherland\n\n"

"Permission is hereby granted, free of charge, to any person obtaining a copy\n"
"of this software and associated documentation files (the \"Software\"), to deal\n"
Expand Down
4 changes: 2 additions & 2 deletions bin/crexx.rexx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ logo: procedure
rversion = ''
assembler rxvers rversion
say 'cRexx compiler driver' rversion
say 'Copyright (c) Adrian Sutherland 2021,2023. All rights reserved.'
say 'Copyright (c) RexxLA 2021,2023. All rights reserved.'
say 'Copyright (c) Adrian Sutherland 2021,2024. All rights reserved.'
say 'Copyright (c) RexxLA 2021,2024. All rights reserved.'
return
2 changes: 1 addition & 1 deletion compiler/rxcpmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static void help() {
static void license() {
char *message =
"cREXX License (MIT)\n"
"Copyright (c) 2020-2021 Adrian Sutherland\n\n"
"Copyright (c) 2020-2024 Adrian Sutherland\n\n"

"Permission is hereby granted, free of charge, to any person obtaining a copy\n"
"of this software and associated documentation files (the \"Software\"), to deal\n"
Expand Down
4 changes: 2 additions & 2 deletions cpacker/rxcpack.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void help() {
static void license() {
char *message =
"cREXX License (MIT)\n"
"Copyright (c) 2020-2022 Adrian Sutherland\n\n"
"Copyright (c) 2020-2024 Adrian Sutherland\n\n"

"Permission is hereby granted, free of charge, to any person obtaining a copy\n"
"of this software and associated documentation files (the \"Software\"), to deal\n"
Expand Down Expand Up @@ -161,4 +161,4 @@ int main(int argc, char *argv[])
fclose(f_output);

return 0;
}
}
2 changes: 1 addition & 1 deletion disassembler/rxdamain.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void error_and_exit(int rc, char* message) {
static void license() {
char *message =
"cREXX License (MIT)\n"
"Copyright (c) 2020-2021 Adrian Sutherland\n\n"
"Copyright (c) 2020-2024 Adrian Sutherland\n\n"

"Permission is hereby granted, free of charge, to any person obtaining a copy\n"
"of this software and associated documentation files (the \"Software\"), to deal\n"
Expand Down
2 changes: 1 addition & 1 deletion interpreter/rxvmmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static void error_and_exit(char* message) {
static void license() {
char *message =
"cREXX License (MIT)\n"
"Copyright (c) 2020-2021 Adrian Sutherland\n\n"
"Copyright (c) 2020-2024 Adrian Sutherland\n\n"

"Permission is hereby granted, free of charge, to any person obtaining a copy\n"
"of this software and associated documentation files (the \"Software\"), to deal\n"
Expand Down

0 comments on commit c127880

Please sign in to comment.