Skip to content

Commit

Permalink
Update the copyright year to 2018 in licenses, assembly info and nusp…
Browse files Browse the repository at this point in the history
…ec files
  • Loading branch information
rprouse committed Jan 27, 2018
1 parent 612fe83 commit 253cf07
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Charlie Poole, Rob Prouse
Copyright (c) 2018 Charlie Poole, Rob Prouse

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion choco/nunit-console-runner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<owners>Charlie Poole, Rob Prouse</owners>
<language>en-US</language>
<tags>nunit console runner test testing tdd</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
</metadata>
</package>
2 changes: 1 addition & 1 deletion choco/nunit-console-with-extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<owners>Charlie Poole, Rob Prouse</owners>
<language>en-US</language>
<tags>nunit console runner test testing tdd</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
<dependencies>
<group>
<dependency id="nunit-console-runner" version="$version$" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/engine/nunit.engine.api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd engine</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/engine/nunit.engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd engine</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/engine/nunit.engine.tool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd engine</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/runners/nunit.console-runner-with-extensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<releaseNotes>This release uses the latest version of the TeamCityEventListener extension.</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd runner</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
<dependencies>
<group>
<dependency id="NUnit.ConsoleRunner" version="$version$" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/runners/nunit.console-runner.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd runner</tags>
<copyright>Copyright (c) 2017 Charlie Poole, Rob Prouse</copyright>
<copyright>Copyright (c) 2018 Charlie Poole, Rob Prouse</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
Expand Down
2 changes: 1 addition & 1 deletion nuget/runners/nunit.runners.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<releaseNotes>This release uses the latest version of the TeamCityEventListener extension.</releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd runner</tags>
<copyright>Copyright (c) 2017 Charlie Poole</copyright>
<copyright>Copyright (c) 2018 Charlie Poole</copyright>
<dependencies>
<group>
<dependency id="NUnit.ConsoleRunner" version="$version$" />
Expand Down
2 changes: 1 addition & 1 deletion src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
[assembly: AssemblyProduct("NUnit 3")]
[assembly: AssemblyTrademark("NUnit is a trademark of NUnit Software")]
[assembly: AssemblyCompany("NUnit Software")]
[assembly: AssemblyCopyright("Copyright (c) 2017 Charlie Poole, Rob Prouse")]
[assembly: AssemblyCopyright("Copyright (c) 2018 Charlie Poole, Rob Prouse")]

#if PORTABLE
[assembly: AssemblyMetadata("PCL", "True")]
Expand Down
2 changes: 1 addition & 1 deletion src/NUnitConsole/nunit3-console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private static void WriteHeader()
string versionText = executingAssembly.GetName().Version.ToString(3);

string programName = "NUnit Console Runner";
string copyrightText = "Copyright (C) 2017 Charlie Poole, Rob Prouse.\r\nAll Rights Reserved.";
string copyrightText = "Copyright (C) 2018 Charlie Poole, Rob Prouse.\r\nAll Rights Reserved.";
string configText = String.Empty;

object[] attrs = executingAssembly.GetCustomAttributes(typeof(AssemblyTitleAttribute), false);
Expand Down

0 comments on commit 253cf07

Please sign in to comment.