diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-06-08 14:46:51 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-06-08 14:48:43 -0400 |
commit | 1bb5191e3e41a60547c3c81bd286e4fdd4e06236 (patch) | |
tree | dfd8cf8b7fd02d01d241edfab576beec59bb56b8 /test/validate | |
parent | 0cf800f5d9b7a198928a24d79c909d6a46110283 (diff) | |
download | liza-1bb5191e3e41a60547c3c81bd286e4fdd4e06236.tar.gz liza-1bb5191e3e41a60547c3c81bd286e4fdd4e06236.tar.bz2 liza-1bb5191e3e41a60547c3c81bd286e4fdd4e06236.zip |
LoVullo Associates => R-T Specialty
Copyright notices updated. More casual references to "LoVullo
Associates" replaced with "RT Specialty / Lovullo", which will be "RT
Specialty Buffalo" in the future. Or "RT Specialty", depending on how
this is rolled out. Or "Ryan Specialty Group". Who knows.
"R-T Specialty, LLC." is the legal name, which includes the dash. Not
to be confused with a certain television network.
Diffstat (limited to 'test/validate')
-rw-r--r-- | test/validate/DataValidatorTest.js | 2 | ||||
-rw-r--r-- | test/validate/FailureTest.js | 2 | ||||
-rw-r--r-- | test/validate/ValidStateMonitorTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/AcceptRejectTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/EchoFormatterTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/MultiDelimitedTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/MultiDimensionTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/NumberTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/PatternFormatterTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/StringFormatTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/UnorderedListTest.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/common.js | 2 | ||||
-rw-r--r-- | test/validate/formatter/insurance/LimitTest.js | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/test/validate/DataValidatorTest.js b/test/validate/DataValidatorTest.js index 7bf5426..2953981 100644 --- a/test/validate/DataValidatorTest.js +++ b/test/validate/DataValidatorTest.js @@ -1,7 +1,7 @@ /** * Test data validator * - * Copyright (C) 2017 LoVullo Associates, Inc. + * Copyright (C) 2017 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/FailureTest.js b/test/validate/FailureTest.js index 8faa4bc..f80c7e4 100644 --- a/test/validate/FailureTest.js +++ b/test/validate/FailureTest.js @@ -1,7 +1,7 @@ /** * Test validation failure * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 R-T Specialty, LLC. * * This file is part of liza. * diff --git a/test/validate/ValidStateMonitorTest.js b/test/validate/ValidStateMonitorTest.js index 082bcd9..ae5a47c 100644 --- a/test/validate/ValidStateMonitorTest.js +++ b/test/validate/ValidStateMonitorTest.js @@ -1,7 +1,7 @@ /** * Test field validity monitor * - * Copyright (C) 2016, 2017 LoVullo Associates, Inc. + * Copyright (C) 2016, 2017 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 3c9a6cc..1ad56f0 100644 --- a/test/validate/formatter/AcceptRejectTest.js +++ b/test/validate/formatter/AcceptRejectTest.js @@ -1,7 +1,7 @@ /** * Accept/reject formatter test * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 01133de..c8bae62 100644 --- a/test/validate/formatter/EchoFormatterTest.js +++ b/test/validate/formatter/EchoFormatterTest.js @@ -1,7 +1,7 @@ /** * Tests echo list formatter * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 cc411db..b65e63b 100644 --- a/test/validate/formatter/MultiDelimitedTest.js +++ b/test/validate/formatter/MultiDelimitedTest.js @@ -1,7 +1,7 @@ /** * Tests delimited formatting * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 0f700ac..4a10c84 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 LoVullo Associates, Inc. + * Copyright (C) 2016 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 0e036d8..0da92df 100644 --- a/test/validate/formatter/NumberTest.js +++ b/test/validate/formatter/NumberTest.js @@ -1,7 +1,7 @@ /** * Number formatter test * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 749d428..717145e 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 LoVullo Associates, Inc. + * Copyright (C) 2016 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 3580d92..dedfd48 100644 --- a/test/validate/formatter/StringFormatTest.js +++ b/test/validate/formatter/StringFormatTest.js @@ -2,7 +2,7 @@ * @license * StringFormat formatter test * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 6802239..3c0d112 100644 --- a/test/validate/formatter/UnorderedListTest.js +++ b/test/validate/formatter/UnorderedListTest.js @@ -1,7 +1,7 @@ /** * Tests unordered list formatter * - * Copyright (C) 2016 LoVullo Associates, Inc. + * Copyright (C) 2016 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 2d0a292..db21bb4 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 LoVullo Associates, Inc. + * Copyright (C) 2016 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 33b7e5e..f3eae88 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 LoVullo Associates, Inc. + * Copyright (C) 2016 R-T Specialty, LLC. * * This file is part of liza. * |