From 726f3acb2cc72c7fe62230d79b9cfa16945aa01a Mon Sep 17 00:00:00 2001 From: Congyong Su Date: Tue, 25 Nov 2014 16:36:05 +0800 Subject: [PATCH] Domain Framework rename to RESTier Change license header to a reference to the License.txt in project root. Bootstrap Nuget. Allow additional properties when restore Nuget packages. --- BuildNuGets.cmd | 15 +++++++---- license.txt => License.txt | 2 +- DomainFramework.msbuild => RESTier.msbuild | 12 ++++++--- DomainFramework.sln => RESTier.sln | 17 ++++++++----- build.cmd | 8 +++--- src/CommonAssemblyInfo.cs | 21 ++-------------- .../ConventionalChangeSetAuthorizer.cs | 21 ++-------------- .../ConventionalChangeSetEntryFilter.cs | 21 ++-------------- .../ConventionalChangeSetEntryValidator.cs | 21 ++-------------- .../ConventionalEntitySetFilter.cs | 21 ++-------------- .../ConventionalEntitySetProvider.cs | 21 ++-------------- .../DomainConfigurationExtensions.cs | 21 ++-------------- .../EnableConventionsAttribute.cs | 21 ++-------------- .../Microsoft.Data.Domain.Conventions.csproj | 2 +- .../Properties/AssemblyInfo.cs | 25 +++---------------- .../DbDomain.cs | 21 ++-------------- ...crosoft.Data.Domain.EntityFramework.csproj | 2 +- .../Model/ModelMapper.cs | 21 ++-------------- .../Model/ModelProducer.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 25 +++---------------- .../Query/QueryExecutor.cs | 21 ++-------------- .../Query/QueryExpressionSourcer.cs | 21 ++-------------- .../Submit/ChangeSetPreparer.cs | 21 ++-------------- .../Submit/SubmitExecutor.cs | 21 ++-------------- .../App_Start/WebApiConfig.cs | 21 ++-------------- .../Controllers/NorthwindController.cs | 21 ++-------------- .../Global.asax.cs | 21 ++-------------- .../Models/Alphabetical_list_of_product.cs | 21 ++-------------- .../Models/Category.cs | 21 ++-------------- .../Models/Category_Sales_for_1997.cs | 21 ++-------------- .../Models/Contact.cs | 21 ++-------------- .../Models/Current_Product_List.cs | 21 ++-------------- .../Models/Customer.cs | 21 ++-------------- .../Models/CustomerDemographic.cs | 21 ++-------------- .../Models/Customer_and_Suppliers_by_City.cs | 21 ++-------------- .../Models/Employee.cs | 21 ++-------------- .../Models/Invoice.cs | 21 ++-------------- .../Models/NorthwindContext.cs | 21 ++-------------- .../Models/NorthwindDomain.cs | 21 ++-------------- .../Models/Order.cs | 21 ++-------------- .../Models/Order_Detail.cs | 21 ++-------------- .../Models/Order_Details_Extended.cs | 21 ++-------------- .../Models/Order_Subtotal.cs | 21 ++-------------- .../Models/Orders_Qry.cs | 21 ++-------------- .../Models/Product.cs | 21 ++-------------- .../Models/Product_Sales_for_1997.cs | 21 ++-------------- .../Models/Products_Above_Average_Price.cs | 21 ++-------------- .../Models/Products_by_Category.cs | 21 ++-------------- .../Models/Region.cs | 21 ++-------------- .../Models/Sales_Totals_by_Amount.cs | 21 ++-------------- .../Models/Sales_by_Category.cs | 21 ++-------------- .../Models/Shipper.cs | 21 ++-------------- .../Models/Summary_of_Sales_by_Quarter.cs | 21 ++-------------- .../Models/Summary_of_Sales_by_Year.cs | 21 ++-------------- .../Models/Supplier.cs | 21 ++-------------- .../Models/Territory.cs | 21 ++-------------- .../Models/sysdiagram.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 21 ++-------------- .../AssertAttribute.cs | 21 ++-------------- .../DenyAttribute.cs | 21 ++-------------- .../DomainConfigurationExtensions.cs | 21 ++-------------- .../DomainPermission.cs | 21 ++-------------- .../EnableRoleBasedSecurityAttribute.cs | 21 ++-------------- .../GrantAttribute.cs | 21 ++-------------- .../InvocationContextExtensions.cs | 21 ++-------------- .../Microsoft.Data.Domain.Security.csproj | 2 +- .../Properties/AssemblyInfo.cs | 25 +++---------------- .../RoleBasedAuthorization.cs | 21 ++-------------- src/Microsoft.Data.Domain/Domain.OfT.cs | 21 ++-------------- src/Microsoft.Data.Domain/Domain.cs | 21 ++-------------- src/Microsoft.Data.Domain/DomainBase.cs | 21 ++-------------- .../DomainConfiguration.cs | 21 ++-------------- src/Microsoft.Data.Domain/DomainContext.cs | 21 ++-------------- src/Microsoft.Data.Domain/DomainData.cs | 21 ++-------------- .../DomainParticipantAttribute.cs | 21 ++-------------- src/Microsoft.Data.Domain/IDomain.cs | 21 ++-------------- src/Microsoft.Data.Domain/IDomainPolicy.cs | 21 ++-------------- src/Microsoft.Data.Domain/IDomainProfiler.cs | 21 ++-------------- .../IExpandableDomain.cs | 21 ++-------------- .../InvocationContext.cs | 21 ++-------------- .../Microsoft.Data.Domain.csproj | 2 +- .../Model/DefaultModelHandler.cs | 21 ++-------------- .../Model/DomainModel.cs | 21 ++-------------- .../Model/IModelExtender.cs | 21 ++-------------- .../Model/IModelHandler.cs | 21 ++-------------- .../Model/IModelMapper.cs | 21 ++-------------- .../Model/IModelProducer.cs | 21 ++-------------- .../Model/IModelVisibilityFilter.cs | 21 ++-------------- .../Model/ModelContext.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 23 +++-------------- src/Microsoft.Data.Domain/PropertyBag.cs | 21 ++-------------- .../Query/DefaultQueryHandler.cs | 21 ++-------------- .../Query/IQueryExecutor.cs | 21 ++-------------- .../Query/IQueryExpressionExpander.cs | 21 ++-------------- .../Query/IQueryExpressionFilter.cs | 21 ++-------------- .../Query/IQueryExpressionInspector.cs | 21 ++-------------- .../Query/IQueryExpressionNormalizer.cs | 21 ++-------------- .../Query/IQueryExpressionSourcer.cs | 21 ++-------------- .../Query/IQueryFilter.cs | 21 ++-------------- .../Query/IQueryHandler.cs | 21 ++-------------- .../Query/QueryContext.cs | 21 ++-------------- .../Query/QueryExpressionContext.cs | 21 ++-------------- .../Query/QueryModelReference.cs | 21 ++-------------- .../Query/QueryRequest.cs | 21 ++-------------- .../Query/QueryResult.cs | 21 ++-------------- src/Microsoft.Data.Domain/QueryableSource.cs | 21 ++-------------- src/Microsoft.Data.Domain/Submit/ChangeSet.cs | 21 ++-------------- .../Submit/ChangeSetEntry.cs | 21 ++-------------- .../Submit/DefaultSubmitHandler.cs | 21 ++-------------- .../Submit/IChangeSetEntryAuthorizer.cs | 21 ++-------------- .../Submit/IChangeSetEntryFilter.cs | 21 ++-------------- .../Submit/IChangeSetEntryValidator.cs | 21 ++-------------- .../Submit/IChangeSetPreparer.cs | 21 ++-------------- .../Submit/ISubmitAuthorizer.cs | 21 ++-------------- .../Submit/ISubmitExecutor.cs | 21 ++-------------- .../Submit/ISubmitFilter.cs | 21 ++-------------- .../Submit/ISubmitHandler.cs | 21 ++-------------- .../Submit/SubmitContext.cs | 21 ++-------------- .../Submit/SubmitResult.cs | 21 ++-------------- .../Submit/ValidationException.cs | 21 ++-------------- .../Submit/ValidationResult.cs | 21 ++-------------- .../Submit/ValidationResults.cs | 21 ++-------------- .../Submit/ValidationSeverity.cs | 21 ++-------------- src/Shared/Ensure.cs | 21 ++-------------- src/Shared/EnumerableExtensions.cs | 21 ++-------------- src/Shared/ExpressionHelperMethods.cs | 21 ++-------------- src/Shared/ExpressionHelpers.cs | 21 ++-------------- src/Shared/TypeExtensions.cs | 21 ++-------------- src/Strict.ruleset | 2 +- .../Batch/ODataDomainBatchHandler.cs | 21 ++-------------- .../Batch/ODataDomainChangeSetProperty.cs | 21 ++-------------- .../Batch/ODataDomainChangeSetRequestItem.cs | 21 ++-------------- .../ODataDomainExceptionFilterAttribute.cs | 21 ++-------------- .../Filters/ValidationResultDto.cs | 21 ++-------------- .../DefaultODataDomainSerializerProvider.cs | 21 ++-------------- .../ODataDomainEntityTypeSerializer.cs | 21 ++-------------- .../ODataDomainFeedSerializer.cs | 21 ++-------------- .../HttpConfigurationExtensions.cs | 21 ++-------------- .../HttpRequestMessageExtensions.cs | 21 ++-------------- .../ODataDomainController.cs | 21 ++-------------- .../ODataDomainFormattingAttribute.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 23 +++-------------- .../Results/EntityCollectionResult.cs | 21 ++-------------- .../Results/EntityQueryResult.cs | 21 ++-------------- .../Results/EntityResult.cs | 21 ++-------------- .../Routing/DefaultODataRoutingConvention.cs | 21 ++-------------- .../System.Web.OData.Domain.csproj | 2 +- .../AssemblyTests.cs | 21 ++-------------- .../ODataFeedTests.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 21 ++-------------- .../QueryTests.cs | 21 ++-------------- .../SaveTests.cs | 21 ++-------------- .../Domain.OfT.Tests.cs | 21 ++-------------- .../Domain.Tests.cs | 21 ++-------------- .../DomainBase.Tests.cs | 21 ++-------------- .../DomainConfiguration.Tests.cs | 21 ++-------------- .../DomainContext.Tests.cs | 21 ++-------------- .../DomainData.Tests.cs | 21 ++-------------- .../InvocationContext.Tests.cs | 21 ++-------------- .../Model/DefaultModelHandler.Tests.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 21 ++-------------- .../PropertyBag.Tests.cs | 21 ++-------------- .../E2ETestBase.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 21 ++-------------- .../TrippinE2ETestCases.cs | 21 ++-------------- .../ActionAttribute.cs | 21 ++-------------- .../App_Start/WebApiConfig.cs | 21 ++-------------- .../Controllers/TrippinController.cs | 21 ++-------------- .../ConventionalActionProvider.cs | 21 ++-------------- .../DomainPipeline/TrippinDomainPipeline.cs | 21 ++-------------- .../EdmHelpers.cs | 21 ++-------------- .../Global.asax.cs | 21 ++-------------- .../Helpers.cs | 21 ++-------------- .../Models/Airline.cs | 21 ++-------------- .../Models/Airport.cs | 21 ++-------------- .../Models/Flight.cs | 21 ++-------------- .../Models/Person.cs | 21 ++-------------- .../Models/Trip.cs | 21 ++-------------- .../Models/TrippinModel.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 21 ++-------------- test/Shared/BaselineHelpers.cs | 21 ++-------------- test/Shared/ODataTestHelpers.cs | 21 ++-------------- ...tings.targets => RESTier.settings.targets} | 0 ...DF.tasks.targets => RESTier.tasks.targets} | 0 .../DoNotCallProblematicMethodsOnTaskRule.cs | 21 ++-------------- .../DoNotConstructTaskInstancesRule.cs | 21 ++-------------- .../DoNotUseFinalizersRule.cs | 21 ++-------------- .../DoNotUseProblematicTaskTypesRule.cs | 21 ++-------------- .../Microsoft.Web.FxCop/IntrospectionRule.cs | 21 ++-------------- .../Properties/AssemblyInfo.cs | 23 +++-------------- .../Microsoft.Web.FxCop/TypeNodeExtensions.cs | 21 ++-------------- .../UnusedResourceUsageRule.cs | 21 ++-------------- 192 files changed, 407 insertions(+), 3436 deletions(-) rename license.txt => License.txt (97%) rename DomainFramework.msbuild => RESTier.msbuild (90%) rename DomainFramework.sln => RESTier.sln (96%) rename tools/{DF.settings.targets => RESTier.settings.targets} (100%) rename tools/{DF.tasks.targets => RESTier.tasks.targets} (100%) diff --git a/BuildNuGets.cmd b/BuildNuGets.cmd index 88b131ee..ba54fedf 100644 --- a/BuildNuGets.cmd +++ b/BuildNuGets.cmd @@ -2,6 +2,11 @@ pushd %~dp0 setlocal +if exist .nuget\nuget.exe goto Prepare +echo Downloading Nuget.exe +call build.cmd DownloadNuGet >NUL + +:Prepare if exist bin\nuget goto Configure md bin\nuget @@ -15,11 +20,11 @@ md bin\nuget\%config% :Build set params=-Prop Configuration=%config% -OutputDirectory bin\nuget\%config% -tools\NuGet\NuGet pack src\Microsoft.Data.Domain\Microsoft.Data.Domain.csproj %params% -tools\NuGet\NuGet pack src\Microsoft.Data.Domain.Conventions\Microsoft.Data.Domain.Conventions.csproj %params% -tools\NuGet\NuGet pack src\Microsoft.Data.Domain.Security\Microsoft.Data.Domain.Security.csproj %params% -tools\NuGet\NuGet pack src\Microsoft.Data.Domain.EntityFramework\Microsoft.Data.Domain.EntityFramework.csproj %params% -tools\NuGet\NuGet pack src\System.Web.OData.Domain\System.Web.OData.Domain.csproj %params% +.nuget\NuGet pack src\Microsoft.Data.Domain\Microsoft.Data.Domain.csproj %params% +.nuget\NuGet pack src\Microsoft.Data.Domain.Conventions\Microsoft.Data.Domain.Conventions.csproj %params% +.nuget\NuGet pack src\Microsoft.Data.Domain.Security\Microsoft.Data.Domain.Security.csproj %params% +.nuget\NuGet pack src\Microsoft.Data.Domain.EntityFramework\Microsoft.Data.Domain.EntityFramework.csproj %params% +.nuget\NuGet pack src\System.Web.OData.Domain\System.Web.OData.Domain.csproj %params% popd endlocal diff --git a/license.txt b/License.txt similarity index 97% rename from license.txt rename to License.txt index 3f437509..2dad8818 100644 --- a/license.txt +++ b/License.txt @@ -1,4 +1,4 @@ -Domain Framework ver. 1.0 +RESTier ver. 1.0 Copyright (c) Microsoft Corporation All rights reserved. MIT License diff --git a/DomainFramework.msbuild b/RESTier.msbuild similarity index 90% rename from DomainFramework.msbuild rename to RESTier.msbuild index a4d52d8a..42faff5c 100644 --- a/DomainFramework.msbuild +++ b/RESTier.msbuild @@ -1,9 +1,9 @@ - + - + $(BuildInParallel) @@ -16,10 +16,12 @@ true $(MSBuildThisFileDirectory)packages\Microsoft.Web.SkipStrongNames.1.0.0\tools\SkipStrongNames.exe $(MSBuildThisFileDirectory)tools\SkipStrongNames.xml + - + @@ -44,7 +46,9 @@ - + diff --git a/DomainFramework.sln b/RESTier.sln similarity index 96% rename from DomainFramework.sln rename to RESTier.sln index 747d38c5..fb285371 100644 --- a/DomainFramework.sln +++ b/RESTier.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.30723.0 +VisualStudioVersion = 12.0.31101.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D5E947EB-03CB-4D04-8937-FF2131BB1F04}" EndProject @@ -39,6 +39,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Web.OData.Domain.Tes EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Web.OData.Domain.Test.Services.Trippin", "test\ODataEndToEndTests\System.Web.OData.Domain.Pipeline.Test.Services.Trippin\System.Web.OData.Domain.Test.Services.Trippin.csproj", "{B379640E-9064-438D-8DA5-6F7B394C2C46}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EBBFEC28-7D5C-4870-AD2B-F881EEC5E8A0}" + ProjectSection(SolutionItems) = preProject + .nuget\packages.config = .nuget\packages.config + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -91,19 +96,19 @@ Global EndGlobalSection GlobalSection(NestedProjects) = preSolution {3F748477-9CDD-485C-A885-1FEC14A24331} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} - {8C1F84BA-3888-4FC5-A286-506A11C54463} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} - {0355FEC8-17CF-44B4-9D24-685266A349FB} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} - {432208D4-54DF-453E-96AE-CB7721461030} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} - {E136CA13-ECD1-4565-B183-A48F78570DE3} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} {F1BEAB8D-82D4-4BBB-A5C6-BA0E6872E508} = {3F748477-9CDD-485C-A885-1FEC14A24331} + {8C1F84BA-3888-4FC5-A286-506A11C54463} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} {5A10C8BB-5CA0-4D41-A731-45CD29A30D34} = {8C1F84BA-3888-4FC5-A286-506A11C54463} {B15A5064-F0D2-480C-A51E-3430A8360827} = {8C1F84BA-3888-4FC5-A286-506A11C54463} + {0355FEC8-17CF-44B4-9D24-685266A349FB} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} {F7EC910E-17CE-4579-84C5-36D3777B3218} = {0355FEC8-17CF-44B4-9D24-685266A349FB} + {432208D4-54DF-453E-96AE-CB7721461030} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} {186F667E-54E5-4B57-9998-21D74CB77C24} = {432208D4-54DF-453E-96AE-CB7721461030} {D1F0FA28-73A1-4202-807B-DCAF5FFEDC2F} = {552DD8A7-2F3A-4D0F-B623-B7D832C6C62B} + {E136CA13-ECD1-4565-B183-A48F78570DE3} = {D5E947EB-03CB-4D04-8937-FF2131BB1F04} + {BCE769AD-2D64-4EAD-B83D-1328621CF6E6} = {E136CA13-ECD1-4565-B183-A48F78570DE3} {B10AC223-BB61-4229-A063-353AD5D7E3C6} = {552DD8A7-2F3A-4D0F-B623-B7D832C6C62B} {4AC28EC2-FBCF-44CA-A922-0B257F55DE0D} = {552DD8A7-2F3A-4D0F-B623-B7D832C6C62B} - {BCE769AD-2D64-4EAD-B83D-1328621CF6E6} = {E136CA13-ECD1-4565-B183-A48F78570DE3} {C5FDAD47-4449-42FC-904F-C7FEBD0F4DB7} = {4AC28EC2-FBCF-44CA-A922-0B257F55DE0D} {B379640E-9064-438D-8DA5-6F7B394C2C46} = {4AC28EC2-FBCF-44CA-A922-0B257F55DE0D} EndGlobalSection diff --git a/build.cmd b/build.cmd index c8393a4c..a3ce0cd1 100644 --- a/build.cmd +++ b/build.cmd @@ -2,7 +2,7 @@ pushd %~dp0 setlocal -if exist bin goto build +if exist bin goto Build mkdir bin :Build @@ -15,12 +15,12 @@ if not exist %MSBuild% @set MSBuild="%ProgramFiles%\MSBuild\12.0\Bin\MSBuild.exe if "%1" == "" goto BuildDefaults -%MSBuild% DomainFramework.msbuild /m /nr:false /t:%* /p:Platform="Any CPU" /p:Desktop=true /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal +%MSBuild% RESTier.msbuild /m /nr:false /t:%* /p:Platform="Any CPU" /p:Desktop=true /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal if %ERRORLEVEL% neq 0 goto BuildFail goto BuildSuccess :BuildDefaults -%MSBuild% DomainFramework.msbuild /m /nr:false /p:Platform="Any CPU" /p:Desktop=true /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal +%MSBuild% RESTier.msbuild /m /nr:false /p:Platform="Any CPU" /p:Desktop=true /v:M /fl /flp:LogFile=bin\msbuild.log;Verbosity=Normal if %ERRORLEVEL% neq 0 goto BuildFail goto BuildSuccess @@ -32,7 +32,7 @@ goto End :BuildSuccess echo. echo **** BUILD SUCCESSFUL *** -goto end +goto End :End popd diff --git a/src/CommonAssemblyInfo.cs b/src/CommonAssemblyInfo.cs index 6bb882d7..44536e05 100644 --- a/src/CommonAssemblyInfo.cs +++ b/src/CommonAssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetAuthorizer.cs b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetAuthorizer.cs index 8b4fc47e..17af9940 100644 --- a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetAuthorizer.cs +++ b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetAuthorizer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryFilter.cs b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryFilter.cs index 859cdee4..33b7afb0 100644 --- a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryFilter.cs +++ b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Reflection; diff --git a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryValidator.cs b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryValidator.cs index 2671e984..b4bff674 100644 --- a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryValidator.cs +++ b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalChangeSetEntryValidator.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.ComponentModel; diff --git a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetFilter.cs b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetFilter.cs index 2cfbbd33..244948b0 100644 --- a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetFilter.cs +++ b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetProvider.cs b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetProvider.cs index ca8f4de8..33283b1a 100644 --- a/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetProvider.cs +++ b/src/Microsoft.Data.Domain.Conventions/Conventions/ConventionalEntitySetProvider.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.Conventions/DomainConfigurationExtensions.cs b/src/Microsoft.Data.Domain.Conventions/DomainConfigurationExtensions.cs index 0635b610..909e990a 100644 --- a/src/Microsoft.Data.Domain.Conventions/DomainConfigurationExtensions.cs +++ b/src/Microsoft.Data.Domain.Conventions/DomainConfigurationExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Conventions/EnableConventionsAttribute.cs b/src/Microsoft.Data.Domain.Conventions/EnableConventionsAttribute.cs index 0cdabba8..e85cc45a 100644 --- a/src/Microsoft.Data.Domain.Conventions/EnableConventionsAttribute.cs +++ b/src/Microsoft.Data.Domain.Conventions/EnableConventionsAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Conventions/Microsoft.Data.Domain.Conventions.csproj b/src/Microsoft.Data.Domain.Conventions/Microsoft.Data.Domain.Conventions.csproj index 3063d628..711e418b 100644 --- a/src/Microsoft.Data.Domain.Conventions/Microsoft.Data.Domain.Conventions.csproj +++ b/src/Microsoft.Data.Domain.Conventions/Microsoft.Data.Domain.Conventions.csproj @@ -1,6 +1,6 @@  - + {5A10C8BB-5CA0-4D41-A731-45CD29A30D34} Library diff --git a/src/Microsoft.Data.Domain.Conventions/Properties/AssemblyInfo.cs b/src/Microsoft.Data.Domain.Conventions/Properties/AssemblyInfo.cs index 6bf6047d..2555e086 100644 --- a/src/Microsoft.Data.Domain.Conventions/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Data.Domain.Conventions/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; @@ -25,8 +8,8 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Domain Framework Conventions Module")] -[assembly: AssemblyDescription("A module that defines a set of coding conventions for the Domain Framework.")] +[assembly: AssemblyTitle("RESTier Conventions Module")] +[assembly: AssemblyDescription("A module that defines a set of coding conventions for the RESTier.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft.Data.Domain.Conventions")] diff --git a/src/Microsoft.Data.Domain.EntityFramework/DbDomain.cs b/src/Microsoft.Data.Domain.EntityFramework/DbDomain.cs index eb4e1266..18588980 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/DbDomain.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/DbDomain.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Data.Entity; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Microsoft.Data.Domain.EntityFramework.csproj b/src/Microsoft.Data.Domain.EntityFramework/Microsoft.Data.Domain.EntityFramework.csproj index d1856aba..8318fb19 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Microsoft.Data.Domain.EntityFramework.csproj +++ b/src/Microsoft.Data.Domain.EntityFramework/Microsoft.Data.Domain.EntityFramework.csproj @@ -1,6 +1,6 @@  - + {F7EC910E-17CE-4579-84C5-36D3777B3218} Library diff --git a/src/Microsoft.Data.Domain.EntityFramework/Model/ModelMapper.cs b/src/Microsoft.Data.Domain.EntityFramework/Model/ModelMapper.cs index 149f4676..72b1b39f 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Model/ModelMapper.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Model/ModelMapper.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Data.Entity; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Model/ModelProducer.cs b/src/Microsoft.Data.Domain.EntityFramework/Model/ModelProducer.cs index 2311e4c0..23871b7a 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Model/ModelProducer.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Model/ModelProducer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Properties/AssemblyInfo.cs b/src/Microsoft.Data.Domain.EntityFramework/Properties/AssemblyInfo.cs index 8e5a9da6..32d2ff73 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; @@ -25,8 +8,8 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Domain Framework Entity Framework Module")] -[assembly: AssemblyDescription("A module that connects the Domain Framework to an Entity Framework based data source proxy.")] +[assembly: AssemblyTitle("RESTier Entity Framework Module")] +[assembly: AssemblyDescription("A module that connects the RESTier to an Entity Framework based data source proxy.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft.Data.Domain.EntityFramework")] diff --git a/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExecutor.cs b/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExecutor.cs index 3dad9b33..18b88de1 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExecutor.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExecutor.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Data.Entity; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExpressionSourcer.cs b/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExpressionSourcer.cs index daf659f8..72c02823 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExpressionSourcer.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Query/QueryExpressionSourcer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Data.Entity; using System.Linq; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Submit/ChangeSetPreparer.cs b/src/Microsoft.Data.Domain.EntityFramework/Submit/ChangeSetPreparer.cs index 22624752..6c7c1eba 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Submit/ChangeSetPreparer.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Submit/ChangeSetPreparer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Microsoft.Data.Domain.EntityFramework/Submit/SubmitExecutor.cs b/src/Microsoft.Data.Domain.EntityFramework/Submit/SubmitExecutor.cs index 34f9b7a9..fc23fcc0 100644 --- a/src/Microsoft.Data.Domain.EntityFramework/Submit/SubmitExecutor.cs +++ b/src/Microsoft.Data.Domain.EntityFramework/Submit/SubmitExecutor.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Data.Entity; using System.Threading; diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/App_Start/WebApiConfig.cs b/src/Microsoft.Data.Domain.Samples.Northwind/App_Start/WebApiConfig.cs index 23422974..38c06b43 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/App_Start/WebApiConfig.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/App_Start/WebApiConfig.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Controllers/NorthwindController.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Controllers/NorthwindController.cs index 28649ee3..78ee0e20 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Controllers/NorthwindController.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Controllers/NorthwindController.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Data.Entity.Infrastructure; using System.Linq; diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Global.asax.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Global.asax.cs index c537277d..296ae857 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Global.asax.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Global.asax.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Alphabetical_list_of_product.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Alphabetical_list_of_product.cs index 2d76eb89..104bc74f 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Alphabetical_list_of_product.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Alphabetical_list_of_product.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category.cs index f841bbd4..9a66cf44 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category_Sales_for_1997.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category_Sales_for_1997.cs index f52aa216..5b8ee838 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category_Sales_for_1997.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Category_Sales_for_1997.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Contact.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Contact.cs index 6eb52b5b..cf302f28 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Contact.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Contact.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Current_Product_List.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Current_Product_List.cs index a1273250..bcf5c595 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Current_Product_List.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Current_Product_List.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer.cs index 68a9a23e..fb0f0074 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/CustomerDemographic.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/CustomerDemographic.cs index 79f48158..0cff3059 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/CustomerDemographic.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/CustomerDemographic.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer_and_Suppliers_by_City.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer_and_Suppliers_by_City.cs index 1f53e921..0d9e4515 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer_and_Suppliers_by_City.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Customer_and_Suppliers_by_City.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Employee.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Employee.cs index 63a0786d..46a8bff5 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Employee.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Employee.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Invoice.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Invoice.cs index fc38145b..f7f5d6e9 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Invoice.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Invoice.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindContext.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindContext.cs index 06adb97b..b2118e49 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindContext.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindDomain.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindDomain.cs index 5fc01391..78b713f5 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindDomain.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/NorthwindDomain.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order.cs index a3c7387b..c7fb9675 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Detail.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Detail.cs index cba217ab..2a6fd274 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Detail.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Detail.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Details_Extended.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Details_Extended.cs index a3a654f3..469adf28 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Details_Extended.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Details_Extended.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Subtotal.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Subtotal.cs index 1dc50c53..18b2a8b7 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Subtotal.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Order_Subtotal.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Orders_Qry.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Orders_Qry.cs index 063dc475..ebe60dee 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Orders_Qry.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Orders_Qry.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product.cs index 916a1fc6..8fa6d089 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product_Sales_for_1997.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product_Sales_for_1997.cs index 06334abc..0c8b8b99 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product_Sales_for_1997.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Product_Sales_for_1997.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_Above_Average_Price.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_Above_Average_Price.cs index eed97e03..04fa949a 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_Above_Average_Price.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_Above_Average_Price.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_by_Category.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_by_Category.cs index 77bb0a91..d058f74f 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_by_Category.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Products_by_Category.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Region.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Region.cs index 4c54837d..52758b38 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Region.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Region.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_Totals_by_Amount.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_Totals_by_Amount.cs index 854722be..ab4da91c 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_Totals_by_Amount.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_Totals_by_Amount.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_by_Category.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_by_Category.cs index 08addec5..db92de98 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_by_Category.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Sales_by_Category.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Shipper.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Shipper.cs index a26f1330..c8a24897 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Shipper.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Shipper.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Quarter.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Quarter.cs index e7beb4b7..7ab9bce9 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Quarter.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Quarter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Year.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Year.cs index 021c7cf4..27abb0a1 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Year.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Summary_of_Sales_by_Year.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Supplier.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Supplier.cs index 147b80e1..4cf45be1 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Supplier.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Supplier.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Territory.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Territory.cs index 7791db39..874045d8 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/Territory.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/Territory.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Models/sysdiagram.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Models/sysdiagram.cs index 04479d5c..30269e56 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Models/sysdiagram.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Models/sysdiagram.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Samples.Northwind.Models { diff --git a/src/Microsoft.Data.Domain.Samples.Northwind/Properties/AssemblyInfo.cs b/src/Microsoft.Data.Domain.Samples.Northwind/Properties/AssemblyInfo.cs index 3ef1bbbd..ee70a276 100644 --- a/src/Microsoft.Data.Domain.Samples.Northwind/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Data.Domain.Samples.Northwind/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Microsoft.Data.Domain.Security/AssertAttribute.cs b/src/Microsoft.Data.Domain.Security/AssertAttribute.cs index 113a8adf..355f7457 100644 --- a/src/Microsoft.Data.Domain.Security/AssertAttribute.cs +++ b/src/Microsoft.Data.Domain.Security/AssertAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Security/DenyAttribute.cs b/src/Microsoft.Data.Domain.Security/DenyAttribute.cs index 7c0711d4..80677703 100644 --- a/src/Microsoft.Data.Domain.Security/DenyAttribute.cs +++ b/src/Microsoft.Data.Domain.Security/DenyAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Security/DomainConfigurationExtensions.cs b/src/Microsoft.Data.Domain.Security/DomainConfigurationExtensions.cs index 71789ce2..c03eade6 100644 --- a/src/Microsoft.Data.Domain.Security/DomainConfigurationExtensions.cs +++ b/src/Microsoft.Data.Domain.Security/DomainConfigurationExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.Security/DomainPermission.cs b/src/Microsoft.Data.Domain.Security/DomainPermission.cs index abb85b6a..372a500a 100644 --- a/src/Microsoft.Data.Domain.Security/DomainPermission.cs +++ b/src/Microsoft.Data.Domain.Security/DomainPermission.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Security/EnableRoleBasedSecurityAttribute.cs b/src/Microsoft.Data.Domain.Security/EnableRoleBasedSecurityAttribute.cs index 64185c2c..a41ce226 100644 --- a/src/Microsoft.Data.Domain.Security/EnableRoleBasedSecurityAttribute.cs +++ b/src/Microsoft.Data.Domain.Security/EnableRoleBasedSecurityAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Security/GrantAttribute.cs b/src/Microsoft.Data.Domain.Security/GrantAttribute.cs index 67b7bab2..67c72e2f 100644 --- a/src/Microsoft.Data.Domain.Security/GrantAttribute.cs +++ b/src/Microsoft.Data.Domain.Security/GrantAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain.Security/InvocationContextExtensions.cs b/src/Microsoft.Data.Domain.Security/InvocationContextExtensions.cs index 418fbe44..3eb6632a 100644 --- a/src/Microsoft.Data.Domain.Security/InvocationContextExtensions.cs +++ b/src/Microsoft.Data.Domain.Security/InvocationContextExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain.Security/Microsoft.Data.Domain.Security.csproj b/src/Microsoft.Data.Domain.Security/Microsoft.Data.Domain.Security.csproj index 135c98ff..1cc7450e 100644 --- a/src/Microsoft.Data.Domain.Security/Microsoft.Data.Domain.Security.csproj +++ b/src/Microsoft.Data.Domain.Security/Microsoft.Data.Domain.Security.csproj @@ -1,6 +1,6 @@  - + {B15A5064-F0D2-480C-A51E-3430A8360827} Library diff --git a/src/Microsoft.Data.Domain.Security/Properties/AssemblyInfo.cs b/src/Microsoft.Data.Domain.Security/Properties/AssemblyInfo.cs index ad1fbea5..71ab0bea 100644 --- a/src/Microsoft.Data.Domain.Security/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Data.Domain.Security/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; @@ -25,8 +8,8 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Domain Framework Security Module")] -[assembly: AssemblyDescription("A module that defines a role-based security system for the Domain Framework.")] +[assembly: AssemblyTitle("RESTier Security Module")] +[assembly: AssemblyDescription("A module that defines a role-based security system for the RESTier.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Microsoft.Data.Domain.Security")] diff --git a/src/Microsoft.Data.Domain.Security/RoleBasedAuthorization.cs b/src/Microsoft.Data.Domain.Security/RoleBasedAuthorization.cs index 2880d89c..5e060961 100644 --- a/src/Microsoft.Data.Domain.Security/RoleBasedAuthorization.cs +++ b/src/Microsoft.Data.Domain.Security/RoleBasedAuthorization.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Microsoft.Data.Domain/Domain.OfT.cs b/src/Microsoft.Data.Domain/Domain.OfT.cs index 4493bf42..57e85a20 100644 --- a/src/Microsoft.Data.Domain/Domain.OfT.cs +++ b/src/Microsoft.Data.Domain/Domain.OfT.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain/Domain.cs b/src/Microsoft.Data.Domain/Domain.cs index 9e08c27b..a2d9de6e 100644 --- a/src/Microsoft.Data.Domain/Domain.cs +++ b/src/Microsoft.Data.Domain/Domain.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/DomainBase.cs b/src/Microsoft.Data.Domain/DomainBase.cs index 7715f202..cdd107fe 100644 --- a/src/Microsoft.Data.Domain/DomainBase.cs +++ b/src/Microsoft.Data.Domain/DomainBase.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain/DomainConfiguration.cs b/src/Microsoft.Data.Domain/DomainConfiguration.cs index 7a338e3d..fdc77266 100644 --- a/src/Microsoft.Data.Domain/DomainConfiguration.cs +++ b/src/Microsoft.Data.Domain/DomainConfiguration.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Microsoft.Data.Domain/DomainContext.cs b/src/Microsoft.Data.Domain/DomainContext.cs index ab31884e..fca4acc2 100644 --- a/src/Microsoft.Data.Domain/DomainContext.cs +++ b/src/Microsoft.Data.Domain/DomainContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain/DomainData.cs b/src/Microsoft.Data.Domain/DomainData.cs index a43c761c..8c756ad0 100644 --- a/src/Microsoft.Data.Domain/DomainData.cs +++ b/src/Microsoft.Data.Domain/DomainData.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/DomainParticipantAttribute.cs b/src/Microsoft.Data.Domain/DomainParticipantAttribute.cs index ba3388f8..c7d87e68 100644 --- a/src/Microsoft.Data.Domain/DomainParticipantAttribute.cs +++ b/src/Microsoft.Data.Domain/DomainParticipantAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Microsoft.Data.Domain/IDomain.cs b/src/Microsoft.Data.Domain/IDomain.cs index 6ac8f9ea..f86f7489 100644 --- a/src/Microsoft.Data.Domain/IDomain.cs +++ b/src/Microsoft.Data.Domain/IDomain.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain { diff --git a/src/Microsoft.Data.Domain/IDomainPolicy.cs b/src/Microsoft.Data.Domain/IDomainPolicy.cs index 1abe1ac9..b6f43e14 100644 --- a/src/Microsoft.Data.Domain/IDomainPolicy.cs +++ b/src/Microsoft.Data.Domain/IDomainPolicy.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain { diff --git a/src/Microsoft.Data.Domain/IDomainProfiler.cs b/src/Microsoft.Data.Domain/IDomainProfiler.cs index 433a2c09..6e7fcf57 100644 --- a/src/Microsoft.Data.Domain/IDomainProfiler.cs +++ b/src/Microsoft.Data.Domain/IDomainProfiler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain { diff --git a/src/Microsoft.Data.Domain/IExpandableDomain.cs b/src/Microsoft.Data.Domain/IExpandableDomain.cs index 1494403c..5de776f4 100644 --- a/src/Microsoft.Data.Domain/IExpandableDomain.cs +++ b/src/Microsoft.Data.Domain/IExpandableDomain.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain { diff --git a/src/Microsoft.Data.Domain/InvocationContext.cs b/src/Microsoft.Data.Domain/InvocationContext.cs index f84568aa..8969fb67 100644 --- a/src/Microsoft.Data.Domain/InvocationContext.cs +++ b/src/Microsoft.Data.Domain/InvocationContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Microsoft.Data.Domain.csproj b/src/Microsoft.Data.Domain/Microsoft.Data.Domain.csproj index 4c7c4140..e4a5aeb0 100644 --- a/src/Microsoft.Data.Domain/Microsoft.Data.Domain.csproj +++ b/src/Microsoft.Data.Domain/Microsoft.Data.Domain.csproj @@ -1,6 +1,6 @@  - + {F1BEAB8D-82D4-4BBB-A5C6-BA0E6872E508} Library diff --git a/src/Microsoft.Data.Domain/Model/DefaultModelHandler.cs b/src/Microsoft.Data.Domain/Model/DefaultModelHandler.cs index db1cb9fc..681a7fbd 100644 --- a/src/Microsoft.Data.Domain/Model/DefaultModelHandler.cs +++ b/src/Microsoft.Data.Domain/Model/DefaultModelHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; diff --git a/src/Microsoft.Data.Domain/Model/DomainModel.cs b/src/Microsoft.Data.Domain/Model/DomainModel.cs index f5ad6407..3b44778c 100644 --- a/src/Microsoft.Data.Domain/Model/DomainModel.cs +++ b/src/Microsoft.Data.Domain/Model/DomainModel.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Edm; using Microsoft.OData.Edm.Annotations; diff --git a/src/Microsoft.Data.Domain/Model/IModelExtender.cs b/src/Microsoft.Data.Domain/Model/IModelExtender.cs index f382a952..ba08c449 100644 --- a/src/Microsoft.Data.Domain/Model/IModelExtender.cs +++ b/src/Microsoft.Data.Domain/Model/IModelExtender.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Model/IModelHandler.cs b/src/Microsoft.Data.Domain/Model/IModelHandler.cs index f2686d31..41ecc25c 100644 --- a/src/Microsoft.Data.Domain/Model/IModelHandler.cs +++ b/src/Microsoft.Data.Domain/Model/IModelHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Model/IModelMapper.cs b/src/Microsoft.Data.Domain/Model/IModelMapper.cs index 118f10e2..06089282 100644 --- a/src/Microsoft.Data.Domain/Model/IModelMapper.cs +++ b/src/Microsoft.Data.Domain/Model/IModelMapper.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/src/Microsoft.Data.Domain/Model/IModelProducer.cs b/src/Microsoft.Data.Domain/Model/IModelProducer.cs index 12451c62..70ea5e87 100644 --- a/src/Microsoft.Data.Domain/Model/IModelProducer.cs +++ b/src/Microsoft.Data.Domain/Model/IModelProducer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Model/IModelVisibilityFilter.cs b/src/Microsoft.Data.Domain/Model/IModelVisibilityFilter.cs index cb1fa283..e1f56598 100644 --- a/src/Microsoft.Data.Domain/Model/IModelVisibilityFilter.cs +++ b/src/Microsoft.Data.Domain/Model/IModelVisibilityFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Edm; diff --git a/src/Microsoft.Data.Domain/Model/ModelContext.cs b/src/Microsoft.Data.Domain/Model/ModelContext.cs index f8b1d64b..6c99dd99 100644 --- a/src/Microsoft.Data.Domain/Model/ModelContext.cs +++ b/src/Microsoft.Data.Domain/Model/ModelContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Edm.Library; diff --git a/src/Microsoft.Data.Domain/Properties/AssemblyInfo.cs b/src/Microsoft.Data.Domain/Properties/AssemblyInfo.cs index 29534850..089b287f 100644 --- a/src/Microsoft.Data.Domain/Properties/AssemblyInfo.cs +++ b/src/Microsoft.Data.Domain/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; @@ -25,7 +8,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Domain Framework")] +[assembly: AssemblyTitle("RESTier")] [assembly: AssemblyDescription("A framework for authoring rich domain data and logic over a data source proxy.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/Microsoft.Data.Domain/PropertyBag.cs b/src/Microsoft.Data.Domain/PropertyBag.cs index b9e33c47..93092daf 100644 --- a/src/Microsoft.Data.Domain/PropertyBag.cs +++ b/src/Microsoft.Data.Domain/PropertyBag.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Query/DefaultQueryHandler.cs b/src/Microsoft.Data.Domain/Query/DefaultQueryHandler.cs index ed20312a..689ab883 100644 --- a/src/Microsoft.Data.Domain/Query/DefaultQueryHandler.cs +++ b/src/Microsoft.Data.Domain/Query/DefaultQueryHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Query/IQueryExecutor.cs b/src/Microsoft.Data.Domain/Query/IQueryExecutor.cs index 2b923356..8b750ef5 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExecutor.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExecutor.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using System.Linq.Expressions; diff --git a/src/Microsoft.Data.Domain/Query/IQueryExpressionExpander.cs b/src/Microsoft.Data.Domain/Query/IQueryExpressionExpander.cs index a626d3cf..e4bb0118 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExpressionExpander.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExpressionExpander.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq.Expressions; diff --git a/src/Microsoft.Data.Domain/Query/IQueryExpressionFilter.cs b/src/Microsoft.Data.Domain/Query/IQueryExpressionFilter.cs index 8a6c07c5..744e0acf 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExpressionFilter.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExpressionFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq.Expressions; diff --git a/src/Microsoft.Data.Domain/Query/IQueryExpressionInspector.cs b/src/Microsoft.Data.Domain/Query/IQueryExpressionInspector.cs index aa6f95be..68a528ea 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExpressionInspector.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExpressionInspector.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Query { diff --git a/src/Microsoft.Data.Domain/Query/IQueryExpressionNormalizer.cs b/src/Microsoft.Data.Domain/Query/IQueryExpressionNormalizer.cs index 45715447..72d96d42 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExpressionNormalizer.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExpressionNormalizer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq.Expressions; diff --git a/src/Microsoft.Data.Domain/Query/IQueryExpressionSourcer.cs b/src/Microsoft.Data.Domain/Query/IQueryExpressionSourcer.cs index 274bbdad..b52a8ed7 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryExpressionSourcer.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryExpressionSourcer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq.Expressions; diff --git a/src/Microsoft.Data.Domain/Query/IQueryFilter.cs b/src/Microsoft.Data.Domain/Query/IQueryFilter.cs index d1cf62cc..62858d05 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryFilter.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Query/IQueryHandler.cs b/src/Microsoft.Data.Domain/Query/IQueryHandler.cs index 1711b010..70f172f0 100644 --- a/src/Microsoft.Data.Domain/Query/IQueryHandler.cs +++ b/src/Microsoft.Data.Domain/Query/IQueryHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Query/QueryContext.cs b/src/Microsoft.Data.Domain/Query/QueryContext.cs index 66d2ceea..7ffc428f 100644 --- a/src/Microsoft.Data.Domain/Query/QueryContext.cs +++ b/src/Microsoft.Data.Domain/Query/QueryContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.Data.Domain/Query/QueryExpressionContext.cs b/src/Microsoft.Data.Domain/Query/QueryExpressionContext.cs index d32b8a68..06f82351 100644 --- a/src/Microsoft.Data.Domain/Query/QueryExpressionContext.cs +++ b/src/Microsoft.Data.Domain/Query/QueryExpressionContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Query/QueryModelReference.cs b/src/Microsoft.Data.Domain/Query/QueryModelReference.cs index 91ab934a..3e975df0 100644 --- a/src/Microsoft.Data.Domain/Query/QueryModelReference.cs +++ b/src/Microsoft.Data.Domain/Query/QueryModelReference.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Microsoft.Data.Domain/Query/QueryRequest.cs b/src/Microsoft.Data.Domain/Query/QueryRequest.cs index a948c55b..2f730fd2 100644 --- a/src/Microsoft.Data.Domain/Query/QueryRequest.cs +++ b/src/Microsoft.Data.Domain/Query/QueryRequest.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Linq; diff --git a/src/Microsoft.Data.Domain/Query/QueryResult.cs b/src/Microsoft.Data.Domain/Query/QueryResult.cs index 63b3c683..6b0edb6c 100644 --- a/src/Microsoft.Data.Domain/Query/QueryResult.cs +++ b/src/Microsoft.Data.Domain/Query/QueryResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Microsoft.Data.Domain/QueryableSource.cs b/src/Microsoft.Data.Domain/QueryableSource.cs index 098ff19a..8966c10e 100644 --- a/src/Microsoft.Data.Domain/QueryableSource.cs +++ b/src/Microsoft.Data.Domain/QueryableSource.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/src/Microsoft.Data.Domain/Submit/ChangeSet.cs b/src/Microsoft.Data.Domain/Submit/ChangeSet.cs index 05233a89..b2cefbb9 100644 --- a/src/Microsoft.Data.Domain/Submit/ChangeSet.cs +++ b/src/Microsoft.Data.Domain/Submit/ChangeSet.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Submit/ChangeSetEntry.cs b/src/Microsoft.Data.Domain/Submit/ChangeSetEntry.cs index 95720cab..8d456a51 100644 --- a/src/Microsoft.Data.Domain/Submit/ChangeSetEntry.cs +++ b/src/Microsoft.Data.Domain/Submit/ChangeSetEntry.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Submit/DefaultSubmitHandler.cs b/src/Microsoft.Data.Domain/Submit/DefaultSubmitHandler.cs index e45892e1..584bd61d 100644 --- a/src/Microsoft.Data.Domain/Submit/DefaultSubmitHandler.cs +++ b/src/Microsoft.Data.Domain/Submit/DefaultSubmitHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryAuthorizer.cs b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryAuthorizer.cs index 854b21c7..5d1cd4b2 100644 --- a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryAuthorizer.cs +++ b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryAuthorizer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryFilter.cs b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryFilter.cs index a5d050b3..5137fef6 100644 --- a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryFilter.cs +++ b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryValidator.cs b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryValidator.cs index 16ecf0d0..8050e3f1 100644 --- a/src/Microsoft.Data.Domain/Submit/IChangeSetEntryValidator.cs +++ b/src/Microsoft.Data.Domain/Submit/IChangeSetEntryValidator.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/IChangeSetPreparer.cs b/src/Microsoft.Data.Domain/Submit/IChangeSetPreparer.cs index a792d098..64c1591e 100644 --- a/src/Microsoft.Data.Domain/Submit/IChangeSetPreparer.cs +++ b/src/Microsoft.Data.Domain/Submit/IChangeSetPreparer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/ISubmitAuthorizer.cs b/src/Microsoft.Data.Domain/Submit/ISubmitAuthorizer.cs index e6de6df2..d0e63f85 100644 --- a/src/Microsoft.Data.Domain/Submit/ISubmitAuthorizer.cs +++ b/src/Microsoft.Data.Domain/Submit/ISubmitAuthorizer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/ISubmitExecutor.cs b/src/Microsoft.Data.Domain/Submit/ISubmitExecutor.cs index 36bcb0f1..22f32c86 100644 --- a/src/Microsoft.Data.Domain/Submit/ISubmitExecutor.cs +++ b/src/Microsoft.Data.Domain/Submit/ISubmitExecutor.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/ISubmitFilter.cs b/src/Microsoft.Data.Domain/Submit/ISubmitFilter.cs index 984b4b87..b478b471 100644 --- a/src/Microsoft.Data.Domain/Submit/ISubmitFilter.cs +++ b/src/Microsoft.Data.Domain/Submit/ISubmitFilter.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/ISubmitHandler.cs b/src/Microsoft.Data.Domain/Submit/ISubmitHandler.cs index e6868842..6cf1b204 100644 --- a/src/Microsoft.Data.Domain/Submit/ISubmitHandler.cs +++ b/src/Microsoft.Data.Domain/Submit/ISubmitHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Microsoft.Data.Domain/Submit/SubmitContext.cs b/src/Microsoft.Data.Domain/Submit/SubmitContext.cs index 624e0d77..8a20d505 100644 --- a/src/Microsoft.Data.Domain/Submit/SubmitContext.cs +++ b/src/Microsoft.Data.Domain/Submit/SubmitContext.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.OData.Edm; diff --git a/src/Microsoft.Data.Domain/Submit/SubmitResult.cs b/src/Microsoft.Data.Domain/Submit/SubmitResult.cs index 4fb355e5..ad32f124 100644 --- a/src/Microsoft.Data.Domain/Submit/SubmitResult.cs +++ b/src/Microsoft.Data.Domain/Submit/SubmitResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Submit/ValidationException.cs b/src/Microsoft.Data.Domain/Submit/ValidationException.cs index 0cfb1bc4..f92379d6 100644 --- a/src/Microsoft.Data.Domain/Submit/ValidationException.cs +++ b/src/Microsoft.Data.Domain/Submit/ValidationException.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/src/Microsoft.Data.Domain/Submit/ValidationResult.cs b/src/Microsoft.Data.Domain/Submit/ValidationResult.cs index dc6a63fc..68656062 100644 --- a/src/Microsoft.Data.Domain/Submit/ValidationResult.cs +++ b/src/Microsoft.Data.Domain/Submit/ValidationResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Submit { diff --git a/src/Microsoft.Data.Domain/Submit/ValidationResults.cs b/src/Microsoft.Data.Domain/Submit/ValidationResults.cs index a5f8103a..0d0ba4bb 100644 --- a/src/Microsoft.Data.Domain/Submit/ValidationResults.cs +++ b/src/Microsoft.Data.Domain/Submit/ValidationResults.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/Microsoft.Data.Domain/Submit/ValidationSeverity.cs b/src/Microsoft.Data.Domain/Submit/ValidationSeverity.cs index caa2a5ef..c607bf4e 100644 --- a/src/Microsoft.Data.Domain/Submit/ValidationSeverity.cs +++ b/src/Microsoft.Data.Domain/Submit/ValidationSeverity.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Data.Domain.Submit { diff --git a/src/Shared/Ensure.cs b/src/Shared/Ensure.cs index 1bc3b740..2ebbe0f7 100644 --- a/src/Shared/Ensure.cs +++ b/src/Shared/Ensure.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace System { diff --git a/src/Shared/EnumerableExtensions.cs b/src/Shared/EnumerableExtensions.cs index aff85d53..1157b59d 100644 --- a/src/Shared/EnumerableExtensions.cs +++ b/src/Shared/EnumerableExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace System.Collections { diff --git a/src/Shared/ExpressionHelperMethods.cs b/src/Shared/ExpressionHelperMethods.cs index dbed3ea5..d0c9f1d0 100644 --- a/src/Shared/ExpressionHelperMethods.cs +++ b/src/Shared/ExpressionHelperMethods.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Diagnostics.Contracts; diff --git a/src/Shared/ExpressionHelpers.cs b/src/Shared/ExpressionHelpers.cs index f47c9d98..0a75e2dc 100644 --- a/src/Shared/ExpressionHelpers.cs +++ b/src/Shared/ExpressionHelpers.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/Shared/TypeExtensions.cs b/src/Shared/TypeExtensions.cs index a2c0ce6b..445a7118 100644 --- a/src/Shared/TypeExtensions.cs +++ b/src/Shared/TypeExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace System { diff --git a/src/Strict.ruleset b/src/Strict.ruleset index 0f0c5a85..ec2cfc1c 100644 --- a/src/Strict.ruleset +++ b/src/Strict.ruleset @@ -1,5 +1,5 @@  - + ..\packages\CustomFxCopRules diff --git a/src/System.Web.OData.Domain/Batch/ODataDomainBatchHandler.cs b/src/System.Web.OData.Domain/Batch/ODataDomainBatchHandler.cs index 71e7d959..3a5db8a8 100644 --- a/src/System.Web.OData.Domain/Batch/ODataDomainBatchHandler.cs +++ b/src/System.Web.OData.Domain/Batch/ODataDomainBatchHandler.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Net.Http; diff --git a/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetProperty.cs b/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetProperty.cs index 675cc815..4e287ebe 100644 --- a/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetProperty.cs +++ b/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetProperty.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetRequestItem.cs b/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetRequestItem.cs index d646d69b..8caf737c 100644 --- a/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetRequestItem.cs +++ b/src/System.Web.OData.Domain/Batch/ODataDomainChangeSetRequestItem.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Net.Http; diff --git a/src/System.Web.OData.Domain/Filters/ODataDomainExceptionFilterAttribute.cs b/src/System.Web.OData.Domain/Filters/ODataDomainExceptionFilterAttribute.cs index f8d1e979..e2abd9d0 100644 --- a/src/System.Web.OData.Domain/Filters/ODataDomainExceptionFilterAttribute.cs +++ b/src/System.Web.OData.Domain/Filters/ODataDomainExceptionFilterAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/System.Web.OData.Domain/Filters/ValidationResultDto.cs b/src/System.Web.OData.Domain/Filters/ValidationResultDto.cs index bd205e6c..40bde29b 100644 --- a/src/System.Web.OData.Domain/Filters/ValidationResultDto.cs +++ b/src/System.Web.OData.Domain/Filters/ValidationResultDto.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Data.Domain.Submit; diff --git a/src/System.Web.OData.Domain/Formatter/Serialization/DefaultODataDomainSerializerProvider.cs b/src/System.Web.OData.Domain/Formatter/Serialization/DefaultODataDomainSerializerProvider.cs index 0e1a7489..424d342b 100644 --- a/src/System.Web.OData.Domain/Formatter/Serialization/DefaultODataDomainSerializerProvider.cs +++ b/src/System.Web.OData.Domain/Formatter/Serialization/DefaultODataDomainSerializerProvider.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Net.Http; using System.Web.OData.Domain.Results; diff --git a/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainEntityTypeSerializer.cs b/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainEntityTypeSerializer.cs index 0afacebe..7c23d9f2 100644 --- a/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainEntityTypeSerializer.cs +++ b/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainEntityTypeSerializer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Web.OData.Domain.Results; using System.Web.OData.Formatter.Serialization; diff --git a/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainFeedSerializer.cs b/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainFeedSerializer.cs index ad8b7a46..0ef3228e 100644 --- a/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainFeedSerializer.cs +++ b/src/System.Web.OData.Domain/Formatter/Serialization/ODataDomainFeedSerializer.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Runtime.Serialization; using System.Web.OData.Domain.Results; diff --git a/src/System.Web.OData.Domain/HttpConfigurationExtensions.cs b/src/System.Web.OData.Domain/HttpConfigurationExtensions.cs index abc4241e..9e5745d0 100644 --- a/src/System.Web.OData.Domain/HttpConfigurationExtensions.cs +++ b/src/System.Web.OData.Domain/HttpConfigurationExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.ComponentModel; using System.Threading.Tasks; diff --git a/src/System.Web.OData.Domain/HttpRequestMessageExtensions.cs b/src/System.Web.OData.Domain/HttpRequestMessageExtensions.cs index c15b0f94..477bce75 100644 --- a/src/System.Web.OData.Domain/HttpRequestMessageExtensions.cs +++ b/src/System.Web.OData.Domain/HttpRequestMessageExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.ComponentModel; using System.Diagnostics.Contracts; diff --git a/src/System.Web.OData.Domain/ODataDomainController.cs b/src/System.Web.OData.Domain/ODataDomainController.cs index 4d5790b6..3c3bc7ae 100644 --- a/src/System.Web.OData.Domain/ODataDomainController.cs +++ b/src/System.Web.OData.Domain/ODataDomainController.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/System.Web.OData.Domain/ODataDomainFormattingAttribute.cs b/src/System.Web.OData.Domain/ODataDomainFormattingAttribute.cs index ed923936..372d9ef7 100644 --- a/src/System.Web.OData.Domain/ODataDomainFormattingAttribute.cs +++ b/src/System.Web.OData.Domain/ODataDomainFormattingAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/src/System.Web.OData.Domain/Properties/AssemblyInfo.cs b/src/System.Web.OData.Domain/Properties/AssemblyInfo.cs index e0ebb7e4..01f5da23 100644 --- a/src/System.Web.OData.Domain/Properties/AssemblyInfo.cs +++ b/src/System.Web.OData.Domain/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; @@ -26,7 +9,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Microsoft ASP.NET Web API 2.2 for OData v4.0 Domains")] -[assembly: AssemblyDescription("This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API OData wired to a domain provided by the Domain Framework.")] +[assembly: AssemblyDescription("This package contains everything you need to create OData v4.0 endpoints using ASP.NET Web API OData wired to a domain provided by the RESTier.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("System.Web.OData.Domain")] diff --git a/src/System.Web.OData.Domain/Results/EntityCollectionResult.cs b/src/System.Web.OData.Domain/Results/EntityCollectionResult.cs index 35efa373..a57a6f33 100644 --- a/src/System.Web.OData.Domain/Results/EntityCollectionResult.cs +++ b/src/System.Web.OData.Domain/Results/EntityCollectionResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using Microsoft.Data.Domain; diff --git a/src/System.Web.OData.Domain/Results/EntityQueryResult.cs b/src/System.Web.OData.Domain/Results/EntityQueryResult.cs index a1e72058..6b9cf437 100644 --- a/src/System.Web.OData.Domain/Results/EntityQueryResult.cs +++ b/src/System.Web.OData.Domain/Results/EntityQueryResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Edm; diff --git a/src/System.Web.OData.Domain/Results/EntityResult.cs b/src/System.Web.OData.Domain/Results/EntityResult.cs index 07b2808b..ff205727 100644 --- a/src/System.Web.OData.Domain/Results/EntityResult.cs +++ b/src/System.Web.OData.Domain/Results/EntityResult.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections; using System.Linq; diff --git a/src/System.Web.OData.Domain/Routing/DefaultODataRoutingConvention.cs b/src/System.Web.OData.Domain/Routing/DefaultODataRoutingConvention.cs index ad64686c..664e25e7 100644 --- a/src/System.Web.OData.Domain/Routing/DefaultODataRoutingConvention.cs +++ b/src/System.Web.OData.Domain/Routing/DefaultODataRoutingConvention.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using System.Net.Http; diff --git a/src/System.Web.OData.Domain/System.Web.OData.Domain.csproj b/src/System.Web.OData.Domain/System.Web.OData.Domain.csproj index 5c136f27..423bd346 100644 --- a/src/System.Web.OData.Domain/System.Web.OData.Domain.csproj +++ b/src/System.Web.OData.Domain/System.Web.OData.Domain.csproj @@ -1,6 +1,6 @@  - + {186F667E-54E5-4B57-9998-21D74CB77C24} Library diff --git a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/AssemblyTests.cs b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/AssemblyTests.cs index bf12ac57..697f6158 100644 --- a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/AssemblyTests.cs +++ b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/AssemblyTests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.IO; diff --git a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/ODataFeedTests.cs b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/ODataFeedTests.cs index 6b91bc4b..fbacc738 100644 --- a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/ODataFeedTests.cs +++ b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/ODataFeedTests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/Properties/AssemblyInfo.cs b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/Properties/AssemblyInfo.cs index 086b3f0b..e119ded3 100644 --- a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/Properties/AssemblyInfo.cs +++ b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/QueryTests.cs b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/QueryTests.cs index e25b66c0..c1e92878 100644 --- a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/QueryTests.cs +++ b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/QueryTests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/SaveTests.cs b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/SaveTests.cs index 29076d41..c4e344f2 100644 --- a/test/Microsoft.Data.Domain.Samples.Northwind.Tests/SaveTests.cs +++ b/test/Microsoft.Data.Domain.Samples.Northwind.Tests/SaveTests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/test/Microsoft.Data.Domain.Tests/Domain.OfT.Tests.cs b/test/Microsoft.Data.Domain.Tests/Domain.OfT.Tests.cs index bc663e64..c26024da 100644 --- a/test/Microsoft.Data.Domain.Tests/Domain.OfT.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/Domain.OfT.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/Domain.Tests.cs b/test/Microsoft.Data.Domain.Tests/Domain.Tests.cs index 561336fd..a5c5f9a3 100644 --- a/test/Microsoft.Data.Domain.Tests/Domain.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/Domain.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections; diff --git a/test/Microsoft.Data.Domain.Tests/DomainBase.Tests.cs b/test/Microsoft.Data.Domain.Tests/DomainBase.Tests.cs index 173f2b8f..97162a2f 100644 --- a/test/Microsoft.Data.Domain.Tests/DomainBase.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/DomainBase.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/DomainConfiguration.Tests.cs b/test/Microsoft.Data.Domain.Tests/DomainConfiguration.Tests.cs index fab02086..dc909bd8 100644 --- a/test/Microsoft.Data.Domain.Tests/DomainConfiguration.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/DomainConfiguration.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/DomainContext.Tests.cs b/test/Microsoft.Data.Domain.Tests/DomainContext.Tests.cs index 3c41fc97..761fb64c 100644 --- a/test/Microsoft.Data.Domain.Tests/DomainContext.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/DomainContext.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/DomainData.Tests.cs b/test/Microsoft.Data.Domain.Tests/DomainData.Tests.cs index 85b16091..617af49d 100644 --- a/test/Microsoft.Data.Domain.Tests/DomainData.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/DomainData.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/InvocationContext.Tests.cs b/test/Microsoft.Data.Domain.Tests/InvocationContext.Tests.cs index 8bc8b5fb..f63adc16 100644 --- a/test/Microsoft.Data.Domain.Tests/InvocationContext.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/InvocationContext.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/Microsoft.Data.Domain.Tests/Model/DefaultModelHandler.Tests.cs b/test/Microsoft.Data.Domain.Tests/Model/DefaultModelHandler.Tests.cs index fd719063..e3a68dd9 100644 --- a/test/Microsoft.Data.Domain.Tests/Model/DefaultModelHandler.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/Model/DefaultModelHandler.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using System.Threading; diff --git a/test/Microsoft.Data.Domain.Tests/Properties/AssemblyInfo.cs b/test/Microsoft.Data.Domain.Tests/Properties/AssemblyInfo.cs index 04cd44f6..bc159600 100644 --- a/test/Microsoft.Data.Domain.Tests/Properties/AssemblyInfo.cs +++ b/test/Microsoft.Data.Domain.Tests/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/test/Microsoft.Data.Domain.Tests/PropertyBag.Tests.cs b/test/Microsoft.Data.Domain.Tests/PropertyBag.Tests.cs index 9e3bd73f..c0c13e5e 100644 --- a/test/Microsoft.Data.Domain.Tests/PropertyBag.Tests.cs +++ b/test/Microsoft.Data.Domain.Tests/PropertyBag.Tests.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/E2ETestBase.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/E2ETestBase.cs index 50816767..593226f5 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/E2ETestBase.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/E2ETestBase.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Client; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/Properties/AssemblyInfo.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/Properties/AssemblyInfo.cs index 4f338352..00b98be0 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/Properties/AssemblyInfo.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/TrippinE2ETestCases.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/TrippinE2ETestCases.cs index bccfdb02..6427765e 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/TrippinE2ETestCases.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Scenario/TrippinE2ETestCases.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Client; using Microsoft.OData.Core; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ActionAttribute.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ActionAttribute.cs index 57f396ab..b1805673 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ActionAttribute.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ActionAttribute.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace System.Web.OData.Domain { diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/App_Start/WebApiConfig.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/App_Start/WebApiConfig.cs index 392b3d7e..5b145713 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/App_Start/WebApiConfig.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/App_Start/WebApiConfig.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Web.Http; using System.Web.OData.Domain.Batch; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Controllers/TrippinController.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Controllers/TrippinController.cs index 643e62b1..3b3467c1 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Controllers/TrippinController.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Controllers/TrippinController.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ConventionalActionProvider.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ConventionalActionProvider.cs index 2e73e1a2..b0f651b0 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ConventionalActionProvider.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/ConventionalActionProvider.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Data.Domain.Model; using Microsoft.OData.Edm; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/DomainPipeline/TrippinDomainPipeline.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/DomainPipeline/TrippinDomainPipeline.cs index 42015181..03363f20 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/DomainPipeline/TrippinDomainPipeline.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/DomainPipeline/TrippinDomainPipeline.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Data.Domain; using Microsoft.Data.Domain.Conventions; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/EdmHelpers.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/EdmHelpers.cs index d165def4..6437d5b8 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/EdmHelpers.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/EdmHelpers.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Global.asax.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Global.asax.cs index 6359e031..a4ce0ddd 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Global.asax.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Global.asax.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Helpers.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Helpers.cs index 5c330f09..e5694cb2 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Helpers.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Helpers.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.OData.Core; using Microsoft.OData.Core.UriParser; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airline.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airline.cs index 6760a5bf..5705f3cb 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airline.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airline.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.ComponentModel.DataAnnotations; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airport.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airport.cs index dae935fa..8a54254f 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airport.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Airport.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.ComponentModel.DataAnnotations; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Flight.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Flight.cs index 43b5c33f..757429c9 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Flight.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Flight.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Person.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Person.cs index 1fa0da5f..24e2e35a 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Person.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Person.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Trip.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Trip.cs index 3cdcb53f..3be92c33 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Trip.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/Trip.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/TrippinModel.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/TrippinModel.cs index 342ca53b..461192f6 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/TrippinModel.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Models/TrippinModel.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. namespace System.Web.OData.Domain.Test.Services.Trippin.Models { diff --git a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Properties/AssemblyInfo.cs b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Properties/AssemblyInfo.cs index 73424e9d..e7e23fbe 100644 --- a/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Properties/AssemblyInfo.cs +++ b/test/ODataEndToEndTests/System.Web.OData.Domain.Pipeline.Test.Services.Trippin/Properties/AssemblyInfo.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/test/Shared/BaselineHelpers.cs b/test/Shared/BaselineHelpers.cs index 4d331b91..8c1d545e 100644 --- a/test/Shared/BaselineHelpers.cs +++ b/test/Shared/BaselineHelpers.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.VisualStudio.TestTools.UnitTesting; using System.IO; diff --git a/test/Shared/ODataTestHelpers.cs b/test/Shared/ODataTestHelpers.cs index c42f194a..b5c3a811 100644 --- a/test/Shared/ODataTestHelpers.cs +++ b/test/Shared/ODataTestHelpers.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.VisualStudio.TestTools.UnitTesting; using System; diff --git a/tools/DF.settings.targets b/tools/RESTier.settings.targets similarity index 100% rename from tools/DF.settings.targets rename to tools/RESTier.settings.targets diff --git a/tools/DF.tasks.targets b/tools/RESTier.tasks.targets similarity index 100% rename from tools/DF.tasks.targets rename to tools/RESTier.tasks.targets diff --git a/tools/src/Microsoft.Web.FxCop/DoNotCallProblematicMethodsOnTaskRule.cs b/tools/src/Microsoft.Web.FxCop/DoNotCallProblematicMethodsOnTaskRule.cs index dd277e41..da7801ad 100644 --- a/tools/src/Microsoft.Web.FxCop/DoNotCallProblematicMethodsOnTaskRule.cs +++ b/tools/src/Microsoft.Web.FxCop/DoNotCallProblematicMethodsOnTaskRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.FxCop.Sdk; diff --git a/tools/src/Microsoft.Web.FxCop/DoNotConstructTaskInstancesRule.cs b/tools/src/Microsoft.Web.FxCop/DoNotConstructTaskInstancesRule.cs index 62044a20..b98b316d 100644 --- a/tools/src/Microsoft.Web.FxCop/DoNotConstructTaskInstancesRule.cs +++ b/tools/src/Microsoft.Web.FxCop/DoNotConstructTaskInstancesRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.FxCop.Sdk; diff --git a/tools/src/Microsoft.Web.FxCop/DoNotUseFinalizersRule.cs b/tools/src/Microsoft.Web.FxCop/DoNotUseFinalizersRule.cs index de23e62a..b7ce37cd 100644 --- a/tools/src/Microsoft.Web.FxCop/DoNotUseFinalizersRule.cs +++ b/tools/src/Microsoft.Web.FxCop/DoNotUseFinalizersRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.FxCop.Sdk; diff --git a/tools/src/Microsoft.Web.FxCop/DoNotUseProblematicTaskTypesRule.cs b/tools/src/Microsoft.Web.FxCop/DoNotUseProblematicTaskTypesRule.cs index bd7a553b..79cd4211 100644 --- a/tools/src/Microsoft.Web.FxCop/DoNotUseProblematicTaskTypesRule.cs +++ b/tools/src/Microsoft.Web.FxCop/DoNotUseProblematicTaskTypesRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.FxCop.Sdk; diff --git a/tools/src/Microsoft.Web.FxCop/IntrospectionRule.cs b/tools/src/Microsoft.Web.FxCop/IntrospectionRule.cs index a7d01cb9..c3a219d1 100644 --- a/tools/src/Microsoft.Web.FxCop/IntrospectionRule.cs +++ b/tools/src/Microsoft.Web.FxCop/IntrospectionRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.FxCop.Sdk; diff --git a/tools/src/Microsoft.Web.FxCop/Properties/AssemblyInfo.cs b/tools/src/Microsoft.Web.FxCop/Properties/AssemblyInfo.cs index 8bd0ce46..7fe14cd0 100644 --- a/tools/src/Microsoft.Web.FxCop/Properties/AssemblyInfo.cs +++ b/tools/src/Microsoft.Web.FxCop/Properties/AssemblyInfo.cs @@ -1,26 +1,9 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Reflection; [assembly: AssemblyProduct("Microsoft.Web.FxCop")] -[assembly: AssemblyDescription("FxCop rules used by the Domain Framework projects")] +[assembly: AssemblyDescription("FxCop rules used by the RESTier projects")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2014")] \ No newline at end of file diff --git a/tools/src/Microsoft.Web.FxCop/TypeNodeExtensions.cs b/tools/src/Microsoft.Web.FxCop/TypeNodeExtensions.cs index e5b3c4fd..2fd42dc2 100644 --- a/tools/src/Microsoft.Web.FxCop/TypeNodeExtensions.cs +++ b/tools/src/Microsoft.Web.FxCop/TypeNodeExtensions.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Diagnostics.Contracts; diff --git a/tools/src/Microsoft.Web.FxCop/UnusedResourceUsageRule.cs b/tools/src/Microsoft.Web.FxCop/UnusedResourceUsageRule.cs index 5d6207a5..ed777ce1 100644 --- a/tools/src/Microsoft.Web.FxCop/UnusedResourceUsageRule.cs +++ b/tools/src/Microsoft.Web.FxCop/UnusedResourceUsageRule.cs @@ -1,22 +1,5 @@ -// Domain Framework ver. 1.0 -// Copyright (c) Microsoft Corporation -// All rights reserved. -// MIT License -// -// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -// associated documentation files (the "Software"), to deal in the Software without restriction, -// including without limitation the rights to use, copy, modify, merge, publish, distribute, -// sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all copies or substantial -// portions of the Software. -// -// THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT -// NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES -// OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Concurrent; using System.Collections.Generic;