From a5fde9987360988d92eb9f1eeba2ffcbc5752c1f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 17:34:01 +0000 Subject: Plugin license and README should use a dynamic year (closes #9329) [bscofield] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../rails_generator/generators/components/plugin/templates/MIT-LICENSE | 2 +- .../lib/rails_generator/generators/components/plugin/templates/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails_generator') diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE b/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE index 570ecf8706..8717df053d 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +++ b/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007 [name of plugin creator] +Copyright (c) <%= Date.today.year %> [name of plugin creator] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/README b/railties/lib/rails_generator/generators/components/plugin/templates/README index 0a3378f1b9..702db07cb1 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/README +++ b/railties/lib/rails_generator/generators/components/plugin/templates/README @@ -10,4 +10,4 @@ Example Example goes here. -Copyright (c) 2007 [name of plugin creator], released under the MIT license +Copyright (c) <%= Date.today.year %> [name of plugin creator], released under the MIT license -- cgit v1.2.3