Copyright year and name update

Ryan Specialty Group (RSG) rebranded to Ryan Specialty after its IPO.
main
Mike Gerwitz 2023-01-17 23:09:25 -05:00
parent 1be0f2fe70
commit 954b5a2795
289 changed files with 291 additions and 291 deletions

View File

@ -1,7 +1,7 @@
Hacking TAME
============
Copyright (C) 2012-2019 Ryan Specialty Group, LLC.
Copyright (C) 2012-2019 Ryan Specialty, 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) 2014-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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
# Listen for TAME commands (compilers, linker, etc)
#
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
* Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
Copyright (C) 2014-2023 Ryan Specialty, LLC.
This file is part of tame-core.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# Autoconf configuration
#
# Copyright (C) 2021 Ryan Specialty Group, LLC
# Copyright (C) 2021 Ryan Specialty, 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 @@
% The TAME Programming Language Classification System
%
% Copyright (C) 2021 Ryan Specialty Group, LLC.
% Copyright (C) 2021 Ryan Specialty, LLC.
%
% Licensed under the Creative Commons Attribution-ShareAlike 4.0
% International License.

View File

@ -1,6 +1,6 @@
% The TAME Programming Language Notational Conventions
%
% Copyright (C) 2021 Ryan Specialty Group, LLC.
% Copyright (C) 2021 Ryan Specialty, LLC.
%
% Licensed under the Creative Commons Attribution-ShareAlike 4.0
% International License.

View File

@ -1,6 +1,6 @@
% The TAME Programming Language LaTeX style and macros
%
% Copyright (C) 2021 Ryan Specialty Group, LLC.
% Copyright (C) 2021 Ryan Specialty, LLC.
%
% Licensed under the Creative Commons Attribution-ShareAlike 4.0
% International License.

View File

@ -1,6 +1,6 @@
% The TAME Programming Language Living Document
%
% Copyright (C) 2021 Ryan Specialty Group, LLC.
% Copyright (C) 2021 Ryan Specialty, LLC.
%
% Licensed under the Creative Commons Attribution-ShareAlike 4.0
% International License.
@ -19,7 +19,7 @@
% Copyright notice for bottom of first page
\setlength\footheight{28pt}
\cfoot[%
{\tiny Copyright \textcopyright{} 2021 Ryan Specialty Group, LLC.
{\tiny Copyright \textcopyright{} 2021 Ryan Specialty, LLC.
CC-BY-SA 4.0.}\\\ccbysa]{\thepage}
% Begin section numbering at 0 to emphasize that it's foundational material

View File

@ -2,7 +2,7 @@
#
# Responsible for building the project documentation.
#
# Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2023 Ryan Specialty, 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 Ryan Specialty Group, LLC.
Copyright @copyright{} 2015, 2016, 2018, 2019 Ryan Specialty, LLC.
@quotation
Permission is granted to copy, distribute and/or modify this document

View File

@ -1,5 +1,5 @@
@c This document is part of the TAME manual.
@c Copyright (C) 2014-2022 Ryan Specialty Group, LLC.
@c Copyright (C) 2014-2023 Ryan Specialty, 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-2022 Ryan Specialty Group, LLC.
# Copyright (C) 2014-2023 Ryan Specialty, LLC.
#
# This file is part of TAME.
#

View File

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

View File

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

View File

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

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