Copyright year update 2021
parent
e5bbd49166
commit
2e50af1220
|
@ -1,6 +1,6 @@
|
|||
## TAME Makefile
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Listen for TAME commands (compilers, linker, etc)
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
2
bin/tame
2
bin/tame
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Client for TAME daemon (tamed)
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Daemon for accepting TAME commands (compilers, linker, etc)
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Bootstrap from source repository
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# TAME Makefile
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Check for inappropriate coupling between packages
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Compiles the given CSV into a table definition
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Performs interpolation for columns in a CSV and outputs the result
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Expands a "magic" CSV file into a normal CSV
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Compiles a "magic" CSV file into a normal CSV
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Generates GNU Make recipes for c1map build
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Generates Makefile containing dependencies for each package
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Generate regular expressions to match a list of zip codes
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Generates typedef from list of strings
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Output absolute import paths for each provided package
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Common build configuration for TAME-based build systems
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Generates all dependency graphs
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Run test cases for supplier
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Determine whether a release looks okay.
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* Generate territory matrices from data files
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Test csvm2csv
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Test list2typedef
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Given a set of sorted zips, generates a regular expression to match only the
|
||||
* given input
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# For use by automake and autoconf
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!--
|
||||
BDD specification framework
|
||||
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of tame-core.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Responsible for building the project documentation.
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@c This document is part of the TAME manual.
|
||||
@c Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
@c Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@c This document is part of the TAME manual.
|
||||
@c Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
@c Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@c This document is part of the TAME manual.
|
||||
@c Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
@c Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Copyright (C) 2016-2017 Oliver Heimlich
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of Octave.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
@c This document is part of the TAME manual.
|
||||
@c Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
@c Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@c This document is part of the TAME manual.
|
||||
@c Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
@c Copyright (C) 2014-2021 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# tame-progtest Makefile
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
#
|
||||
# This file is part of TAME.
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Program Testing
|
||||
<!--
|
||||
Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
|
||||
This file is part of TAME.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Autoreconf runner
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
#
|
||||
# This file is part of TAME.
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Start runner using Node.js executable determined at configure-time
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
#
|
||||
# This file is part of TAME.
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Test case runner script
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
*
|
||||
* This file is part of TAME.
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Generates index.js from sources in destination directory
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
#
|
||||
# This file is part of liza.
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## For use my automake and autoconf
|
||||
#
|
||||
# Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
# Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
#
|
||||
# This file is part of TAME.
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Async test case runner
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
*
|
||||
* This file is part of TAME.
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Test case
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 Ryan Specialty Group, LLC.
|
||||
*
|
||||
* This file is part of TAME.
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Test case runner
|
||||
*
|
||||
* Copyright (C) 2014-2020 Ryan Specialty Group, LLC.
|
||||
* Copyright (C) 2014-2021 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
Loading…
Reference in New Issue