We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa5e6e commit 2e9e452Copy full SHA for 2e9e452
RakeFile
@@ -54,7 +54,7 @@ namespace :source do
54
asm.version = get_version
55
asm.company_name = 'http://fluentnhibernate.org'
56
asm.product_name = 'FluentNHibernate'
57
- asm.copyright = 'Copyright 2008-2013 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
+ asm.copyright = "Copyright 2008-#{Time.new.year} James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved."
58
asm.namespaces = ['System.Security']
59
asm.custom_attributes :AllowPartiallyTrustedCallers => nil
60
0 commit comments