From 29b3fca80c9a9da82ab5961edfe38e5e559404e6 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 6 Jul 2025 16:32:02 +0000 Subject: [PATCH] Add copyright notice --- app/mailers/admin_mailer.rb | 2 ++ app/views/admin_mailer/attendance_change_email.html.erb | 2 ++ app/views/admin_mailer/attendance_change_email.text.erb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/app/mailers/admin_mailer.rb b/app/mailers/admin_mailer.rb index 302673a..af77c4f 100644 --- a/app/mailers/admin_mailer.rb +++ b/app/mailers/admin_mailer.rb @@ -1,3 +1,5 @@ +# Copyright (C) 2024-2025 LibreWeddingPlanner contributors + # frozen_string_literal: true class AdminMailer < ApplicationMailer diff --git a/app/views/admin_mailer/attendance_change_email.html.erb b/app/views/admin_mailer/attendance_change_email.html.erb index bac5c40..19e742c 100644 --- a/app/views/admin_mailer/attendance_change_email.html.erb +++ b/app/views/admin_mailer/attendance_change_email.html.erb @@ -1,3 +1,5 @@ +<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %> +

<%= I18n.t('admin_mailer.greeting') %>,

diff --git a/app/views/admin_mailer/attendance_change_email.text.erb b/app/views/admin_mailer/attendance_change_email.text.erb index 120e824..faf1af0 100644 --- a/app/views/admin_mailer/attendance_change_email.text.erb +++ b/app/views/admin_mailer/attendance_change_email.text.erb @@ -1,3 +1,5 @@ +<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %> + <%= I18n.t('admin_mailer.greeting') %>, <%= I18n.t('admin_mailer.attendance_change_email.paragraph_1', name: @guest.name) %>