diff --git a/README.md b/README.md index 1d1d776d..09e5764a 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ bundler-audit also supports a per-project configuration file: ## License -Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) bundler-audit 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/lib/bundler/audit.rb b/lib/bundler/audit.rb index 8042b944..b10ac79b 100644 --- a/lib/bundler/audit.rb +++ b/lib/bundler/audit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/advisory.rb b/lib/bundler/audit/advisory.rb index 8dc0255a..b59e7af4 100644 --- a/lib/bundler/audit/advisory.rb +++ b/lib/bundler/audit/advisory.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/cli.rb b/lib/bundler/audit/cli.rb index 8f3c0c52..10ecbe23 100644 --- a/lib/bundler/audit/cli.rb +++ b/lib/bundler/audit/cli.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/cli/formats.rb b/lib/bundler/audit/cli/formats.rb index a7e1cbc1..10470fd6 100644 --- a/lib/bundler/audit/cli/formats.rb +++ b/lib/bundler/audit/cli/formats.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/cli/formats/json.rb b/lib/bundler/audit/cli/formats/json.rb index 23f0b124..f7995093 100644 --- a/lib/bundler/audit/cli/formats/json.rb +++ b/lib/bundler/audit/cli/formats/json.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/cli/formats/text.rb b/lib/bundler/audit/cli/formats/text.rb index c0762ca8..cb30abb9 100644 --- a/lib/bundler/audit/cli/formats/text.rb +++ b/lib/bundler/audit/cli/formats/text.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/configuration.rb b/lib/bundler/audit/configuration.rb index 1d0d3d9e..7d876487 100644 --- a/lib/bundler/audit/configuration.rb +++ b/lib/bundler/audit/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/database.rb b/lib/bundler/audit/database.rb index 52eb18a8..8dec33b6 100644 --- a/lib/bundler/audit/database.rb +++ b/lib/bundler/audit/database.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/results.rb b/lib/bundler/audit/results.rb index 3c6fba86..7c3e51e9 100644 --- a/lib/bundler/audit/results.rb +++ b/lib/bundler/audit/results.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/results/insecure_source.rb b/lib/bundler/audit/results/insecure_source.rb index af0f64c1..a3b6957c 100644 --- a/lib/bundler/audit/results/insecure_source.rb +++ b/lib/bundler/audit/results/insecure_source.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/results/unpatched_gem.rb b/lib/bundler/audit/results/unpatched_gem.rb index 6035ffd1..fb13c5bd 100644 --- a/lib/bundler/audit/results/unpatched_gem.rb +++ b/lib/bundler/audit/results/unpatched_gem.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/scanner.rb b/lib/bundler/audit/scanner.rb index fa6c701a..d0431df6 100644 --- a/lib/bundler/audit/scanner.rb +++ b/lib/bundler/audit/scanner.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit 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/lib/bundler/audit/version.rb b/lib/bundler/audit/version.rb index f97e405c..3fbab71b 100644 --- a/lib/bundler/audit/version.rb +++ b/lib/bundler/audit/version.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2020 Hal Brodigan (postmodern.mod3 at gmail.com) +# Copyright (c) 2013-2021 Hal Brodigan (postmodern.mod3 at gmail.com) # # bundler-audit is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by