From bb55c45b9be97a2392905b64f5810d7dc74ba013 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 7 Mar 2026 22:01:11 -0500 Subject: [PATCH] update copyright year --- LICENSE | 2 +- README.md | 2 +- app/jobs/bill_line_items_job.rb | 2 +- app/models/line_item.rb | 2 +- config/locales/en.yml | 2 +- db/migrate/001_create_line_items.rb | 2 +- init.rb | 2 +- lib/redmine_qbo_line_items/hooks/view_hook_listener.rb | 2 +- lib/redmine_qbo_line_items/patches/issue_patch.rb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 526207b..6ca2371 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 - 2026 Rick Barrette +Copyright (c) 2026 Rick Barrette Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 61f68bc..079c41c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Before using this plugin: > The MIT License (MIT) > -> Copyright (c) 2016 - 2026 Rick Barrette +> Copyright (c) 2026 Rick Barrette > > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: > diff --git a/app/jobs/bill_line_items_job.rb b/app/jobs/bill_line_items_job.rb index 4e42762..bdb5e8a 100644 --- a/app/jobs/bill_line_items_job.rb +++ b/app/jobs/bill_line_items_job.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/app/models/line_item.rb b/app/models/line_item.rb index 861a047..73e4fe2 100644 --- a/app/models/line_item.rb +++ b/app/models/line_item.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/config/locales/en.yml b/config/locales/en.yml index 396e7b8..1cce1f9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/db/migrate/001_create_line_items.rb b/db/migrate/001_create_line_items.rb index 326e212..4a66065 100644 --- a/db/migrate/001_create_line_items.rb +++ b/db/migrate/001_create_line_items.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/init.rb b/init.rb index 2ee18f9..7ce673f 100644 --- a/init.rb +++ b/init.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/lib/redmine_qbo_line_items/hooks/view_hook_listener.rb b/lib/redmine_qbo_line_items/hooks/view_hook_listener.rb index c02f95c..1bc2166 100644 --- a/lib/redmine_qbo_line_items/hooks/view_hook_listener.rb +++ b/lib/redmine_qbo_line_items/hooks/view_hook_listener.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: # diff --git a/lib/redmine_qbo_line_items/patches/issue_patch.rb b/lib/redmine_qbo_line_items/patches/issue_patch.rb index ad211c7..f708795 100644 --- a/lib/redmine_qbo_line_items/patches/issue_patch.rb +++ b/lib/redmine_qbo_line_items/patches/issue_patch.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2026 rick barrette +#Copyright (c) 2026 rick barrette # #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: #