diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/ConcreteMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/ConcreteMocking.cs index b30ad545..73ef2b9e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/ConcreteMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/ConcreteMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/MockingDelegates.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/MockingDelegates.cs index f4bf1d27..e74dca93 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/MockingDelegates.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/MockingDelegates.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/PrivateAccessor.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/PrivateAccessor.cs index b3d7b3be..fd5c9656 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/PrivateAccessor.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/AdvancedUsage/PrivateAccessor.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/AssertingOccurrence.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/AssertingOccurrence.cs index a7ad178b..c41c657e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/AssertingOccurrence.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/AssertingOccurrence.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Automocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Automocking.cs index dbeb9f9c..ea7ce019 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Automocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Automocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/CreateMocksByExample.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/CreateMocksByExample.cs index ddf32975..564da1cf 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/CreateMocksByExample.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/CreateMocksByExample.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/FluentMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/FluentMocking.cs index bbcec8ad..3c218349 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/FluentMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/FluentMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Generics.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Generics.cs index 5cd4fb92..1bbf6eef 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Generics.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Generics.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Matchers.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Matchers.cs index 207d2d42..231fd8fd 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Matchers.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Matchers.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.CallOriginal.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.CallOriginal.cs index b1f5beef..4c965a98 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.CallOriginal.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.CallOriginal.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoInstead.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoInstead.cs index 0de5a9b4..2cb4d1c0 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoInstead.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoInstead.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoNothing.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoNothing.cs index 24a97427..0b861ac9 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoNothing.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.DoNothing.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.MustBeCalled.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.MustBeCalled.cs index 9ddbebaf..05d0a22a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.MustBeCalled.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.MustBeCalled.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raise.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raise.cs index 4b4be391..e120e158 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raise.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raise.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raises.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raises.cs index adb8176b..1767c7f8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raises.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Raises.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Returns.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Returns.cs index 36ebe534..41e9ac75 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Returns.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Returns.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Throws.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Throws.cs index e0fa55fd..c39b0a7a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Throws.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/Mock.Throws.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/MockingProperties.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/MockingProperties.cs index 7270017b..d4035fa7 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/MockingProperties.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/MockingProperties.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/RecursiveMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/RecursiveMocking.cs index 4aac9f5a..1d427de8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/RecursiveMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/RecursiveMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/SequentialMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/SequentialMocking.cs index c5141252..ced3a28b 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/SequentialMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/SequentialMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/StrictMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/StrictMocking.cs index 9dbc523e..8cdf9f47 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/StrictMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2017/BasicUsage/StrictMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/ConcreteMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/ConcreteMocking.cs index b30ad545..73ef2b9e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/ConcreteMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/ConcreteMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/MockingDelegates.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/MockingDelegates.cs index f4bf1d27..e74dca93 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/MockingDelegates.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/MockingDelegates.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/PrivateAccessor.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/PrivateAccessor.cs index b3d7b3be..fd5c9656 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/PrivateAccessor.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/AdvancedUsage/PrivateAccessor.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/AssertingOccurrence.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/AssertingOccurrence.cs index a7ad178b..c41c657e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/AssertingOccurrence.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/AssertingOccurrence.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Automocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Automocking.cs index dbeb9f9c..ea7ce019 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Automocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Automocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/CreateMocksByExample.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/CreateMocksByExample.cs index ddf32975..564da1cf 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/CreateMocksByExample.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/CreateMocksByExample.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/FluentMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/FluentMocking.cs index bbcec8ad..3c218349 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/FluentMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/FluentMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Generics.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Generics.cs index 5cd4fb92..1bbf6eef 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Generics.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Generics.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Matchers.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Matchers.cs index 207d2d42..231fd8fd 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Matchers.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Matchers.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.CallOriginal.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.CallOriginal.cs index b1f5beef..4c965a98 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.CallOriginal.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.CallOriginal.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoInstead.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoInstead.cs index 0de5a9b4..2cb4d1c0 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoInstead.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoInstead.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoNothing.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoNothing.cs index 24a97427..0b861ac9 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoNothing.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.DoNothing.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.MustBeCalled.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.MustBeCalled.cs index 9ddbebaf..05d0a22a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.MustBeCalled.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.MustBeCalled.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raise.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raise.cs index 4b4be391..e120e158 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raise.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raise.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raises.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raises.cs index adb8176b..1767c7f8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raises.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Raises.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Returns.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Returns.cs index 36ebe534..41e9ac75 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Returns.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Returns.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Throws.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Throws.cs index e0fa55fd..c39b0a7a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Throws.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/Mock.Throws.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/MockingProperties.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/MockingProperties.cs index 7270017b..d4035fa7 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/MockingProperties.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/MockingProperties.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/RecursiveMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/RecursiveMocking.cs index 4aac9f5a..1d427de8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/RecursiveMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/RecursiveMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/SequentialMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/SequentialMocking.cs index c5141252..ced3a28b 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/SequentialMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/SequentialMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/StrictMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/StrictMocking.cs index 9dbc523e..8cdf9f47 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/StrictMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2019/BasicUsage/StrictMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/ConcreteMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/ConcreteMocking.cs index b30ad545..73ef2b9e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/ConcreteMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/ConcreteMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/MockingDelegates.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/MockingDelegates.cs index f4bf1d27..e74dca93 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/MockingDelegates.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/MockingDelegates.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/PrivateAccessor.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/PrivateAccessor.cs index b3d7b3be..fd5c9656 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/PrivateAccessor.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/AdvancedUsage/PrivateAccessor.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/AssertingOccurrence.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/AssertingOccurrence.cs index a7ad178b..c41c657e 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/AssertingOccurrence.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/AssertingOccurrence.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Automocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Automocking.cs index dbeb9f9c..ea7ce019 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Automocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Automocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/CreateMocksByExample.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/CreateMocksByExample.cs index ddf32975..564da1cf 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/CreateMocksByExample.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/CreateMocksByExample.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/FluentMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/FluentMocking.cs index bbcec8ad..3c218349 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/FluentMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/FluentMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Generics.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Generics.cs index 5cd4fb92..1bbf6eef 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Generics.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Generics.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Matchers.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Matchers.cs index 207d2d42..231fd8fd 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Matchers.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Matchers.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.CallOriginal.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.CallOriginal.cs index b1f5beef..4c965a98 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.CallOriginal.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.CallOriginal.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoInstead.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoInstead.cs index 0de5a9b4..2cb4d1c0 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoInstead.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoInstead.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoNothing.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoNothing.cs index 24a97427..0b861ac9 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoNothing.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.DoNothing.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.MustBeCalled.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.MustBeCalled.cs index 9ddbebaf..05d0a22a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.MustBeCalled.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.MustBeCalled.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raise.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raise.cs index 4b4be391..e120e158 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raise.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raise.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raises.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raises.cs index adb8176b..1767c7f8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raises.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Raises.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Returns.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Returns.cs index 36ebe534..41e9ac75 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Returns.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Returns.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Throws.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Throws.cs index e0fa55fd..c39b0a7a 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Throws.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/Mock.Throws.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/MockingProperties.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/MockingProperties.cs index 7270017b..d4035fa7 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/MockingProperties.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/MockingProperties.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/RecursiveMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/RecursiveMocking.cs index 4aac9f5a..1d427de8 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/RecursiveMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/RecursiveMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/SequentialMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/SequentialMocking.cs index c5141252..ced3a28b 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/SequentialMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/SequentialMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/StrictMocking.cs b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/StrictMocking.cs index 9dbc523e..8cdf9f47 100644 --- a/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/StrictMocking.cs +++ b/Examples/CSExamples/JustMock.NonElevatedExamples.VS2022/BasicUsage/StrictMocking.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.NUnit.Tests/EventsFixture.cs b/Telerik.JustMock.NUnit.Tests/EventsFixture.cs index 5dea3d80..f5b44f1f 100644 --- a/Telerik.JustMock.NUnit.Tests/EventsFixture.cs +++ b/Telerik.JustMock.NUnit.Tests/EventsFixture.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Context/LocalMockingContextResolver.cs b/Telerik.JustMock.Portable/Core/Context/LocalMockingContextResolver.cs index 39398dec..18996688 100644 --- a/Telerik.JustMock.Portable/Core/Context/LocalMockingContextResolver.cs +++ b/Telerik.JustMock.Portable/Core/Context/LocalMockingContextResolver.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Context/VisualStudioPortableContextResolver.cs b/Telerik.JustMock.Portable/Core/Context/VisualStudioPortableContextResolver.cs index 6a28bc5a..804b3466 100644 --- a/Telerik.JustMock.Portable/Core/Context/VisualStudioPortableContextResolver.cs +++ b/Telerik.JustMock.Portable/Core/Context/VisualStudioPortableContextResolver.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Context/XamarinAndroidNUnitContextResolver.cs b/Telerik.JustMock.Portable/Core/Context/XamarinAndroidNUnitContextResolver.cs index e517437a..c4554cf6 100644 --- a/Telerik.JustMock.Portable/Core/Context/XamarinAndroidNUnitContextResolver.cs +++ b/Telerik.JustMock.Portable/Core/Context/XamarinAndroidNUnitContextResolver.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Context/XamarinIosNUnitContextResolver.cs b/Telerik.JustMock.Portable/Core/Context/XamarinIosNUnitContextResolver.cs index 37849896..51f39df3 100644 --- a/Telerik.JustMock.Portable/Core/Context/XamarinIosNUnitContextResolver.cs +++ b/Telerik.JustMock.Portable/Core/Context/XamarinIosNUnitContextResolver.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Glue/CustomAttributeBuilder.cs b/Telerik.JustMock.Portable/Core/Glue/CustomAttributeBuilder.cs index 6e82770f..70ff6d98 100644 --- a/Telerik.JustMock.Portable/Core/Glue/CustomAttributeBuilder.cs +++ b/Telerik.JustMock.Portable/Core/Glue/CustomAttributeBuilder.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Glue/MissingMethodException.cs b/Telerik.JustMock.Portable/Core/Glue/MissingMethodException.cs index 01a93d3e..e1d0416b 100644 --- a/Telerik.JustMock.Portable/Core/Glue/MissingMethodException.cs +++ b/Telerik.JustMock.Portable/Core/Glue/MissingMethodException.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Glue/ParameterModifier.cs b/Telerik.JustMock.Portable/Core/Glue/ParameterModifier.cs index c4ba8112..76f8d65d 100644 --- a/Telerik.JustMock.Portable/Core/Glue/ParameterModifier.cs +++ b/Telerik.JustMock.Portable/Core/Glue/ParameterModifier.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Glue/SerializableAttribute.cs b/Telerik.JustMock.Portable/Core/Glue/SerializableAttribute.cs index b291a79c..98bbdecd 100644 --- a/Telerik.JustMock.Portable/Core/Glue/SerializableAttribute.cs +++ b/Telerik.JustMock.Portable/Core/Glue/SerializableAttribute.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/Glue/TypedReference.cs b/Telerik.JustMock.Portable/Core/Glue/TypedReference.cs index e2bc6e49..6e80803a 100644 --- a/Telerik.JustMock.Portable/Core/Glue/TypedReference.cs +++ b/Telerik.JustMock.Portable/Core/Glue/TypedReference.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/MockingUtil.CodeGen.cs b/Telerik.JustMock.Portable/Core/MockingUtil.CodeGen.cs index 6d5604c7..b22fb18b 100644 --- a/Telerik.JustMock.Portable/Core/MockingUtil.CodeGen.cs +++ b/Telerik.JustMock.Portable/Core/MockingUtil.CodeGen.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/MockingUtil.Glue.cs b/Telerik.JustMock.Portable/Core/MockingUtil.Glue.cs index 5fd501f2..c2755196 100644 --- a/Telerik.JustMock.Portable/Core/MockingUtil.Glue.cs +++ b/Telerik.JustMock.Portable/Core/MockingUtil.Glue.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/ProfilerInterceptor.cs b/Telerik.JustMock.Portable/Core/ProfilerInterceptor.cs index b149ccc0..e9e6c0b6 100644 --- a/Telerik.JustMock.Portable/Core/ProfilerInterceptor.cs +++ b/Telerik.JustMock.Portable/Core/ProfilerInterceptor.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StackTrace.cs b/Telerik.JustMock.Portable/Core/StackTrace.cs index 274ad389..da99d1fd 100644 --- a/Telerik.JustMock.Portable/Core/StackTrace.cs +++ b/Telerik.JustMock.Portable/Core/StackTrace.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StaticProxy/ProxyAttribute.cs b/Telerik.JustMock.Portable/Core/StaticProxy/ProxyAttribute.cs index 0382e658..6ac33315 100644 --- a/Telerik.JustMock.Portable/Core/StaticProxy/ProxyAttribute.cs +++ b/Telerik.JustMock.Portable/Core/StaticProxy/ProxyAttribute.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StaticProxy/ProxyInvocation.cs b/Telerik.JustMock.Portable/Core/StaticProxy/ProxyInvocation.cs index 8162b6da..cf30de11 100644 --- a/Telerik.JustMock.Portable/Core/StaticProxy/ProxyInvocation.cs +++ b/Telerik.JustMock.Portable/Core/StaticProxy/ProxyInvocation.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StaticProxy/ProxySourceRegistry.cs b/Telerik.JustMock.Portable/Core/StaticProxy/ProxySourceRegistry.cs index c20f3251..20d55b4c 100644 --- a/Telerik.JustMock.Portable/Core/StaticProxy/ProxySourceRegistry.cs +++ b/Telerik.JustMock.Portable/Core/StaticProxy/ProxySourceRegistry.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StaticProxy/StaticProxyMockFactory.cs b/Telerik.JustMock.Portable/Core/StaticProxy/StaticProxyMockFactory.cs index c18744e8..eb8002d9 100644 --- a/Telerik.JustMock.Portable/Core/StaticProxy/StaticProxyMockFactory.cs +++ b/Telerik.JustMock.Portable/Core/StaticProxy/StaticProxyMockFactory.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/StaticProxy/UninitializedObjectFactory.cs b/Telerik.JustMock.Portable/Core/StaticProxy/UninitializedObjectFactory.cs index f2c17ef1..9233b2e7 100644 --- a/Telerik.JustMock.Portable/Core/StaticProxy/UninitializedObjectFactory.cs +++ b/Telerik.JustMock.Portable/Core/StaticProxy/UninitializedObjectFactory.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Core/TransparentProxy/MockingProxy.cs b/Telerik.JustMock.Portable/Core/TransparentProxy/MockingProxy.cs index 24b043c8..ae026726 100644 --- a/Telerik.JustMock.Portable/Core/TransparentProxy/MockingProxy.cs +++ b/Telerik.JustMock.Portable/Core/TransparentProxy/MockingProxy.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/MockedTypeAttribute.cs b/Telerik.JustMock.Portable/MockedTypeAttribute.cs index 54dd67ce..10a730d3 100644 --- a/Telerik.JustMock.Portable/MockedTypeAttribute.cs +++ b/Telerik.JustMock.Portable/MockedTypeAttribute.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/Properties/AssemblyInfo.cs b/Telerik.JustMock.Portable/Properties/AssemblyInfo.cs index 6ad8da57..7260bbfe 100644 --- a/Telerik.JustMock.Portable/Properties/AssemblyInfo.cs +++ b/Telerik.JustMock.Portable/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Portable/UnproxyableTypeAttribute.cs b/Telerik.JustMock.Portable/UnproxyableTypeAttribute.cs index 506b7f2c..2335d51a 100644 --- a/Telerik.JustMock.Portable/UnproxyableTypeAttribute.cs +++ b/Telerik.JustMock.Portable/UnproxyableTypeAttribute.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2015 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Silverlight.Tests/App.xaml.cs b/Telerik.JustMock.Silverlight.Tests/App.xaml.cs index d313a99e..dfc69a0d 100644 --- a/Telerik.JustMock.Silverlight.Tests/App.xaml.cs +++ b/Telerik.JustMock.Silverlight.Tests/App.xaml.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Silverlight.Tests/Properties/AssemblyInfo.cs b/Telerik.JustMock.Silverlight.Tests/Properties/AssemblyInfo.cs index 5bed2250..730c0a2d 100644 --- a/Telerik.JustMock.Silverlight.Tests/Properties/AssemblyInfo.cs +++ b/Telerik.JustMock.Silverlight.Tests/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ limitations under the License. [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyCompany("Telerik EAD")] -[assembly: AssemblyCopyright("Copyright © 2010-2014 Telerik EAD")] +[assembly: AssemblyCopyright("Copyright © 2010-2023 Progress Software Corporation")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Telerik.JustMock.Silverlight/Core/TransparentProxy/MockingProxy.cs b/Telerik.JustMock.Silverlight/Core/TransparentProxy/MockingProxy.cs index 9f32cf71..7374f4d1 100644 --- a/Telerik.JustMock.Silverlight/Core/TransparentProxy/MockingProxy.cs +++ b/Telerik.JustMock.Silverlight/Core/TransparentProxy/MockingProxy.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Silverlight/Properties/AssemblyInfo.cs b/Telerik.JustMock.Silverlight/Properties/AssemblyInfo.cs index 806c1228..02befac5 100644 --- a/Telerik.JustMock.Silverlight/Properties/AssemblyInfo.cs +++ b/Telerik.JustMock.Silverlight/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Telerik.JustMock.Silverlight/Silverlight/SilverlightGlue.cs b/Telerik.JustMock.Silverlight/Silverlight/SilverlightGlue.cs index 493ad1f1..386a5a72 100644 --- a/Telerik.JustMock.Silverlight/Silverlight/SilverlightGlue.cs +++ b/Telerik.JustMock.Silverlight/Silverlight/SilverlightGlue.cs @@ -1,6 +1,6 @@ /* JustMock Lite - Copyright © 2010-2014 Telerik EAD + Copyright © 2010-2023 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.