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.
master
Mike Gerwitz 2019-02-07 13:23:09 -05:00
parent 7862eef62e
commit e022a3133d
183 changed files with 185 additions and 242 deletions

View File

@ -1,7 +1,7 @@
Hacking TAME
============
Copyright (C) 2018 R-T Speciality, LLC.
Copyright (C) 2012-2019 Ryan Specialty Group, LLC.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,

View File

@ -1,6 +1,6 @@
## TAME Makefile
#
# Copyright (C) 2015 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -14,7 +14,7 @@ designed to aid in the development, understanding, and maintenance of systems
performing numerous calculations on a complex graph of dependencies,
conditions, and a large number of inputs.
This system was developed at R-T Specialty (formerly LoVullo Associates) to
This system was developed at Ryan Specialty Group (formerly LoVullo Associates) to
handle the complexity of comparative insurance rating systems. It is a
domain-specific language (DSL) that itself encourages, through the use of
templates, the creation of sub-DSLs. TAME itself is at heart a

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Listen for TAME commands (compilers, linker, etc)
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Client for TAME daemon (tamed)
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Daemon for accepting TAME commands (compilers, linker, etc)
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Bootstrap from source repository
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
#
# TAME Makefile
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Check for inappropriate coupling between packages
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
#
# Compiles the given CSV into a table definition
#
# Copyright (C) 2016 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
#
# Performs interpolation for columns in a CSV and outputs the result
#
# Copyright (C) 2016 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
#
# Expands a "magic" CSV file into a normal CSV
#
# Copyright (C) 2016, 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Compiles a "magic" CSV file into a normal CSV
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Generates GNU Make recipes for c1map build
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
#
# Generates Makefile containing dependencies for each package
#
# Copyright (C) 2016, 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -2,7 +2,7 @@
/**
* Generate regular expressions to match a list of zip codes
*
* Copyright (C) 2016 R-T Specialty, LLC.
* Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Generates typedef from list of strings
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Output absolute import paths for each provided package
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,6 +1,6 @@
# Common build configuration for TAME-based build systems
#
# Copyright (C) 2017, 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Generates all dependency graphs
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Run test cases for supplier
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Configuration script to be run before `make'
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -3,7 +3,7 @@
/**
* Generate territory matrices from data files
*
* Copyright (C) 2016 R-T Specialty, LLC.
* Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Test csvm2csv
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Test list2typedef
#
# Copyright (C) 2018 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -4,7 +4,7 @@
* Given a set of sorted zips, generates a regular expression to match only the
* given input
*
* Copyright (C) 2016 R-T Specialty, LLC.
* Copyright (C) 2014-2019 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

View File

@ -1,6 +1,6 @@
# For use by automake and autoconf
#
# Copyright (C) 2015 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,57 +0,0 @@
# TAME Core
Core library for TAME, providing generic abstractions for common
operations.
This library has accumulated a bit of cruft, is disorganized, and has
not been substantially refactored to take advantage of new language
features. It is a work in progress.
## Features
- BDD abstraction;
- Classification match manipulation;
- Common operations on numbers;
- Conditional evaluation helpers;
- Core primitive declarations;
- Interpolation;
- Interval mapping;
- Matrix and vector manipulation;
- Query matrices as data tables;
- Value mappings; and
- Other miscellaneous stuff.
## What is TAME?
TAME is The Adaptive Metalanguage, a programming language and system of tools
designed to aid in the development, understanding, and maintenance of systems
performing numerous calculations on a complex graph of dependencies,
conditions, and a large number of inputs.
This system was developed at R-T Specialty Buffalo to handle the complexity of
comparative insurance rating systems. It is a domain-specific language (DSL)
that itself encourages, through the use of templates, the creation of sub-DSLs.
TAME itself is at heart a calculator—processing only numerical input and
output—driven by quantifiers as predicates. Calculations and quantifiers are
written declaratively without concern for order of execution.
The system has powerful dependency resolution and data flow capabilities.
TAME consists of a macro processor (implementing a metalanguage), numerous
compilers for various targets (JavaScript, HTML documentation and debugging
environment, LaTeX, and others), linkers, and supporting tools. The input
grammar is XML, and the majority of the project (including the macro processor,
compilers, and linkers) are written in XSLT. There is a reason for that odd
choice; until an explanation is provided, know that someone is perverted enough
to implement a full compiler stack in XSLT.
## License
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 the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015, 2017, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015, 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2016 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2016, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2017, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2016 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2016 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -2,7 +2,7 @@
<!--
BDD specification framework
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2016 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015, 2017 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) 2015, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -2,7 +2,7 @@
#
# Responsible for building the project documentation.
#
# Copyright (C) 2015 R-T Specialty, LLC.
# Copyright (C) 2014-2019 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

View File

@ -1,5 +1,5 @@
@c This document is part of the TAME manual.
@c Copyright (C) 2019 R-T Specialty, LLC.
@c Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no

View File

@ -1,5 +1,5 @@
@c This document is part of the TAME manual.
@c Copyright (C) 2015, 2016, 2018, 2019 R-T Specialty, LLC.
@c Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no

View File

@ -1,5 +1,5 @@
@c This document is part of the TAME manual.
@c Copyright (C) 2015, 2016, 2018, 2019 R-T Specialty, LLC.
@c Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no

View File

@ -1,6 +1,6 @@
/*
Copyright (C) 2016-2017 Oliver Heimlich
Copyright (C) 2017, 2018 R-T Specialty, LLC.
Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
This file is part of Octave.

View File

@ -1,6 +1,6 @@
\input texinfo
@c This document is part of the TAME manual.
@c Copyright (C) 2015, 2016, 2018, 2019 R-T Specialty, LLC.
@c Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no
@ -24,7 +24,7 @@
@copying
This manual is for TAME, version @value{VERSION}.
Copyright @copyright{} 2015, 2016, 2018, 2019 R-T Specialty, LLC.
Copyright @copyright{} 2015, 2016, 2018, 2019 Ryan Specialty Group, LLC.
@quotation
Permission is granted to copy, distribute and/or modify this document
@ -40,7 +40,7 @@ Free Documentation License".
@titlepage
@title TAME Manual v@value{VERSION}
@author Mike Gerwitz, R-T Specialty
@author Ryan Specialty Group
@c Start copyright page
@page

View File

@ -1,5 +1,5 @@
@c This document is part of the TAME manual.
@c Copyright (C) 2018 R-T Specialty, LLC.
@c Copyright (C) 2014-2019 Ryan Specialty Group, LLC.
@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3 or
@c any later version published by the Free Software Foundation; with no
@ -15,7 +15,7 @@
numerous calculations on a complex graph of dependencies;
conditions; and a large number of inputs.
This system was developed at R-T Specialty@footnote{
This system was developed at Ryan Specialty Group@footnote{
Formerly LoVullo Associates.}
to handle the complexity of comparative insurance rating systems.
It is a domain-specific language@tie{}(DSL) that itself encourages,

View File

@ -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.
#

View File

@ -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.

View File

@ -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.
#

View File

@ -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.
#

View File

@ -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.
*

View File

@ -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.
#

View File

@ -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.
#

View File

@ -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",

View File

@ -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.
*

View File

@ -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.
*

Some files were not shown because too many files have changed in this diff Show More