From fc7660114dc595633c31345f7d3ab3b545e8e05c Mon Sep 17 00:00:00 2001 From: John Gietzen Date: Thu, 2 May 2013 09:13:43 -0700 Subject: [PATCH] Updated the license and footer message. --- License.txt | 2 +- Settings.StyleCop | 2 +- WebGitNet.RepoImpact/AssemblyInstaller.cs | 2 +- WebGitNet.RepoImpact/Controllers/ImpactController.cs | 2 +- WebGitNet.RepoImpact/Models/ImpactWeek.cs | 2 +- WebGitNet.RepoImpact/Models/RepoImpact.cs | 2 +- WebGitNet.SharedLib/BreadCrumbTrail.cs | 2 +- WebGitNet.SharedLib/ConvertGlobFailedException.cs | 2 +- WebGitNet.SharedLib/DiffInfo.cs | 2 +- WebGitNet.SharedLib/FileManager.cs | 2 +- WebGitNet.SharedLib/GitErrorException.cs | 2 +- WebGitNet.SharedLib/GitRef.cs | 2 +- WebGitNet.SharedLib/GitUtilities.cs | 2 +- WebGitNet.SharedLib/IRouteRegisterer.cs | 2 +- WebGitNet.SharedLib/IgnoreEntry.cs | 2 +- WebGitNet.SharedLib/IgnoreFileParser.cs | 2 +- WebGitNet.SharedLib/LogEntry.cs | 2 +- WebGitNet.SharedLib/MimeUtilities.cs | 2 +- WebGitNet.SharedLib/ObjectInfo.cs | 2 +- WebGitNet.SharedLib/ObjectType.cs | 2 +- WebGitNet.SharedLib/PathUtilities.cs | 2 +- WebGitNet.SharedLib/PluginContentController.cs | 2 +- WebGitNet.SharedLib/RefValidationResult.cs | 2 +- WebGitNet.SharedLib/RenameEntry.cs | 2 +- WebGitNet.SharedLib/RenameFileParser.cs | 2 +- WebGitNet.SharedLib/RenameFileSyntaxException.cs | 2 +- WebGitNet.SharedLib/ResourceInfo.cs | 2 +- WebGitNet.SharedLib/ResourceType.cs | 2 +- WebGitNet.SharedLib/RouteCollectionHelpers.cs | 2 +- WebGitNet.SharedLib/SharedControllerBase.cs | 2 +- WebGitNet.SharedLib/SharedControllerBase.profiling.cs | 2 +- WebGitNet.SharedLib/TreeView.cs | 2 +- WebGitNet.SharedLib/UserImpact.cs | 2 +- WebGitNet/ActionResults/AtomActionResult.cs | 2 +- WebGitNet/ActionResults/GitCommandResult.cs | 2 +- WebGitNet/ActionResults/GitFileResult.cs | 2 +- WebGitNet/ActionResults/GitStreamResult.cs | 2 +- WebGitNet/Controllers/BrowseController.cs | 2 +- WebGitNet/Controllers/FileController.cs | 2 +- WebGitNet/Controllers/ManageController.cs | 2 +- WebGitNet/Controllers/SearchController.cs | 2 +- WebGitNet/Controllers/ServiceRpcController.cs | 2 +- WebGitNet/Controllers/SyndicationController.cs | 2 +- WebGitNet/Global.asax.cs | 2 +- WebGitNet/Global.asax.profiling.cs | 2 +- WebGitNet/HtmlHelpers.cs | 2 +- WebGitNet/Models/AccessLevel.cs | 2 +- WebGitNet/Models/CreateRepoRequest.cs | 2 +- WebGitNet/Models/RepoSettings.cs | 2 +- WebGitNet/ResourceRazorViewEngine.cs | 2 +- WebGitNet/Views/Shared/_Layout.cshtml | 3 ++- WebGitNet/WebGitNet.csproj | 3 +++ WebGitNet/WindsorControllerFactory.cs | 2 +- 53 files changed, 56 insertions(+), 52 deletions(-) diff --git a/License.txt b/License.txt index 968f076..00ba352 100644 --- a/License.txt +++ b/License.txt @@ -1,4 +1,4 @@ -Copyright © 2011 John Gietzen and the WebGit .NET Authors +Copyright © 2013 John Gietzen and the WebGit .NET Authors This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/Settings.StyleCop b/Settings.StyleCop index 33411c9..ee845cb 100644 --- a/Settings.StyleCop +++ b/Settings.StyleCop @@ -45,7 +45,7 @@ (none) - Copyright © 2011 John Gietzen. All rights reserved. + Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. diff --git a/WebGitNet.RepoImpact/AssemblyInstaller.cs b/WebGitNet.RepoImpact/AssemblyInstaller.cs index 6d2dce3..3dffb0d 100644 --- a/WebGitNet.RepoImpact/AssemblyInstaller.cs +++ b/WebGitNet.RepoImpact/AssemblyInstaller.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.RepoImpact/Controllers/ImpactController.cs b/WebGitNet.RepoImpact/Controllers/ImpactController.cs index 4894835..7e52884 100644 --- a/WebGitNet.RepoImpact/Controllers/ImpactController.cs +++ b/WebGitNet.RepoImpact/Controllers/ImpactController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.RepoImpact/Models/ImpactWeek.cs b/WebGitNet.RepoImpact/Models/ImpactWeek.cs index d0439f6..0596024 100644 --- a/WebGitNet.RepoImpact/Models/ImpactWeek.cs +++ b/WebGitNet.RepoImpact/Models/ImpactWeek.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.RepoImpact/Models/RepoImpact.cs b/WebGitNet.RepoImpact/Models/RepoImpact.cs index b3c3fbc..39fcd29 100644 --- a/WebGitNet.RepoImpact/Models/RepoImpact.cs +++ b/WebGitNet.RepoImpact/Models/RepoImpact.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/BreadCrumbTrail.cs b/WebGitNet.SharedLib/BreadCrumbTrail.cs index 11ce364..49120bc 100644 --- a/WebGitNet.SharedLib/BreadCrumbTrail.cs +++ b/WebGitNet.SharedLib/BreadCrumbTrail.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/ConvertGlobFailedException.cs b/WebGitNet.SharedLib/ConvertGlobFailedException.cs index a8020d2..080c89d 100644 --- a/WebGitNet.SharedLib/ConvertGlobFailedException.cs +++ b/WebGitNet.SharedLib/ConvertGlobFailedException.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/DiffInfo.cs b/WebGitNet.SharedLib/DiffInfo.cs index 66fea71..3fa7213 100644 --- a/WebGitNet.SharedLib/DiffInfo.cs +++ b/WebGitNet.SharedLib/DiffInfo.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/FileManager.cs b/WebGitNet.SharedLib/FileManager.cs index d0b372f..564eafd 100644 --- a/WebGitNet.SharedLib/FileManager.cs +++ b/WebGitNet.SharedLib/FileManager.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/GitErrorException.cs b/WebGitNet.SharedLib/GitErrorException.cs index aaec829..e0cd1aa 100644 --- a/WebGitNet.SharedLib/GitErrorException.cs +++ b/WebGitNet.SharedLib/GitErrorException.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/GitRef.cs b/WebGitNet.SharedLib/GitRef.cs index 6e3b46a..ec157bc 100644 --- a/WebGitNet.SharedLib/GitRef.cs +++ b/WebGitNet.SharedLib/GitRef.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/GitUtilities.cs b/WebGitNet.SharedLib/GitUtilities.cs index ae89984..1029e0f 100644 --- a/WebGitNet.SharedLib/GitUtilities.cs +++ b/WebGitNet.SharedLib/GitUtilities.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/IRouteRegisterer.cs b/WebGitNet.SharedLib/IRouteRegisterer.cs index b688b80..c0441e7 100644 --- a/WebGitNet.SharedLib/IRouteRegisterer.cs +++ b/WebGitNet.SharedLib/IRouteRegisterer.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/IgnoreEntry.cs b/WebGitNet.SharedLib/IgnoreEntry.cs index 1ecfc6d..1d86528 100644 --- a/WebGitNet.SharedLib/IgnoreEntry.cs +++ b/WebGitNet.SharedLib/IgnoreEntry.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/IgnoreFileParser.cs b/WebGitNet.SharedLib/IgnoreFileParser.cs index 57e8316..80087b0 100644 --- a/WebGitNet.SharedLib/IgnoreFileParser.cs +++ b/WebGitNet.SharedLib/IgnoreFileParser.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/LogEntry.cs b/WebGitNet.SharedLib/LogEntry.cs index b1514be..d459e03 100644 --- a/WebGitNet.SharedLib/LogEntry.cs +++ b/WebGitNet.SharedLib/LogEntry.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/MimeUtilities.cs b/WebGitNet.SharedLib/MimeUtilities.cs index eead0e8..d587ae1 100644 --- a/WebGitNet.SharedLib/MimeUtilities.cs +++ b/WebGitNet.SharedLib/MimeUtilities.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/ObjectInfo.cs b/WebGitNet.SharedLib/ObjectInfo.cs index 4e89377..efc44c2 100644 --- a/WebGitNet.SharedLib/ObjectInfo.cs +++ b/WebGitNet.SharedLib/ObjectInfo.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/ObjectType.cs b/WebGitNet.SharedLib/ObjectType.cs index c4947f5..fbd88b3 100644 --- a/WebGitNet.SharedLib/ObjectType.cs +++ b/WebGitNet.SharedLib/ObjectType.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/PathUtilities.cs b/WebGitNet.SharedLib/PathUtilities.cs index 456f922..5029f77 100644 --- a/WebGitNet.SharedLib/PathUtilities.cs +++ b/WebGitNet.SharedLib/PathUtilities.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/PluginContentController.cs b/WebGitNet.SharedLib/PluginContentController.cs index 1b5d76e..efbe279 100644 --- a/WebGitNet.SharedLib/PluginContentController.cs +++ b/WebGitNet.SharedLib/PluginContentController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/RefValidationResult.cs b/WebGitNet.SharedLib/RefValidationResult.cs index cc65b23..88466b1 100644 --- a/WebGitNet.SharedLib/RefValidationResult.cs +++ b/WebGitNet.SharedLib/RefValidationResult.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/RenameEntry.cs b/WebGitNet.SharedLib/RenameEntry.cs index d3b6c3a..5e117a1 100644 --- a/WebGitNet.SharedLib/RenameEntry.cs +++ b/WebGitNet.SharedLib/RenameEntry.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/RenameFileParser.cs b/WebGitNet.SharedLib/RenameFileParser.cs index 59f15d7..48e457c 100644 --- a/WebGitNet.SharedLib/RenameFileParser.cs +++ b/WebGitNet.SharedLib/RenameFileParser.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/RenameFileSyntaxException.cs b/WebGitNet.SharedLib/RenameFileSyntaxException.cs index 795d5b9..bd1124b 100644 --- a/WebGitNet.SharedLib/RenameFileSyntaxException.cs +++ b/WebGitNet.SharedLib/RenameFileSyntaxException.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/ResourceInfo.cs b/WebGitNet.SharedLib/ResourceInfo.cs index 421a4e6..a56c0d8 100644 --- a/WebGitNet.SharedLib/ResourceInfo.cs +++ b/WebGitNet.SharedLib/ResourceInfo.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/ResourceType.cs b/WebGitNet.SharedLib/ResourceType.cs index e3a8218..e1d4c11 100644 --- a/WebGitNet.SharedLib/ResourceType.cs +++ b/WebGitNet.SharedLib/ResourceType.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/RouteCollectionHelpers.cs b/WebGitNet.SharedLib/RouteCollectionHelpers.cs index 1556f63..44c5e31 100644 --- a/WebGitNet.SharedLib/RouteCollectionHelpers.cs +++ b/WebGitNet.SharedLib/RouteCollectionHelpers.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/SharedControllerBase.cs b/WebGitNet.SharedLib/SharedControllerBase.cs index d63e4c6..b9cfc1f 100644 --- a/WebGitNet.SharedLib/SharedControllerBase.cs +++ b/WebGitNet.SharedLib/SharedControllerBase.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/SharedControllerBase.profiling.cs b/WebGitNet.SharedLib/SharedControllerBase.profiling.cs index 05603cc..7001c94 100644 --- a/WebGitNet.SharedLib/SharedControllerBase.profiling.cs +++ b/WebGitNet.SharedLib/SharedControllerBase.profiling.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/TreeView.cs b/WebGitNet.SharedLib/TreeView.cs index 2ae1c6b..f5c7500 100644 --- a/WebGitNet.SharedLib/TreeView.cs +++ b/WebGitNet.SharedLib/TreeView.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet.SharedLib/UserImpact.cs b/WebGitNet.SharedLib/UserImpact.cs index a545bdc..0326949 100644 --- a/WebGitNet.SharedLib/UserImpact.cs +++ b/WebGitNet.SharedLib/UserImpact.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/ActionResults/AtomActionResult.cs b/WebGitNet/ActionResults/AtomActionResult.cs index ea70d15..7cb61ea 100644 --- a/WebGitNet/ActionResults/AtomActionResult.cs +++ b/WebGitNet/ActionResults/AtomActionResult.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/ActionResults/GitCommandResult.cs b/WebGitNet/ActionResults/GitCommandResult.cs index 91e8892..9deb585 100644 --- a/WebGitNet/ActionResults/GitCommandResult.cs +++ b/WebGitNet/ActionResults/GitCommandResult.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/ActionResults/GitFileResult.cs b/WebGitNet/ActionResults/GitFileResult.cs index f4e24fd..629b3f7 100644 --- a/WebGitNet/ActionResults/GitFileResult.cs +++ b/WebGitNet/ActionResults/GitFileResult.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/ActionResults/GitStreamResult.cs b/WebGitNet/ActionResults/GitStreamResult.cs index 002ef59..d9d575c 100644 --- a/WebGitNet/ActionResults/GitStreamResult.cs +++ b/WebGitNet/ActionResults/GitStreamResult.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/BrowseController.cs b/WebGitNet/Controllers/BrowseController.cs index 452aee1..b0a2b49 100644 --- a/WebGitNet/Controllers/BrowseController.cs +++ b/WebGitNet/Controllers/BrowseController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/FileController.cs b/WebGitNet/Controllers/FileController.cs index 2dbc0ce..a2f34ac 100644 --- a/WebGitNet/Controllers/FileController.cs +++ b/WebGitNet/Controllers/FileController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/ManageController.cs b/WebGitNet/Controllers/ManageController.cs index 2af6d24..94136a8 100644 --- a/WebGitNet/Controllers/ManageController.cs +++ b/WebGitNet/Controllers/ManageController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/SearchController.cs b/WebGitNet/Controllers/SearchController.cs index 2e30a16..190b683 100644 --- a/WebGitNet/Controllers/SearchController.cs +++ b/WebGitNet/Controllers/SearchController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/ServiceRpcController.cs b/WebGitNet/Controllers/ServiceRpcController.cs index 33efa9d..97bebbc 100644 --- a/WebGitNet/Controllers/ServiceRpcController.cs +++ b/WebGitNet/Controllers/ServiceRpcController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Controllers/SyndicationController.cs b/WebGitNet/Controllers/SyndicationController.cs index d1a9c49..1356ecd 100644 --- a/WebGitNet/Controllers/SyndicationController.cs +++ b/WebGitNet/Controllers/SyndicationController.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Global.asax.cs b/WebGitNet/Global.asax.cs index fb9a65a..3f37129 100644 --- a/WebGitNet/Global.asax.cs +++ b/WebGitNet/Global.asax.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Global.asax.profiling.cs b/WebGitNet/Global.asax.profiling.cs index ab488eb..b780cef 100644 --- a/WebGitNet/Global.asax.profiling.cs +++ b/WebGitNet/Global.asax.profiling.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/HtmlHelpers.cs b/WebGitNet/HtmlHelpers.cs index 3dcfc4d..081025b 100644 --- a/WebGitNet/HtmlHelpers.cs +++ b/WebGitNet/HtmlHelpers.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Models/AccessLevel.cs b/WebGitNet/Models/AccessLevel.cs index 2ad85d2..61f6283 100644 --- a/WebGitNet/Models/AccessLevel.cs +++ b/WebGitNet/Models/AccessLevel.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Models/CreateRepoRequest.cs b/WebGitNet/Models/CreateRepoRequest.cs index c0f4bfe..7005ef6 100644 --- a/WebGitNet/Models/CreateRepoRequest.cs +++ b/WebGitNet/Models/CreateRepoRequest.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Models/RepoSettings.cs b/WebGitNet/Models/RepoSettings.cs index 9b54e6f..8a1250a 100644 --- a/WebGitNet/Models/RepoSettings.cs +++ b/WebGitNet/Models/RepoSettings.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/ResourceRazorViewEngine.cs b/WebGitNet/ResourceRazorViewEngine.cs index 6d0c9c8..47a82f6 100644 --- a/WebGitNet/ResourceRazorViewEngine.cs +++ b/WebGitNet/ResourceRazorViewEngine.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // John Gietzen //----------------------------------------------------------------------- diff --git a/WebGitNet/Views/Shared/_Layout.cshtml b/WebGitNet/Views/Shared/_Layout.cshtml index d8475ae..f619e3e 100644 --- a/WebGitNet/Views/Shared/_Layout.cshtml +++ b/WebGitNet/Views/Shared/_Layout.cshtml @@ -78,7 +78,8 @@ } diff --git a/WebGitNet/WebGitNet.csproj b/WebGitNet/WebGitNet.csproj index 386ea4c..e09fc0a 100644 --- a/WebGitNet/WebGitNet.csproj +++ b/WebGitNet/WebGitNet.csproj @@ -118,6 +118,9 @@ CustomDictionary.xml + + License.txt + diff --git a/WebGitNet/WindsorControllerFactory.cs b/WebGitNet/WindsorControllerFactory.cs index 1f43f7f..dc37853 100644 --- a/WebGitNet/WindsorControllerFactory.cs +++ b/WebGitNet/WindsorControllerFactory.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- // -// Copyright © 2011 John Gietzen. All rights reserved. +// Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // // Dustin R. Welden // John Gietzen