Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit 2afaad1

Browse files
committed
Update copyright year to 2017
1 parent 672f504 commit 2afaad1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Brian Surowiec
3+
Copyright (c) 2017 Brian Surowiec
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ By default Nancy will load and register all `IDataAnnotationsValidatorAdapter` i
3131

3232
## Copyright and license
3333

34-
Copyright (c) 2015 Brian Surowiec under [the MIT License](LICENSE).
34+
Copyright (c) 2017 Brian Surowiec under [the MIT License](LICENSE).

SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[assembly: AssemblyCompany("Brian Surowiec")]
44
[assembly: AssemblyProduct("Nancy.Validation.DataAnnotations.Extensions")]
5-
[assembly: AssemblyCopyright("Copyright © 2015")]
5+
[assembly: AssemblyCopyright("Copyright © 2017")]
66

77
[assembly: AssemblyInformationalVersion("0.4.0")]
88

src/Nancy.Validation.DataAnnotations.Extensions/Nancy.Validation.DataAnnotations.Extensions.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>https://raw.githubusercontent.com/xt0rted/Nancy.Validation.DataAnnotations.Extensions/media/images/nuget.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
14-
<copyright>Copyright 2015</copyright>
14+
<copyright>Copyright 2017</copyright>
1515
<tags>Nancy Validation DataAnnotations</tags>
1616
</metadata>
1717
</package>

0 commit comments

Comments
 (0)