Remove incorrect copyright notice
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 55s
Run unit tests / rubocop (pull_request) Successful in 1m1s
Run unit tests / copyright_notice (pull_request) Failing after 1m27s
Run unit tests / unit_tests (pull_request) Successful in 3m28s
Run unit tests / build-static-assets (pull_request) Has been skipped

This commit is contained in:
Manuel Bustillo 2025-01-25 10:11:03 +01:00
parent d4b95c9c55
commit 744b13ecb8
7 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<!DOCTYPE html> <%<%<%<!DOCTYPE html>
<html> <html>
<head> <head>

View File

@ -1,3 +1 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<%= yield %> <%<%<%<%= yield %>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Welcome <%= @email %>!</p> <%<%<%<p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p> <p>You can confirm your account email through the link below:</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @email %>!</p> <%<%<%<p>Hello <%= @email %>!</p>
<% if @resource.try(:unconfirmed_email?) %> <% if @resource.try(:unconfirmed_email?) %>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p> <%<%<%<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that your password has been changed.</p> <p>We're contacting you to notify you that your password has been changed.</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p> <%<%<%<p>Hello <%= @resource.email %>!</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p> <p>Someone has requested a link to change your password. You can do this through the link below.</p>

View File

@ -1,5 +1,3 @@
<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>
<%<%<%<p>Hello <%= @resource.email %>!</p> <%<%<%<p>Hello <%= @resource.email %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p> <p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>