Copyright year update 2022

RSG (Ryan Specialty Group) recently announced a rename to Ryan Specialty (no
"Group"), but I'm not sure if the legal name has been changed yet or not, so
I'll wait on that.
main
Mike Gerwitz 2022-05-03 14:14:29 -04:00
parent 34fcd19cd0
commit 1ad2fb1dc8
251 changed files with 251 additions and 251 deletions

View File

@ -1,6 +1,6 @@
## TAME Makefile
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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 @@
<!---
Copyright (C) 2015-2021 Ryan Specialty Group, Inc.
Copyright (C) 2015-2022 Ryan Specialty Group, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Listen for TAME commands (compilers, linker, etc)
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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
# Determine whether a release looks okay.
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2022 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 @@
# tame-progtest Makefile
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
#
# This file is part of TAME.
#

View File

@ -1,6 +1,6 @@
# Program Testing
<!--
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
This file is part of TAME.

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Autoreconf runner
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 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) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
#
# This file is part of TAME.
#

View File

@ -1,7 +1,7 @@
/**
* Test case runner script
*
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 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-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
#
# This file is part of liza.
#

View File

@ -1,6 +1,6 @@
## For use my automake and autoconf
#
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
#
# This file is part of TAME.
#

View File

@ -1,7 +1,7 @@
/**
* Async test case runner
*
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
*
* This file is part of TAME.
*

View File

@ -1,7 +1,7 @@
/**
* Test case
*
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
*
* This file is part of TAME.
*

View File

@ -1,7 +1,7 @@
/**
* Test case runner
*
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2022 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