diff --git a/app/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb index 12b8f3d..5cb5636 100644 --- a/app/channels/application_cable/channel.rb +++ b/app/channels/application_cable/channel.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/channels/application_cable/connection.rb b/app/channels/application_cable/connection.rb index 02dcb5d..53217c4 100644 --- a/app/channels/application_cable/connection.rb +++ b/app/channels/application_cable/connection.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e1bebb9..f0f1bd8 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/captcha_controller.rb b/app/controllers/captcha_controller.rb index 77010bd..3c27a88 100644 --- a/app/controllers/captcha_controller.rb +++ b/app/controllers/captcha_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/expenses_controller.rb b/app/controllers/expenses_controller.rb index 0b86498..bdce6a3 100644 --- a/app/controllers/expenses_controller.rb +++ b/app/controllers/expenses_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 6ba61ca..2aa37b0 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/guests_controller.rb b/app/controllers/guests_controller.rb index e8b1cd0..4bc9d73 100644 --- a/app/controllers/guests_controller.rb +++ b/app/controllers/guests_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/summary_controller.rb b/app/controllers/summary_controller.rb index 0959d4d..b5bc0ff 100644 --- a/app/controllers/summary_controller.rb +++ b/app/controllers/summary_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/tables_arrangements_controller.rb b/app/controllers/tables_arrangements_controller.rb index c042b6c..c8ca66b 100644 --- a/app/controllers/tables_arrangements_controller.rb +++ b/app/controllers/tables_arrangements_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/tokens_controller.rb b/app/controllers/tokens_controller.rb index 58cf243..c3864e6 100644 --- a/app/controllers/tokens_controller.rb +++ b/app/controllers/tokens_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/users/confirmations_controller.rb b/app/controllers/users/confirmations_controller.rb index d073fef..27d217b 100644 --- a/app/controllers/users/confirmations_controller.rb +++ b/app/controllers/users/confirmations_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/users/registrations_controller.rb b/app/controllers/users/registrations_controller.rb index 7a9560b..402aa01 100644 --- a/app/controllers/users/registrations_controller.rb +++ b/app/controllers/users/registrations_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/controllers/users/sessions_controller.rb b/app/controllers/users/sessions_controller.rb index 4b7c7d6..b637307 100644 --- a/app/controllers/users/sessions_controller.rb +++ b/app/controllers/users/sessions_controller.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/extensions/tree_node_extension.rb b/app/extensions/tree_node_extension.rb index 80104c3..225037e 100644 --- a/app/extensions/tree_node_extension.rb +++ b/app/extensions/tree_node_extension.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 10aa281..e087f44 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/helpers/expenses_helper.rb b/app/helpers/expenses_helper.rb index 2806ac9..09635ae 100644 --- a/app/helpers/expenses_helper.rb +++ b/app/helpers/expenses_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index aa6ffcc..f4d42df 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/helpers/guests_helper.rb b/app/helpers/guests_helper.rb index d381a71..b1dd01c 100644 --- a/app/helpers/guests_helper.rb +++ b/app/helpers/guests_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/helpers/tables_arrangements_helper.rb b/app/helpers/tables_arrangements_helper.rb index 1ec0aab..1efc9f6 100644 --- a/app/helpers/tables_arrangements_helper.rb +++ b/app/helpers/tables_arrangements_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb index 438f83d..9745d07 100644 --- a/app/jobs/application_job.rb +++ b/app/jobs/application_job.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/jobs/table_simulator_job.rb b/app/jobs/table_simulator_job.rb index fe46a6d..55023e3 100644 --- a/app/jobs/table_simulator_job.rb +++ b/app/jobs/table_simulator_job.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index dc388c7..a840436 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/application_record.rb b/app/models/application_record.rb index 60a445b..47694b3 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/expense.rb b/app/models/expense.rb index 5be0315..55d4743 100644 --- a/app/models/expense.rb +++ b/app/models/expense.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/group.rb b/app/models/group.rb index 0a2c62a..093f7a4 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/group_affinity.rb b/app/models/group_affinity.rb index d203589..8e8f95e 100644 --- a/app/models/group_affinity.rb +++ b/app/models/group_affinity.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/guest.rb b/app/models/guest.rb index ed5254e..fff695f 100644 --- a/app/models/guest.rb +++ b/app/models/guest.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/seat.rb b/app/models/seat.rb index c4dcefe..94ee022 100644 --- a/app/models/seat.rb +++ b/app/models/seat.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/tables_arrangement.rb b/app/models/tables_arrangement.rb index 2e11c3a..2c9fdcf 100644 --- a/app/models/tables_arrangement.rb +++ b/app/models/tables_arrangement.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/user.rb b/app/models/user.rb index 80cbf28..4e25df8 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/models/wedding.rb b/app/models/wedding.rb index da4a50c..288d091 100644 --- a/app/models/wedding.rb +++ b/app/models/wedding.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/queries/expenses/total_query.rb b/app/queries/expenses/total_query.rb index 81feea7..93adfc0 100644 --- a/app/queries/expenses/total_query.rb +++ b/app/queries/expenses/total_query.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/queries/groups/summary_query.rb b/app/queries/groups/summary_query.rb index 595b6e1..18f4846 100644 --- a/app/queries/groups/summary_query.rb +++ b/app/queries/groups/summary_query.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/serializers/serializable_group.rb b/app/serializers/serializable_group.rb index f0c18e9..592dda6 100644 --- a/app/serializers/serializable_group.rb +++ b/app/serializers/serializable_group.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/serializers/serializable_guest.rb b/app/serializers/serializable_guest.rb index 9c34d8d..2480907 100644 --- a/app/serializers/serializable_guest.rb +++ b/app/serializers/serializable_guest.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/affinity_groups_hierarchy.rb b/app/services/affinity_groups_hierarchy.rb index 3e15551..42593b9 100644 --- a/app/services/affinity_groups_hierarchy.rb +++ b/app/services/affinity_groups_hierarchy.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/libre_captcha.rb b/app/services/libre_captcha.rb index cfd8028..1977fc8 100644 --- a/app/services/libre_captcha.rb +++ b/app/services/libre_captcha.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/tables/discomfort_calculator.rb b/app/services/tables/discomfort_calculator.rb index df5eeb4..5ce4078 100644 --- a/app/services/tables/discomfort_calculator.rb +++ b/app/services/tables/discomfort_calculator.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/tables/distribution.rb b/app/services/tables/distribution.rb index 8c8d152..b414859 100644 --- a/app/services/tables/distribution.rb +++ b/app/services/tables/distribution.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/tables/shift.rb b/app/services/tables/shift.rb index f3882cc..7cf07d5 100644 --- a/app/services/tables/shift.rb +++ b/app/services/tables/shift.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/tables/swap.rb b/app/services/tables/swap.rb index e2f7b60..d698cc7 100644 --- a/app/services/tables/swap.rb +++ b/app/services/tables/swap.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/tables/table.rb b/app/services/tables/table.rb index 7bec30f..45256cc 100644 --- a/app/services/tables/table.rb +++ b/app/services/tables/table.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/app/services/vns/engine.rb b/app/services/vns/engine.rb index 555f7c7..da80e66 100644 --- a/app/services/vns/engine.rb +++ b/app/services/vns/engine.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/extensions/tree_spec.rb b/spec/extensions/tree_spec.rb index 328158d..e30788c 100644 --- a/spec/extensions/tree_spec.rb +++ b/spec/extensions/tree_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/queries/expenses/total_query_spec.rb b/spec/queries/expenses/total_query_spec.rb index 371dc1a..9275d86 100644 --- a/spec/queries/expenses/total_query_spec.rb +++ b/spec/queries/expenses/total_query_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/queries/groups/summary_query_spec.rb b/spec/queries/groups/summary_query_spec.rb index 0aa1490..462bf6d 100644 --- a/spec/queries/groups/summary_query_spec.rb +++ b/spec/queries/groups/summary_query_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index a68d8b3..1a0a70b 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/captcha_spec.rb b/spec/requests/captcha_spec.rb index 4441304..acd72b7 100644 --- a/spec/requests/captcha_spec.rb +++ b/spec/requests/captcha_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/expenses_spec.rb b/spec/requests/expenses_spec.rb index 4bfa22f..de875bc 100644 --- a/spec/requests/expenses_spec.rb +++ b/spec/requests/expenses_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/groups_spec.rb b/spec/requests/groups_spec.rb index 3496ad5..cdc9980 100644 --- a/spec/requests/groups_spec.rb +++ b/spec/requests/groups_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/guests_spec.rb b/spec/requests/guests_spec.rb index cd52ca0..8783b9b 100644 --- a/spec/requests/guests_spec.rb +++ b/spec/requests/guests_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/schemas.rb b/spec/requests/schemas.rb index 066405e..a1cdf5b 100644 --- a/spec/requests/schemas.rb +++ b/spec/requests/schemas.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/summary_spec.rb b/spec/requests/summary_spec.rb index 569e4b9..62a3446 100644 --- a/spec/requests/summary_spec.rb +++ b/spec/requests/summary_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/tables_arrangements_spec.rb b/spec/requests/tables_arrangements_spec.rb index eb4c9cd..501dedc 100644 --- a/spec/requests/tables_arrangements_spec.rb +++ b/spec/requests/tables_arrangements_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/tokens_spec.rb b/spec/requests/tokens_spec.rb index 077543d..c8dd2f9 100644 --- a/spec/requests/tokens_spec.rb +++ b/spec/requests/tokens_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/users/confirmations_spec.rb b/spec/requests/users/confirmations_spec.rb index 88dd707..b629e1d 100644 --- a/spec/requests/users/confirmations_spec.rb +++ b/spec/requests/users/confirmations_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/users/registrations_spec.rb b/spec/requests/users/registrations_spec.rb index ac423c1..c679c3c 100644 --- a/spec/requests/users/registrations_spec.rb +++ b/spec/requests/users/registrations_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/requests/users/sessions_spec.rb b/spec/requests/users/sessions_spec.rb index 1553aed..72d4044 100644 --- a/spec/requests/users/sessions_spec.rb +++ b/spec/requests/users/sessions_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/services/tables/discomfort_calculator_spec.rb b/spec/services/tables/discomfort_calculator_spec.rb index a4eea1d..510cc97 100644 --- a/spec/services/tables/discomfort_calculator_spec.rb +++ b/spec/services/tables/discomfort_calculator_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/services/tables/distribution_spec.rb b/spec/services/tables/distribution_spec.rb index 26834c0..88345c9 100644 --- a/spec/services/tables/distribution_spec.rb +++ b/spec/services/tables/distribution_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/services/tables/shift_spec.rb b/spec/services/tables/shift_spec.rb index 08b2ca1..fbe8cca 100644 --- a/spec/services/tables/shift_spec.rb +++ b/spec/services/tables/shift_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/services/tables/swap_spec.rb b/spec/services/tables/swap_spec.rb index 067d4bc..8f91d0e 100644 --- a/spec/services/tables/swap_spec.rb +++ b/spec/services/tables/swap_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/services/vns/engine_spec.rb b/spec/services/vns/engine_spec.rb index b7ff9a5..7e77c10 100644 --- a/spec/services/vns/engine_spec.rb +++ b/spec/services/vns/engine_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b2f85ad..2046a0f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo diff --git a/spec/swagger_response_helper.rb b/spec/swagger_response_helper.rb index 424818a..5235509 100644 --- a/spec/swagger_response_helper.rb +++ b/spec/swagger_response_helper.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024 Manuel Bustillo + # frozen_string_literal: true # Copyright (C) 2024 Manuel Bustillo