Skip to content

Commit f7dc526

Browse files
authored
Merge pull request #1873 from denny/update/copyright-year
Update copyright notices for 2025
2 parents c7da334 + c6a2b81 commit f7dc526

File tree

691 files changed

+718
-710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

691 files changed

+718
-710
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2021 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2021 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

README.md

Lines changed: 1 addition & 1 deletion

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/controllers/blazer/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/models/ahoy/event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/models/ahoy/message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/models/ahoy/visit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/models/application_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/policies/ahoy/message_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/policies/ahoy/visit_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/validators/mjml_syntax_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

app/validators/unique_in_collection_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/blazer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

config/coverband.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

config/environments/development.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/i18n-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

config/initializers/acts_as_taggable_on.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/ahoy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/ahoy_email.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/blazer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/disable_sprockets_concurrency.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/rails_email_preview.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/shinycms.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

config/sidekiq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

config/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShinyCMS ~ https://shinycms.org
22
#
3-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
3+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
44
#
55
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
66

db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

db/seeds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

docs/Licensing/index.md

Lines changed: 1 addition & 1 deletion

docs/code-of-conduct.md

Lines changed: 1 addition & 1 deletion

docs/release-notes.md

Lines changed: 10 additions & 0 deletions

lib/generators/shiny/plugin/plugin_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL (version 2 or later)
88

lib/generators/shiny/plugin/plugin_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL ( version 2 or later )
88

lib/generators/shiny/plugin/plugin_generator_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ShinyCMS ~ https://shinycms.org
44
#
5-
# Copyright 2009-2024 Denny de la Haye ~ https://denny.me
5+
# Copyright 2009-2025 Denny de la Haye ~ https://denny.me
66
#
77
# ShinyCMS is free software; you can redistribute it and/or modify it under the terms of the GPL ( version 2 or later )
88

lib/templates/shiny/plugin/README.md.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please read the Code of Conduct as well.
3131

3232
## Copyright and Licensing
3333

34-
ShinyCMS is copyright 2009-2024 Denny de la Haye https://denny.me
34+
ShinyCMS is copyright 2009-2025 Denny de la Haye https://denny.me
3535

3636
This ShinyCMS plugin is free software; you can redistribute it and/or modify it
3737
under the terms of the GPL (version 2 or later). You should have copies of both

0 commit comments

Comments
 (0)