diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-08-30 09:41:33 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-08-30 09:41:35 -0400 |
commit | e058c8b509c1f8febb0b2ce5ba2b93f9df1905e9 (patch) | |
tree | 0dae4db85f303fc7f1408debd0d33ae8e62c654f /test | |
parent | 2c49156ba3e5229df6145df90a8cb46b58d3144c (diff) | |
download | liza-e058c8b509c1f8febb0b2ce5ba2b93f9df1905e9.tar.gz liza-e058c8b509c1f8febb0b2ce5ba2b93f9df1905e9.tar.bz2 liza-e058c8b509c1f8febb0b2ce5ba2b93f9df1905e9.zip |
Copyright range update
All files now have the same range, beginning from the conception of this
project.
Diffstat (limited to 'test')
57 files changed, 57 insertions, 57 deletions
diff --git a/test/bucket/DelayedStagingBucketTest.js b/test/bucket/DelayedStagingBucketTest.js index 0349ca1..7585189 100644 --- a/test/bucket/DelayedStagingBucketTest.js +++ b/test/bucket/DelayedStagingBucketTest.js @@ -1,7 +1,7 @@ /** * Tests DelayedStagingBucket * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/bucket/StagingBucketTest.js b/test/bucket/StagingBucketTest.js index 3a56a60..797bb44 100644 --- a/test/bucket/StagingBucketTest.js +++ b/test/bucket/StagingBucketTest.js @@ -1,7 +1,7 @@ /** * Test of staging key/value store * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/calc/CalcTest.js b/test/calc/CalcTest.js index dbec665..3e9872f 100644 --- a/test/calc/CalcTest.js +++ b/test/calc/CalcTest.js @@ -1,7 +1,7 @@ /** * Tests Calc * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/client/CmatchTest.js b/test/client/CmatchTest.js index 10fdd39..d798a82 100644 --- a/test/client/CmatchTest.js +++ b/test/client/CmatchTest.js @@ -1,7 +1,7 @@ /** * Test case for Cmatch * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/client/dapi/DataApiMediatorTest.js b/test/client/dapi/DataApiMediatorTest.js index 8f44dfd..360026f 100644 --- a/test/client/dapi/DataApiMediatorTest.js +++ b/test/client/dapi/DataApiMediatorTest.js @@ -1,7 +1,7 @@ /** * Tests DataApiMediator * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/client/event/RateEventHandlerTest.js b/test/client/event/RateEventHandlerTest.js index 39d8f12..f85a360 100644 --- a/test/client/event/RateEventHandlerTest.js +++ b/test/client/event/RateEventHandlerTest.js @@ -1,7 +1,7 @@ /** * Tests RateEventHandler * - * Copyright (C) 2019, 2019 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/client/quote/ClientQuoteTest.js b/test/client/quote/ClientQuoteTest.js index 0a249aa..2902038 100644 --- a/test/client/quote/ClientQuoteTest.js +++ b/test/client/quote/ClientQuoteTest.js @@ -1,7 +1,7 @@ /** * Tests ClientQuote * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/client/transport/XhttpQuoteTransportTest.js b/test/client/transport/XhttpQuoteTransportTest.js index 35ce3e2..0401d24 100644 --- a/test/client/transport/XhttpQuoteTransportTest.js +++ b/test/client/transport/XhttpQuoteTransportTest.js @@ -1,7 +1,7 @@ /** * Test case for XhttpQuoteTransport * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/AutoRetryTest.js b/test/dapi/AutoRetryTest.js index d00f64a..424babe 100644 --- a/test/dapi/AutoRetryTest.js +++ b/test/dapi/AutoRetryTest.js @@ -1,7 +1,7 @@ /** * Test case for AutoRetry * - * Copyright (C) 2015 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/DataApiManagerTest.js b/test/dapi/DataApiManagerTest.js index 49b3c30..703a8ed 100644 --- a/test/dapi/DataApiManagerTest.js +++ b/test/dapi/DataApiManagerTest.js @@ -1,7 +1,7 @@ /** * Test of DataApi * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/dapi/DummyDataApi.js b/test/dapi/DummyDataApi.js index fbbfcac..a33c48b 100644 --- a/test/dapi/DummyDataApi.js +++ b/test/dapi/DummyDataApi.js @@ -1,7 +1,7 @@ /** * Applies arbitrary function to response data * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/format/JsonResponseTest.js b/test/dapi/format/JsonResponseTest.js index 4718561..970ddeb 100644 --- a/test/dapi/format/JsonResponseTest.js +++ b/test/dapi/format/JsonResponseTest.js @@ -1,7 +1,7 @@ /** * Test case for JSON formatting of API result * - * Copyright (C) 2014, 2015 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/format/ResponseApplyTest.js b/test/dapi/format/ResponseApplyTest.js index ffeed2d..fa8765b 100644 --- a/test/dapi/format/ResponseApplyTest.js +++ b/test/dapi/format/ResponseApplyTest.js @@ -1,7 +1,7 @@ /** * Tests ResponseApply * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/http/HttpDataApiTest.js b/test/dapi/http/HttpDataApiTest.js index df74975..b114237 100644 --- a/test/dapi/http/HttpDataApiTest.js +++ b/test/dapi/http/HttpDataApiTest.js @@ -1,7 +1,7 @@ /** * Test case for data transmission over HTTP(S) * - * Copyright (C) 2014, 2015 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/dapi/http/HttpDataApiUrlDataTest.js b/test/dapi/http/HttpDataApiUrlDataTest.js index 31673eb..2962bc0 100644 --- a/test/dapi/http/HttpDataApiUrlDataTest.js +++ b/test/dapi/http/HttpDataApiUrlDataTest.js @@ -1,7 +1,7 @@ /** * Tests HttpDataApiUrlData * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/dapi/http/HttpErrorTest.js b/test/dapi/http/HttpErrorTest.js index 4c3e321..f208dc9 100644 --- a/test/dapi/http/HttpErrorTest.js +++ b/test/dapi/http/HttpErrorTest.js @@ -1,7 +1,7 @@ /** * Tests error representing non-200 HTTP status code * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/dapi/http/NodeHttpImplTest.js b/test/dapi/http/NodeHttpImplTest.js index 72ba65a..113a832 100644 --- a/test/dapi/http/NodeHttpImplTest.js +++ b/test/dapi/http/NodeHttpImplTest.js @@ -1,7 +1,7 @@ /** * Test HTTP using Node.js-compatible API * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/dapi/http/SpoofedNodeHttpImplTest.js b/test/dapi/http/SpoofedNodeHttpImplTest.js index adc8039..a7a2733 100644 --- a/test/dapi/http/SpoofedNodeHttpImplTest.js +++ b/test/dapi/http/SpoofedNodeHttpImplTest.js @@ -1,7 +1,7 @@ /** * Tests Node-based HTTP client with session spoofing * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/dapi/http/XhrHttpImplTest.js b/test/dapi/http/XhrHttpImplTest.js index 588f416..15db58f 100644 --- a/test/dapi/http/XhrHttpImplTest.js +++ b/test/dapi/http/XhrHttpImplTest.js @@ -1,7 +1,7 @@ /** * Test case for XMLHttpRequest HTTP protocol implementation * - * Copyright (C) 2014, 2015 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/document/DocumentProgramFormatterTest.js b/test/document/DocumentProgramFormatterTest.js index 88af3d2..eafa8cd 100644 --- a/test/document/DocumentProgramFormatterTest.js +++ b/test/document/DocumentProgramFormatterTest.js @@ -1,7 +1,7 @@ /** * Test of DocumentProgramFormatter * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/event/FieldVisibilityEventHandlerTest.js b/test/event/FieldVisibilityEventHandlerTest.js index 65bcf3f..0283f26 100644 --- a/test/event/FieldVisibilityEventHandlerTest.js +++ b/test/event/FieldVisibilityEventHandlerTest.js @@ -1,7 +1,7 @@ /** * Test case for FieldVisibilityEventHandler * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/event/ValueSetEventHandlerTest.js b/test/event/ValueSetEventHandlerTest.js index 50523b7..4dad91c 100644 --- a/test/event/ValueSetEventHandlerTest.js +++ b/test/event/ValueSetEventHandlerTest.js @@ -1,7 +1,7 @@ /** * Test case for ValueSetEventHandler * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/field/FieldClassMatcherTest.js b/test/field/FieldClassMatcherTest.js index fb0190f..0ccb370 100644 --- a/test/field/FieldClassMatcherTest.js +++ b/test/field/FieldClassMatcherTest.js @@ -1,7 +1,7 @@ /** * Test case for FieldVisibilityEventHandler * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/pre.js b/test/pre.js index d5cb6e4..75d3c7c 100644 --- a/test/pre.js +++ b/test/pre.js @@ -1,7 +1,7 @@ /** * Pre-test setup * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/program/ProgramInitTest.js b/test/program/ProgramInitTest.js index 79c78f7..5ff5a2c 100644 --- a/test/program/ProgramInitTest.js +++ b/test/program/ProgramInitTest.js @@ -1,7 +1,7 @@ /** * Tests ProgramInit * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/quote/BaseQuoteTest.js b/test/quote/BaseQuoteTest.js index 84092e9..29c97f0 100644 --- a/test/quote/BaseQuoteTest.js +++ b/test/quote/BaseQuoteTest.js @@ -1,7 +1,7 @@ /** * Tests BaseQuote * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/db/MongoServerDaoTest.js b/test/server/db/MongoServerDaoTest.js index fb637bd..0f42f2b 100644 --- a/test/server/db/MongoServerDaoTest.js +++ b/test/server/db/MongoServerDaoTest.js @@ -1,7 +1,7 @@ /** * Tests MongoServerDao * - * Copyright (C) 2019 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/meta/DapiMetaSourceTest.js b/test/server/meta/DapiMetaSourceTest.js index 3791caf..156ea23 100644 --- a/test/server/meta/DapiMetaSourceTest.js +++ b/test/server/meta/DapiMetaSourceTest.js @@ -1,7 +1,7 @@ /** * Tests Data-API-based metadata population * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/quote/ProgramQuoteCleanerTest.js b/test/server/quote/ProgramQuoteCleanerTest.js index 180cbf6..41193cd 100644 --- a/test/server/quote/ProgramQuoteCleanerTest.js +++ b/test/server/quote/ProgramQuoteCleanerTest.js @@ -1,7 +1,7 @@ /** * Tests ProgramQuoteCleaner * - * Copyright (C) 2017, 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/quote/ServerSideQuoteTest.js b/test/server/quote/ServerSideQuoteTest.js index c496e8d..aea8cc8 100644 --- a/test/server/quote/ServerSideQuoteTest.js +++ b/test/server/quote/ServerSideQuoteTest.js @@ -1,7 +1,7 @@ /** * Tests ServerSideQuote * - * Copyright (C) 2017, 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/request/DataProcessorTest.js b/test/server/request/DataProcessorTest.js index 269ed24..70db17e 100644 --- a/test/server/request/DataProcessorTest.js +++ b/test/server/request/DataProcessorTest.js @@ -1,7 +1,7 @@ /** * Manages DataAPI requests and return data * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/service/RatingServiceSubmitNotifyTest.js b/test/server/service/RatingServiceSubmitNotifyTest.js index d053755..e7bf4c6 100644 --- a/test/server/service/RatingServiceSubmitNotifyTest.js +++ b/test/server/service/RatingServiceSubmitNotifyTest.js @@ -1,7 +1,7 @@ /** * Tests RatingServiceSubmitNotify * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/server/service/RatingServiceTest.js b/test/server/service/RatingServiceTest.js index 2586945..b04c354 100644 --- a/test/server/service/RatingServiceTest.js +++ b/test/server/service/RatingServiceTest.js @@ -1,7 +1,7 @@ /** * Tests RatingService * - * Copyright (C) 2018 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/store/AutoObjectStoreTest.js b/test/store/AutoObjectStoreTest.js index 859521b..72d39de 100644 --- a/test/store/AutoObjectStoreTest.js +++ b/test/store/AutoObjectStoreTest.js @@ -1,7 +1,7 @@ /** * Tests AutoObjectStore * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/store/CascadingTest.js b/test/store/CascadingTest.js index 54adf12..0e00f47 100644 --- a/test/store/CascadingTest.js +++ b/test/store/CascadingTest.js @@ -1,7 +1,7 @@ /** * Test case for Cascading store * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/store/DelimitedKeyTest.js b/test/store/DelimitedKeyTest.js index d4ae044..cc876ab 100644 --- a/test/store/DelimitedKeyTest.js +++ b/test/store/DelimitedKeyTest.js @@ -1,7 +1,7 @@ /** * Tests DelimitedKey * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework. * diff --git a/test/store/DiffStoreTest.js b/test/store/DiffStoreTest.js index 7088276..f88d872 100644 --- a/test/store/DiffStoreTest.js +++ b/test/store/DiffStoreTest.js @@ -1,7 +1,7 @@ /** * Test case for DiffStore * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/store/MemoryStoreTest.js b/test/store/MemoryStoreTest.js index 575104e..a053dea 100644 --- a/test/store/MemoryStoreTest.js +++ b/test/store/MemoryStoreTest.js @@ -1,7 +1,7 @@ /** * Test case for MemoryStore * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/store/MissLookupTest.js b/test/store/MissLookupTest.js index c018673..b0961a4 100644 --- a/test/store/MissLookupTest.js +++ b/test/store/MissLookupTest.js @@ -1,7 +1,7 @@ /** * Test case for Cascading store * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/store/PatternProxyTest.js b/test/store/PatternProxyTest.js index 865bc25..7a88037 100644 --- a/test/store/PatternProxyTest.js +++ b/test/store/PatternProxyTest.js @@ -1,7 +1,7 @@ /** * Test case for PatternProxy trait * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/system/clientTest.js b/test/system/clientTest.js index 2d59c1f..10680d3 100644 --- a/test/system/clientTest.js +++ b/test/system/clientTest.js @@ -1,7 +1,7 @@ /** * Tests instantiation of portions of the client system * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/ui/step/GeneralStepUiTest.js b/test/ui/step/GeneralStepUiTest.js index 33b78d5..8844446 100644 --- a/test/ui/step/GeneralStepUiTest.js +++ b/test/ui/step/GeneralStepUiTest.js @@ -1,7 +1,7 @@ /** * Test case for GeneralStepUi * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/ui/styler/FieldStylerTest.js b/test/ui/styler/FieldStylerTest.js index 873bd27..4568ed2 100644 --- a/test/ui/styler/FieldStylerTest.js +++ b/test/ui/styler/FieldStylerTest.js @@ -1,7 +1,7 @@ /** * Test case for FieldStyler * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/ui/styler/NaFieldStylerTest.js b/test/ui/styler/NaFieldStylerTest.js index 2ca8f8f..8aa0c55 100644 --- a/test/ui/styler/NaFieldStylerTest.js +++ b/test/ui/styler/NaFieldStylerTest.js @@ -1,7 +1,7 @@ /** * Test case for NaFieldStyler * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of the Liza Data Collection Framework * diff --git a/test/validate/DataValidatorTest.js b/test/validate/DataValidatorTest.js index 2953981..604c453 100644 --- a/test/validate/DataValidatorTest.js +++ b/test/validate/DataValidatorTest.js @@ -1,7 +1,7 @@ /** * Test data validator * - * Copyright (C) 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/FailureTest.js b/test/validate/FailureTest.js index f80c7e4..94fd5a7 100644 --- a/test/validate/FailureTest.js +++ b/test/validate/FailureTest.js @@ -1,7 +1,7 @@ /** * Test validation failure * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/ValidStateMonitorTest.js b/test/validate/ValidStateMonitorTest.js index ae5a47c..d1a3e02 100644 --- a/test/validate/ValidStateMonitorTest.js +++ b/test/validate/ValidStateMonitorTest.js @@ -1,7 +1,7 @@ /** * Test field validity monitor * - * Copyright (C) 2016, 2017 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/AcceptRejectTest.js b/test/validate/formatter/AcceptRejectTest.js index 1ad56f0..b1b5b93 100644 --- a/test/validate/formatter/AcceptRejectTest.js +++ b/test/validate/formatter/AcceptRejectTest.js @@ -1,7 +1,7 @@ /** * Accept/reject formatter test * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/EchoFormatterTest.js b/test/validate/formatter/EchoFormatterTest.js index c8bae62..4b274b6 100644 --- a/test/validate/formatter/EchoFormatterTest.js +++ b/test/validate/formatter/EchoFormatterTest.js @@ -1,7 +1,7 @@ /** * Tests echo list formatter * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/MultiDelimitedTest.js b/test/validate/formatter/MultiDelimitedTest.js index b65e63b..c700f84 100644 --- a/test/validate/formatter/MultiDelimitedTest.js +++ b/test/validate/formatter/MultiDelimitedTest.js @@ -1,7 +1,7 @@ /** * Tests delimited formatting * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/MultiDimensionTest.js b/test/validate/formatter/MultiDimensionTest.js index 4a10c84..f25524e 100644 --- a/test/validate/formatter/MultiDimensionTest.js +++ b/test/validate/formatter/MultiDimensionTest.js @@ -1,7 +1,7 @@ /** * Multi-dimensional array formatting test * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/NumberTest.js b/test/validate/formatter/NumberTest.js index 0da92df..85514ef 100644 --- a/test/validate/formatter/NumberTest.js +++ b/test/validate/formatter/NumberTest.js @@ -1,7 +1,7 @@ /** * Number formatter test * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/PatternFormatterTest.js b/test/validate/formatter/PatternFormatterTest.js index 717145e..a6b863a 100644 --- a/test/validate/formatter/PatternFormatterTest.js +++ b/test/validate/formatter/PatternFormatterTest.js @@ -1,7 +1,7 @@ /** * Test pattern-based validator-formatter * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/StringFormatTest.js b/test/validate/formatter/StringFormatTest.js index dedfd48..5e768f7 100644 --- a/test/validate/formatter/StringFormatTest.js +++ b/test/validate/formatter/StringFormatTest.js @@ -2,7 +2,7 @@ * @license * StringFormat formatter test * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/UnorderedListTest.js b/test/validate/formatter/UnorderedListTest.js index 3c0d112..1be327a 100644 --- a/test/validate/formatter/UnorderedListTest.js +++ b/test/validate/formatter/UnorderedListTest.js @@ -1,7 +1,7 @@ /** * Tests unordered list formatter * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/common.js b/test/validate/formatter/common.js index db21bb4..ce9957c 100644 --- a/test/validate/formatter/common.js +++ b/test/validate/formatter/common.js @@ -1,7 +1,7 @@ /** * Common validator-formatter test functions * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/formatter/insurance/LimitTest.js b/test/validate/formatter/insurance/LimitTest.js index f3eae88..cc69405 100644 --- a/test/validate/formatter/insurance/LimitTest.js +++ b/test/validate/formatter/insurance/LimitTest.js @@ -1,7 +1,7 @@ /** * Tests insurance limit formatter * - * Copyright (C) 2016 R-T Specialty, LLC. + * Copyright (C) 2010-2019 R-T Specialty, LLC. * * This file is part of liza. * |