summary refs log tree commit
path: root/lib/rack/show_status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack/show_status.rb')
-rw-r--r--lib/rack/show_status.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/rack/show_status.rb b/lib/rack/show_status.rb
index 54db8f47..3fdfca5e 100644
--- a/lib/rack/show_status.rb
+++ b/lib/rack/show_status.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 require 'erb'
 require 'rack/request'
 require 'rack/utils'
@@ -52,8 +54,8 @@ module Rack
 
     # :stopdoc:
 
-# adapted from Django <djangoproject.com>
-# Copyright (c) 2005, the Lawrence Journal-World
+# adapted from Django <www.djangoproject.com>
+# Copyright (c) Django Software Foundation and individual contributors.
 # Used under the modified BSD license:
 # http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
 TEMPLATE = <<'HTML'