Skip to content

Commit 2e9e452

Browse files
committed
Set current year for copyright in assembly info
1 parent 4fa5e6e commit 2e9e452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace :source do
5454
asm.version = get_version
5555
asm.company_name = 'http://fluentnhibernate.org'
5656
asm.product_name = 'FluentNHibernate'
57-
asm.copyright = 'Copyright 2008-2013 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
57+
asm.copyright = "Copyright 2008-#{Time.new.year} James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved."
5858
asm.namespaces = ['System.Security']
5959
asm.custom_attributes :AllowPartiallyTrustedCallers => nil
6060

0 commit comments

Comments
 (0)