Compare commits

...

1 Commits

Author SHA1 Message Date
d234ead580 Add copyright notice
Some checks failed
Run unit tests / rubocop (pull_request) Successful in 1m19s
Run unit tests / check-licenses (pull_request) Successful in 1m27s
Run unit tests / copyright_notice (pull_request) Successful in 1m50s
Run unit tests / unit_tests (pull_request) Failing after 3m4s
Run unit tests / build-static-assets (pull_request) Has been skipped
2025-01-27 19:09:51 +00:00
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# frozen_string_literal: true # frozen_string_literal: true
# == Schema Information # == Schema Information

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# frozen_string_literal: true # frozen_string_literal: true
FactoryBot.define do FactoryBot.define do

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# frozen_string_literal: true # frozen_string_literal: true
require 'rails_helper' require 'rails_helper'