diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-02-07 13:23:09 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-02-07 13:23:09 -0500 |
commit | e022a3133d866d95814deb37a476c08d7ff9de84 (patch) | |
tree | 0e362817aa6f9e79a235aefde6492996d3dc6c97 /progtest | |
parent | 7862eef62ecffd6dc6fbcfbbd7fb3ee877412bc8 (diff) | |
download | tame-e022a3133d866d95814deb37a476c08d7ff9de84.tar.gz tame-e022a3133d866d95814deb37a476c08d7ff9de84.tar.bz2 tame-e022a3133d866d95814deb37a476c08d7ff9de84.zip |
Copyright year simplification and update to Ryan Specialty Group
This now uses year ranges, which I'll update annually.
This also renames "R-T Specialty" to "Ryan Specialty Group". The latter is
the parent company of the former. I was originally employed under the
former when LoVullo Associates was purchased, by I now work for the parent
company.
Diffstat (limited to 'progtest')
28 files changed, 28 insertions, 28 deletions
diff --git a/progtest/Makefile.am b/progtest/Makefile.am index 9af1d9c..fbf04e8 100644 --- a/progtest/Makefile.am +++ b/progtest/Makefile.am @@ -1,6 +1,6 @@ # tame-progtest Makefile # -# Copyright (C) 2018 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of TAME. # diff --git a/progtest/README.md b/progtest/README.md index d2fdad4..e062e72 100644 --- a/progtest/README.md +++ b/progtest/README.md @@ -1,6 +1,6 @@ # Program Testing <!-- - Copyright (C) 2018 R-T Specialty, LLC. + Copyright (C) 2014-2019 Ryan Specialty Group, LLC. This file is part of TAME. diff --git a/progtest/autogen.sh b/progtest/autogen.sh index d9c18b7..147498a 100755 --- a/progtest/autogen.sh +++ b/progtest/autogen.sh @@ -1,7 +1,7 @@ #!/bin/bash # Autoreconf runner # -# Copyright (C) 2018 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of TAME. # diff --git a/progtest/bin/runner.in b/progtest/bin/runner.in index 2b7593c..838d7bd 100644 --- a/progtest/bin/runner.in +++ b/progtest/bin/runner.in @@ -1,7 +1,7 @@ #!/bin/bash # Start runner using Node.js executable determined at configure-time # -# Copyright (C) 2018 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of TAME. # diff --git a/progtest/bin/runner.js b/progtest/bin/runner.js index 4dddf20..1314ad4 100644 --- a/progtest/bin/runner.js +++ b/progtest/bin/runner.js @@ -1,7 +1,7 @@ /** * Test case runner script * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/build-aux/gen-index b/progtest/build-aux/gen-index index 5cdb350..1f949b9 100755 --- a/progtest/build-aux/gen-index +++ b/progtest/build-aux/gen-index @@ -1,7 +1,7 @@ #!/bin/bash # Generates index.js from sources in destination directory # -# Copyright (C) 2014 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of liza. # diff --git a/progtest/configure.ac b/progtest/configure.ac index ea5863d..157ba19 100644 --- a/progtest/configure.ac +++ b/progtest/configure.ac @@ -1,6 +1,6 @@ ## For use my automake and autoconf # -# Copyright (C) 2018 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of TAME. # diff --git a/progtest/package.json b/progtest/package.json index 8e39781..9eca202 100644 --- a/progtest/package.json +++ b/progtest/package.json @@ -2,7 +2,7 @@ "name": "tame-progtest", "description": "TAME Program testing", "version": "0.0.0", - "author": "R-T Specialty, LLC", + "author": "Ryan Specialty Group, LLC", "dependencies": { "easejs": "0.2.9", diff --git a/progtest/src/AsyncTestRunner.js b/progtest/src/AsyncTestRunner.js index 9933086..319e1e3 100644 --- a/progtest/src/AsyncTestRunner.js +++ b/progtest/src/AsyncTestRunner.js @@ -1,7 +1,7 @@ /** * Async test case runner * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/TestCase.js b/progtest/src/TestCase.js index 5ea39a3..3270020 100644 --- a/progtest/src/TestCase.js +++ b/progtest/src/TestCase.js @@ -1,7 +1,7 @@ /** * Test case * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/TestRunner.js b/progtest/src/TestRunner.js index f526162..5af3d4c 100644 --- a/progtest/src/TestRunner.js +++ b/progtest/src/TestRunner.js @@ -1,7 +1,7 @@ /** * Test case runner * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/env.js b/progtest/src/env.js index 8b6c9ec..dd878ff 100644 --- a/progtest/src/env.js +++ b/progtest/src/env.js @@ -1,7 +1,7 @@ /** * Environment-specific runner initialization * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reader/ConstResolver.js b/progtest/src/reader/ConstResolver.js index b8861f6..8016ccb 100644 --- a/progtest/src/reader/ConstResolver.js +++ b/progtest/src/reader/ConstResolver.js @@ -1,7 +1,7 @@ /** * Constant resolver for test case reader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reader/DateResolver.js b/progtest/src/reader/DateResolver.js index 319254e..b78f0a0 100644 --- a/progtest/src/reader/DateResolver.js +++ b/progtest/src/reader/DateResolver.js @@ -1,7 +1,7 @@ /** * Date resolver for test case reader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reader/TestReader.js b/progtest/src/reader/TestReader.js index 717b12c..47d6e20 100644 --- a/progtest/src/reader/TestReader.js +++ b/progtest/src/reader/TestReader.js @@ -1,7 +1,7 @@ /** * Test case reader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reader/YamlTestReader.js b/progtest/src/reader/YamlTestReader.js index dc0ef3b..c78c5b7 100644 --- a/progtest/src/reader/YamlTestReader.js +++ b/progtest/src/reader/YamlTestReader.js @@ -1,7 +1,7 @@ /** * YAML test case reader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reporter/ConsoleTestReporter.js b/progtest/src/reporter/ConsoleTestReporter.js index c87bcc1..65887a6 100644 --- a/progtest/src/reporter/ConsoleTestReporter.js +++ b/progtest/src/reporter/ConsoleTestReporter.js @@ -1,7 +1,7 @@ /** * Console test reporter * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reporter/HtmlConsoleOutput.js b/progtest/src/reporter/HtmlConsoleOutput.js index 47a66cf..55b4d84 100644 --- a/progtest/src/reporter/HtmlConsoleOutput.js +++ b/progtest/src/reporter/HtmlConsoleOutput.js @@ -1,7 +1,7 @@ /** * Hyperlinks for console test reporter * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reporter/NullTestReporter.js b/progtest/src/reporter/NullTestReporter.js index d29fb05..835ce63 100644 --- a/progtest/src/reporter/NullTestReporter.js +++ b/progtest/src/reporter/NullTestReporter.js @@ -1,7 +1,7 @@ /** * Reporter that does nothing * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/src/reporter/TestReporter.js b/progtest/src/reporter/TestReporter.js index ee7ce8a..0c6703e 100644 --- a/progtest/src/reporter/TestReporter.js +++ b/progtest/src/reporter/TestReporter.js @@ -1,7 +1,7 @@ /** * Test reporter * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/TestCaseTest.js b/progtest/test/TestCaseTest.js index 95b46d6..434209b 100644 --- a/progtest/test/TestCaseTest.js +++ b/progtest/test/TestCaseTest.js @@ -1,7 +1,7 @@ /** * Tests TestCase * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/TestRunnerTest.js b/progtest/test/TestRunnerTest.js index b959165..6d88415 100644 --- a/progtest/test/TestRunnerTest.js +++ b/progtest/test/TestRunnerTest.js @@ -1,7 +1,7 @@ /** * Tests TestReader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/_stub/program.js b/progtest/test/_stub/program.js index cb9e67d..3f42a98 100644 --- a/progtest/test/_stub/program.js +++ b/progtest/test/_stub/program.js @@ -1,7 +1,7 @@ /** * Stub program ("rater") * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/reader/ConstResolverTest.js b/progtest/test/reader/ConstResolverTest.js index 2060f2a..1a557a2 100644 --- a/progtest/test/reader/ConstResolverTest.js +++ b/progtest/test/reader/ConstResolverTest.js @@ -1,7 +1,7 @@ /** * Tests ConstResolver * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/reader/DateResolverTest.js b/progtest/test/reader/DateResolverTest.js index 4b2225d..5b96544 100644 --- a/progtest/test/reader/DateResolverTest.js +++ b/progtest/test/reader/DateResolverTest.js @@ -1,7 +1,7 @@ /** * Tests DateResolver * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/reader/YamlTestReaderTest.js b/progtest/test/reader/YamlTestReaderTest.js index bddc211..0f802c2 100644 --- a/progtest/test/reader/YamlTestReaderTest.js +++ b/progtest/test/reader/YamlTestReaderTest.js @@ -1,7 +1,7 @@ /** * Tests TestReader * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/reporter/ConsoleTestReporterTest.js b/progtest/test/reporter/ConsoleTestReporterTest.js index 8d882da..bb64ea7 100644 --- a/progtest/test/reporter/ConsoleTestReporterTest.js +++ b/progtest/test/reporter/ConsoleTestReporterTest.js @@ -1,7 +1,7 @@ /** * Tests ConsoleTestReporter * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. * * This file is part of TAME. * diff --git a/progtest/test/runner-test b/progtest/test/runner-test index 5091bd3..b3e6e82 100755 --- a/progtest/test/runner-test +++ b/progtest/test/runner-test @@ -2,7 +2,7 @@ # # Runner script system test # -# Copyright (C) 2018 R-T Specialty, LLC. +# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. # # This file is part of TAME. # |