Skip to content

Commit e5fc13e

Browse files
paulbatumjagregory
authored andcommitted
Updated rake file to spit out 2008-2010 in copyright line.
1 parent 0676333 commit e5fc13e

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
@@ -48,7 +48,7 @@ namespace :source do
4848
asm.version = get_version
4949
asm.company_name = 'http://fluentnhibernate.org'
5050
asm.product_name = 'FluentNHibernate'
51-
asm.copyright = 'Copyright 2008-2009 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
51+
asm.copyright = 'Copyright 2008-2010 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
5252
asm.namespaces = ['System.Security']
5353
asm.custom_attributes :AllowPartiallyTrustedCallers => nil
5454

0 commit comments

Comments
 (0)