From 2aeb3fa028df8490181d067a07ebd9386d4a8e61 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 21 Jan 2026 20:40:06 -0500 Subject: [PATCH] Updated copyright dates --- app/controllers/customers_controller.rb | 2 +- app/controllers/estimate_controller.rb | 2 +- app/controllers/invoice_controller.rb | 2 +- app/controllers/qbo_controller.rb | 2 +- app/controllers/vehicles_controller.rb | 2 +- app/helpers/auth_helper.rb | 2 +- app/models/concerns/quickbooks_oauth.rb | 2 +- app/models/customer.rb | 2 +- app/models/customer_token.rb | 2 +- app/models/employee.rb | 2 +- app/models/estimate.rb | 2 +- app/models/invoice.rb | 2 +- app/models/qbo.rb | 2 +- app/models/vehicle.rb | 2 +- app/views/qbo/_settings.html.erb | 2 +- app/views/qbo/authenticate.html.erb | 2 +- app/views/qbo/oauth_callback.html.erb | 2 +- app/views/qbo/webhook.erb | 2 +- config/locales/en.yml | 2 +- config/routes.rb | 2 +- db/migrate/001_create_qbos.rb | 2 +- db/migrate/002_create_qbo_customers.rb | 2 +- db/migrate/003_update_issues.rb | 2 +- db/migrate/004_create_qbo_items.rb | 2 +- db/migrate/005_create_qbo_employees.rb | 2 +- db/migrate/006_update_users.rb | 2 +- db/migrate/007_update_time_entries.rb | 2 +- db/migrate/008_create_qbo_estimates.rb | 2 +- db/migrate/009_update_qbos.rb | 2 +- db/migrate/010_update_issues_with_estimates.rb | 2 +- db/migrate/011_create_qbo_invoices.rb | 2 +- db/migrate/012_update_issues_with_invoices.rb | 2 +- db/migrate/013_create_qbo_purchases.rb | 2 +- db/migrate/014_update_customers.rb | 2 +- db/migrate/015_update_qbo_purchases.rb | 2 +- db/migrate/016_create_vehicles.rb | 2 +- db/migrate/017_update_issues_with_vehicles.rb | 2 +- db/migrate/018_update_vehicles.rb | 2 +- db/migrate/019_qbocustomers_to_customers.rb | 2 +- db/migrate/020_update_qbos_time_stamp.rb | 2 +- db/migrate/021_add_issues_qbo_invoices.rb | 2 +- db/migrate/022_update_issues_remove_invoice.rb | 2 +- db/migrate/023_create_customer_tokens.rb | 2 +- db/migrate/024_update_invoices_and_estimates.rb | 2 +- db/migrate/025_update_projects.rb | 2 +- db/migrate/026_create_line_items.rb | 2 +- db/migrate/027_add_customers_phone_number.rb | 2 +- db/migrate/028_add_customers_mobile_phone_number.rb | 2 +- db/migrate/029_update_qbos_types.rb | 2 +- db/migrate/030_update_qbos_token.rb | 2 +- db/migrate/031_remove_qbos_keys.rb | 2 +- db/migrate/032_add_txn_dates.rb | 2 +- db/migrate/033_update_vehicles_trim.rb | 2 +- db/migrate/034_remove_qbo_items.rb | 2 +- db/migrate/035_drop_qbo_prefix.rb | 2 +- db/migrate/036_remove_qbo_time_entries.rb | 2 +- db/migrate/037_update_qbo_token.rb | 2 +- init.rb | 2 +- lib/hooks/header_footer_hook_listener.rb | 2 +- lib/hooks/issues_form_hook_listener.rb | 2 +- lib/hooks/issues_save_hook_listener.rb | 2 +- lib/hooks/issues_show_hook_listener.rb | 2 +- lib/hooks/projects_form_hook_listener.rb | 2 +- lib/hooks/users_show_hook_listener.rb | 2 +- lib/hooks/view_hook_listener.rb | 2 +- lib/hooks/view_layouts_hook_listener.rb | 2 +- lib/patches/attachments_controller_patch.rb | 2 +- lib/patches/issue_patch.rb | 2 +- lib/patches/issues_controller_patch.rb | 2 +- lib/patches/pdf_patch.rb | 2 +- lib/patches/project_patch.rb | 2 +- lib/patches/query_patch.rb | 2 +- lib/patches/time_entry_query_patch.rb | 2 +- lib/patches/user_patch.rb | 2 +- test/functional/qbo_controller_test.rb | 2 +- test/unit/qbo_customers_test.rb | 2 +- test/unit/qbo_test.rb | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index 66c0253..e199dcf 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/controllers/estimate_controller.rb b/app/controllers/estimate_controller.rb index 437d5b7..8190c24 100644 --- a/app/controllers/estimate_controller.rb +++ b/app/controllers/estimate_controller.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/controllers/invoice_controller.rb b/app/controllers/invoice_controller.rb index 2291abc..a86666c 100644 --- a/app/controllers/invoice_controller.rb +++ b/app/controllers/invoice_controller.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2026 rick barrette +#Copyright (c) 2016 - 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/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index c3c86d3..1acd248 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2025 rick barrette +#Copyright (c) 2016 - 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/controllers/vehicles_controller.rb b/app/controllers/vehicles_controller.rb index 0830acd..25fe322 100644 --- a/app/controllers/vehicles_controller.rb +++ b/app/controllers/vehicles_controller.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/helpers/auth_helper.rb b/app/helpers/auth_helper.rb index 7959fec..bdc662a 100644 --- a/app/helpers/auth_helper.rb +++ b/app/helpers/auth_helper.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2017 rick barrette +#Copyright (c) 2016 - 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/concerns/quickbooks_oauth.rb b/app/models/concerns/quickbooks_oauth.rb index 90d593c..2508f00 100644 --- a/app/models/concerns/quickbooks_oauth.rb +++ b/app/models/concerns/quickbooks_oauth.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2025 rick barrette +#Copyright (c) 2016 - 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/customer.rb b/app/models/customer.rb index d4f8031..e574801 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2025 rick barrette +#Copyright (c) 2016 - 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/customer_token.rb b/app/models/customer_token.rb index 90f7475..96e9d48 100644 --- a/app/models/customer_token.rb +++ b/app/models/customer_token.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/employee.rb b/app/models/employee.rb index ab35227..32ded44 100644 --- a/app/models/employee.rb +++ b/app/models/employee.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/estimate.rb b/app/models/estimate.rb index 80c5c70..20e8c38 100644 --- a/app/models/estimate.rb +++ b/app/models/estimate.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/invoice.rb b/app/models/invoice.rb index 3598c2b..5821b03 100644 --- a/app/models/invoice.rb +++ b/app/models/invoice.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/qbo.rb b/app/models/qbo.rb index f5450c7..82c371e 100644 --- a/app/models/qbo.rb +++ b/app/models/qbo.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2016 - 2025 rick barrette +#Copyright (c) 2016 - 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/vehicle.rb b/app/models/vehicle.rb index 4a61117..ae5adfc 100644 --- a/app/models/vehicle.rb +++ b/app/models/vehicle.rb @@ -1,6 +1,6 @@ #The MIT License (MIT) # -#Copyright (c) 2024 rick barrette +#Copyright (c) 2016 - 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/views/qbo/_settings.html.erb b/app/views/qbo/_settings.html.erb index d75609a..d120f31 100644 --- a/app/views/qbo/_settings.html.erb +++ b/app/views/qbo/_settings.html.erb @@ -1,7 +1,7 @@