From 3260b0b422015018b81b0e4ecd9a404ae5431bdb Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Thu, 24 Jul 2025 11:46:28 +0000 Subject: [PATCH] Add copyright notice --- spec/services/tables/wheel_swap_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/services/tables/wheel_swap_spec.rb b/spec/services/tables/wheel_swap_spec.rb index de5fc5b..02dc161 100644 --- a/spec/services/tables/wheel_swap_spec.rb +++ b/spec/services/tables/wheel_swap_spec.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024-2025 LibreWeddingPlanner contributors + # frozen_string_literal: true require 'rails_helper'