We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c499a28 commit 3b6f338Copy full SHA for 3b6f338
LICENSE
@@ -186,7 +186,7 @@
186
same "printed page" as the copyright notice for easier
187
identification within third-party archives.
188
189
- Copyright 2022 Peter Giacomo Lombardo
+ Copyright 2011-Present Peter Giacomo Lombardo
190
191
Licensed under the Apache License, Version 2.0 (the "License");
192
you may not use this file except in compliance with the License.
config/initializers/apipie.rb
@@ -1,6 +1,6 @@
1
Apipie.configure do |config|
2
config.app_name = "Password Pusher"
3
- config.copyright = "© 2022 Peter Giacomo Lombardo"
+ config.copyright = "© 2011-Present Peter Giacomo Lombardo"
4
config.api_base_url = ""
5
config.doc_base_url = "/api"
6
config.api_controllers_matcher = "#{Rails.root}/app/controllers/**/*.rb"
0 commit comments