diff --git a/Makefile.am b/Makefile.am index aa36cf81..35a855ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## 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/bin/dslc.in b/bin/dslc.in index fc6eee51..3598bf30 100644 --- a/bin/dslc.in +++ b/bin/dslc.in @@ -1,7 +1,7 @@ #!/bin/bash # Listen for TAME commands (compilers, linker, etc) # -# 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/bin/tame b/bin/tame index c91c7f7b..5788c5f8 100755 --- a/bin/tame +++ b/bin/tame @@ -1,7 +1,7 @@ #!/bin/bash # Client for TAME daemon (tamed) # -# 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/bin/tamed b/bin/tamed index 2e0afe1f..8722d660 100755 --- a/bin/tamed +++ b/bin/tamed @@ -1,7 +1,7 @@ #!/bin/bash # Daemon for accepting TAME commands (compilers, linker, etc) # -# 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/bootstrap b/bootstrap index 31675dc7..4f2ecdc9 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #!/bin/bash # Bootstrap from source repository # -# 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/Makefile.am b/build-aux/Makefile.am index 0cd1de71..762c949c 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 5ab2bf59..aa052e08 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 54e0d37a..05355b71 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 21cfb244..9b193986 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 74a71e9e..be27a6c7 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 c787fb23..fdc43250 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 2155a84c..29a7d529 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 2710d5cb..e72dc555 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 bf6dbb51..a3fb8cc4 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 b8cfd631..38914e65 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 80f93737..611a4e9e 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 dea28cb7..a329df8e 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 f479906f..64ac28f6 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 5f92a433..e58ee284 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 7f45957b..347828be 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 03dc5c21..81e11577 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 3d44e88d..388a5b5d 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 7db8ef17..3755fbf3 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 8c9aa220..d9efd270 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 diff --git a/configure.ac b/configure.ac index eca3933c..70f279c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # For use by automake and autoconf # -# 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/core/aggregate.xml b/core/aggregate.xml index 67b36f59..f59db3e4 100644 --- a/core/aggregate.xml +++ b/core/aggregate.xml @@ -1,6 +1,6 @@