From 744b13ecb83fecc264aee96d0d419a8d80432b13 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sat, 25 Jan 2025 10:11:03 +0100 Subject: [PATCH] Remove incorrect copyright notice --- app/views/layouts/mailer.html.erb | 2 -- app/views/layouts/mailer.text.erb | 2 -- app/views/users/mailer/confirmation_instructions.html.erb | 2 -- app/views/users/mailer/email_changed.html.erb | 2 -- app/views/users/mailer/password_change.html.erb | 2 -- app/views/users/mailer/reset_password_instructions.html.erb | 2 -- app/views/users/mailer/unlock_instructions.html.erb | 2 -- 7 files changed, 14 deletions(-) diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index a8eafc7..b3f319f 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<% diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb index 0769757..8404d89 100644 --- a/app/views/layouts/mailer.text.erb +++ b/app/views/layouts/mailer.text.erb @@ -1,3 +1 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%<%= yield %> diff --git a/app/views/users/mailer/confirmation_instructions.html.erb b/app/views/users/mailer/confirmation_instructions.html.erb index f477218..26dc9ed 100644 --- a/app/views/users/mailer/confirmation_instructions.html.erb +++ b/app/views/users/mailer/confirmation_instructions.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%

Welcome <%= @email %>!

You can confirm your account email through the link below:

diff --git a/app/views/users/mailer/email_changed.html.erb b/app/views/users/mailer/email_changed.html.erb index 0e68a0a..7c3a50f 100644 --- a/app/views/users/mailer/email_changed.html.erb +++ b/app/views/users/mailer/email_changed.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%

Hello <%= @email %>!

<% if @resource.try(:unconfirmed_email?) %> diff --git a/app/views/users/mailer/password_change.html.erb b/app/views/users/mailer/password_change.html.erb index bf4de87..7bca9b7 100644 --- a/app/views/users/mailer/password_change.html.erb +++ b/app/views/users/mailer/password_change.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%

Hello <%= @resource.email %>!

We're contacting you to notify you that your password has been changed.

diff --git a/app/views/users/mailer/reset_password_instructions.html.erb b/app/views/users/mailer/reset_password_instructions.html.erb index 0499866..a2e70db 100644 --- a/app/views/users/mailer/reset_password_instructions.html.erb +++ b/app/views/users/mailer/reset_password_instructions.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%

Hello <%= @resource.email %>!

Someone has requested a link to change your password. You can do this through the link below.

diff --git a/app/views/users/mailer/unlock_instructions.html.erb b/app/views/users/mailer/unlock_instructions.html.erb index b59cb33..86d82c0 100644 --- a/app/views/users/mailer/unlock_instructions.html.erb +++ b/app/views/users/mailer/unlock_instructions.html.erb @@ -1,5 +1,3 @@ -<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %> - <%<%<%

Hello <%= @resource.email %>!

Your account has been locked due to an excessive number of unsuccessful sign in attempts.