Skip to content

Commit 3b6f338

Browse files
authored
Updated copyright dates (#806)
1 parent c499a28 commit 3b6f338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 Peter Giacomo Lombardo
189+
Copyright 2011-Present Peter Giacomo Lombardo
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

config/initializers/apipie.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apipie.configure do |config|
22
config.app_name = "Password Pusher"
3-
config.copyright = "© 2022 Peter Giacomo Lombardo"
3+
config.copyright = "© 2011-Present Peter Giacomo Lombardo"
44
config.api_base_url = ""
55
config.doc_base_url = "/api"
66
config.api_controllers_matcher = "#{Rails.root}/app/controllers/**/*.rb"

0 commit comments

Comments
 (0)