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 ## 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 # 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 # 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 Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, document under the terms of the GNU Free Documentation License,

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Listen for TAME commands (compilers, linker, etc) # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Client for TAME daemon (tamed) # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Daemon for accepting TAME commands (compilers, linker, etc) # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Bootstrap from source repository # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
# #
# TAME Makefile # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Check for inappropriate coupling between packages # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Compiles a "magic" CSV file into a normal CSV # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Generates GNU Make recipes for c1map build # 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 # 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 # 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 # 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 # 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 # 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 * 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 * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Generates typedef from list of strings # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Output absolute import paths for each provided package # 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 # 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 # 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 # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Generates all dependency graphs # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Run test cases for supplier # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Determine whether a release looks okay. # 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 # 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 # 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 * 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 * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Test csvm2csv # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Test list2typedef # 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 # 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 # 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 a set of sorted zips, generates a regular expression to match only the
* given input * 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 * 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 * 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 # 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 # 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 # it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -2,7 +2,7 @@
<!-- <!--
BDD specification framework 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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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. This file is part of tame-core.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?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. This file is part of tame-core.

View File

@ -2,7 +2,7 @@
# #
# Responsible for building the project documentation. # 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 # 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 # 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 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 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 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 @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 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 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 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 @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 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 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 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 @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) 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. This file is part of Octave.

View File

@ -1,6 +1,6 @@
\input texinfo \input texinfo
@c This document is part of the TAME manual. @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 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 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 @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 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 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 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 @c any later version published by the Free Software Foundation; with no

View File

@ -1,6 +1,6 @@
# tame-progtest Makefile # 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. # This file is part of TAME.
# #

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Start runner using Node.js executable determined at configure-time # 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. # This file is part of TAME.
# #

View File

@ -1,7 +1,7 @@
/** /**
* Test case runner script * 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. * This file is part of TAME.
* *

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Generates index.js from sources in destination directory # 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. # This file is part of liza.
# #

View File

@ -1,6 +1,6 @@
## For use my automake and autoconf ## 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. # This file is part of TAME.
# #

View File

@ -1,7 +1,7 @@
/** /**
* Async test case runner * 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. * This file is part of TAME.
* *

View File

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

View File

@ -1,7 +1,7 @@
/** /**
* Test case runner * 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. * This file is part of TAME.
* *

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