diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-03-06 11:05:18 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-03-06 11:05:18 -0500 |
commit | bfea768f893dfd6fdddc9f620dac95757770b682 (patch) | |
tree | f3b7bee92078b633a7163d0d0f92bdd20300f5a3 /build-aux | |
parent | 4941a7602fa9114c1734717cf573fa97dcf7e684 (diff) | |
download | tame-bfea768f893dfd6fdddc9f620dac95757770b682.tar.gz tame-bfea768f893dfd6fdddc9f620dac95757770b682.tar.bz2 tame-bfea768f893dfd6fdddc9f620dac95757770b682.zip |
Copyright year 2020 update
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.am | 2 | ||||
-rwxr-xr-x | build-aux/check-coupling | 2 | ||||
-rwxr-xr-x | build-aux/csv2xml | 2 | ||||
-rwxr-xr-x | build-aux/csvi | 2 | ||||
-rwxr-xr-x | build-aux/csvm-expand | 2 | ||||
-rwxr-xr-x | build-aux/csvm2csv | 2 | ||||
-rwxr-xr-x | build-aux/gen-c1make | 2 | ||||
-rwxr-xr-x | build-aux/gen-make | 2 | ||||
-rw-r--r-- | build-aux/lib/zipre.php | 2 | ||||
-rwxr-xr-x | build-aux/list2typedef | 2 | ||||
-rwxr-xr-x | build-aux/lsimports | 2 | ||||
-rw-r--r-- | build-aux/m4/calcdsl.m4 | 2 | ||||
-rwxr-xr-x | build-aux/make-full-graph | 2 | ||||
-rwxr-xr-x | build-aux/progtest-runner | 2 | ||||
-rwxr-xr-x | build-aux/suppmk-gen | 2 | ||||
-rwxr-xr-x | build-aux/tdat2xml | 2 | ||||
-rwxr-xr-x | build-aux/test/test-csvm2csv | 2 | ||||
-rwxr-xr-x | build-aux/test/test-list2typedef | 2 | ||||
-rwxr-xr-x | build-aux/zipre | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 0cd1de7..762c949 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -2,7 +2,7 @@ # # TAME Makefile # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/check-coupling b/build-aux/check-coupling index 5ab2bf5..aa052e0 100755 --- a/build-aux/check-coupling +++ b/build-aux/check-coupling @@ -1,7 +1,7 @@ #!/bin/bash # Check for inappropriate coupling between packages # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/csv2xml b/build-aux/csv2xml index 54e0d37..05355b7 100755 --- a/build-aux/csv2xml +++ b/build-aux/csv2xml @@ -2,7 +2,7 @@ # # Compiles the given CSV into a table definition # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/csvi b/build-aux/csvi index 21cfb24..9b19398 100755 --- a/build-aux/csvi +++ b/build-aux/csvi @@ -2,7 +2,7 @@ # # Performs interpolation for columns in a CSV and outputs the result # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/csvm-expand b/build-aux/csvm-expand index 74a71e9..be27a6c 100755 --- a/build-aux/csvm-expand +++ b/build-aux/csvm-expand @@ -2,7 +2,7 @@ # # Expands a "magic" CSV file into a normal CSV # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/csvm2csv b/build-aux/csvm2csv index c787fb2..fdc4325 100755 --- a/build-aux/csvm2csv +++ b/build-aux/csvm2csv @@ -1,7 +1,7 @@ #!/bin/bash # Compiles a "magic" CSV file into a normal CSV # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/gen-c1make b/build-aux/gen-c1make index 2155a84..29a7d52 100755 --- a/build-aux/gen-c1make +++ b/build-aux/gen-c1make @@ -1,7 +1,7 @@ #!/bin/bash # Generates GNU Make recipes for c1map build # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/gen-make b/build-aux/gen-make index 2710d5c..e72dc55 100755 --- a/build-aux/gen-make +++ b/build-aux/gen-make @@ -2,7 +2,7 @@ # # Generates Makefile containing dependencies for each package # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/lib/zipre.php b/build-aux/lib/zipre.php index bf6dbb5..a3fb8cc 100644 --- a/build-aux/lib/zipre.php +++ b/build-aux/lib/zipre.php @@ -2,7 +2,7 @@ /** * Generate regular expressions to match a list of zip codes * - * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. + * Copyright (C) 2014-2020 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 diff --git a/build-aux/list2typedef b/build-aux/list2typedef index b8cfd63..38914e6 100755 --- a/build-aux/list2typedef +++ b/build-aux/list2typedef @@ -1,7 +1,7 @@ #!/bin/bash # Generates typedef from list of strings # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/lsimports b/build-aux/lsimports index 80f9373..611a4e9 100755 --- a/build-aux/lsimports +++ b/build-aux/lsimports @@ -1,7 +1,7 @@ #!/bin/bash # Output absolute import paths for each provided package # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/m4/calcdsl.m4 b/build-aux/m4/calcdsl.m4 index dea28cb..a329df8 100644 --- a/build-aux/m4/calcdsl.m4 +++ b/build-aux/m4/calcdsl.m4 @@ -1,6 +1,6 @@ # Common build configuration for TAME-based build systems # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/make-full-graph b/build-aux/make-full-graph index f479906..64ac28f 100755 --- a/build-aux/make-full-graph +++ b/build-aux/make-full-graph @@ -1,7 +1,7 @@ #!/bin/bash # Generates all dependency graphs # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/progtest-runner b/build-aux/progtest-runner index 5f92a43..e58ee28 100755 --- a/build-aux/progtest-runner +++ b/build-aux/progtest-runner @@ -1,7 +1,7 @@ #!/bin/bash # Run test cases for supplier # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/suppmk-gen b/build-aux/suppmk-gen index 7f45957..347828b 100755 --- a/build-aux/suppmk-gen +++ b/build-aux/suppmk-gen @@ -1,7 +1,7 @@ #!/bin/bash # Configuration script to be run before `make' # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/tdat2xml b/build-aux/tdat2xml index 03dc5c2..81e1157 100755 --- a/build-aux/tdat2xml +++ b/build-aux/tdat2xml @@ -3,7 +3,7 @@ /** * Generate territory matrices from data files * - * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. + * Copyright (C) 2014-2020 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 diff --git a/build-aux/test/test-csvm2csv b/build-aux/test/test-csvm2csv index 3d44e88..388a5b5 100755 --- a/build-aux/test/test-csvm2csv +++ b/build-aux/test/test-csvm2csv @@ -1,7 +1,7 @@ #!/bin/bash # Test csvm2csv # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/test/test-list2typedef b/build-aux/test/test-list2typedef index 7db8ef1..3755fbf 100755 --- a/build-aux/test/test-list2typedef +++ b/build-aux/test/test-list2typedef @@ -1,7 +1,7 @@ #!/bin/bash # Test list2typedef # -# Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +# Copyright (C) 2014-2020 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 diff --git a/build-aux/zipre b/build-aux/zipre index 8c9aa22..d9efd27 100755 --- a/build-aux/zipre +++ b/build-aux/zipre @@ -4,7 +4,7 @@ * Given a set of sorted zips, generates a regular expression to match only the * given input * - * Copyright (C) 2014-2019 Ryan Specialty Group, LLC. + * Copyright (C) 2014-2020 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 |