Add copyright notice
All checks were successful
Run unit tests / copyright_notice (pull_request) Successful in 1m27s
Run unit tests / rubocop (pull_request) Successful in 1m46s
Run unit tests / check-licenses (pull_request) Successful in 1m56s
Run unit tests / unit_tests (pull_request) Successful in 3m14s
Run unit tests / build-static-assets (pull_request) Successful in 40m16s

This commit is contained in:
Manuel Bustillo 2025-06-30 22:14:30 +00:00
parent f3c9d82074
commit beda9ff870
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
<% invitations.each_slice(4) do |invitation_group| %> <% invitations.each_slice(4) do |invitation_group| %>
<table style="width: 100%; border-collapse: separate; border-spacing: 0 20px; margin-bottom: 40px;"> <table style="width: 100%; border-collapse: separate; border-spacing: 0 20px; margin-bottom: 40px;">
<% invitation_group.each do |invitation| %> <% invitation_group.each do |invitation| %>

View File

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

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# WickedPDF Global Configuration # WickedPDF Global Configuration
# #
# Use this to set up shared configuration options for your entire application. # Use this to set up shared configuration options for your entire application.