From b4feb37dce9568ccc7468da8a056ccbbab62dd09 Mon Sep 17 00:00:00 2001 From: stakx Date: Mon, 5 Jun 2017 16:43:30 +0200 Subject: [PATCH] Replace old Google Code URL with GitHub URL --- Moq.shfb | 2 +- Moq.shfbproj | 2 +- Source/AdvancedMatcherAttribute.cs | 2 +- Source/AsInterface.cs | 2 +- Source/Capture.cs | 2 +- Source/CaptureMatch.cs | 2 +- Source/ConditionalContext.cs | 2 +- Source/DefaultValue.cs | 2 +- Source/EmptyDefaultValueProvider.cs | 2 +- Source/Evaluator.cs | 2 +- Source/ExpressionExtensions.cs | 2 +- Source/Extensions.cs | 2 +- Source/FluentMockContext.cs | 2 +- Source/Guard.cs | 2 +- Source/IDefaultValueProvider.cs | 2 +- Source/IMatcher.cs | 2 +- Source/IMocked.cs | 2 +- Source/IProxyCall.cs | 2 +- Source/Interceptor.cs | 2 +- Source/It.cs | 2 +- Source/Language/Flow/ICallbackResult.cs | 2 +- Source/Language/Flow/IReturnsResult.cs | 2 +- Source/Language/Flow/IReturnsThrows.cs | 2 +- Source/Language/Flow/ISetup.cs | 2 +- Source/Language/Flow/IThrowsResult.cs | 2 +- Source/Language/ICallback.Generated.cs | 2 +- Source/Language/ICallback.cs | 2 +- Source/Language/ICallback.tt | 2 +- Source/Language/ICallbackGetter.cs | 2 +- Source/Language/ICallbackSetter.cs | 2 +- Source/Language/IRaise.Generated.cs | 2 +- Source/Language/IRaise.cs | 2 +- Source/Language/IRaise.tt | 2 +- Source/Language/IReturns.Generated.cs | 2 +- Source/Language/IReturns.cs | 2 +- Source/Language/IReturns.tt | 2 +- Source/Language/IReturnsGetter.cs | 2 +- Source/Language/IThrows.cs | 2 +- Source/Language/IVerifies.cs | 2 +- Source/Linq/FluentMockVisitor.cs | 2 +- Source/Linq/Mock.cs | 2 +- Source/Linq/MockQuery.cs | 2 +- Source/Linq/MockSetupsBuilder.cs | 2 +- Source/Linq/Mocks.cs | 2 +- Source/Match.cs | 4 ++-- Source/MatchExpression.cs | 2 +- Source/MatcherAttribute.cs | 2 +- Source/MatcherFactory.cs | 2 +- Source/Matchers/ConstantMatcher.cs | 2 +- Source/Matchers/ExpressionComparer.cs | 2 +- Source/Matchers/ExpressionMatcher.cs | 2 +- Source/Matchers/LazyEvalMatcher.cs | 2 +- Source/Matchers/Matcher.cs | 2 +- Source/Matchers/MatcherAttributeMatcher.cs | 2 +- Source/Matchers/ParamArrayMatcher.cs | 2 +- Source/Matchers/PredicateMatcher.cs | 2 +- Source/Matchers/RefMatcher.cs | 2 +- Source/MethodCall.cs | 2 +- Source/MethodCallReturn.cs | 2 +- Source/Mock.Generic.cs | 2 +- Source/Mock.cs | 2 +- Source/MockBehavior.cs | 2 +- Source/MockDefaultValueProvider.cs | 2 +- Source/MockException.cs | 2 +- Source/MockRepository.cs | 2 +- Source/Obsolete/IOccurrence.cs | 2 +- Source/Obsolete/Mock.Generic.Legacy.cs | 2 +- Source/Obsolete/Mock.Legacy.cs | 2 +- Source/Obsolete/MockFactory.cs | 2 +- Source/Obsolete/ObsoleteMockExtensions.cs | 2 +- Source/ObsoleteMockException.cs | 2 +- Source/PexProtector.cs | 2 +- Source/Protected/IProtectedMock.cs | 2 +- Source/Protected/ItExpr.cs | 2 +- Source/Protected/ProtectedExtension.cs | 2 +- Source/Protected/ProtectedMock.cs | 2 +- Source/Proxy/CastleProxyFactory.cs | 2 +- Source/Proxy/ICallContext.cs | 2 +- Source/Proxy/ICallInterceptor.cs | 2 +- Source/Proxy/IProxyFactory.cs | 2 +- Source/Range.cs | 2 +- Source/SetterMethodCall.cs | 2 +- Source/SetupKind.cs | 2 +- Source/Times.cs | 2 +- 84 files changed, 85 insertions(+), 85 deletions(-) diff --git a/Moq.shfb b/Moq.shfb index 1873c9002..b8ceb9744 100644 --- a/Moq.shfb +++ b/Moq.shfb @@ -19,7 +19,7 @@ Root namespace of Moq (pronounced "Mock-you" or just "Mock"), the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, simple and refactoring-friendly mocking library available. <p> -See the <a href="http://code.google.com/p/moq/wiki/QuickStart">online quickstarts</a> for more examples than those available in this code documentation. +See the <a href="https://github.com/moq/moq4/wiki/Quickstart">online quickstarts</a> for more examples than those available in this code documentation. </p> <p>The Mock&lt;T&gt; class is the core of the library, so it's a good place to start.</p> You can also read <a href="http://blogsearch.google.com/blogsearch?q=moq+mock">blog entries</a> from around the world about Moq. diff --git a/Moq.shfbproj b/Moq.shfbproj index 10ed968db..f94307524 100644 --- a/Moq.shfbproj +++ b/Moq.shfbproj @@ -115,7 +115,7 @@ Root namespace of Moq (pronounced "Mock-you" or just "Mock"), the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, simple and refactoring-friendly mocking library available. <p> -See the <a href="http://code.google.com/p/moq/wiki/QuickStart">online quickstarts</a> for more examples than those available in this code documentation. +See the <a href="https://github.com/moq/moq4/wiki/Quickstart">online quickstarts</a> for more examples than those available in this code documentation. </p> <p>The Mock&lt;T&gt; class is the core of the library, so it's a good place to start.</p> You can also read <a href="http://blogsearch.google.com/blogsearch?q=moq+mock">blog entries</a> from around the world about Moq. diff --git a/Source/AdvancedMatcherAttribute.cs b/Source/AdvancedMatcherAttribute.cs index d2fcb8ebc..d44fe863a 100644 --- a/Source/AdvancedMatcherAttribute.cs +++ b/Source/AdvancedMatcherAttribute.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/AsInterface.cs b/Source/AsInterface.cs index 5943bfaef..caa757d66 100644 --- a/Source/AsInterface.cs +++ b/Source/AsInterface.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Capture.cs b/Source/Capture.cs index 8c71b413b..e655d4a0d 100644 --- a/Source/Capture.cs +++ b/Source/Capture.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/CaptureMatch.cs b/Source/CaptureMatch.cs index b6824e07a..517b0cad3 100644 --- a/Source/CaptureMatch.cs +++ b/Source/CaptureMatch.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/ConditionalContext.cs b/Source/ConditionalContext.cs index 9d498a00c..88117868b 100644 --- a/Source/ConditionalContext.cs +++ b/Source/ConditionalContext.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/DefaultValue.cs b/Source/DefaultValue.cs index 244473afa..ae956b617 100644 --- a/Source/DefaultValue.cs +++ b/Source/DefaultValue.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/EmptyDefaultValueProvider.cs b/Source/EmptyDefaultValueProvider.cs index ca62a7c0f..b01a639a9 100644 --- a/Source/EmptyDefaultValueProvider.cs +++ b/Source/EmptyDefaultValueProvider.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Evaluator.cs b/Source/Evaluator.cs index cb51b1854..9647091f6 100644 --- a/Source/Evaluator.cs +++ b/Source/Evaluator.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/ExpressionExtensions.cs b/Source/ExpressionExtensions.cs index 0a7d9030a..dd6764fb7 100644 --- a/Source/ExpressionExtensions.cs +++ b/Source/ExpressionExtensions.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Extensions.cs b/Source/Extensions.cs index 8ce478c07..e388628a4 100644 --- a/Source/Extensions.cs +++ b/Source/Extensions.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/FluentMockContext.cs b/Source/FluentMockContext.cs index c58fad9f8..a1252b47e 100644 --- a/Source/FluentMockContext.cs +++ b/Source/FluentMockContext.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Guard.cs b/Source/Guard.cs index 189ffdb12..d0ac0fb89 100644 --- a/Source/Guard.cs +++ b/Source/Guard.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/IDefaultValueProvider.cs b/Source/IDefaultValueProvider.cs index 9e37245aa..597435525 100644 --- a/Source/IDefaultValueProvider.cs +++ b/Source/IDefaultValueProvider.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/IMatcher.cs b/Source/IMatcher.cs index 18945aa16..885465a05 100644 --- a/Source/IMatcher.cs +++ b/Source/IMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/IMocked.cs b/Source/IMocked.cs index 3445d60e2..66d6db54d 100644 --- a/Source/IMocked.cs +++ b/Source/IMocked.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/IProxyCall.cs b/Source/IProxyCall.cs index a4bfba965..8381a2a6a 100644 --- a/Source/IProxyCall.cs +++ b/Source/IProxyCall.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Interceptor.cs b/Source/Interceptor.cs index b007110f4..824fd36eb 100644 --- a/Source/Interceptor.cs +++ b/Source/Interceptor.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/It.cs b/Source/It.cs index 3ae938315..920c93a1e 100644 --- a/Source/It.cs +++ b/Source/It.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/Flow/ICallbackResult.cs b/Source/Language/Flow/ICallbackResult.cs index ccda0aa48..6abd7071f 100644 --- a/Source/Language/Flow/ICallbackResult.cs +++ b/Source/Language/Flow/ICallbackResult.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/Flow/IReturnsResult.cs b/Source/Language/Flow/IReturnsResult.cs index d13562b42..47eebccb1 100644 --- a/Source/Language/Flow/IReturnsResult.cs +++ b/Source/Language/Flow/IReturnsResult.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/Flow/IReturnsThrows.cs b/Source/Language/Flow/IReturnsThrows.cs index 8d5158e6e..5570b7333 100644 --- a/Source/Language/Flow/IReturnsThrows.cs +++ b/Source/Language/Flow/IReturnsThrows.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/Flow/ISetup.cs b/Source/Language/Flow/ISetup.cs index de8af1d20..0c8caefd7 100644 --- a/Source/Language/Flow/ISetup.cs +++ b/Source/Language/Flow/ISetup.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/Flow/IThrowsResult.cs b/Source/Language/Flow/IThrowsResult.cs index c52474450..ee1c93573 100644 --- a/Source/Language/Flow/IThrowsResult.cs +++ b/Source/Language/Flow/IThrowsResult.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/ICallback.Generated.cs b/Source/Language/ICallback.Generated.cs index 67fbf5c20..592dbc739 100644 --- a/Source/Language/ICallback.Generated.cs +++ b/Source/Language/ICallback.Generated.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/ICallback.cs b/Source/Language/ICallback.cs index 8cc219586..329dc6d0c 100644 --- a/Source/Language/ICallback.cs +++ b/Source/Language/ICallback.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/ICallback.tt b/Source/Language/ICallback.tt index 0a894fad6..bb61875ff 100644 --- a/Source/Language/ICallback.tt +++ b/Source/Language/ICallback.tt @@ -3,7 +3,7 @@ <#@ Assembly Name="System.Core" #> <#@ Import Namespace="System.Linq" #> //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/ICallbackGetter.cs b/Source/Language/ICallbackGetter.cs index 353f075c5..111172ef8 100644 --- a/Source/Language/ICallbackGetter.cs +++ b/Source/Language/ICallbackGetter.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/ICallbackSetter.cs b/Source/Language/ICallbackSetter.cs index 891c88e52..52a6fd14f 100644 --- a/Source/Language/ICallbackSetter.cs +++ b/Source/Language/ICallbackSetter.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IRaise.Generated.cs b/Source/Language/IRaise.Generated.cs index 10e2e102e..ee001631a 100644 --- a/Source/Language/IRaise.Generated.cs +++ b/Source/Language/IRaise.Generated.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IRaise.cs b/Source/Language/IRaise.cs index f40ef8e34..48c52546e 100644 --- a/Source/Language/IRaise.cs +++ b/Source/Language/IRaise.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IRaise.tt b/Source/Language/IRaise.tt index c089401e6..15f91babf 100644 --- a/Source/Language/IRaise.tt +++ b/Source/Language/IRaise.tt @@ -3,7 +3,7 @@ <#@ Assembly Name="System.Core" #> <#@ Import Namespace="System.Linq" #> //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IReturns.Generated.cs b/Source/Language/IReturns.Generated.cs index cbd2a5094..a8555c1b8 100644 --- a/Source/Language/IReturns.Generated.cs +++ b/Source/Language/IReturns.Generated.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IReturns.cs b/Source/Language/IReturns.cs index b409a25c5..49f584386 100644 --- a/Source/Language/IReturns.cs +++ b/Source/Language/IReturns.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IReturns.tt b/Source/Language/IReturns.tt index 6ad941905..9657d514f 100644 --- a/Source/Language/IReturns.tt +++ b/Source/Language/IReturns.tt @@ -3,7 +3,7 @@ <#@ Assembly Name="System.Core" #> <#@ Import Namespace="System.Linq" #> //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IReturnsGetter.cs b/Source/Language/IReturnsGetter.cs index 3d88bf467..efff47cd3 100644 --- a/Source/Language/IReturnsGetter.cs +++ b/Source/Language/IReturnsGetter.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IThrows.cs b/Source/Language/IThrows.cs index ca79de43a..28cbf44fa 100644 --- a/Source/Language/IThrows.cs +++ b/Source/Language/IThrows.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Language/IVerifies.cs b/Source/Language/IVerifies.cs index 3c9437ca7..1eca0076a 100644 --- a/Source/Language/IVerifies.cs +++ b/Source/Language/IVerifies.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Linq/FluentMockVisitor.cs b/Source/Linq/FluentMockVisitor.cs index bfd97d36d..d6d69b266 100644 --- a/Source/Linq/FluentMockVisitor.cs +++ b/Source/Linq/FluentMockVisitor.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Linq/Mock.cs b/Source/Linq/Mock.cs index 1d3586b14..3d682c7c8 100644 --- a/Source/Linq/Mock.cs +++ b/Source/Linq/Mock.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Linq/MockQuery.cs b/Source/Linq/MockQuery.cs index 7638c484d..9129b40a7 100644 --- a/Source/Linq/MockQuery.cs +++ b/Source/Linq/MockQuery.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Linq/MockSetupsBuilder.cs b/Source/Linq/MockSetupsBuilder.cs index 1428d6750..b79bba8de 100644 --- a/Source/Linq/MockSetupsBuilder.cs +++ b/Source/Linq/MockSetupsBuilder.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Linq/Mocks.cs b/Source/Linq/Mocks.cs index 04725211c..67ffa8238 100644 --- a/Source/Linq/Mocks.cs +++ b/Source/Linq/Mocks.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Match.cs b/Source/Match.cs index 4a266f142..8fd4e536d 100644 --- a/Source/Match.cs +++ b/Source/Match.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, @@ -144,7 +144,7 @@ internal override bool Matches(object value) // We have to return early from here because you can't cast null to T // when T is a value type. // - // See Github issue #90: https://github.com/Moq/moq4/issues/90 + // See Github issue #90: https://github.com/moq/moq4/issues/90 return false; } return this.Condition((T)value); diff --git a/Source/MatchExpression.cs b/Source/MatchExpression.cs index feecfe022..8102e75c3 100644 --- a/Source/MatchExpression.cs +++ b/Source/MatchExpression.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MatcherAttribute.cs b/Source/MatcherAttribute.cs index 2fdbe22d5..3d015f031 100644 --- a/Source/MatcherAttribute.cs +++ b/Source/MatcherAttribute.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MatcherFactory.cs b/Source/MatcherFactory.cs index 17382c563..529772a51 100644 --- a/Source/MatcherFactory.cs +++ b/Source/MatcherFactory.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/ConstantMatcher.cs b/Source/Matchers/ConstantMatcher.cs index d59da5c01..27d227aa1 100644 --- a/Source/Matchers/ConstantMatcher.cs +++ b/Source/Matchers/ConstantMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/ExpressionComparer.cs b/Source/Matchers/ExpressionComparer.cs index bb538377d..620a37d0f 100644 --- a/Source/Matchers/ExpressionComparer.cs +++ b/Source/Matchers/ExpressionComparer.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/ExpressionMatcher.cs b/Source/Matchers/ExpressionMatcher.cs index 9cf7d4bed..b68fd3cf7 100644 --- a/Source/Matchers/ExpressionMatcher.cs +++ b/Source/Matchers/ExpressionMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/LazyEvalMatcher.cs b/Source/Matchers/LazyEvalMatcher.cs index b819e7f01..e3881f26b 100644 --- a/Source/Matchers/LazyEvalMatcher.cs +++ b/Source/Matchers/LazyEvalMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/Matcher.cs b/Source/Matchers/Matcher.cs index 1709c528a..a7d18f028 100644 --- a/Source/Matchers/Matcher.cs +++ b/Source/Matchers/Matcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/MatcherAttributeMatcher.cs b/Source/Matchers/MatcherAttributeMatcher.cs index 8e608de04..b119b9873 100644 --- a/Source/Matchers/MatcherAttributeMatcher.cs +++ b/Source/Matchers/MatcherAttributeMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/ParamArrayMatcher.cs b/Source/Matchers/ParamArrayMatcher.cs index 3923a84ea..c29d5a72d 100644 --- a/Source/Matchers/ParamArrayMatcher.cs +++ b/Source/Matchers/ParamArrayMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/PredicateMatcher.cs b/Source/Matchers/PredicateMatcher.cs index 10cfb5af7..2d1d6066f 100644 --- a/Source/Matchers/PredicateMatcher.cs +++ b/Source/Matchers/PredicateMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Matchers/RefMatcher.cs b/Source/Matchers/RefMatcher.cs index 41e47c806..115cd8e8d 100644 --- a/Source/Matchers/RefMatcher.cs +++ b/Source/Matchers/RefMatcher.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MethodCall.cs b/Source/MethodCall.cs index 88d25d66f..42d41f4bd 100644 --- a/Source/MethodCall.cs +++ b/Source/MethodCall.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MethodCallReturn.cs b/Source/MethodCallReturn.cs index d2b03fc7e..66f7204d7 100644 --- a/Source/MethodCallReturn.cs +++ b/Source/MethodCallReturn.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Mock.Generic.cs b/Source/Mock.Generic.cs index cc2afc88a..e49cf83e0 100644 --- a/Source/Mock.Generic.cs +++ b/Source/Mock.Generic.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Mock.cs b/Source/Mock.cs index a455b519b..827d0d65a 100644 --- a/Source/Mock.cs +++ b/Source/Mock.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MockBehavior.cs b/Source/MockBehavior.cs index c72bd4785..98f89cd86 100644 --- a/Source/MockBehavior.cs +++ b/Source/MockBehavior.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MockDefaultValueProvider.cs b/Source/MockDefaultValueProvider.cs index 756cee96e..f73a6bb2f 100644 --- a/Source/MockDefaultValueProvider.cs +++ b/Source/MockDefaultValueProvider.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MockException.cs b/Source/MockException.cs index 08eff2563..6e8169f5f 100644 --- a/Source/MockException.cs +++ b/Source/MockException.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/MockRepository.cs b/Source/MockRepository.cs index 52fa47ef4..aa8ea63ce 100644 --- a/Source/MockRepository.cs +++ b/Source/MockRepository.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Obsolete/IOccurrence.cs b/Source/Obsolete/IOccurrence.cs index 0b9432467..ed454a445 100644 --- a/Source/Obsolete/IOccurrence.cs +++ b/Source/Obsolete/IOccurrence.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Obsolete/Mock.Generic.Legacy.cs b/Source/Obsolete/Mock.Generic.Legacy.cs index 5ee83a2b8..89a36c046 100644 --- a/Source/Obsolete/Mock.Generic.Legacy.cs +++ b/Source/Obsolete/Mock.Generic.Legacy.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Obsolete/Mock.Legacy.cs b/Source/Obsolete/Mock.Legacy.cs index ee7d86ef1..210caae52 100644 --- a/Source/Obsolete/Mock.Legacy.cs +++ b/Source/Obsolete/Mock.Legacy.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Obsolete/MockFactory.cs b/Source/Obsolete/MockFactory.cs index fee8a6242..9631180d6 100644 --- a/Source/Obsolete/MockFactory.cs +++ b/Source/Obsolete/MockFactory.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Obsolete/ObsoleteMockExtensions.cs b/Source/Obsolete/ObsoleteMockExtensions.cs index fbea037cc..e8f82018e 100644 --- a/Source/Obsolete/ObsoleteMockExtensions.cs +++ b/Source/Obsolete/ObsoleteMockExtensions.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/ObsoleteMockException.cs b/Source/ObsoleteMockException.cs index ad6718af7..f68a97598 100644 --- a/Source/ObsoleteMockException.cs +++ b/Source/ObsoleteMockException.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/PexProtector.cs b/Source/PexProtector.cs index cc2414918..b5095309c 100644 --- a/Source/PexProtector.cs +++ b/Source/PexProtector.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Protected/IProtectedMock.cs b/Source/Protected/IProtectedMock.cs index 7add78c1d..e972481b3 100644 --- a/Source/Protected/IProtectedMock.cs +++ b/Source/Protected/IProtectedMock.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Protected/ItExpr.cs b/Source/Protected/ItExpr.cs index ae8eab9af..59e714bb0 100644 --- a/Source/Protected/ItExpr.cs +++ b/Source/Protected/ItExpr.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Protected/ProtectedExtension.cs b/Source/Protected/ProtectedExtension.cs index 69706e7a5..fcc16ebc0 100644 --- a/Source/Protected/ProtectedExtension.cs +++ b/Source/Protected/ProtectedExtension.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Protected/ProtectedMock.cs b/Source/Protected/ProtectedMock.cs index 37e60c1eb..00bf94006 100644 --- a/Source/Protected/ProtectedMock.cs +++ b/Source/Protected/ProtectedMock.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Proxy/CastleProxyFactory.cs b/Source/Proxy/CastleProxyFactory.cs index ae3dfb3ec..e48d29fc4 100644 --- a/Source/Proxy/CastleProxyFactory.cs +++ b/Source/Proxy/CastleProxyFactory.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Proxy/ICallContext.cs b/Source/Proxy/ICallContext.cs index 70e5b9a59..01440783f 100644 --- a/Source/Proxy/ICallContext.cs +++ b/Source/Proxy/ICallContext.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Proxy/ICallInterceptor.cs b/Source/Proxy/ICallInterceptor.cs index eeb17b3f0..d4cc0fa21 100644 --- a/Source/Proxy/ICallInterceptor.cs +++ b/Source/Proxy/ICallInterceptor.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Proxy/IProxyFactory.cs b/Source/Proxy/IProxyFactory.cs index 4b99837c4..9ea47b9cd 100644 --- a/Source/Proxy/IProxyFactory.cs +++ b/Source/Proxy/IProxyFactory.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Range.cs b/Source/Range.cs index 1ecdd6fd0..3574f42f6 100644 --- a/Source/Range.cs +++ b/Source/Range.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/SetterMethodCall.cs b/Source/SetterMethodCall.cs index b4c3012a1..8e9b808d9 100644 --- a/Source/SetterMethodCall.cs +++ b/Source/SetterMethodCall.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/SetupKind.cs b/Source/SetupKind.cs index 8e66bfe53..97e879fb2 100644 --- a/Source/SetupKind.cs +++ b/Source/SetupKind.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms, diff --git a/Source/Times.cs b/Source/Times.cs index 82358390f..8f07c8ed5 100644 --- a/Source/Times.cs +++ b/Source/Times.cs @@ -1,5 +1,5 @@ //Copyright (c) 2007. Clarius Consulting, Manas Technology Solutions, InSTEDD -//http://code.google.com/p/moq/ +//https://github.com/moq/moq4 //All rights reserved. //Redistribution and use in source and binary forms,