diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2021-07-22 15:00:15 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2021-07-22 15:00:15 -0400 |
commit | 2e50af1220118e7cd48135ebe8374c1d049ea707 (patch) | |
tree | 83aba5e68247388d5a3c02f222829d2679173c25 /bin | |
parent | e5bbd49166bd9d59aec6efae19482ab0724c9c4c (diff) | |
download | tame-2e50af1220118e7cd48135ebe8374c1d049ea707.tar.gz tame-2e50af1220118e7cd48135ebe8374c1d049ea707.tar.bz2 tame-2e50af1220118e7cd48135ebe8374c1d049ea707.zip |
Copyright year update 2021
Diffstat (limited to 'bin')
-rw-r--r-- | bin/dslc.in | 2 | ||||
-rwxr-xr-x | bin/tame | 2 | ||||
-rwxr-xr-x | bin/tamed | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/dslc.in b/bin/dslc.in index 64f62b0..9d556a3 100644 --- a/bin/dslc.in +++ b/bin/dslc.in @@ -1,7 +1,7 @@ #!/bin/bash # Listen for TAME commands (compilers, linker, etc) # -# Copyright (C) 2014-2020 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2021 Ryan Specialty Group, LLC. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1,7 +1,7 @@ #!/bin/bash # Client for TAME daemon (tamed) # -# Copyright (C) 2014-2020 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2021 Ryan Specialty Group, LLC. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1,7 +1,7 @@ #!/bin/bash # Daemon for accepting TAME commands (compilers, linker, etc) # -# Copyright (C) 2014-2020 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2021 Ryan Specialty Group, LLC. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |